*, *:before, *:after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 10px;
}

html, body {
  margin: 0;
  padding: 0;
}

.post-edit-link {
  display: none;
}

:root {
  font-size: 10px;
  --var-main-margin-top: 202px;
  --var-main-margin-bottom: 205px;
  --content-narrow-max: 90rem;
  --content-narrow-width-width-max: 120rem;
  --content-width-max: 113rem;
  --content-wide-width-max: 144rem;
  --content-mobile-block-margin: 1em;
  --content-desktop-block-margin: 2.4em;
  --content-margin-horizontal: 3rem;
  --content-mobile-small-block-margin: 1em;
  --content-desktop-small-block-margin: 3rem;
  --content-font-size: 1.6rem;
  --content-h1-size: clamp(4rem, 3.5775rem + 1.1268vw, 5.2rem);
  --content-h2-size: clamp(3.8rem, 3.5535rem + 0.6573vw, 4.5rem);
  --content-h3-size: clamp(3.1rem, 2.7831rem + 0.8451vw, 4rem);
  --content-h4-size: clamp(2.3rem, 2.0535rem + 0.6573vw, 3rem);
  --content-h5-size: clamp(1.6rem, 1.3183rem + 0.7512vw, 2.4rem);
  --content-h6-size: clamp(1.5rem, 0.9286rem + 0.7440vw, 2rem);
  --banner-overflow: 10rem;
  --block-group-rounded-top: min(13.333vw, 19.2rem);
  --block--media-text--radius-small: 4rem;
  --block--media-text--radius-big: 10rem;
  --content-margin: 2rem;
  --column-gap: 2.8rem;
  --element--horizontal-margin: 3rem;
  --element--horizontal-margin-small: 1rem;
  --element--vertical-margin: 2rem;
  --element--vertical-margin-small: 2rem;
  --element--vertical-margin-top: min(13.5rem, 9.375vw);
  --element--width: calc( 100% - ( 2 * var(--element--horizontal-margin) ) );
  --element--max-width: 100rem;
  --element--max-width-wide: 114rem;
  --element--max-width-full: 100%;
  	--wp--preset--color--dark-body: #828E98;
	--wp--preset--color--dark-heading: #004062;
	--wp--preset--color--black: #000000;
	--wp--preset--color--white: #FFFFFF;
	--wp--preset--color--dark-blue: #034366;
	--wp--preset--color--blue: #026CB6;
	--wp--preset--color--light-blue: #11BFDA;
	--wp--preset--color--dark-green: #1A763C;
	--wp--preset--color--green: #3C8B41;
	--wp--preset--color--light-green: #A8CF39;
	--wp--preset--color--navy: #141F47;
	--wp--preset--color--desaturated-blue: #565395;
	--wp--preset--color--gold: #F0B332;
	--wp--preset--color--dark-red: #A02A2B;
	--wp--preset--color--red: #DE4D38;
	--wp--preset--color--orange: #E97724;
	--wp--preset--color--light-grey: #D9E1E2;
	--wp--preset--color--sandstone: #DFD1A7;
	--wp--preset--color--grey: #BAC5B9;
	--wp--preset--color--design-flag: #D53F8C;
	--wp--preset--color--inactive: #F1F1F1;
}
@media (min-width: 768px) {
  :root {
    --content-margin-horizontal: min(3.475vw, 5rem);
  }
}
@media (min-width: 768px) {
  :root {
    --content-desktop-small-block-margin: 3em;
  }
}
@media (min-width: 768px) {
  :root {
    --banner-overflow: 18rem;
  }
}
@media (min-width: 768px) {
  :root {
    --block--media-text--radius-big: min(12.465277vw, 17.95rem);
    --block--media-text--radius-small: min(4.965277vw, 7.15rem);
  }
}
@media (min-width: 768px) {
  :root {
    --content-margin: 2.4rem;
  }
}
@media (min-width: 992px) {
  :root {
    --content-margin: 5rem;
  }
}
@media (min-width: 768px) {
  :root {
    --element--horizontal-margin: min(3.475vw, 5rem);
    --element--horizontal-margin-small: 2.4rem;
  }
}
@media (min-width: 768px) {
  :root {
    --element--vertical-margin: 2.4rem;
    --element--vertical-margin-small: 2rem;
  }
}
@media (min-width: 992px) {
  :root {
    --element--vertical-margin: 5rem;
  }
}

:root {
  --gb-heading: #1c1E23;
  --gb-link: #0000ff;
  --gb-link-hover: #0077ff;
}

:root {
  --gb-white: $color;
}

h1 {
	font-size: clamp(4rem, 3.5775rem + 1.1268vw, 5.2rem);
	line-height: 1.038461em;
}

h2 {
	font-size: clamp(3.8rem, 3.5535rem + 0.6573vw, 4.5rem);
	line-height: 1.111em;
}

h3 {
	font-size: clamp(3.1rem, 2.7831rem + 0.8451vw, 4rem);
	line-height: 1.2em;
}

h4 {
	font-size: clamp(2.3rem, 2.0535rem + 0.6573vw, 3rem);
	line-height: 1.2em;
}

h5 {
	font-size: clamp(1.6rem, 1.3183rem + 0.7512vw, 2.4rem);
	line-height: 1.166666em;
}

h6 {
	font-size: clamp(1.5rem, 0.9286rem + 0.7440vw, 2rem);
	line-height: 1.2em;
}


.has-inline-color.is-white, .has-inline-color.has-white-color,
.has-text-color.is-white,
.has-text-color.has-white-color {
  color: #ffffff;
}
.has-inline-color.is-white h1, .has-inline-color.is-white h2, .has-inline-color.is-white h3, .has-inline-color.is-white h4, .has-inline-color.is-white h5, .has-inline-color.is-white p, .has-inline-color.is-white ol, .has-inline-color.is-white ul, .has-inline-color.is-white dl, .has-inline-color.is-white dt, .has-inline-color.is-white summary, .has-inline-color.has-white-color h1, .has-inline-color.has-white-color h2, .has-inline-color.has-white-color h3, .has-inline-color.has-white-color h4, .has-inline-color.has-white-color h5, .has-inline-color.has-white-color p, .has-inline-color.has-white-color ol, .has-inline-color.has-white-color ul, .has-inline-color.has-white-color dl, .has-inline-color.has-white-color dt, .has-inline-color.has-white-color summary,
.has-text-color.is-white h1,
.has-text-color.is-white h2,
.has-text-color.is-white h3,
.has-text-color.is-white h4,
.has-text-color.is-white h5,
.has-text-color.is-white p,
.has-text-color.is-white ol,
.has-text-color.is-white ul,
.has-text-color.is-white dl,
.has-text-color.is-white dt,
.has-text-color.is-white summary,
.has-text-color.has-white-color h1,
.has-text-color.has-white-color h2,
.has-text-color.has-white-color h3,
.has-text-color.has-white-color h4,
.has-text-color.has-white-color h5,
.has-text-color.has-white-color p,
.has-text-color.has-white-color ol,
.has-text-color.has-white-color ul,
.has-text-color.has-white-color dl,
.has-text-color.has-white-color dt,
.has-text-color.has-white-color summary {
  color: #ffffff;
}

.has-background-dim.has-white-background-color,
.has-background.has-white-background-color {
  background-color: #ffffff;
}
.has-background-dim.has-white-background-color a,
.has-background.has-white-background-color a {
  color: #414024;
}

:root {
  --gb-dark: $color;
}

.has-inline-color.is-dark, .has-inline-color.has-dark-color,
.has-text-color.is-dark,
.has-text-color.has-dark-color {
  color: #1C1E23;
}
.has-inline-color.is-dark h1, .has-inline-color.is-dark h2, .has-inline-color.is-dark h3, .has-inline-color.is-dark h4, .has-inline-color.is-dark h5, .has-inline-color.is-dark p, .has-inline-color.is-dark ol, .has-inline-color.is-dark ul, .has-inline-color.is-dark dl, .has-inline-color.is-dark dt, .has-inline-color.is-dark summary, .has-inline-color.has-dark-color h1, .has-inline-color.has-dark-color h2, .has-inline-color.has-dark-color h3, .has-inline-color.has-dark-color h4, .has-inline-color.has-dark-color h5, .has-inline-color.has-dark-color p, .has-inline-color.has-dark-color ol, .has-inline-color.has-dark-color ul, .has-inline-color.has-dark-color dl, .has-inline-color.has-dark-color dt, .has-inline-color.has-dark-color summary,
.has-text-color.is-dark h1,
.has-text-color.is-dark h2,
.has-text-color.is-dark h3,
.has-text-color.is-dark h4,
.has-text-color.is-dark h5,
.has-text-color.is-dark p,
.has-text-color.is-dark ol,
.has-text-color.is-dark ul,
.has-text-color.is-dark dl,
.has-text-color.is-dark dt,
.has-text-color.is-dark summary,
.has-text-color.has-dark-color h1,
.has-text-color.has-dark-color h2,
.has-text-color.has-dark-color h3,
.has-text-color.has-dark-color h4,
.has-text-color.has-dark-color h5,
.has-text-color.has-dark-color p,
.has-text-color.has-dark-color ol,
.has-text-color.has-dark-color ul,
.has-text-color.has-dark-color dl,
.has-text-color.has-dark-color dt,
.has-text-color.has-dark-color summary {
  color: #1C1E23;
}

.has-background-dim.has-dark-background-color,
.has-background.has-dark-background-color {
  background-color: #1C1E23;
}
.has-background-dim.has-dark-background-color a,
.has-background.has-dark-background-color a {
  color: #ED6B06;
}

:root {
  --gb-grey: $color;
}

.has-inline-color.is-grey, .has-inline-color.has-grey-color,
.has-text-color.is-grey,
.has-text-color.has-grey-color {
  color: #808285;
}
.has-inline-color.is-grey h1, .has-inline-color.is-grey h2, .has-inline-color.is-grey h3, .has-inline-color.is-grey h4, .has-inline-color.is-grey h5, .has-inline-color.is-grey p, .has-inline-color.is-grey ol, .has-inline-color.is-grey ul, .has-inline-color.is-grey dl, .has-inline-color.is-grey dt, .has-inline-color.is-grey summary, .has-inline-color.has-grey-color h1, .has-inline-color.has-grey-color h2, .has-inline-color.has-grey-color h3, .has-inline-color.has-grey-color h4, .has-inline-color.has-grey-color h5, .has-inline-color.has-grey-color p, .has-inline-color.has-grey-color ol, .has-inline-color.has-grey-color ul, .has-inline-color.has-grey-color dl, .has-inline-color.has-grey-color dt, .has-inline-color.has-grey-color summary,
.has-text-color.is-grey h1,
.has-text-color.is-grey h2,
.has-text-color.is-grey h3,
.has-text-color.is-grey h4,
.has-text-color.is-grey h5,
.has-text-color.is-grey p,
.has-text-color.is-grey ol,
.has-text-color.is-grey ul,
.has-text-color.is-grey dl,
.has-text-color.is-grey dt,
.has-text-color.is-grey summary,
.has-text-color.has-grey-color h1,
.has-text-color.has-grey-color h2,
.has-text-color.has-grey-color h3,
.has-text-color.has-grey-color h4,
.has-text-color.has-grey-color h5,
.has-text-color.has-grey-color p,
.has-text-color.has-grey-color ol,
.has-text-color.has-grey-color ul,
.has-text-color.has-grey-color dl,
.has-text-color.has-grey-color dt,
.has-text-color.has-grey-color summary {
  color: #808285;
}

.has-background-dim.has-grey-background-color,
.has-background.has-grey-background-color {
  background-color: #808285;
}
.has-background-dim.has-grey-background-color a,
.has-background.has-grey-background-color a {
  color: #414024;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  margin-top: 6.3rem;
}
@media (min-width: 992px) {
  body {
    margin-top: 16.6rem;
  }
}

header#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  height: 6.3rem;
}
@media (min-width: 992px) {
  header#header {
    width: 100%;
    padding: 2.8rem 0 3.8rem;
    height: 16.6rem;
  }
}
.admin-bar header#header {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar header#header {
    top: 32px;
  }
}
header#header > .inner {
  display: grid;
  grid-template-columns: 190px auto;
  position: relative;
  height: 100%;
  align-items: center;
  width: var(--element--width);
  margin-left: auto;
  margin-right: auto;
  max-width: calc( var(--content-wide-width-max) + 4rem );
}
header#header #site-logo {
  margin: 0;
  z-index: 1001;
  max-width: 48%;
}
@media (min-width: 768px) {
  header#header #site-logo {
    max-width: 138px;
  }
}
@media (min-width: 992px) {
  header#header #site-logo {
    max-width: 214px;
  }
}
header#header #site-logo a {
  text-indent: -9999px;
  width: 100%;
  height: 0;
  background: url(../images/aerison-logo@2x.png) 0 0/100% auto no-repeat;
  padding-bottom: 21%;
  display: block;
}
@media (max-width: 991px) {
  .mobile-menu-active header#header #site-logo a {
    background-image: url(../images/aerison-logo-white@2x.png);
  }
}
header#header nav {
  display: none;
}
header#header nav#header {
  grid-area: 2/1/3/3;
}
@media (min-width: 992px) {
  header#header nav#header {
    display: block;
  }
}
@media (min-width: 992px) {
  header#header nav#contact {
    display: block;
    height: 100%;
  }
}
header#header nav#contact > ul {
  margin-top: 0;
}
header#header nav#contact > ul > li {
  margin: 0 0 0 max(30px, 2.083333vw);
  padding: 0;
}
header#header nav#contact > ul > li.email a, header#header nav#contact > ul > li.phone a, header#header nav#contact > ul > li.search a {
  padding-left: 3.1rem;
  position: relative;
  display: block;
}
header#header nav#contact > ul > li.email a:before, header#header nav#contact > ul > li.phone a:before, header#header nav#contact > ul > li.search a:before {
  content: "";
  width: 21px;
  height: 22px;
  background: url(../images/icon-email.svg) 50% 50%/100% auto no-repeat;
  margin-right: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}
header#header nav#contact > ul > li.phone a:before {
  background-image: url(../images/icon-phone.svg);
}
header#header nav#contact > ul > li.search a {
  width: 21px;
  text-indent: -9999px;
  display: block;
  padding-left: 0;
}
header#header nav#contact > ul > li.search a:before {
  background-image: url(../images/icon-search.svg);
  text-indent: 0;
  margin: 0;
}
header#header nav .sub-menu-toggle {
  display: none;
}
header#header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header#header nav ul li.menu-item-has-children > a::after {
  content: "";
  width: 16px;
  height: 9px;
  margin-left: 4px;
  background: url(../images/menu-arrow-down-dark.svg) 0 0/16px 9px no-repeat;
  display: inline-block;
  position: relative;
  bottom: 1px;
}
header#header nav ul li.current-menu-item > a {
  color: var(--wp--preset--color--vivid-cyan-blue);
}
header#header nav ul li a {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: var(--wp--preset--color--dark-heading);
  font-weight: 400;
  white-space: nowrap;
  transition: color 0.3s;
}
@media (hover: hover) {
  header#header nav ul li a:hover {
    color: var(--wp--preset--color--vivid-cyan-blue);
  }
}
header#header nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header#header nav > ul > li {
  margin: 0 min(0.2777vw, 0.4rem);
}
header#header nav > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
header#header nav > ul > li.button {
  width: 100%;
  max-width: min(14.2361vw, 20.5rem);
}
header#header nav > ul > li.button > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 15px;
  line-height: 2.125em;
  border-radius: 100px;
  display: block;
  text-align: center;
  transition: background-color 0.3s;
  background: var(--wp--preset--color--blue);
}
@media (hover: hover) {
  header#header nav > ul > li.button > a:hover {
    background: var(--wp--preset--color--vivid-cyan-blue);
  }
}
header#header nav > ul > li .sub-menu {
  position: absolute;
  left: calc(min(0.694vw, 10px) - 25px);
  top: calc(50% + 8px);
  min-width: 28rem;
  background: #fff;
  z-index: 999;
  padding: 25px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  max-width: 30rem;
  width: 100vw;
}
header#header nav > ul > li .sub-menu li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.2em;
}
header#header nav > ul > li .sub-menu li:last-child {
  margin-bottom: 0;
}
header#header nav > ul > li .sub-menu li a {
  line-height: 1.5em;
  white-space: break-spaces;
}
header#header nav > ul li {
  padding-left: min(0.694vw, 10px);
  padding-right: min(0.694vw, 10px);
  position: relative;
}
@media (hover: hover) {
  header#header nav > ul li:hover > .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
}
header#header #mobile-nav-trigger {
  align-self: center;
  justify-self: end;
  position: relative;
  z-index: 1001;
}
@media (min-width: 992px) {
  header#header #mobile-nav-trigger {
    display: none;
  }
}
header#header #mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--wp--preset--color--dark-blue);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu-active header#header #mobile-menu {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 992px) {
  .mobile-menu-active header#header #mobile-menu {
    display: none;
  }
}
header#header #mobile-menu .inner {
  padding: 0 3rem;
  max-height: 100vh;
  overflow: scroll;
}
header#header #mobile-menu nav {
  display: block;
  margin: 9rem 0 2em 0;
}
header#header #mobile-menu nav + nav {
  margin-top: 3.2rem;
}
header#header #mobile-menu nav > ul > li.button {
  justify-content: center;
  max-width: none;
  margin: 1.7em 0 0;
}
header#header #mobile-menu nav > ul > li.button > a {
  min-width: 206px;
}
header#header #mobile-menu nav ul {
  display: block;
}
header#header #mobile-menu nav ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.2em 0;
}
header#header #mobile-menu nav ul li.child-is-visible > .sub-menu {
  display: block;
  height: auto;
  margin: 0 0 0 1.8rem;
}
header#header #mobile-menu nav ul li.child-is-visible > a {
  color: #A8CF39;
}
header#header #mobile-menu nav ul li.child-is-visible .sub-menu-toggle {
  transform: rotate(135deg);
}
header#header #mobile-menu nav ul li.child-is-visible .sub-menu-toggle::before, header#header #mobile-menu nav ul li.child-is-visible .sub-menu-toggle::after {
  background-color: #A8CF39;
}
header#header #mobile-menu nav ul li .sub-menu-toggle {
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
  border: 0 none;
  background: transparent;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
header#header #mobile-menu nav ul li .sub-menu-toggle::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}
header#header #mobile-menu nav ul li .sub-menu-toggle::after {
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  left: 4px;
  right: 0;
  bottom: 0;
  border-radius: 3px;
}
header#header #mobile-menu nav ul li .sub-menu {
  width: 100%;
  position: relative;
  background: transparent;
  opacity: 1;
  margin-top: 0;
  top: auto;
  left: auto;
  padding: 0;
  max-width: 100%;
  pointer-events: all;
  height: 0;
  overflow: hidden;
  transition: none;
  min-width: 0;
}
header#header #mobile-menu nav ul li .sub-menu a {
  white-space: pre-wrap;
  display: block;
  line-height: 1.3em;
}
header#header #mobile-menu nav ul li.menu-item-has-children > a::after {
  display: none;
}
header#header #mobile-menu nav ul li a {
  font-size: 1.6rem;
  color: #fff;
  display: block;
}
header#header #mobile-menu nav#contact::before {
  content: "CONTACT";
  color: #fff;
}
header#header #mobile-menu nav#contact > ul li a {
  padding-left: 3.5rem;
}
header#header #mobile-menu nav#contact > ul li.phone a::before {
  background-image: url(../images/icon-email-white.svg);
}
header#header #mobile-menu nav#contact > ul li.email a::before {
  background-image: url(../images/icon-phone-white.svg);
}

div#search {
  position: absolute;
  top: 30px;
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
div#search.is-visible {
  opacity: 1;
  pointer-events: all;
}

#searchform > div {
  display: flex;
}
#searchform > div input[type=text],
#searchform > div input[type=search] {
  font-size: 1.6rem;
  padding: 5px;
  border-left: 1px solid var(--wp--preset--color--dark-blue);
  border-top: 1px solid var(--wp--preset--color--dark-blue);
  border-bottom: 1px solid var(--wp--preset--color--dark-blue);
  font-family: "Titillium Web", sans-serif;
}
#searchform > div input[type=submit],
#searchform > div button {
  font-size: 1.8rem;
  padding: 0 10px;
  font-family: "Titillium Web", sans-serif;
  background: var(--wp--preset--color--dark-blue);
  color: #fff;
  border: 0 none;
}

#content article .entry-content {
  overflow: hidden;
}
#content article .entry-content > * {
  width: var(--element--width);
  margin-left: auto;
  margin-right: auto;
}
#content article .entry-content > *.alignfull > *, #content article .entry-content > *.alignwide > * {
  margin-left: auto;
  margin-right: auto;
}
#content article .entry-content > *.alignfull:first-child > *, #content article .entry-content > *.alignwide:first-child > * {
  margin-top: 0 !important;
}
#content article .entry-content > *.alignfull:last-child > *, #content article .entry-content > *.alignwide:last-child > * {
  margin-bottom: 0 !important;
}
#content article .entry-content > *.alignwide > * {
  max-width: var(--element--max-width-wide);
}
#content article .entry-content * {
  max-width: var(--element--max-width);
}
#content article .entry-content *[class*=wp-block-] {
  margin-top: var(--element--vertical-margin);
  margin-bottom: var(--element--vertical-margin);
}
#content article .entry-content *[class*=wp-block-].alignwide.has-background, #content article .entry-content *[class*=wp-block-].alignfull.has-background {
  margin-top: 0;
  margin-bottom: 0;
}
#content article .entry-content .alignfull {
  max-width: var(--element--max-width-full);
  width: 100%;
}
#content article .entry-content .alignwide {
  max-width: var(--element--max-width-wide);
  width: calc(100% - 60px);
}
@media (min-width: 768px) {
  #content article .entry-content .alignwide {
    width: calc(100% - 40px);
  }
}
#content article .entry-content > .wp-block-cover:first-child {
  margin-top: 0;
}
#content article .entry-content .wp-block-cover {
  padding-left: var(--content-margin-horizontal);
  padding-right: var(--content-margin-horizontal);
  min-height: 55rem;
}
#content article .entry-content .wp-block-cover .wp-block-cover__gradient-background {
  margin: 0;
  max-width: none;
}
#content article .entry-content .wp-block-cover .wp-block-cover__inner-container {
  margin-bottom: 0;
}
#content article .entry-content .wp-block-cover .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
#content article .entry-content .wp-block-cover .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}
#content article .entry-content .wp-block-cover .wp-block-cover__image-background {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}
#content article .entry-content .wp-block-cover.is-style-body-banner {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-cover.is-style-body-banner {
    border-radius: 0 15.357vw;
    max-width: calc(100% - 4rem);
  }
}
@media (min-width: 1400px) {
  #content article .entry-content .wp-block-cover.is-style-body-banner {
    border-radius: 0 215px;
  }
}
#content article .entry-content .wp-block-cover.is-style-body-banner .wp-block-cover__background {
  max-width: none !important;
}
#content article .entry-content .wp-block-cover.is-style-body-banner .wp-block-cover__background,
#content article .entry-content .wp-block-cover.is-style-body-banner .wp-block-cover__gradient-background {
  margin: 0;
}
#content article .entry-content .wp-block-cover.is-style-body-banner .wp-block-cover__background::before,
#content article .entry-content .wp-block-cover.is-style-body-banner .wp-block-cover__gradient-background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, #A8CF39 0%, #004062 100%);
  mix-blend-mode: multiply;
  opacity: 0.6;
}
#content article .entry-content .wp-block-cover.is-style-body-banner img {
  min-width: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-cover.is-style-body-banner img {
    top: -150px;
    bottom: -150px;
    width: auto;
    left: 50%;
    height: calc(100% + 300px);
    transform: translate(-50%, -15%);
    right: auto;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-cover.is-style-body-banner .wp-block-cover__inner-container:not(.block-editor-block-list__layout) {
    transform: translate(-5%, 0);
    opacity: 0;
  }
}
#content article .entry-content .wp-block-cover.is-style-top-banner {
  width: 100%;
  max-width: none;
  align-items: flex-end;
  min-height: min(20rem, 34vh);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-cover.is-style-top-banner {
    padding-top: 0;
    padding-bottom: 7.3rem;
    min-height: 34.8rem;
  }
  .home #content article .entry-content .wp-block-cover.is-style-top-banner {
    height: 34vw;
    max-height: 48.96rem;
  }
}
#content article .entry-content .wp-block-cover.is-style-top-banner .wp-block-cover__gradient-background {
  opacity: 1 !important;
  background: transparent;
}
#content article .entry-content .wp-block-cover.is-style-top-banner .wp-block-cover__gradient-background::before {
  content: "";
  width: 100%;
  height: calc(100% + var(--banner-overflow));
  background: url(../images/cover-overlay.png) 50% 50%/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
}
#content article .entry-content .wp-block-cover.is-style-top-banner::before {
  content: "";
  width: 100%;
  height: calc(100% + var(--banner-overflow));
  background: url(../images/cover-overlay.png) 50% 50%/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#content article .entry-content .wp-block-cover.is-style-top-banner picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: calc(100% + var(--banner-overflow));
  min-width: 100%;
  overflow: hidden;
}
#content article .entry-content .wp-block-cover.is-style-top-banner picture img.wp-block-cover__image-background {
  margin: -20px 0 0;
  padding: 0;
  height: auto;
  min-height: calc(100% + 20px);
}
#content article .entry-content .wp-block-cover.is-style-top-banner + * {
  position: relative;
  z-index: 10;
}
#content article .entry-content .wp-block-cover.is-style-top-banner .wp-block-cover__inner-container {
  max-width: 105rem;
  color: #fff;
}
#content article .entry-content .wp-block-cover#employee-benefits, #content article .entry-content .wp-block-cover.employee-benefits {
  overflow: hidden;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-cover#employee-benefits, #content article .entry-content .wp-block-cover.employee-benefits {
    padding: 5rem;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-cover#employee-benefits, #content article .entry-content .wp-block-cover.employee-benefits {
    padding: 11rem 11rem 11rem 8rem;
    border-radius: 1000px 0 0 1000px;
    width: calc(100% - 3rem);
    margin-right: 0;
  }
}
@media (min-width: 1500px) {
  #content article .entry-content .wp-block-cover#employee-benefits, #content article .entry-content .wp-block-cover.employee-benefits {
    max-width: calc(100vw - ((100vw - 144rem) / 2));
    padding-left: 11rem;
  }
  #content article .entry-content .wp-block-cover#employee-benefits .wp-block-cover__inner-container, #content article .entry-content .wp-block-cover.employee-benefits .wp-block-cover__inner-container {
    transform: translate(calc((100vw - 144rem) / 4 * -1), 0);
  }
}
#content article .entry-content .wp-block-cover#employee-benefits .wp-block-cover__inner-container, #content article .entry-content .wp-block-cover.employee-benefits .wp-block-cover__inner-container {
  width: var(--element--max-width-wide);
  margin-top: 0;
}
#content article .entry-content .wp-block-cover#employee-benefits .wp-block-cover__inner-container > *, #content article .entry-content .wp-block-cover.employee-benefits .wp-block-cover__inner-container > * {
  max-width: 100%;
}
#content article .entry-content .wp-block-cover#employee-benefits .is-style-green-tabs li, #content article .entry-content .wp-block-cover.employee-benefits .is-style-green-tabs li {
  margin-bottom: 1em;
}
#content article .entry-content .wp-block-cover#employee-benefits img, #content article .entry-content .wp-block-cover.employee-benefits img {
  margin-top: 0;
  margin-bottom: 0;
}
#content article .entry-content .wp-block-cover#employee-benefits p, #content article .entry-content .wp-block-cover.employee-benefits p {
  line-height: 1.7em;
}
#content article .entry-content .wp-block-cover.is-style-image-contain {
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#content article .entry-content .wp-block-cover.is-style-image-contain .wp-block-cover__image-background {
  position: relative;
  width: auto;
  height: auto;
}
#content article .entry-content .wp-block-cover.is-style-image-contain .wp-block-cover__inner-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 10px 10px;
}
#content article .entry-content .wp-block-cover.is-style-image-contain .wp-block-cover__inner-container > * {
  margin: 0;
}
#content article .entry-content .wp-block-cover .wp-block-cover__inner-container {
  position: relative;
  z-index: 5;
}
#content article .entry-content .wp-block-cover .wp-block-cover__inner-container h1 {
  margin-bottom: 0.4em;
  max-width: 70rem;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-cover .wp-block-cover__inner-container .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 4rem;
  }
}
#content article .entry-content .wp-block-image img {
  max-width: 100%;
  display: block;
}
#content article .entry-content .wp-block-image.is-style-rounded-top-right, #content article .entry-content .wp-block-image.is-style-rounded-top-left {
  position: relative;
  position: relative;
  border-radius: 0 var(--block--media-text--radius-big) 0 0;
  overflow: hidden;
}
#content article .entry-content .wp-block-image.is-style-rounded-top-right::before, #content article .entry-content .wp-block-image.is-style-rounded-top-left::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #A8CF39 0%, #004062 100%);
  background-blend-mode: multiply;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  transition: all 0.8s;
}
#content article .entry-content .wp-block-image.is-style-rounded-top-left {
  border-radius: var(--block--media-text--radius-big) 0 0 0;
}
#content article .entry-content .wp-block-image.is-style-caption-on-top {
  position: relative;
}
#content article .entry-content .wp-block-image.is-style-caption-on-top figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Barlow Condensed", sans-serif;
  transform: translate(-50%, -50%);
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1.05rem;
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-image.is-style-caption-on-top figcaption {
    line-height: 1.038461em;
    font-size: clamp(4rem, 3.5775rem + 1.1268vw, 5.2rem);
  }
}
#content article .entry-content .wp-block-media-text .wp-block-media-text__media,
#content article .entry-content .wp-block-media-text .wp-block-media-text__content, #content article .entry-content.wp-block-media-text .wp-block-media-text__media,
#content article .entry-content.wp-block-media-text .wp-block-media-text__content {
  margin-top: 0;
  margin-bottom: 0;
}
#content article .entry-content .wp-block-media-text.is-style-stacked, #content article .entry-content.wp-block-media-text.is-style-stacked {
  grid-template-columns: auto;
  grid-template-rows: auto auto;
}
#content article .entry-content .wp-block-media-text.is-style-stacked .wp-block-media-text__media, #content article .entry-content.wp-block-media-text.is-style-stacked .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
}
#content article .entry-content .wp-block-media-text.is-style-stacked .wp-block-media-text__content, #content article .entry-content.wp-block-media-text.is-style-stacked .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 2;
}
#content article .entry-content .wp-block-media-text.is-style-stacked.has-media-on-the-right .wp-block-media-text__media, #content article .entry-content.wp-block-media-text.is-style-stacked.has-media-on-the-right .wp-block-media-text__media {
  grid-row: 2;
}
#content article .entry-content .wp-block-media-text.is-style-stacked.has-media-on-the-right .wp-block-media-text__content, #content article .entry-content.wp-block-media-text.is-style-stacked.has-media-on-the-right .wp-block-media-text__content {
  grid-row: 1;
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap {
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  margin: 0;
  width: 100%;
  opacity: 1;
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__media, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__media {
  grid-area: 1/1/2/2;
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__content, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__content {
  grid-area: 2/1/3/2;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-media-text.is-style-shadow-wrap, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap {
    margin-top: 0;
    opacity: 0.5;
    transition: opacity 0.6s;
  }
  #content article .entry-content .wp-block-media-text.is-style-shadow-wrap.is-visible, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap.is-visible {
    opacity: 1;
  }
}
@media (hover: hover) {
  #content article .entry-content .wp-block-media-text.is-style-shadow-wrap:hover .wp-block-media-text__media::before, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap:hover .wp-block-media-text__media::before {
    opacity: 0;
  }
  #content article .entry-content .wp-block-media-text.is-style-shadow-wrap:hover .wp-block-media-text__media img, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap:hover .wp-block-media-text__media img {
    transition: transform 3s ease-in-out;
    transform: scale(1.05);
  }
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap .wei-picture-wrapper, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap .wei-picture-wrapper {
  position: static;
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap .wei-picture-wrapper img, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap .wei-picture-wrapper img {
  height: auto;
  max-width: none;
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__media, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__media {
  position: relative;
  position: relative;
  border-radius: var(--block--media-text--radius-big) 0 0 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 112%;
  margin-top: 0;
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__media::before, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__media::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #A8CF39 0%, #004062 100%);
  background-blend-mode: multiply;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  transition: all 0.8s;
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__media a, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__media a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: all;
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__media img, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__media img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__content, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__content {
  padding: 0;
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__content h6, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__content h6 {
  font-size: 1.6rem;
  text-transform: uppercase;
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__content h6 a, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__content h6 a {
  color: var(--wp--preset--color--dark-blue);
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__content p, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__content p {
  margin: 0;
  line-height: 1.5em;
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__content .wp-block-buttons, #content article .entry-content.wp-block-media-text.is-style-shadow-wrap .wp-block-media-text__content .wp-block-buttons {
  margin-top: 1em;
  margin-bottom: 1.7em;
}
#content article .entry-content .wp-block-media-text {
  position: relative;
}
#content article .entry-content .wp-block-media-text .wp-block-media-text__media img[src$=".svg"] {
  width: auto;
  max-width: 100%;
}
#content article .entry-content .wp-block-media-text.is-style-stacked {
  grid-template-columns: auto;
  grid-template-rows: auto auto;
}
#content article .entry-content .wp-block-media-text.is-style-stacked .wp-block-media-text__media {
  grid-area: 1/1/2/2;
}
#content article .entry-content .wp-block-media-text.is-style-stacked .wp-block-media-text__content {
  grid-area: 2/1/3/2;
  padding-left: 0;
  padding-right: 0;
}
#content article .entry-content .wp-block-media-text.is-style-stacked .wp-block-media-text__media {
  position: relative;
}
#content article .entry-content .wp-block-media-text.is-style-project {
  display: block;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-media-text.is-style-project {
    margin-top: 0;
    opacity: 0.5;
    transition: opacity 0.6s;
  }
  #content article .entry-content .wp-block-media-text.is-style-project.is-visible {
    opacity: 1;
  }
}
@media (hover: hover) {
  #content article .entry-content .wp-block-media-text.is-style-project:hover .wp-block-media-text__media::before {
    opacity: 0;
  }
  #content article .entry-content .wp-block-media-text.is-style-project:hover .wp-block-media-text__media img {
    transition: transform 3s ease-in-out;
    transform: scale(1.05);
  }
}
#content article .entry-content .wp-block-media-text.is-style-project .wei-picture-wrapper {
  position: static;
}
#content article .entry-content .wp-block-media-text.is-style-project .wei-picture-wrapper img {
  height: auto;
  max-width: none;
}
#content article .entry-content .wp-block-media-text.is-style-project .wp-block-media-text__media {
  position: relative;
  position: relative;
  border-radius: var(--block--media-text--radius-big) 0 0 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 112%;
  margin-top: 0;
}
#content article .entry-content .wp-block-media-text.is-style-project .wp-block-media-text__media::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #A8CF39 0%, #004062 100%);
  background-blend-mode: multiply;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  transition: all 0.8s;
}
#content article .entry-content .wp-block-media-text.is-style-project .wp-block-media-text__media a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: all;
}
#content article .entry-content .wp-block-media-text.is-style-project .wp-block-media-text__media img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 991px) {
  #content article .entry-content .wp-block-media-text.is-style-project .wp-block-media-text__media {
    margin-bottom: 30px;
  }
}
@media (hover: hover) {
  #content article .entry-content .wp-block-media-text.is-style-project:hover .wp-block-media-text__content * {
    transform: translateY(0.4rem);
  }
}
#content article .entry-content .wp-block-media-text.is-style-project .wp-block-media-text__content {
  z-index: 10;
  position: absolute;
  left: 25%;
  background: #fff;
  border-radius: var(--block--media-text--radius-small) 0 0 0;
  padding: 1.6rem 0 0 2.6rem;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-media-text.is-style-project .wp-block-media-text__content {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 25%;
    margin-top: -9rem;
    padding-left: min(4.25rem, 3.666vw);
    padding-top: min(1.666667vw, 2.4rem);
    padding-right: 0;
    padding-bottom: 0;
    min-height: 90px;
  }
}
#content article .entry-content .wp-block-media-text.is-style-project .wp-block-media-text__content > * {
  transition: transform 0.2s ease-in-out;
  word-wrap: normal;
  word-break: normal;
}
#content article .entry-content .wp-block-media-text.is-style-project .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
#content article .entry-content .wp-block-media-text.is-style-project .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
#content article .entry-content .wp-block-media-text.is-style-timeline {
  --block--media-text--radius-big: clamp(30px, -52.6923076923px + 20.6730769231vw, 245px);
  display: grid;
  grid-template-columns: calc(50% + 4rem) calc(50% - 10rem);
  grid-template-rows: auto;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  margin-bottom: 4em;
  max-width: 120rem;
  width: var(--element--width);
}
#content article .entry-content .wp-block-media-text.is-style-timeline::before {
  content: "";
  position: absolute;
  top: -2em;
  left: 50%;
  width: 16px;
  height: 9px;
  background: url(../images/menu-arrow-down-dark.svg) 0 0/100% auto no-repeat;
  transform: translate(-50%, 0);
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-media-text.is-style-timeline::before {
    top: calc( ( min(29rem, 20.138889vw) / 2) * -1 );
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-media-text.is-style-timeline {
    margin-top: 0;
    opacity: 0.5;
    transition: opacity 0.6s;
  }
  #content article .entry-content .wp-block-media-text.is-style-timeline.is-visible {
    opacity: 1;
  }
}
@media (hover: hover) {
  #content article .entry-content .wp-block-media-text.is-style-timeline:hover .wp-block-media-text__media::before {
    opacity: 0;
  }
  #content article .entry-content .wp-block-media-text.is-style-timeline:hover .wp-block-media-text__media img {
    transition: transform 3s ease-in-out;
    transform: scale(1.05);
  }
}
#content article .entry-content .wp-block-media-text.is-style-timeline .wei-picture-wrapper {
  position: static;
}
#content article .entry-content .wp-block-media-text.is-style-timeline .wei-picture-wrapper img {
  height: auto;
  max-width: none;
}
#content article .entry-content .wp-block-media-text.is-style-timeline .wp-block-media-text__media {
  position: relative;
  position: relative;
  border-radius: var(--block--media-text--radius-big) 0 0 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 112%;
  margin-top: 0;
}
#content article .entry-content .wp-block-media-text.is-style-timeline .wp-block-media-text__media::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #A8CF39 0%, #004062 100%);
  background-blend-mode: multiply;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  transition: all 0.8s;
}
#content article .entry-content .wp-block-media-text.is-style-timeline .wp-block-media-text__media a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: all;
}
#content article .entry-content .wp-block-media-text.is-style-timeline .wp-block-media-text__media img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-media-text.is-style-timeline {
    margin-bottom: min(29rem, 20.138889vw);
  }
}
#content article .entry-content .wp-block-media-text.is-style-timeline .wp-block-media-text__media {
  padding-bottom: 75%;
}
#content article .entry-content .wp-block-media-text.is-style-timeline .wp-block-media-text__content {
  grid-area: 2/1/3/2;
  justify-self: center;
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-media-text.is-style-timeline .wp-block-media-text__content {
    grid-area: 1/2/2/3;
    max-width: 40rem;
    padding: 0;
    margin-right: auto;
    margin-left: 0;
  }
  #content article .entry-content .wp-block-media-text.is-style-timeline .wp-block-media-text__content > *:first-child {
    margin-top: 0 !important;
  }
  #content article .entry-content .wp-block-media-text.is-style-timeline .wp-block-media-text__content > *:last-child {
    margin-bottom: 0 !important;
  }
}
#content article .entry-content .wp-block-media-text.is-style-timeline .wp-block-media-text__content h2 {
  margin-bottom: 0.7em;
}
#content article .entry-content .wp-block-media-text.is-style-timeline .wp-block-media-text__content p {
  color: #000;
}
#content article .entry-content .wp-block-media-text.is-style-timeline.has-media-on-the-right {
  grid-template-columns: calc(50% - 10rem) calc(50% + 4rem);
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
#content article .entry-content .wp-block-media-text.is-style-timeline.has-media-on-the-right .wp-block-media-text__media {
  border-radius: 0 var(--block--media-text--radius-big) 0 0;
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-media-text.is-style-timeline.has-media-on-the-right .wp-block-media-text__media {
    grid-area: 1/2/2/3;
  }
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-media-text.is-style-timeline.has-media-on-the-right .wp-block-media-text__content {
    grid-area: 1/1/2/2;
    margin-right: 0;
    margin-left: auto;
  }
}
#content article .entry-content .wp-block-media-text.is-style-timeline:first-of-type::before {
  display: none;
}
#content article .entry-content .wp-block-media-text.is-style-timeline .wp-block-buttons {
  margin-top: 2.5rem;
}
#content article .entry-content .wp-block-columns, #content article .entry-content.wp-block-columns {
  margin-top: var(--element--vertical-margin);
  margin-bottom: var(--element--vertical-margin);
}
#content article .entry-content .wp-block-columns .wp-block-column, #content article .entry-content.wp-block-columns .wp-block-column {
  margin: 0;
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-columns .wp-block-column > *:first-child, #content article .entry-content.wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0 !important;
  }
  #content article .entry-content .wp-block-columns .wp-block-column > *:last-child, #content article .entry-content.wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 599px) {
  #content article .entry-content .wp-block-columns .wp-block-column:first-child > *:first-child, #content article .entry-content.wp-block-columns .wp-block-column:first-child > *:first-child {
    margin-top: 0;
  }
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-columns .wp-block-column:not(:first-child), #content article .entry-content.wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: var(--element--horizontal-margin-small);
  }
}
@media (max-width: 599px) {
  #content article .entry-content .wp-block-columns .wp-block-column:not(:first-child) > *:first-child, #content article .entry-content.wp-block-columns .wp-block-column:not(:first-child) > *:first-child {
    margin-top: 0;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  #content article .entry-content .wp-block-columns .wp-block-column:nth-child(odd), #content article .entry-content.wp-block-columns .wp-block-column:nth-child(odd) {
    margin-left: 0;
  }
}
#content article .entry-content .wp-block-columns .wp-block-column .wp-block-columns, #content article .entry-content.wp-block-columns .wp-block-column .wp-block-columns {
  margin-top: calc(var(--element--vertical-margin) * 0.66);
  margin-bottom: calc(var(--element--vertical-margin) * 0.66);
}
@media (min-width: 600px) and (max-width: 781px) {
  #content article .entry-content .wp-block-columns .wp-block-column .wp-block-columns, #content article .entry-content.wp-block-columns .wp-block-column .wp-block-columns {
    flex-wrap: wrap;
  }
}
#content article .entry-content .wp-block-columns .wp-block-column .wp-block-columns:last-child, #content article .entry-content.wp-block-columns .wp-block-column .wp-block-columns:last-child {
  margin-bottom: 0;
}
#content article .entry-content .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column:first-child *, #content article .entry-content.wp-block-columns .wp-block-column .wp-block-columns .wp-block-column:first-child * {
  max-width: none;
  margin-left: 0;
}
@media (min-width: 600px) and (max-width: 781px) {
  #content article .entry-content .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column, #content article .entry-content.wp-block-columns .wp-block-column .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0;
  }
  #content article .entry-content .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column:not(:first-child), #content article .entry-content.wp-block-columns .wp-block-column .wp-block-columns .wp-block-column:not(:first-child) {
    margin-top: var(--element--paragrah-margin);
  }
}
#content article .entry-content .wp-block-columns {
  margin-bottom: 2em;
}
#content article .entry-content .wp-block-columns + .wp-block-columns {
  margin-top: calc(var(--content-desktop-small-block-margin) * 0.75);
}
#content article .entry-content .wp-block-columns#what-we-do-quality-one, #content article .entry-content .wp-block-columns#what-we-do-quality-two {
  max-width: 100rem;
}
@media (max-width: 779px) {
  #content article .entry-content .wp-block-columns#what-we-do-quality-one, #content article .entry-content .wp-block-columns#what-we-do-quality-two {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-columns#what-we-do-quality-one, #content article .entry-content .wp-block-columns#what-we-do-quality-two {
    margin-top: 0;
  }
}
#content article .entry-content .wp-block-columns#career-into {
  max-width: 100rem;
}
#content article .entry-content .wp-block-columns#join-us {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 781px) {
  #content article .entry-content .wp-block-columns#join-us {
    text-align: center;
  }
  #content article .entry-content .wp-block-columns#join-us .wp-block-image {
    margin-left: auto;
    margin-right: auto;
  }
  #content article .entry-content .wp-block-columns#join-us .wp-block-image figure {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  #content article .entry-content .wp-block-columns#join-us .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
}
@media (max-width: 781px) {
  #content article .entry-content .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 2em;
  }
}
#content article .entry-content .wp-block-column > *:first-child {
  margin-top: 0;
}
#content article .entry-content .wp-block-column > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 782px) {
  #content article .entry-content .wp-block-column:not(:first-child) {
    margin-left: var(--column-gap);
  }
}
#content article .entry-content .wp-block-buttons, #content article .entry-content.wp-block-buttons {
  -moz-column-gap: var(--element--button-vertical-margin);
       column-gap: var(--element--button-vertical-margin);
}
#content article .entry-content .wp-block-buttons .wp-block-button, #content article .entry-content.wp-block-buttons .wp-block-button {
  margin: 0;
}
#content article .entry-content .wp-block-buttons .wp-block-button:first-child, #content article .entry-content.wp-block-buttons .wp-block-button:first-child {
  margin-left: 0;
}
#content article .entry-content .wp-block-buttons .wp-block-button:last-child, #content article .entry-content.wp-block-buttons .wp-block-button:last-child {
  margin-right: 0;
}
#content article .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link, #content article .entry-content.wp-block-buttons .wp-block-button .wp-block-button__link {
  margin: 0;
  border-radius: var(--element--button-radius);
}
#content article .entry-content .wp-block-buttons {
  position: relative;
  z-index: 10;
}
#content article .entry-content .wp-block-buttons .wp-block-button {
  margin: 0;
}
#content article .entry-content .wp-block-buttons .wp-block-button:hover .wp-block-button__link {
  background: transparent;
  color: var(--wp--preset--color--green);
}
#content article .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link {
  border-radius: 0;
  background: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  border-radius: 3rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: min(1.8rem, 1.333vw) min(4.8rem, 3.333vw);
  border: 2px solid var(--wp--preset--color--green);
  transition: all 0.3s;
}
#content article .entry-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--wp--preset--color--dark-heading);
  border: 1px solid;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.025em;
  font-size: var(--content-h6-size);
  padding-left: 25px;
  padding-right: 25px;
}
#content article .entry-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--wp--preset--color--blue);
}
#content article .entry-content .wp-block-quote p {
  font-size: 2rem;
}
#content article .entry-content > .wp-block-group {
  margin-top: clamp(4rem, -1.0000rem + 11.1111vw, 15rem);
  margin-bottom: clamp(4rem, -1.0000rem + 11.1111vw, 15rem);
}
#content article .entry-content.wp-block-group,
#content article .entry-content .wp-block-group {
  width: var(--element--width);
}
#content article .entry-content.wp-block-group .wp-block-group,
#content article .entry-content .wp-block-group .wp-block-group {
  width: 100%;
}
#content article .entry-content.wp-block-group.is-style-rounded-top + .wp-block-group:not(.join-us),
#content article .entry-content .wp-block-group.is-style-rounded-top + .wp-block-group:not(.join-us) {
  margin-top: var(--content-desktop-small-block-margin);
}
#content article .entry-content.wp-block-group.is-style-rounded-top + *,
#content article .entry-content .wp-block-group.is-style-rounded-top + * {
  position: relative;
  z-index: 99;
}
#content article .entry-content.wp-block-group.is-nowrap > *,
#content article .entry-content .wp-block-group.is-nowrap > * {
  margin-top: 0;
  margin-bottom: 0;
}
#content article .entry-content.wp-block-group.is-nowrap .wp-block-media-text.is-style-stacked,
#content article .entry-content .wp-block-group.is-nowrap .wp-block-media-text.is-style-stacked {
  text-align: center;
}
#content article .entry-content.wp-block-group.is-content-justification-space-between > .wp-block-group.is-vertical, #content article .entry-content.wp-block-group.is-content-justification-left > .wp-block-group.is-vertical,
#content article .entry-content .wp-block-group.is-content-justification-space-between > .wp-block-group.is-vertical,
#content article .entry-content .wp-block-group.is-content-justification-left > .wp-block-group.is-vertical {
  width: auto;
  margin: 0;
}
#content article .entry-content.wp-block-group.reporting-dates,
#content article .entry-content .wp-block-group.reporting-dates {
  margin-top: calc( var(--element--vertical-margin) / 2);
}
@media (max-width: 599px) {
  #content article .entry-content.wp-block-group.reporting-dates,
#content article .entry-content .wp-block-group.reporting-dates {
    flex-direction: column;
  }
}
#content article .entry-content.wp-block-group.reporting-dates h4,
#content article .entry-content .wp-block-group.reporting-dates h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.3em;
}
#content article .entry-content.wp-block-group.reporting-dates h4 + p,
#content article .entry-content .wp-block-group.reporting-dates h4 + p {
  margin-top: 0;
}
#content article .entry-content.wp-block-group.financial-performance,
#content article .entry-content .wp-block-group.financial-performance {
  --content-desktop-small-block-margin: clamp(4rem, -1.0000rem + 11.1111vw, 15rem);
}
#content article .entry-content.wp-block-group.leftalign > *,
#content article .entry-content .wp-block-group.leftalign > * {
  margin-left: 0 !important;
}
#content article .entry-content.wp-block-group p + h4, #content article .entry-content.wp-block-group ul + h4,
#content article .entry-content .wp-block-group p + h4,
#content article .entry-content .wp-block-group ul + h4 {
  margin-top: 1em;
}
#content article .entry-content.wp-block-group > *:first-child,
#content article .entry-content .wp-block-group > *:first-child {
  margin-top: 0;
}
#content article .entry-content.wp-block-group > *:last-child,
#content article .entry-content .wp-block-group > *:last-child {
  margin-bottom: 0;
}
#content article .entry-content.wp-block-group > *.is-style-heading-title,
#content article .entry-content .wp-block-group > *.is-style-heading-title {
  margin-bottom: min(8rem, 5.555vw);
}
.home #content article .entry-content.wp-block-group > *:not([class*=wp-block-]),
.home #content article .entry-content .wp-block-group > *:not([class*=wp-block-]) {
  max-width: var(--element--max-width);
  margin-left: auto;
}
#content article .entry-content.wp-block-group > *.wp-block-buttons,
#content article .entry-content .wp-block-group > *.wp-block-buttons {
  max-width: 100rem;
}
#content article .entry-content.wp-block-group.join-us h3,
#content article .entry-content .wp-block-group.join-us h3 {
  font-size: clamp(3.1rem, 2.7831rem + 0.8451vw, 3.6rem);
  letter-spacing: -0.01em;
}
#content article .entry-content.wp-block-group.join-us h6,
#content article .entry-content .wp-block-group.join-us h6 {
  font-family: "Barlow Condensed", sans-serif;
}
@media (max-width: 767px) {
  #content article .entry-content.wp-block-group.join-us img,
#content article .entry-content .wp-block-group.join-us img {
    max-width: 56px;
  }
}
#content article .entry-content.wp-block-group.direction-arrow,
#content article .entry-content .wp-block-group.direction-arrow {
  position: relative;
  margin-top: calc(7vw + 30px) !important;
  margin-bottom: calc(7vw + 30px) !important;
  overflow: visible !important;
}
#content article .entry-content.wp-block-group.direction-arrow::before,
#content article .entry-content .wp-block-group.direction-arrow::before {
  content: "";
  width: 34px;
  position: absolute;
  background: url(../images/shape-circle-solid-green.svg) 0 0/100% auto no-repeat, url(../images/dashed-line-without-arrow.svg) 50% 50%/100% auto repeat-y, url(../images/arrow-only.svg) 50% 100%/24px auto no-repeat;
  left: 50%;
  top: -7vw;
  bottom: -7vw;
  transform: translate(-50%, 0);
  z-index: 0;
}
#content article .entry-content.wp-block-group.direction-arrow.no-ball::before,
#content article .entry-content .wp-block-group.direction-arrow.no-ball::before {
  background: url(../images/dashed-line-without-arrow.svg) 50% 50%/100% auto repeat-y, url(../images/arrow-only.svg) 50% 100%/100% auto no-repeat;
}
#content article .entry-content.wp-block-group.direction-arrow .wp-block-gb-block-posts,
#content article .entry-content.wp-block-group.direction-arrow .wp-block-group,
#content article .entry-content.wp-block-group.direction-arrow .wp-block-image,
#content article .entry-content .wp-block-group.direction-arrow .wp-block-gb-block-posts,
#content article .entry-content .wp-block-group.direction-arrow .wp-block-group,
#content article .entry-content .wp-block-group.direction-arrow .wp-block-image {
  position: relative;
  z-index: 10;
}
#content article .entry-content.wp-block-group.direction-arrow .wp-block-group,
#content article .entry-content .wp-block-group.direction-arrow .wp-block-group {
  margin-top: var(--content-desktop-small-block-margin);
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
#content article .entry-content.wp-block-group.direction-arrow .wp-block-group.add-spacer-after,
#content article .entry-content .wp-block-group.direction-arrow .wp-block-group.add-spacer-after {
  background-color: transparent;
}
#content article .entry-content.wp-block-group.direction-arrow .wp-block-column:first-of-type .parallax-floater,
#content article .entry-content .wp-block-group.direction-arrow .wp-block-column:first-of-type .parallax-floater {
  width: 14.027777vw;
  height: 15.133415vw;
  background: url(../images/shape-pick-dark-green.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-105%, 170%);
  z-index: 1;
}
#content article .entry-content.wp-block-group.direction-arrow .wp-block-column:last-of-type .parallax-floater,
#content article .entry-content .wp-block-group.direction-arrow .wp-block-column:last-of-type .parallax-floater {
  width: 15.694444vw;
  height: 15.694444vw;
  background: url(../images/shape-circle-blue-halo.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, -120%);
  z-index: 1;
  left: auto;
  right: 0;
  z-index: 99;
}
#content article .entry-content.wp-block-group.direction-arrow-no-before::before,
#content article .entry-content .wp-block-group.direction-arrow-no-before::before {
  opacity: 0;
}
#content article .entry-content.wp-block-group.alignfull,
#content article .entry-content .wp-block-group.alignfull {
  width: 100%;
  overflow: hidden;
}
#content article .entry-content.wp-block-group.alignfull .tns-outer,
#content article .entry-content .wp-block-group.alignfull .tns-outer {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  #content article .entry-content.wp-block-group.alignfull .tns-outer,
#content article .entry-content .wp-block-group.alignfull .tns-outer {
    width: min(75rem, 52.0833vw);
  }
}
#content article .entry-content.wp-block-group.alignfull .tns-ovh,
#content article .entry-content .wp-block-group.alignfull .tns-ovh {
  overflow: visible;
  margin-bottom: 5rem;
}
@media (min-width: 450px) {
  #content article .entry-content.wp-block-group.alignfull .tns-ovh,
#content article .entry-content .wp-block-group.alignfull .tns-ovh {
    margin-bottom: 8rem;
  }
}
#content article .entry-content.wp-block-group.is-style-rounded-top,
#content article .entry-content .wp-block-group.is-style-rounded-top {
  max-width: calc(var(--content-wide-width-max) - 24rem) !important;
  width: calc(100% - calc( var(--content-margin-horizontal) / 2) );
  padding: calc(var(--content-margin-horizontal) * 2) calc( var(--content-margin-horizontal) / 1.5) 0;
  border-radius: var(--block-group-rounded-top) 0 0 0;
  position: relative;
  z-index: 15;
  min-height: 10rem;
  margin-top: calc( var(--content-mobile-small-block-margin) * 1.2) !important;
  margin-bottom: calc( var(--content-mobile-small-block-margin) * 1.2) !important;
  position: relative;
}
@media (min-width: 768px) {
  #content article .entry-content.wp-block-group.is-style-rounded-top,
#content article .entry-content .wp-block-group.is-style-rounded-top {
    min-height: 17rem;
  }
}
#content article .entry-content.wp-block-group.is-style-rounded-top.opportunities-join-us,
#content article .entry-content .wp-block-group.is-style-rounded-top.opportunities-join-us {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  #content article .entry-content.wp-block-group.is-style-rounded-top.opportunities-join-us,
#content article .entry-content .wp-block-group.is-style-rounded-top.opportunities-join-us {
    margin-bottom: calc( 17rem / 2.5 * -1 ) !important;
  }
}
#content article .entry-content.wp-block-group.is-style-rounded-top.opportunities-join-us + .wp-block-group,
#content article .entry-content .wp-block-group.is-style-rounded-top.opportunities-join-us + .wp-block-group {
  margin-top: 0;
}
@media (min-width: 992px) {
  #content article .entry-content.wp-block-group.is-style-rounded-top.opportunities-join-us + .wp-block-group,
#content article .entry-content .wp-block-group.is-style-rounded-top.opportunities-join-us + .wp-block-group {
    margin-bottom: min(25rem, 17.35vw);
  }
}
#content article .entry-content.wp-block-group.is-style-rounded-top:not([data-type="core/group"])::before,
#content article .entry-content .wp-block-group.is-style-rounded-top:not([data-type="core/group"])::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 100%;
  background: #fff;
  left: 50%;
  width: 50vw;
  top: 0;
  z-index: -1;
}
.home #content article .entry-content.wp-block-group.is-style-rounded-top,
.home #content article .entry-content .wp-block-group.is-style-rounded-top {
  border-radius: var(--block-group-rounded-top) var(--block-group-rounded-top) 0 0;
  max-width: 120rem !important;
  margin-top: calc(var(--content-desktop-small-block-margin) / 4);
}
.home #content article .entry-content.wp-block-group.is-style-rounded-top::after,
.home #content article .entry-content .wp-block-group.is-style-rounded-top::after {
  display: none;
}
#content article .entry-content.wp-block-group.is-style-rounded-top:not(.has-background),
#content article .entry-content .wp-block-group.is-style-rounded-top:not(.has-background) {
  background: #fff;
}
#content article .entry-content.wp-block-group.is-style-rounded-top > *,
#content article .entry-content .wp-block-group.is-style-rounded-top > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--element--max-width);
}
@media (min-width: 992px) {
  #content article .entry-content.wp-block-group.add-spacer-after,
#content article .entry-content .wp-block-group.add-spacer-after {
    min-height: 75vh;
  }
}
#content article .entry-content.wp-block-group#signup-form, #content article .entry-content.wp-block-group#footer-signup-form,
#content article .entry-content .wp-block-group#signup-form,
#content article .entry-content .wp-block-group#footer-signup-form {
  --border-radius: clamp(60px, -272.1428571429px + 33.4821428571vw, 210px);
  --vertical-padding: clamp(50px, -45.2142857143px + 9.5982142857vw, 93px);
  --horizontal-padding: clamp(50px, -96.1428571429px + 14.7321428571vw, 116px);
  border-radius: 0 var(--border-radius);
  padding: var(--vertical-padding) 3rem;
  margin-top: calc(var(--content-desktop-small-block-margin) * 1.15);
  max-width: 144rem;
  width: calc(100% - (24px * 2));
}
@media (min-width: 601px) {
  #content article .entry-content.wp-block-group#signup-form, #content article .entry-content.wp-block-group#footer-signup-form,
#content article .entry-content .wp-block-group#signup-form,
#content article .entry-content .wp-block-group#footer-signup-form {
    padding: var(--vertical-padding) var(--horizontal-padding);
  }
}
#content article .entry-content.wp-block-group#signup-form .frm_forms, #content article .entry-content.wp-block-group#footer-signup-form .frm_forms,
#content article .entry-content .wp-block-group#signup-form .frm_forms,
#content article .entry-content .wp-block-group#footer-signup-form .frm_forms {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}
#content article .entry-content.wp-block-group#signup-form .wp-block-columns.alignwide, #content article .entry-content.wp-block-group#footer-signup-form .wp-block-columns.alignwide,
#content article .entry-content .wp-block-group#signup-form .wp-block-columns.alignwide,
#content article .entry-content .wp-block-group#footer-signup-form .wp-block-columns.alignwide {
  width: 100%;
}
@media (min-width: 992px) {
  #content article .entry-content.wp-block-group#signup-form .wp-block-columns.alignwide, #content article .entry-content.wp-block-group#footer-signup-form .wp-block-columns.alignwide,
#content article .entry-content .wp-block-group#signup-form .wp-block-columns.alignwide,
#content article .entry-content .wp-block-group#footer-signup-form .wp-block-columns.alignwide {
    max-width: 115rem;
    transform: translate(-5%, 0);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  #content article .entry-content.wp-block-group#footer-signup-form,
#content article .entry-content .wp-block-group#footer-signup-form {
    width: 100%;
    border-radius: 0;
  }
}
#content article .entry-content.wp-block-group#footer-signup-form > *,
#content article .entry-content .wp-block-group#footer-signup-form > * {
  margin-left: auto;
  margin-right: auto;
}
#content article .entry-content.wp-block-group#footer-menu,
#content article .entry-content .wp-block-group#footer-menu {
  max-width: 120rem;
  width: var(--element--width);
  margin-bottom: 6rem;
}
#content article .entry-content.wp-block-group#footer-menu #footer-logo,
#content article .entry-content .wp-block-group#footer-menu #footer-logo {
  margin-top: 0.5rem;
  margin-bottom: 4rem;
}
#content article .entry-content.wp-block-group#footer-menu p,
#content article .entry-content .wp-block-group#footer-menu p {
  max-width: 28rem;
}
#content article .entry-content.wp-block-group#footer-menu .wp-block-columns,
#content article .entry-content .wp-block-group#footer-menu .wp-block-columns {
  margin-top: 0;
  margin-bottom: 0;
}
#content article .entry-content.wp-block-group#footer-menu .wp-block-social-links,
#content article .entry-content .wp-block-group#footer-menu .wp-block-social-links {
  margin-top: 0;
}
#content article .entry-content.wp-block-group#footer-menu .wp-block-social-links > li:first-child,
#content article .entry-content .wp-block-group#footer-menu .wp-block-social-links > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
#content article .entry-content.wp-block-group#footer-menu .wp-block-social-links > li:first-child a,
#content article .entry-content .wp-block-group#footer-menu .wp-block-social-links > li:first-child a {
  margin-left: 0;
  padding-left: 0;
}
#content article .entry-content.wp-block-group#footer-menu .wp-block-social-links a,
#content article .entry-content .wp-block-group#footer-menu .wp-block-social-links a {
  transition: color 0.3s;
}
#content article .entry-content.wp-block-group#footer-menu .wp-block-social-links a:hover,
#content article .entry-content .wp-block-group#footer-menu .wp-block-social-links a:hover {
  color: #000;
}
#content article .entry-content.wp-block-group#footer-menu .wp-block-social-links .wp-block-social-link,
#content article .entry-content.wp-block-group#footer-menu .wp-block-social-links .wp-block-social-link a,
#content article .entry-content .wp-block-group#footer-menu .wp-block-social-links .wp-block-social-link,
#content article .entry-content .wp-block-group#footer-menu .wp-block-social-links .wp-block-social-link a {
  margin-top: 0;
  margin-bottom: 0;
}
#content article .entry-content.wp-block-group#footer-menu .wp-block-gb-menu ul a:hover,
#content article .entry-content .wp-block-group#footer-menu .wp-block-gb-menu ul a:hover {
  color: var(--wp--preset--color--green);
}
#content article .entry-content.wp-block-group#our-people-line,
#content article .entry-content .wp-block-group#our-people-line {
  margin-top: calc(var(--content-desktop-small-block-margin) * 0.5);
}
@media (min-width: 992px) {
  #content article .entry-content.wp-block-group#our-people-line,
#content article .entry-content .wp-block-group#our-people-line {
    margin-bottom: min(31.5rem, 21.875vw) !important;
  }
}
#content article .entry-content.wp-block-group#our-people-line .parallax-circles,
#content article .entry-content .wp-block-group#our-people-line .parallax-circles {
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: 999;
  transform: translate(-25%, 105%);
}
#content article .entry-content.wp-block-group#footer-copyright,
#content article .entry-content .wp-block-group#footer-copyright {
  max-width: var(--element--max-width-wide);
  margin-top: calc(var(--content-desktop-small-block-margin) * 0.65);
  margin-bottom: 0;
  padding-bottom: 4rem;
}
#content article .entry-content.wp-block-group#footer-copyright > *,
#content article .entry-content .wp-block-group#footer-copyright > * {
  width: 100%;
  max-width: none;
}
#content article .entry-content.wp-block-group#footer-copyright p,
#content article .entry-content .wp-block-group#footer-copyright p {
  font-size: 1.4rem;
  color: #000;
}
#content article .entry-content.wp-block-group#footer-copyright a,
#content article .entry-content .wp-block-group#footer-copyright a {
  color: var(--wp--preset--color--green);
}
#content article .entry-content.wp-block-group#footer-copyright a:hover,
#content article .entry-content .wp-block-group#footer-copyright a:hover {
  color: #000;
}
#content article .entry-content.wp-block-group#home-latest-news,
#content article .entry-content .wp-block-group#home-latest-news {
  max-width: 120rem;
  position: relative;
  width: var(--element--width);
}
#content article .entry-content.wp-block-group#home-latest-news > h2,
#content article .entry-content .wp-block-group#home-latest-news > h2 {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  #content article .entry-content.wp-block-group#home-latest-news > h2,
#content article .entry-content .wp-block-group#home-latest-news > h2 {
    font-size: 2rem !important;
  }
}
@media (max-width: 600px) {
  #content article .entry-content.wp-block-group#home-latest-news > h6,
#content article .entry-content .wp-block-group#home-latest-news > h6 {
    margin-left: 50px;
    margin-right: 50px;
    height: 0;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
  }
}
#content article .entry-content.wp-block-group#home-latest-news .latest-news,
#content article .entry-content .wp-block-group#home-latest-news .latest-news {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}
#content article .entry-content.wp-block-group#home-latest-news .latest-news > ul,
#content article .entry-content .wp-block-group#home-latest-news .latest-news > ul {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #content article .entry-content.wp-block-group#home-latest-news .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link,
#content article .entry-content .wp-block-group#home-latest-news .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
#content article .entry-content.wp-block-group#home-what-we-do::before,
#content article .entry-content .wp-block-group#home-what-we-do::before {
  display: none;
}
@media (min-width: 992px) {
  #content article .entry-content.wp-block-group#home-what-we-do p,
#content article .entry-content .wp-block-group#home-what-we-do p {
    margin-top: 2.2em;
    line-height: 1.5em;
  }
}
#content article .entry-content.wp-block-group#home-what-we-do-cards, #content article .entry-content.wp-block-group.home-what-we-do-cards,
#content article .entry-content .wp-block-group#home-what-we-do-cards,
#content article .entry-content .wp-block-group.home-what-we-do-cards {
  margin-top: var(--content-margin-horizontal);
}
@media (min-width: 600px) and (max-width: 781px) {
  #content article .entry-content.wp-block-group#home-what-we-do-cards .wp-block-columns .wp-block-column, #content article .entry-content.wp-block-group.home-what-we-do-cards .wp-block-columns .wp-block-column,
#content article .entry-content .wp-block-group#home-what-we-do-cards .wp-block-columns .wp-block-column,
#content article .entry-content .wp-block-group.home-what-we-do-cards .wp-block-columns .wp-block-column {
    flex-basis: calc(100%) !important;
    flex-grow: 0;
    margin-left: 0 !important;
  }
}
#content article .entry-content.wp-block-group#home-the-way-we-work,
#content article .entry-content .wp-block-group#home-the-way-we-work {
  margin-top: calc(var(--content-desktop-small-block-margin) * 3);
}
@media (min-width: 992px) {
  #content article .entry-content.wp-block-group#home-the-way-we-work,
#content article .entry-content .wp-block-group#home-the-way-we-work {
    margin-top: calc(var(--content-desktop-small-block-margin) * 1.6);
  }
}
#content article .entry-content.wp-block-group#home-the-way-we-work h2,
#content article .entry-content .wp-block-group#home-the-way-we-work h2 {
  margin-bottom: 0.4em;
}
#content article .entry-content.wp-block-group#home-the-way-we-work .tns-outer,
#content article .entry-content .wp-block-group#home-the-way-we-work .tns-outer {
  margin-top: 2em;
}
@media (min-width: 992px) {
  #content article .entry-content.wp-block-group#home-about-us,
#content article .entry-content .wp-block-group#home-about-us {
    min-height: 200vh;
  }
  #content article .entry-content.wp-block-group#home-about-us > .wp-block-columns,
#content article .entry-content .wp-block-group#home-about-us > .wp-block-columns {
    display: grid;
    grid-template-columns: 7fr 13fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #content article .entry-content.wp-block-group#home-about-us > .wp-block-columns > *,
#content article .entry-content .wp-block-group#home-about-us > .wp-block-columns > * {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  #content article .entry-content.wp-block-group#home-about-us .wp-block-columns .wp-block-column,
#content article .entry-content .wp-block-group#home-about-us .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}
#content article .entry-content.wp-block-group#home-about-us img,
#content article .entry-content .wp-block-group#home-about-us img {
  border-radius: 40px;
  min-width: 0;
  min-height: 0;
}
@media (min-width: 992px) {
  #content article .entry-content.wp-block-group#home-about-us .wp-block-gallery,
#content article .entry-content .wp-block-group#home-about-us .wp-block-gallery {
    position: relative;
  }
  #content article .entry-content.wp-block-group#home-about-us .wp-block-gallery .wp-block-image,
#content article .entry-content .wp-block-group#home-about-us .wp-block-gallery .wp-block-image {
    display: block;
    border-radius: 0 !important;
  }
  #content article .entry-content.wp-block-group#home-about-us .wp-block-gallery .wp-block-image:nth-child(4n+1),
#content article .entry-content .wp-block-group#home-about-us .wp-block-gallery .wp-block-image:nth-child(4n+1) {
    transform: translateY(20vh);
  }
  #content article .entry-content.wp-block-group#home-about-us .wp-block-gallery .wp-block-image:nth-child(4n+2),
#content article .entry-content .wp-block-group#home-about-us .wp-block-gallery .wp-block-image:nth-child(4n+2) {
    transform: translateY(50vh);
  }
  #content article .entry-content.wp-block-group#home-about-us .wp-block-gallery .wp-block-image:nth-child(4n+3),
#content article .entry-content .wp-block-group#home-about-us .wp-block-gallery .wp-block-image:nth-child(4n+3) {
    transform: translateY(40vh);
  }
  #content article .entry-content.wp-block-group#home-about-us .wp-block-gallery .wp-block-image:nth-child(4n+4),
#content article .entry-content .wp-block-group#home-about-us .wp-block-gallery .wp-block-image:nth-child(4n+4) {
    transform: translateY(80vh);
  }
}
#content article .entry-content.wp-block-group#what-we-do-what-we-do .wp-block-media-text__media,
#content article .entry-content .wp-block-group#what-we-do-what-we-do .wp-block-media-text__media {
  position: relative;
  z-index: 10;
}
#content article .entry-content.wp-block-group#what-we-do-what-we-do .wp-block-columns:first-of-type .wp-block-column:nth-child(1) .parallax-floater,
#content article .entry-content .wp-block-group#what-we-do-what-we-do .wp-block-columns:first-of-type .wp-block-column:nth-child(1) .parallax-floater {
  width: 14.027777vw;
  height: 15.133415vw;
  background: url(../images/shape-pick-dark-green.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-70%, -75%);
  z-index: 1;
}
#content article .entry-content.wp-block-group#what-we-do-what-we-do .wp-block-columns:first-of-type .wp-block-column:nth-child(3) .parallax-floater,
#content article .entry-content .wp-block-group#what-we-do-what-we-do .wp-block-columns:first-of-type .wp-block-column:nth-child(3) .parallax-floater {
  width: 15.694444vw;
  height: 15.694444vw;
  background: url(../images/shape-circle-blue-halo.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(111%, -123%);
  z-index: 1;
}
#content article .entry-content.wp-block-group#what-we-do-what-we-do .wp-block-columns:last-of-type .wp-block-column:nth-child(1) .parallax-floater,
#content article .entry-content .wp-block-group#what-we-do-what-we-do .wp-block-columns:last-of-type .wp-block-column:nth-child(1) .parallax-floater {
  width: 7.7083333vw;
  height: 7.7083333vw;
  background: url(../images/shape-circle-light-green.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translate(-67%, -37%);
  z-index: 1;
}
#content article .entry-content.wp-block-group.projects-gallery,
#content article .entry-content .wp-block-group.projects-gallery {
  --content-desktop-small-block-margin: 5rem;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column {
  min-width: 0;
  min-height: 0;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child {
  border-radius: min(14.4rem, 10vw) 0 0 0;
  padding: 4rem 3rem 4rem;
}
@media (min-width: 768px) {
  #content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child {
    padding: 8rem 7rem 4rem 6rem;
  }
}
@media (max-width: 781px) {
  #content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child {
    margin-bottom: 0;
  }
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h1, #content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h2, #content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h3, #content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h4, #content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h5, #content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h6,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h1,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h2,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h3,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h4,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h5,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h6 {
  text-transform: uppercase;
  margin: 0;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h4,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h4 {
  line-height: 1em;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h6,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child h6 {
  font-size: 1.7rem;
  margin: 0.3em 0;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:first-child .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  border-bottom: 1px solid var(--wp--preset--color--green);
  opacity: 1;
  margin: 1em 0;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:last-child,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:last-child {
  margin-left: 0;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:last-child .wp-block-gb-block-gallery .wp-block-cover img.wp-block-cover__image-background,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:last-child .wp-block-gb-block-gallery .wp-block-cover img.wp-block-cover__image-background {
  border-radius: 0;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:last-child .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-column:last-child .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container {
  display: none;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .tns-outer,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .tns-outer {
  width: 100%;
  height: 100%;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .tns-outer .tns-ovh,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .tns-outer .tns-ovh {
  width: 100%;
  height: 100%;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .tns-outer .tns-ovh .tns-inner,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .tns-outer .tns-ovh .tns-inner {
  margin: 0;
  height: 100%;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-gb-block-gallery,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-gb-block-gallery {
  height: 100%;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-gb-block-gallery .wp-block-cover,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-gb-block-gallery .wp-block-cover {
  height: 100%;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-gb-block-gallery .wp-block-cover picture,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-gb-block-gallery .wp-block-cover picture {
  height: 100%;
  display: block;
}
#content article .entry-content.wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-gb-block-gallery .wp-block-cover img.wp-block-cover__image-background,
#content article .entry-content .wp-block-group.projects-gallery .wp-block-columns.project-gallery-columns .wp-block-gb-block-gallery .wp-block-cover img.wp-block-cover__image-background {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#content article .entry-content.wp-block-group#how-we-safety .wp-block-column > *:not(.parallax-floater),
#content article .entry-content .wp-block-group#how-we-safety .wp-block-column > *:not(.parallax-floater) {
  position: relative;
  z-index: 10;
}
#content article .entry-content.wp-block-group#how-we-enviromental,
#content article .entry-content .wp-block-group#how-we-enviromental {
  background: #fff;
}
#content article .entry-content.wp-block-group#how-we-enviromental > h2,
#content article .entry-content .wp-block-group#how-we-enviromental > h2 {
  position: relative;
}
#content article .entry-content.wp-block-group#how-we-enviromental > h2 .parallax-floater,
#content article .entry-content .wp-block-group#how-we-enviromental > h2 .parallax-floater {
  width: 7.7083333vw;
  height: 7.7083333vw;
  background: url(../images/shape-circle-light-green.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translate(15%, -125%);
  z-index: 1;
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  #content article .entry-content.wp-block-group#opportunities-jobs-list,
#content article .entry-content .wp-block-group#opportunities-jobs-list {
    margin-top: calc(var(--content-desktop-small-block-margin) * 2.5);
    margin-bottom: calc(var(--content-desktop-small-block-margin) * 2.5);
  }
}
#content article .entry-content.wp-block-group#projects-wide-filter,
#content article .entry-content .wp-block-group#projects-wide-filter {
  margin-top: 0;
}
#content article .entry-content.wp-block-group#health-well-belling,
#content article .entry-content .wp-block-group#health-well-belling {
  --column-gap: min(16.7rem, 11.6rem);
}
#content article .entry-content.wp-block-group#health-well-belling > .wp-block-columns,
#content article .entry-content .wp-block-group#health-well-belling > .wp-block-columns {
  width: var(--element--width);
}
@media (min-width: 601px) {
  #content article .entry-content.wp-block-group#health-well-belling > .wp-block-columns,
#content article .entry-content .wp-block-group#health-well-belling > .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: min(16.5rem, 11.45vw);
         column-gap: min(16.5rem, 11.45vw);
  }
}
#content article .entry-content.wp-block-group > *:last-child,
#content article .entry-content .wp-block-group > *:last-child {
  margin-bottom: 0;
}
#content article .entry-content .wp-block-gallery.is-style-four-square.blocks-gallery-grid {
  position: relative;
}
@media (max-width: 767px) {
  #content article .entry-content .wp-block-gallery.is-style-four-square.blocks-gallery-grid .wp-block-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gallery.is-style-four-square.blocks-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    grid-template-rows: min(1.5rem, 1.05vw) min(27rem, 18.75vw) min(25rem, 17.35vw) min(8.5rem, 5.90vw);
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 2.1rem;
  }
  #content article .entry-content .wp-block-gallery.is-style-four-square.blocks-gallery-grid .wp-block-image {
    margin: 0;
    width: 100%;
  }
  #content article .entry-content .wp-block-gallery.is-style-four-square.blocks-gallery-grid .wp-block-image img {
    position: relative;
    z-index: 5;
  }
  #content article .entry-content .wp-block-gallery.is-style-four-square.blocks-gallery-grid .wp-block-image:nth-child(4n+1) {
    grid-area: 1/1/3/3;
  }
  #content article .entry-content .wp-block-gallery.is-style-four-square.blocks-gallery-grid .wp-block-image:nth-child(4n+1) .parallax-floater {
    width: 15.694444vw;
    height: 15.694444vw;
    background: url(../images/shape-circle-blue-halo.svg) 0 0/100% auto no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(4%, 71%);
    z-index: 1;
  }
  #content article .entry-content .wp-block-gallery.is-style-four-square.blocks-gallery-grid .wp-block-image:nth-child(4n+2) {
    grid-area: 2/3/3/4;
    position: relative;
  }
  #content article .entry-content .wp-block-gallery.is-style-four-square.blocks-gallery-grid .wp-block-image:nth-child(4n+2) .parallax-floater {
    width: 14.027777vw;
    height: 15.133415vw;
    background: url(../images/shape-pick-dark-green.svg) 0 0/100% auto no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(41%, -70%);
    z-index: 1;
  }
  #content article .entry-content .wp-block-gallery.is-style-four-square.blocks-gallery-grid .wp-block-image:nth-child(4n+3) {
    grid-area: 3/2/4/3;
  }
  #content article .entry-content .wp-block-gallery.is-style-four-square.blocks-gallery-grid .wp-block-image:nth-child(4n+4) {
    grid-area: 3/3/5/4;
  }
  #content article .entry-content .wp-block-gallery.is-style-four-square.blocks-gallery-grid .wp-block-image:nth-child(4n+4) .parallax-floater {
    width: 7.7083333vw;
    height: 7.7083333vw;
    background: url(../images/shape-circle-light-green.svg) 0 0/100% auto no-repeat;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
#content article .entry-content .wp-block-gallery .wp-block-image::before {
  display: none;
}
#content article .entry-content .wp-block-gb-block-gallery {
  max-width: none;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
}
#content article .entry-content .wp-block-gb-block-gallery .slides-wrapper {
  max-width: none;
}
#content article .entry-content .wp-block-gb-block-gallery .wp-block-cover {
  padding: 0;
  min-height: 0;
  transition: opacity 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 750px;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-gallery .wp-block-cover {
    flex-direction: column;
    width: 52.0833vw;
  }
}
#content article .entry-content .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__gradient-background {
  display: none !important;
}
#content article .entry-content .wp-block-gb-block-gallery .wp-block-cover.tns-item.tns-slide-active .wp-block-cover__inner-container {
  opacity: 1;
}
#content article .entry-content .wp-block-gb-block-gallery .wp-block-cover.tns-item:not(.tns-slide-active) {
  opacity: 0.2;
}
#content article .entry-content .wp-block-gb-block-gallery .wp-block-cover img.wp-block-cover__image-background {
  border-radius: 0.6rem;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  height: auto;
  max-width: 750px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-gallery .wp-block-cover img.wp-block-cover__image-background {
    width: calc(100% - 20px);
  }
}
#content article .entry-content .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transition: opacity 0.3s;
  background: var(--wp--preset--color--green);
  color: var(--wp--preset--color--blue);
  border-radius: min(6.25vw, 9rem);
  padding: min(2.777777vw, 4rem) min(3.472222vw, 5rem);
  text-align: center;
  transform: translate(-50%, 56%);
  width: 90%;
  margin: 0 auto;
  min-height: 26%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container {
    width: min(44rem, 58.666%);
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container {
    left: calc(50% - 1.5rem);
  }
}
#content article .entry-content .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container h1, #content article .entry-content .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container h2, #content article .entry-content .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container h3, #content article .entry-content .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container h4, #content article .entry-content .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container h5, #content article .entry-content .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container h6 {
  color: #fff;
  margin-bottom: 0.5rem;
}
#content article .entry-content .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container p {
  margin: 0 0 0.5em;
}
#content article .entry-content .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
#content article .entry-content .wp-block-gb-block-gallery .wp-block-cover .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}
#content article .entry-content a {
  pointer-events: all;
}
#content article .entry-content .filters-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: min(8.958333333333334vw, 12.9rem);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  #content article .entry-content .filters-wrapper {
    flex-direction: row;
  }
}
#content article .entry-content .filters-wrapper .filters-filter {
  width: 100%;
}
#content article .entry-content .filters-wrapper .filters-filter + .filters-filter {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #content article .entry-content .filters-wrapper .filters-filter + .filters-filter {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #content article .entry-content .filters-wrapper .filters-filter {
    width: calc( 50% - 2.3rem);
  }
}
#content article .entry-content .filters-wrapper .filters-filter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}
#content article .entry-content .filters-wrapper .filters-filter select::-ms-expand {
  display: none;
}
#content article .entry-content .filters-wrapper .filters-filter .terms-filter {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  width: 100%;
  border: 1px solid var(--wp--preset--color--dark-blue);
  border-radius: 4rem;
  padding: 1.8rem 2rem;
  color: var(--wp--preset--color--dark-blue);
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1.1;
}
#content article .entry-content .filters-wrapper .filters-filter .terms-filter select, #content article .entry-content .filters-wrapper .filters-filter .terms-filter::after {
  grid-area: select;
}
#content article .entry-content .filters-wrapper .filters-filter .terms-filter.dropdown-active {
  border: 0 none;
}
@media (min-width: 992px) {
  #content article .entry-content .filters-wrapper .filters-filter .terms-filter {
    padding: 2.9rem 3.5rem;
  }
}
#content article .entry-content .filters-wrapper .filters-filter select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}
#content article .entry-content .wp-block-gb-block-posts {
  max-width: 100rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#content article .entry-content .wp-block-gb-block-posts.direction-arrow::before {
  content: "";
  width: 34px;
  position: absolute;
  background: url(../images/shape-circle-solid-green.svg) 0 0/100% auto no-repeat, url(../images/dashed-line-without-arrow.svg) 50% 50%/100% auto repeat-y, url(../images/arrow-only.svg) 50% 100%/24px auto no-repeat;
  left: 50%;
  top: -7vw;
  bottom: -7vw;
  transform: translate(-50%, 0);
  z-index: 0;
}
#content article .entry-content .wp-block-gb-block-posts.direction-arrow.no-ball::before {
  background: url(../images/dashed-line-without-arrow.svg) 50% 50%/100% auto repeat-y, url(../images/arrow-only.svg) 50% 100%/100% auto no-repeat;
}
#content article .entry-content .wp-block-gb-block-posts.direction-arrow::before {
  top: min(8.958333333333334vw, 12.9rem);
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list {
  --project-radius: clamp(50px, -186.9285714286px + 23.8839285714vw, 157px);
  list-style: none;
  padding-left: 0;
  display: grid;
  -moz-column-gap: var(--column-gap);
       column-gap: var(--column-gap);
  row-gap: 40px;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 4.5rem;
  }
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list > li {
  border-radius: var(--project-radius) 0 0 0;
  overflow: hidden;
  margin: 0;
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text {
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  margin: 0;
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text .wp-block-media-text__media {
  grid-area: 1/1/2/2;
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text .wp-block-media-text__content {
  grid-area: 2/1/3/2;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text {
    margin-top: 0;
    opacity: 0.5;
    transition: opacity 0.6s;
  }
  #content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text.is-visible {
    opacity: 1;
  }
}
@media (hover: hover) {
  #content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text:hover .wp-block-media-text__media::before {
    opacity: 0;
  }
  #content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text:hover .wp-block-media-text__media img {
    transition: transform 3s ease-in-out;
    transform: scale(1.05);
  }
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text .wei-picture-wrapper {
  position: static;
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text .wei-picture-wrapper img {
  height: auto;
  max-width: none;
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text .wp-block-media-text__media {
  position: relative;
  position: relative;
  border-radius: var(--block--media-text--radius-big) 0 0 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 112%;
  margin-top: 0;
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text .wp-block-media-text__media::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #A8CF39 0%, #004062 100%);
  background-blend-mode: multiply;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  transition: all 0.8s;
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text .wp-block-media-text__media a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: all;
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text .wp-block-media-text__media img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text .wp-block-media-text__content h6 {
  font-size: 1.6rem;
  text-transform: uppercase;
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text .wp-block-media-text__content h6 a {
  color: var(--wp--preset--color--dark-blue);
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text .wp-block-media-text__content p {
  margin: 0;
  line-height: 1.5em;
}
#content article .entry-content .wp-block-gb-block-posts:not(.jobs-available) .posts-list .wp-block-media-text .wp-block-media-text__content .wp-block-buttons {
  margin-top: 1em;
  margin-bottom: 1.7em;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies::before {
  bottom: max(7rem, 7vw);
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-top: min(17.5rem, 12.16vw);
  grid-template-columns: 1fr auto 1fr;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.prev, #content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.next {
  justify-self: end;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.prev span, #content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.next span {
  opacity: 0.6;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.prev a, #content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.next a {
  transition: opacity 0.3s;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.prev a:hover, #content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.next a:hover {
  opacity: 0.6;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.prev > *, #content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.next > * {
  display: block;
  width: 5rem;
  height: 5rem;
  background: url(../images/pagination-arrow-prev.svg) 0 0/100% auto no-repeat;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.prev > *, #content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.next > * {
    width: min(7.7rem, 5.347222vw);
    height: min(7.7rem, 5.347222vw);
  }
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.count {
  align-self: center;
  text-transform: uppercase;
  font-weight: 600;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.next {
  justify-self: start;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .gb-post-pagination li.next > * {
  transform: rotate(180deg);
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list {
  grid-template-columns: 1fr;
  row-gap: 3rem;
  row-gap: 5.5rem;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list {
    row-gap: 7.9rem;
  }
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list > li {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: visible;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text {
  position: relative;
  margin-bottom: 0;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  grid-area: none;
  margin: 0;
  border-radius: var(--project-radius) 0 0 0;
  overflow: hidden;
  padding-bottom: 0;
  height: 100%;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__media::before {
  background: linear-gradient(270deg, rgba(0, 64, 98, 0) 0%, #004062 64.58%);
  opacity: 1;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__media img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content {
  --projects--large--padding-horizontal: clamp(30px, -64.8571428571px + 12.3511904762vw, 113px);
  --projects--large--padding-vertical: clamp(20px, -39.4285714286px + 7.7380952381vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--projects--large--padding-horizontal) var(--projects--large--padding-vertical) 0;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  min-height: 25rem;
  background: transparent;
  width: 100%;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content > * {
  transform: translate(0, 2.5rem);
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content .wp-block-buttons {
  margin-left: 0;
  margin-bottom: 0;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h1, #content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h2, #content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h3, #content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h4, #content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h5, #content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h6 {
  width: 100%;
  color: #fff;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h1 a, #content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h2 a, #content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h3 a, #content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h4 a, #content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h5 a, #content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h6 a {
  color: #fff;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h4 {
    margin-top: 0.8em !important;
  }
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content h6 {
  line-height: 1.666667em;
}
#content article .entry-content .wp-block-gb-block-posts.project-studies .posts-list .wp-block-media-text .wp-block-media-text__content .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: var(--wp--preset--color--green);
  background: white;
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available {
  position: relative;
  max-width: none;
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available::before {
  content: "";
  width: 24px;
  height: 100%;
  background: url(../images/dashed-line-without-arrow.svg) 0 0/100% auto repeat-y;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .gb-post-pagination {
  -moz-column-gap: 11.4rem;
       column-gap: 11.4rem;
  margin-top: min(17.5rem, 12.16vw);
  margin-left: auto;
  margin-right: auto;
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .gb-post-pagination li {
  justify-self: end;
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .gb-post-pagination li span {
  opacity: 0.6;
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .gb-post-pagination li a {
  transition: opacity 0.3s;
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .gb-post-pagination li a:hover {
  opacity: 0.6;
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .gb-post-pagination li > * {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/pagination-arrow-prev.svg) 0 0/100% auto no-repeat;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.jobs-available .gb-post-pagination li > * {
    width: min(7.7rem, 5.347222vw);
    height: min(7.7rem, 5.347222vw);
  }
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .gb-post-pagination li.next {
  justify-self: start;
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .gb-post-pagination li.next > * {
  transform: rotate(180deg);
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .posts-list {
  grid-template-columns: 1fr;
  row-gap: 4em;
  max-width: none;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.jobs-available .posts-list {
    row-gap: min(29rem, 20.138889vw);
  }
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .posts-list > li {
  margin-left: auto;
  margin-right: auto;
  width: var(--element--width);
  max-width: 120rem;
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .posts-list > li .wp-block-media-text {
  margin-left: auto;
  margin-right: auto;
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .posts-list > li:first-child .wp-block-media-text::before {
  display: none;
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .posts-list > li + li {
  position: relative;
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .posts-list > li + li::before {
  content: "";
  position: absolute;
  top: -2em;
  left: 50%;
  width: 16px;
  height: 9px;
  background: url(../images/menu-arrow-down.svg) 0 0/100% auto no-repeat;
  transform: translate(-50%, 0);
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-gb-block-posts.jobs-available .posts-list > li + li::before {
    top: calc( ( min(29rem, 20.138889vw) / 2) * -1 );
  }
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .posts-list > li:nth-child(even) .wp-block-media-text {
  grid-template-columns: calc(50% - 10rem) calc(50% + 4rem);
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
#content article .entry-content .wp-block-gb-block-posts.jobs-available .posts-list > li:nth-child(even) .wp-block-media-text .wp-block-media-text__media {
  border-radius: 0 var(--block--media-text--radius-big) 0 0;
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-gb-block-posts.jobs-available .posts-list > li:nth-child(even) .wp-block-media-text .wp-block-media-text__media {
    grid-area: 1/2/2/3;
  }
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-gb-block-posts.jobs-available .posts-list > li:nth-child(even) .wp-block-media-text .wp-block-media-text__content {
    grid-area: 1/1/2/2;
    margin-right: 0;
    margin-left: auto;
  }
}
#content article .entry-content .wp-block-gb-block-posts.latest-news {
  max-width: 100%;
  margin-top: 3.4rem;
  margin-bottom: 4.6rem;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-gb-block-posts.latest-news .wp-block-media-text {
    transform: scale(0.6);
    opacity: 0;
  }
}
#content article .entry-content .wp-block-gb-block-posts.latest-news .tns-controls button {
  left: 0;
  top: 0;
  transform: translate(0, 0);
}
#content article .entry-content .wp-block-gb-block-posts.latest-news .tns-controls button[data-controls=next] {
  right: 0;
  left: auto;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news .posts-list {
  --project-radius: 0;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 600px) {
  #content article .entry-content .wp-block-gb-block-posts.latest-news .posts-list {
    max-width: none;
  }
}
@media (min-width: 601px) {
  #content article .entry-content .wp-block-gb-block-posts.latest-news .posts-list {
    display: grid;
  }
}
#content article .entry-content .wp-block-gb-block-posts.latest-news .posts-list .wp-block-media-text__media {
  border-radius: 40px;
  padding-bottom: 82%;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news .posts-list .wei-picture-wrapper {
  background: var(--wp--preset--color--dark-blue);
  overflow: hidden;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news .posts-list .wei-picture-wrapper::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #A8CF39 0%, #004062 100%);
  background-blend-mode: multiply;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  transition: all 0.8s;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news .posts-list .wei-picture-wrapper img {
  transition: transform 0.5s ease-in-out;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news .posts-list .wei-picture-wrapper:hover::before {
  opacity: 0;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news .posts-list .wei-picture-wrapper:hover img {
  transition: transform 3s ease-in-out;
  transform: scale(1.05);
}
#content article .entry-content .wp-block-gb-block-posts.latest-news .posts-list .wp-block-media-text .wp-block-media-text__media::before {
  display: none;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news .posts-list h4 {
  margin-top: 0;
  margin-bottom: 0.4em;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news .posts-list h6 {
  margin-top: 1.1em;
  margin-bottom: 0.2em;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all {
  margin-top: 3.4rem;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .filters-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.4rem;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .filters-wrapper .filters-filter {
  width: 100%;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .filters-wrapper .filters-filter .terms-filter {
  padding: 2.5rem 7.5rem 2.5rem 3.5rem;
  width: 100%;
  max-width: 47.6rem;
  background-position: calc(100% - 4.5rem) calc(50% + 0.2rem);
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list {
  --project-radius: 0;
  --block--media-text--radius-big: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li {
  grid-column: span 2;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li h2 {
  margin-bottom: 0.4em;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li h6 {
  margin-bottom: 0.2em;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li .wp-block-media-text .wp-block-media-text__media {
  padding-bottom: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(1) .wp-block-media-text .wp-block-media-text__media {
    padding-bottom: 50%;
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(2) .wp-block-media-text .wp-block-media-text__content, #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(3) .wp-block-media-text .wp-block-media-text__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 38px;
  }
  #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(2) .wp-block-media-text .wp-block-media-text__content h2, #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(2) .wp-block-media-text .wp-block-media-text__content h6, #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(2) .wp-block-media-text .wp-block-media-text__content a, #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(3) .wp-block-media-text .wp-block-media-text__content h2, #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(3) .wp-block-media-text .wp-block-media-text__content h6, #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(3) .wp-block-media-text .wp-block-media-text__content a {
    color: #fff;
  }
  #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(2) .wp-block-media-text .wp-block-media-text__content a, #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(3) .wp-block-media-text .wp-block-media-text__content a {
    transition: all 0.3s;
  }
  #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(2) .wp-block-media-text .wp-block-media-text__content a:hover, #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(3) .wp-block-media-text .wp-block-media-text__content a:hover {
    opacity: 0.7;
  }
  #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(2) .wp-block-media-text .wp-block-media-text__content p, #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(3) .wp-block-media-text .wp-block-media-text__content p {
    display: none;
  }
  #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(2) .wp-block-media-text .wp-block-media-text__media, #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(3) .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 0;
  }
  #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(2) .wp-block-media-text .wp-block-media-text__media picture img, #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(3) .wp-block-media-text .wp-block-media-text__media picture img {
    background-blend-mode: multiply;
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(4), #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(5) {
    grid-column: span 1;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(4) h2, #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:nth-child(5) h2 {
    font-size: 3rem;
  }
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li .wp-block-media-text .wp-block-media-text__media picture {
  position: relative;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li .wp-block-media-text .wp-block-media-text__media picture::before {
  content: "";
  position: relative;
  height: 0;
  padding-bottom: 100%;
  display: block;
  background: var(--wp--preset--color--dark-blue);
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li .wp-block-media-text .wp-block-media-text__media picture img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list > li:first-child .wp-block-media-text .wp-block-media-text__media picture::before {
    padding-bottom: 55%;
  }
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .posts-list .wp-block-media-text .wp-block-media-text__media::before {
  display: none;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .gb-post-pagination {
  -moz-column-gap: 11.4rem;
       column-gap: 11.4rem;
  margin-top: min(17.5rem, 5.277vw);
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .gb-post-pagination li {
  justify-self: end;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .gb-post-pagination li span {
  opacity: 0.6;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .gb-post-pagination li a {
  transition: opacity 0.3s;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .gb-post-pagination li a:hover {
  opacity: 0.6;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .gb-post-pagination li > * {
  display: block;
  width: 5rem;
  height: 5rem;
  background: url(../images/pagination-arrow-prev.svg) 0 0/100% auto no-repeat;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.latest-news-all .gb-post-pagination li > * {
    width: min(7.7rem, 5.347222vw);
    height: min(7.7rem, 5.347222vw);
  }
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .gb-post-pagination li.next {
  justify-self: start;
}
#content article .entry-content .wp-block-gb-block-posts.latest-news-all .gb-post-pagination li.next > * {
  transform: rotate(180deg);
}
#content article .entry-content .wp-block-gb-block-posts.board-of-directors .posts-list .gb-post-list-item .wp-block-media-text .wp-block-media-text__media .content .content-align,
#content article .entry-content .wp-block-gb-block-posts.board-of-directors .posts-list .gb-post-list-item .wp-block-media-text .wp-block-media-text__media .content .content-align a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
}
#content article .entry-content .wp-block-gb-block-posts.board-of-directors .wp-block-media-text.is-style-project .wp-block-media-text__content {
  padding: 1.6rem 0 0 2.6rem;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-gb-block-posts.board-of-directors .wp-block-media-text.is-style-project .wp-block-media-text__content {
    padding-left: min(5.25rem, 3.666vw);
    padding-top: min(1.666667vw, 2.4rem);
    padding-right: 0;
    padding-bottom: 0;
  }
}
#content article .entry-content .wp-block-gb-block-posts.board-of-directors .wp-block-media-text.is-style-project .wp-block-media-text__content h4 {
  margin: 0;
}
#content article .entry-content .wp-block-gb-menu ul {
  list-style: none;
  padding-left: 0;
  text-transform: uppercase;
  margin: 0;
}
#content article .entry-content .wp-block-gb-menu ul li {
  padding-left: 0;
  margin-bottom: 0.9em;
}
#content article .entry-content .wp-block-gb-menu ul li::before {
  display: none;
}
#content article .entry-content .wp-block-gb-menu ul .sub-menu {
  display: none;
}
#content article .entry-content .wp-block-gb-menu ul a {
  color: #000;
}
#content article .entry-content .wp-block-gb-block-accordion + .wp-block-gb-block-accordion {
  margin-top: 3em;
}
#content article .entry-content .wp-block-gb-block-accordion .title {
  font-size: var(--content-h4-size);
  position: relative;
  cursor: pointer;
  padding-right: 50px;
  max-width: 100%;
}
#content article .entry-content .wp-block-gb-block-accordion .title::after {
  content: "";
  width: 38px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../images/menu-arrow-down-dark.svg) 0 0/100% auto no-repeat;
  transform: translate(0, -50%);
  pointer-events: none;
  transition: all 0.3s;
  border: 0 none;
}
#content article .entry-content .wp-block-gb-block-accordion:not([data-type="gb/block-accordion"]) .content {
  border-top: 1px solid #000;
  height: 1px;
  overflow: hidden;
  transition: all 0.3s;
}
#content article .entry-content .wp-block-gb-block-accordion.expanded .title::after {
  transform: translate(0, -50%) rotate(-90deg);
}
#content article .entry-content .wp-block-table.is-style-gridless td, #content article .entry-content .wp-block-table.is-style-gridless th {
  border: 0 none;
  padding-left: 0;
  vertical-align: top;
}
#content article .entry-content .wp-block-table.is-style-flashy, #content article .entry-content .wp-block-table.is-style-flashy-big {
  max-width: 100%;
  width: 100%;
}
#content article .entry-content .wp-block-table.is-style-flashy .has-dark-blue-background-color, #content article .entry-content .wp-block-table.is-style-flashy-big .has-dark-blue-background-color {
  border-color: var(--wp--preset--color--dark-blue);
}
#content article .entry-content .wp-block-table.is-style-flashy .has-dark-blue-background-color thead th, #content article .entry-content .wp-block-table.is-style-flashy-big .has-dark-blue-background-color thead th {
  color: #fff;
}
#content article .entry-content .wp-block-table.is-style-flashy .has-dark-blue-background-color thead th a, #content article .entry-content .wp-block-table.is-style-flashy-big .has-dark-blue-background-color thead th a {
  color: #fff;
}
#content article .entry-content .wp-block-table.is-style-flashy .has-green-background-color, #content article .entry-content .wp-block-table.is-style-flashy-big .has-green-background-color {
  border-color: var(--wp--preset--color--green);
}
#content article .entry-content .wp-block-table.is-style-flashy .has-light-blue-background-color, #content article .entry-content .wp-block-table.is-style-flashy-big .has-light-blue-background-color {
  border-color: var(--wp--preset--color--light-blue);
}
#content article .entry-content .wp-block-table.is-style-flashy a, #content article .entry-content .wp-block-table.is-style-flashy-big a {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}
#content article .entry-content .wp-block-table.is-style-flashy table, #content article .entry-content .wp-block-table.is-style-flashy-big table {
  border-radius: 40px;
  overflow: hidden;
  border: 2px solid;
  width: 100%;
  max-width: 100%;
}
#content article .entry-content .wp-block-table.is-style-flashy table tbody, #content article .entry-content .wp-block-table.is-style-flashy-big table tbody {
  background-color: #fff;
}
#content article .entry-content .wp-block-table.is-style-flashy table tbody tr:first-child td, #content article .entry-content .wp-block-table.is-style-flashy-big table tbody tr:first-child td {
  border-top: 0 none;
}
#content article .entry-content .wp-block-table.is-style-flashy table tbody tr td, #content article .entry-content .wp-block-table.is-style-flashy-big table tbody tr td {
  border: 0 none;
  justify-content: middle;
  border-top: 1px solid var(--wp--preset--color--green);
  padding: 10px 5px;
}
#content article .entry-content .wp-block-table.is-style-flashy table tbody tr td:first-child, #content article .entry-content .wp-block-table.is-style-flashy-big table tbody tr td:first-child {
  padding-left: 15px;
}
#content article .entry-content .wp-block-table.is-style-flashy table tbody tr td:last-child, #content article .entry-content .wp-block-table.is-style-flashy-big table tbody tr td:last-child {
  padding-right: 15px;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-table.is-style-flashy table tbody tr td, #content article .entry-content .wp-block-table.is-style-flashy-big table tbody tr td {
    padding: 18px 5px;
  }
  #content article .entry-content .wp-block-table.is-style-flashy table tbody tr td:first-child, #content article .entry-content .wp-block-table.is-style-flashy-big table tbody tr td:first-child {
    padding-left: 30px;
  }
  #content article .entry-content .wp-block-table.is-style-flashy table tbody tr td:last-child, #content article .entry-content .wp-block-table.is-style-flashy-big table tbody tr td:last-child {
    padding-right: 30px;
  }
}
#content article .entry-content .wp-block-table.is-style-flashy table thead, #content article .entry-content .wp-block-table.is-style-flashy-big table thead {
  border: 0 none;
}
#content article .entry-content .wp-block-table.is-style-flashy table thead th, #content article .entry-content .wp-block-table.is-style-flashy-big table thead th {
  border: 0 none;
  text-align: right;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-table.is-style-flashy table thead th, #content article .entry-content .wp-block-table.is-style-flashy-big table thead th {
    padding: 20px 30px;
  }
}
#content article .entry-content .wp-block-table.is-style-flashy table thead th:first-child, #content article .entry-content .wp-block-table.is-style-flashy-big table thead th:first-child {
  text-align: left;
  font-size: clamp(2.3rem, 2.0535rem + 0.6573vw, 3rem);
}
#content article .entry-content .wp-block-table.is-style-flashy table thead th:last-child, #content article .entry-content .wp-block-table.is-style-flashy-big table thead th:last-child {
  font-size: var(--wp--preset--font-size--lead);
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-table.is-style-flashy-big table thead th:first-child {
    font-size: clamp(3.8rem, 3.5535rem + 0.6573vw, 4.5rem);
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-table.is-style-flashy-big table thead th {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
#content article .entry-content .wp-block-file, #content article .entry-content.wp-block-file {
  --element--vertical-margin: 2rem;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-file, #content article .entry-content.wp-block-file {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
#content article .entry-content .wp-block-file a, #content article .entry-content.wp-block-file a {
  display: block;
}
#content article .entry-content .wp-block-file a.wp-block-file__button, #content article .entry-content.wp-block-file a.wp-block-file__button {
  display: inline-block;
  margin: 0;
  border-radius: 0;
  background: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  border-radius: 3rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: min(1.8rem, 1.333vw) min(4.8rem, 3.333vw);
  border: 2px solid var(--wp--preset--color--green);
  transition: all 0.3s;
}
#content article .entry-content .wp-block-file + .wp-block-file, #content article .entry-content.wp-block-file + .wp-block-file {
  margin-top: calc(var(--element--vertical-margin) / 2 * -1);
  padding-top: 10px;
  border-top: 1px dashed var(--wp--preset--color--grey);
}
#content article .entry-content .parallax-circles {
  position: absolute;
  width: min(287px, 19.930555vw);
  height: min(274px, 19.027777vw);
  right: 0;
  top: 0;
  z-index: 999;
  transform: translate(25%, -105%);
}
.home #content article .entry-content .parallax-circles {
  transform: translate(25%, -95%);
}
@media (max-width: 767px) {
  #content article .entry-content .parallax-circles {
    display: none;
  }
}
#content article .entry-content .parallax-circles.left-aligned {
  right: auto;
  left: 0;
  transform: translateY(-50%);
}
#content article .entry-content .parallax-circles .pick,
#content article .entry-content .parallax-circles .small,
#content article .entry-content .parallax-circles .large {
  position: absolute;
}
#content article .entry-content .parallax-circles .pick {
  top: 0;
  right: 0;
  width: min(202px, 14.027777vw);
  height: min(219px, 15.208333vw);
  background: url(../images/shape-pick-dark-green.svg) 0 0/100% auto no-repeat;
}
#content article .entry-content .parallax-circles .small {
  bottom: 0;
  right: 11%;
  width: min(111px, 7.708333vw);
  height: min(111px, 7.708333vw);
  background: url(../images/shape-circle-light-green.svg) 0 0/100% auto no-repeat;
}
#content article .entry-content .parallax-circles .large {
  bottom: 0;
  left: 0;
  width: min(223px, 15.486111vw);
  height: min(223px, 15.486111vw);
  background: url(../images/shape-circle-blue-halo.svg) 0 0/100% auto no-repeat;
}
#content article .entry-content .parallax-circles:first-child + * {
  margin-top: 0 !important;
}
#content article .entry-content [data-type="bcn/breadcrumb-trail"] a,
#content article .entry-content .breadcrumbs a {
  color: #fff;
}
#content article .entry-content .search-results + .search-results {
  border-top: 1px dashed var(--wp--preset--color--dark-body);
}
#content article .entry-content .wp-block-stock-price, #content article .entry-content.wp-block-stock-price {
  --element--max-width: 100%;
  width: 100%;
}
#content article .entry-content .wp-block-stock-price .table, #content article .entry-content.wp-block-stock-price .table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
#content article .entry-content .wp-block-stock-price h2, #content article .entry-content.wp-block-stock-price h2 {
  margin-bottom: 0;
}
#content article .entry-content .wp-block-stock-price .details, #content article .entry-content.wp-block-stock-price .details {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-stock-price .details, #content article .entry-content.wp-block-stock-price .details {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-stock-price .details li, #content article .entry-content.wp-block-stock-price .details li {
    padding: 0 24px;
    border-left: 1px solid var(--wp--preset--color--green);
  }
  #content article .entry-content .wp-block-stock-price .details li:first-child, #content article .entry-content.wp-block-stock-price .details li:first-child {
    border-left: 0 none;
    padding-left: 0;
  }
}
#content article .entry-content .wp-block-stock-price .details li p, #content article .entry-content.wp-block-stock-price .details li p {
  margin: 0;
}
#content article .entry-content .wp-block-stock-price .details li span, #content article .entry-content.wp-block-stock-price .details li span {
  white-space: nowrap;
}
#content article .entry-content .wp-block-stock-price .time-period, #content article .entry-content.wp-block-stock-price .time-period {
  display: none;
  list-style: none;
  padding-left: 0;
  gap: 6px;
  justify-self: end;
  transition: opacity 0.3s;
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-stock-price .time-period, #content article .entry-content.wp-block-stock-price .time-period {
    display: flex;
    opacity: 0;
  }
  #content article .entry-content .wp-block-stock-price .time-period.is-loaded, #content article .entry-content.wp-block-stock-price .time-period.is-loaded {
    opacity: 1;
  }
}
#content article .entry-content .wp-block-stock-price .time-period a, #content article .entry-content.wp-block-stock-price .time-period a {
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  border: 1px solid #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s opacity;
  opacity: 0.5;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-stock-price .time-period a, #content article .entry-content.wp-block-stock-price .time-period a {
    width: 60px;
    height: 60px;
    font-size: 2.2rem;
  }
}
#content article .entry-content .wp-block-stock-price .time-period a.is-active, #content article .entry-content.wp-block-stock-price .time-period a.is-active {
  border-color: var(--wp--preset--color--green);
  font-weight: bold;
  opacity: 1;
}
#content article .entry-content .wp-block-stock-price .time-period a:hover, #content article .entry-content.wp-block-stock-price .time-period a:hover {
  color: var(--wp--preset--color--dark-heading);
  opacity: 1;
}
#content article .entry-content .wp-block-stock-price .chart, #content article .entry-content.wp-block-stock-price .chart {
  width: 100%;
  grid-area: 2/1/3/3;
}
#content article .entry-content .wp-block-announcement-years {
  display: flex;
  gap: 10px;
  margin-bottom: 20px !important;
  justify-content: flex-end;
}
#content article .entry-content .wp-block-announcement-years + * {
  margin-top: 20px !important;
}
#content article .entry-content .wp-block-announcement-years a {
  font-size: clamp(1.6rem, 1.3183rem + 0.7512vw, 2.4rem);
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 100px;
  display: block;
  text-align: center;
  transition: background-color 0.3s;
  border: 1px solid;
  transition: all 0.3s;
}
#content article .entry-content .wp-block-announcement-years a.active {
  background: var(--wp--preset--color--dark-blue);
  color: #fff;
}
#content article .entry-content .wp-block-announcement-years a:hover {
  background: var(--wp--preset--color--dark-blue);
  color: #fff;
}
#content article .entry-content .wp-block-post-template {
  max-width: none;
}
#content article .entry-content .wp-block-post-template li.wp-block-post {
  margin: 0;
}
#content article .entry-content .wp-block-post-template li.wp-block-post + .wp-block-post {
  border-top: 1px solid var(--wp--preset--color--green);
}
#content article .entry-content .wp-block-post-template li.wp-block-post.is-hidden {
  display: none;
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small {
  border-radius: 40px;
  border: solid 2px;
  overflow: hidden;
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large h2 + .wp-block-group,
#content article .entry-content .wp-block-group.is-style-asx-announcements-large h3 + .wp-block-group,
#content article .entry-content .wp-block-group.is-style-asx-announcements-large h4 + .wp-block-group,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small h2 + .wp-block-group,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small h3 + .wp-block-group,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small h4 + .wp-block-group {
  width: auto;
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large *,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small * {
  max-width: none;
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large > *,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small > * {
  max-width: none;
  width: 100%;
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-acf,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-acf {
  margin: 0;
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-group,
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-post-template,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-group,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-post-template {
  margin: 0;
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-group.has-background,
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-post-template.has-background,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-group.has-background,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-post-template.has-background {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-group.has-background,
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-post-template.has-background,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-group.has-background,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-post-template.has-background {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-group.has-background a,
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-post-template.has-background a,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-group.has-background a,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-post-template.has-background a {
  color: inherit;
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-query,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-query {
  margin-top: 0;
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-query .wp-block-announcement,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-query .wp-block-announcement {
  margin: 0;
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-query .wp-block-announcement a,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-query .wp-block-announcement a {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  align-items: center;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-query .wp-block-announcement a,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-query .wp-block-announcement a {
    padding: 18px 30px;
  }
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-query .wp-block-announcement a span:last-child,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-query .wp-block-announcement a span:last-child {
  display: flex;
  gap: 5px;
  align-items: center;
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-query .wp-block-announcement a span:last-child::after,
#content article .entry-content .wp-block-group.is-style-asx-announcements-small .wp-block-query .wp-block-announcement a span:last-child::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/table-download.svg) 0 0/100% auto no-repeat;
}
#content article .entry-content .wp-block-group.is-style-asx-announcements-large .wp-block-query .wp-block-announcement a {
  font-size: var(--wp--preset--font-size--lead) !important;
  line-height: 1.2em;
}

footer {
  padding: 10px var(--content-margin) 10px;
}
footer nav ul {
  list-style: none;
  padding-left: 0;
}
footer nav > ul {
  display: flex;
}
footer nav > ul li {
  padding-right: 10px;
}

body.profile-popup-is-visible {
  overflow: hidden;
}

#profile-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  overflow: scroll;
}
#profile-popup::before {
  content: "";
  background: linear-gradient(270deg, #A8CF39 0%, #004062 100%);
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.profile-popup-is-visible #profile-popup {
  opacity: 1;
  pointer-events: all;
}
#profile-popup .profile-popup-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 2rem;
}
@media (min-width: 768px) {
  #profile-popup .profile-popup-inner {
    padding: 3rem;
  }
}
#profile-popup .profile-wrapper {
  width: 100%;
  max-width: 890px;
  min-height: 250px;
  position: relative;
  z-index: 1;
  padding: 5rem 3rem;
}
@media (min-width: 768px) {
  #profile-popup .profile-wrapper {
    padding: 3rem;
    padding: min(5.06vw, 7.3rem) min(3.958vw, 5.7rem) min(4.444vw, 6.4rem) min(6.111vw, 8.8rem);
  }
}
#profile-popup .profile-wrapper .profile-bg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  max-height: 250px;
  height: 100%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
#profile-popup .profile-wrapper .profile {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s;
}
#profile-popup .profile-wrapper .profile .inner {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 3rem;
}
@media (min-width: 768px) {
  #profile-popup .profile-wrapper .profile .inner {
    grid-template-columns: 7fr 10fr;
    grid-template-rows: auto;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
}
#profile-popup .profile-wrapper .profile .inner .profile-content > *:first-child {
  margin-top: 0 !important;
}
#profile-popup .profile-wrapper .profile .inner .profile-content > *:last-child {
  margin-bottom: 0 !important;
}
#profile-popup .profile-wrapper .profile .inner .profile-content h4 {
  font-family: "Titillium Web", sans-serif;
  margin-top: 0;
}
#profile-popup .profile-wrapper .profile .inner .profile-content h4.title {
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.5em;
}
#profile-popup .profile-wrapper .profile .inner .profile-content h4.role {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2em;
}
#profile-popup .profile-wrapper .profile .inner .profile-image img {
  border-radius: 50% 0 0 0;
}
#profile-popup #loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}
#profile-popup .close-me {
  width: 22px;
  height: 22px;
  background: url(../images/close-me.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/close-me.svg) 0 0/100% auto no-repeat;
  position: absolute;
}
@media (min-width: 768px) {
  #profile-popup .close-me {
    width: 32px;
    height: 32px;
    top: 25px;
    right: 25px;
  }
}

body .wei-picture-wrapper picture {
  display: block;
}
body .wei-picture-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

body div.wpcf7 {
  margin-left: auto;
  margin-right: auto;
}
body div.wpcf7 .wpcf7-response-output {
  text-transform: uppercase;
  margin: 0;
  padding: 19px 10px;
  text-align: center;
  border-color: rgba(240, 15, 0, 0.75);
}
body div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: rgba(57, 143, 20, 0.5);
}
body div.wpcf7 .wpcf7-not-valid-tip {
  color: rgba(240, 15, 0, 0.75);
  text-align: center;
  padding-top: 6px;
}
body div.wpcf7 .ajax-loader {
  background-image: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 10px;
}
body div.wpcf7 .ajax-loader:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPgogICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0KICAgICAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iCiAgICAgICAgICAgICAgICAgICAgdHlwZT0icm90YXRlIgogICAgICAgICAgICAgICAgICAgIGZyb209IjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgdG89IjM2MCAxOCAxOCIKICAgICAgICAgICAgICAgICAgICBkdXI9IjFzIgogICAgICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+CiAgICAgICAgICAgIDwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 1.8rem;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 1.8rem;
  height: 2px;
  background-color: #044365;
  border-radius: 5px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 3.6rem;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 3.6rem;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 3.6rem;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 3.6rem;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 3.6rem;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 3.6rem;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-0.36rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-0.36rem, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(0.36rem, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(0.36rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-0.36rem, -0.45rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-0.36rem, 0.45rem, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(0.36rem, -0.45rem, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(0.36rem, 0.45rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -3.6rem;
  top: -3.6rem;
  transform: translate3d(3.6rem, 3.6rem, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -3.6rem;
  top: -3.6rem;
  transform: translate3d(-3.6rem, 3.6rem, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -3.6rem;
  top: 3.6rem;
  transform: translate3d(3.6rem, -3.6rem, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -3.6rem;
  top: 3.6rem;
  transform: translate3d(-3.6rem, -3.6rem, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-0.2571428571rem, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(0.2571428571rem, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger.hamburger--slider .hamburger-inner::before {
  width: 1rem;
  left: 0.8rem;
}
@media (max-width: 991px) {
  .hamburger:hover {
    opacity: 1;
  }
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.tns-outer {
  position: relative;
}

@media (max-width: 600px) {
  .tns-controls {
    display: block;
    height: 34px;
    transform: translate(0, -100%);
  }
}
.tns-controls button {
  width: 34px;
  height: 34px;
  border: 0 none;
  position: absolute;
  top: 50%;
  left: -4.4rem;
  transform: translate(-100%, -50%);
  z-index: 100;
  padding: 0;
  background: transparent;
}
@media (min-width: 601px) {
  .tns-controls button {
    width: 77px;
    height: 77px;
  }
}
.tns-controls button:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/gallery-arrow-small-left.svg) 0 0/100% auto no-repeat;
}
@media (min-width: 601px) {
  .tns-controls button:before {
    background: url(../images/gallery-arrow-left.svg) 0 0/100% auto no-repeat;
  }
}
.tns-controls button[data-controls=next] {
  left: auto;
  right: -4.4rem;
  transform: translate(100%, -50%);
}
.tns-controls button[data-controls=next]:before {
  transform: rotate(180deg);
}

.frm_forms.frm_style_formidable-style.with_frm_style input[type=text],
.frm_forms.frm_style_formidable-style.with_frm_style input[type=password],
.frm_forms.frm_style_formidable-style.with_frm_style input[type=email],
.frm_forms.frm_style_formidable-style.with_frm_style input[type=number],
.frm_forms.frm_style_formidable-style.with_frm_style input[type=url],
.frm_forms.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_forms.frm_style_formidable-style.with_frm_style input[type=file],
.frm_forms.frm_style_formidable-style.with_frm_style input[type=search] {
  background: transparent;
  border: 0 none;
  border-bottom: 1px solid var(--wp--preset--color--dark-heading);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.7rem;
  color: var(--wp--preset--color--dark-heading);
}
.frm_forms.frm_style_formidable-style.with_frm_style input[type=text]::-moz-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=password]::-moz-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=email]::-moz-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=number]::-moz-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=url]::-moz-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=tel]::-moz-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=file]::-moz-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=search]::-moz-placeholder {
  color: var(--wp--preset--color--dark-heading);
}
.frm_forms.frm_style_formidable-style.with_frm_style input[type=text]:-ms-input-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=password]:-ms-input-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=email]:-ms-input-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=number]:-ms-input-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=url]:-ms-input-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=tel]:-ms-input-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=file]:-ms-input-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style input[type=search]:-ms-input-placeholder {
  color: var(--wp--preset--color--dark-heading);
}
.frm_forms.frm_style_formidable-style.with_frm_style input[type=text]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=password]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=email]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=number]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=url]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=tel]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=file]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=search]::placeholder {
  color: var(--wp--preset--color--dark-heading);
}
.frm_forms.frm_style_formidable-style.with_frm_style input[type=text]:active, .frm_forms.frm_style_formidable-style.with_frm_style input[type=text]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=password]:active,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=password]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=email]:active,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=email]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=number]:active,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=number]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=url]:active,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=url]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=tel]:active,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=tel]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=file]:active,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=file]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=search]:active,
.frm_forms.frm_style_formidable-style.with_frm_style input[type=search]:focus {
  background: transparent;
  outline: none;
}
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=text],
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=password],
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=email],
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=number],
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=url],
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=tel],
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=file],
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=search] {
  border-bottom-color: #fff;
  color: #fff;
}
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=text]::-moz-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=password]::-moz-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=email]::-moz-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=number]::-moz-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=url]::-moz-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=tel]::-moz-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=file]::-moz-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=search]::-moz-placeholder {
  color: #fff;
}
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=text]:-ms-input-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=password]:-ms-input-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=email]:-ms-input-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=number]:-ms-input-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=url]:-ms-input-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=tel]:-ms-input-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=file]:-ms-input-placeholder, .has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=search]:-ms-input-placeholder {
  color: #fff;
}
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=text]::placeholder,
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=password]::placeholder,
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=email]::placeholder,
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=number]::placeholder,
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=url]::placeholder,
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=tel]::placeholder,
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=file]::placeholder,
.has-white-color .frm_forms.frm_style_formidable-style.with_frm_style input[type=search]::placeholder {
  color: #fff;
}
.frm_forms.frm_style_formidable-style.with_frm_style input:not([type=file]):focus {
  background-color: transparent;
  box-shadow: none;
}
.frm_forms.frm_style_formidable-style.with_frm_style button {
  background: var(--wp--preset--color--light-blue);
  text-shadow: none;
  box-shadow: none;
  border: 0 none;
  border-radius: 100px;
  padding: 16px 40px;
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields fieldset:last-child {
  padding-bottom: 0;
}

/**
 * tom-select.css (v2.0.0-rc.5)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.ts-wrapper.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.plugin-checkbox_options .option input {
  margin-right: 0.5rem;
}

.plugin-clear_button .ts-control {
  padding-right: calc(1em + (3 * 6px)) !important;
}

.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 8px;
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}

.plugin-clear_button.single .clear-button {
  right: calc(8px - 6px + 2rem);
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}

.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px 0;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-moz-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input:-ms-input-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

.ts-wrapper.plugin-remove_button.disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}

.ts-wrapper.multi.has-items .ts-control {
  padding: calc( 8px - 2px - 0) 8px calc( 8px - 2px - 3px - 0);
}

.full .ts-control {
  background-color: #fff;
}

.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

.focus .ts-control {
  box-shadow: none;
}

.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}

.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}

.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}

.ts-control > input::-ms-clear {
  display: none;
}

.ts-control > input:focus {
  outline: none !important;
}

.has-items .ts-control > input {
  margin: 0 4px !important;
}

.ts-control.rtl {
  text-align: right;
}

.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}

.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}

.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}

.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}

.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.ts-dropdown .create:hover,
.ts-dropdown .option:hover,
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.ts-dropdown .create:hover.create,
.ts-dropdown .option:hover.create,
.ts-dropdown .active.create {
  color: #495c68;
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.ts-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.filters-filter .ts-wrapper {
  padding: 1.8rem 2rem;
}
.filters-filter .ts-wrapper.single.input-active .ts-control {
  background: url(../images/select-arrow.svg) 100% 50%/25px auto no-repeat #fff;
}
.filters-filter .ts-wrapper.dropdown-active {
  border: 0 none;
}
.filters-filter .ts-control {
  padding: 0 3rem 0 0;
  border: 0 none;
  font-size: 2rem;
  color: var(--wp--preset--color--dark-blue);
  cursor: pointer;
  background: url(../images/select-arrow.svg) 100% 50%/25px auto no-repeat #fff;
}
.filters-filter .ts-control .item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.filters-filter .ts-dropdown.single {
  top: 0;
  border: 1px solid var(--wp--preset--color--dark-blue);
  border-radius: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
}
.filters-filter .ts-dropdown.single > div {
  font-size: 2rem;
  line-height: 2em;
}
.filters-filter .ts-dropdown.single > div .option {
  padding: 0.8rem 3.5rem;
  color: var(--wp--preset--color--dark-blue);
  transition: color 0.3s;
}
.filters-filter .ts-dropdown.single > div .option.selected, .filters-filter .ts-dropdown.single > div .option.active {
  background: none;
  color: var(--wp--preset--color--green);
}
.filters-filter .ts-dropdown.single > div .option:hover {
  background: none;
  color: var(--wp--preset--color--green);
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Titillium Web", sans-serif;
  font-size: var(--content-font-size);
  line-height: 1.3em;
  color: var(--wp--preset--color--dark-blue);
}
body .has-lead-font-size {
  line-height: 1.5em;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0.65em 0;
  color: var(--wp--preset--color--dark-blue);
}
body h1:not(.editor-post-title) {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1.05rem;
}
body h2, body h3, body h4, body h5, body h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}
@media (max-width: 450px) {
  body h1 {
    font-size: 3rem !important;
  }
}
body h2 {
  margin-top: 0.85em;
  margin-bottom: 0.85em;
}
@media (max-width: 450px) {
  body h2 {
    font-size: 3.1rem !important;
  }
}
@media (max-width: 450px) {
  body h4 {
    font-size: 2rem !important;
  }
}
body h6 + h1, body h6 + h2 {
  margin-top: 0;
}
body .edit-post-visual-editor__post-title-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
body .edit-post-visual-editor__post-title-wrapper h1 {
  font-size: 2.4rem;
}
body p, body ol, body ul, body dl, body dt, body summary {
  font-family: "Titillium Web", sans-serif;
  font-size: var(--content-font-size);
  line-height: 1.3em;
  font-weight: normal;
  margin: 1.3em 0;
  color: var(--wp--preset--color--dark-blue);
}
body p .has-lead-font-size, body ol .has-lead-font-size, body ul .has-lead-font-size, body dl .has-lead-font-size, body dt .has-lead-font-size, body summary .has-lead-font-size {
  line-height: 1.5em;
}
body p.has-small-caps-font-size, body ol.has-small-caps-font-size, body ul.has-small-caps-font-size, body dl.has-small-caps-font-size, body dt.has-small-caps-font-size, body summary.has-small-caps-font-size {
  font-size: 1.4rem !important;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--dark-heading) !important;
}
body p.back-to-project-studies {
  margin-bottom: 0;
}
body p.back-to-project-studies > a::before {
  content: "";
  width: 11px;
  height: 11px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  display: inline-block;
  transform: rotate(45deg);
}
body p.back-to-project-studies + h2 {
  margin-top: 0.1em;
}
body ol.is-style-heading-list li, body ol.is-style-heading-list-helmets li, body ul.is-style-heading-list li, body ul.is-style-heading-list-helmets li, body dl.is-style-heading-list li, body dl.is-style-heading-list-helmets li {
  font-size: var(--content-h5-size);
  font-weight: 600;
  color: var(--wp--preset--color--blue);
}
body ol.is-style-heading-list, body ol.is-style-green-tabs, body ul.is-style-heading-list, body ul.is-style-green-tabs, body dl.is-style-heading-list, body dl.is-style-green-tabs {
  list-style: none;
  padding-left: 5rem;
}
body ol.is-style-heading-list ul, body ol.is-style-heading-list ol, body ol.is-style-green-tabs ul, body ol.is-style-green-tabs ol, body ul.is-style-heading-list ul, body ul.is-style-heading-list ol, body ul.is-style-green-tabs ul, body ul.is-style-green-tabs ol, body dl.is-style-heading-list ul, body dl.is-style-heading-list ol, body dl.is-style-green-tabs ul, body dl.is-style-green-tabs ol {
  list-style: none;
  padding-left: 5rem;
}
body ol.is-style-heading-list li, body ol.is-style-green-tabs li, body ul.is-style-heading-list li, body ul.is-style-green-tabs li, body dl.is-style-heading-list li, body dl.is-style-green-tabs li {
  position: relative;
  line-height: 1.5em;
}
body ol.is-style-heading-list li::before, body ol.is-style-green-tabs li::before, body ul.is-style-heading-list li::before, body ul.is-style-green-tabs li::before, body dl.is-style-heading-list li::before, body dl.is-style-green-tabs li::before {
  content: "";
  width: 26px;
  height: 29px;
  position: absolute;
  left: -4.9rem;
  top: 0;
  background: url(../images/unordered-list-point.svg) 0 0/100% auto no-repeat;
}
body ol.is-style-heading-list-helmets, body ul.is-style-heading-list-helmets, body dl.is-style-heading-list-helmets {
  list-style: none;
  padding-left: min(6.944444vw, 10rem);
  margin-top: min(2.777777vw, 4rem);
  margin-bottom: min(2.777777vw, 4rem);
}
body ol.is-style-heading-list-helmets li, body ul.is-style-heading-list-helmets li, body dl.is-style-heading-list-helmets li {
  position: relative;
  line-height: 1.5em;
  min-height: min(5.833333vw, 8.4rem);
  display: flex;
  align-items: center;
}
body ol.is-style-heading-list-helmets li::before, body ul.is-style-heading-list-helmets li::before, body dl.is-style-heading-list-helmets li::before {
  content: "";
  width: min(5.833333vw, 8.4rem);
  height: min(5.833333vw, 8.4rem);
  position: absolute;
  left: calc(min(6.944444vw, 10rem) * -1);
  top: 0;
  background: url(../images/unordered-list-helmet.svg) 0 0/100% auto no-repeat;
}
body ol li, body ul li, body dl li {
  margin-bottom: 0.5em;
}
body iframe {
  max-width: 100%;
}
body img {
  max-width: 100%;
  height: auto;
}
body blockquote p {
  font-family: "Titillium Web", sans-serif;
  font-size: var(--content-font-size);
  line-height: 1.3em;
  font-weight: normal;
  margin: 1.3em 0;
  color: var(--wp--preset--color--dark-blue);
}
body blockquote p .has-lead-font-size {
  line-height: 1.5em;
}
body blockquote cite, body blockquote .wp-block-pullquote__citation {
  font-family: "Titillium Web", sans-serif;
  font-size: var(--content-font-size);
  line-height: 1.3em;
  font-weight: normal;
  margin: 1.3em 0;
  color: var(--wp--preset--color--dark-blue);
}
body blockquote cite .has-lead-font-size, body blockquote .wp-block-pullquote__citation .has-lead-font-size {
  line-height: 1.5em;
}
body a {
  color: var(--wp--preset--color--dark-heading);
  text-decoration: none;
  transition: color 0.3s;
}
body a:hover {
  color: var(--wp--preset--color--blue);
}
body textarea,
body input[type=button],
body input[type=checkbox],
body input[type=color],
body input[type=date],
body input[type=datetime-local],
body input[type=email],
body input[type=file],
body input[type=image],
body input[type=month],
body input[type=number],
body input[type=password],
body input[type=radio],
body input[type=range],
body input[type=reset],
body input[type=search],
body input[type=tel],
body input[type=text],
body input[type=time],
body input[type=url],
body input[type=week],
body input[type=hidden] {
  border-radius: 0;
}
body textarea:focus::-moz-placeholder, body input[type=button]:focus::-moz-placeholder, body input[type=checkbox]:focus::-moz-placeholder, body input[type=color]:focus::-moz-placeholder, body input[type=date]:focus::-moz-placeholder, body input[type=datetime-local]:focus::-moz-placeholder, body input[type=email]:focus::-moz-placeholder, body input[type=file]:focus::-moz-placeholder, body input[type=image]:focus::-moz-placeholder, body input[type=month]:focus::-moz-placeholder, body input[type=number]:focus::-moz-placeholder, body input[type=password]:focus::-moz-placeholder, body input[type=radio]:focus::-moz-placeholder, body input[type=range]:focus::-moz-placeholder, body input[type=reset]:focus::-moz-placeholder, body input[type=search]:focus::-moz-placeholder, body input[type=tel]:focus::-moz-placeholder, body input[type=text]:focus::-moz-placeholder, body input[type=time]:focus::-moz-placeholder, body input[type=url]:focus::-moz-placeholder, body input[type=week]:focus::-moz-placeholder, body input[type=hidden]:focus::-moz-placeholder {
  opacity: 1;
}
body textarea:focus:-ms-input-placeholder, body input[type=button]:focus:-ms-input-placeholder, body input[type=checkbox]:focus:-ms-input-placeholder, body input[type=color]:focus:-ms-input-placeholder, body input[type=date]:focus:-ms-input-placeholder, body input[type=datetime-local]:focus:-ms-input-placeholder, body input[type=email]:focus:-ms-input-placeholder, body input[type=file]:focus:-ms-input-placeholder, body input[type=image]:focus:-ms-input-placeholder, body input[type=month]:focus:-ms-input-placeholder, body input[type=number]:focus:-ms-input-placeholder, body input[type=password]:focus:-ms-input-placeholder, body input[type=radio]:focus:-ms-input-placeholder, body input[type=range]:focus:-ms-input-placeholder, body input[type=reset]:focus:-ms-input-placeholder, body input[type=search]:focus:-ms-input-placeholder, body input[type=tel]:focus:-ms-input-placeholder, body input[type=text]:focus:-ms-input-placeholder, body input[type=time]:focus:-ms-input-placeholder, body input[type=url]:focus:-ms-input-placeholder, body input[type=week]:focus:-ms-input-placeholder, body input[type=hidden]:focus:-ms-input-placeholder {
  opacity: 1;
}
body textarea:focus::placeholder,
body input[type=button]:focus::placeholder,
body input[type=checkbox]:focus::placeholder,
body input[type=color]:focus::placeholder,
body input[type=date]:focus::placeholder,
body input[type=datetime-local]:focus::placeholder,
body input[type=email]:focus::placeholder,
body input[type=file]:focus::placeholder,
body input[type=image]:focus::placeholder,
body input[type=month]:focus::placeholder,
body input[type=number]:focus::placeholder,
body input[type=password]:focus::placeholder,
body input[type=radio]:focus::placeholder,
body input[type=range]:focus::placeholder,
body input[type=reset]:focus::placeholder,
body input[type=search]:focus::placeholder,
body input[type=tel]:focus::placeholder,
body input[type=text]:focus::placeholder,
body input[type=time]:focus::placeholder,
body input[type=url]:focus::placeholder,
body input[type=week]:focus::placeholder,
body input[type=hidden]:focus::placeholder {
  opacity: 1;
}
body textarea::-moz-placeholder, body input[type=button]::-moz-placeholder, body input[type=checkbox]::-moz-placeholder, body input[type=color]::-moz-placeholder, body input[type=date]::-moz-placeholder, body input[type=datetime-local]::-moz-placeholder, body input[type=email]::-moz-placeholder, body input[type=file]::-moz-placeholder, body input[type=image]::-moz-placeholder, body input[type=month]::-moz-placeholder, body input[type=number]::-moz-placeholder, body input[type=password]::-moz-placeholder, body input[type=radio]::-moz-placeholder, body input[type=range]::-moz-placeholder, body input[type=reset]::-moz-placeholder, body input[type=search]::-moz-placeholder, body input[type=tel]::-moz-placeholder, body input[type=text]::-moz-placeholder, body input[type=time]::-moz-placeholder, body input[type=url]::-moz-placeholder, body input[type=week]::-moz-placeholder, body input[type=hidden]::-moz-placeholder {
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.75;
}
body textarea:-ms-input-placeholder, body input[type=button]:-ms-input-placeholder, body input[type=checkbox]:-ms-input-placeholder, body input[type=color]:-ms-input-placeholder, body input[type=date]:-ms-input-placeholder, body input[type=datetime-local]:-ms-input-placeholder, body input[type=email]:-ms-input-placeholder, body input[type=file]:-ms-input-placeholder, body input[type=image]:-ms-input-placeholder, body input[type=month]:-ms-input-placeholder, body input[type=number]:-ms-input-placeholder, body input[type=password]:-ms-input-placeholder, body input[type=radio]:-ms-input-placeholder, body input[type=range]:-ms-input-placeholder, body input[type=reset]:-ms-input-placeholder, body input[type=search]:-ms-input-placeholder, body input[type=tel]:-ms-input-placeholder, body input[type=text]:-ms-input-placeholder, body input[type=time]:-ms-input-placeholder, body input[type=url]:-ms-input-placeholder, body input[type=week]:-ms-input-placeholder, body input[type=hidden]:-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.75;
}
body textarea::placeholder,
body input[type=button]::placeholder,
body input[type=checkbox]::placeholder,
body input[type=color]::placeholder,
body input[type=date]::placeholder,
body input[type=datetime-local]::placeholder,
body input[type=email]::placeholder,
body input[type=file]::placeholder,
body input[type=image]::placeholder,
body input[type=month]::placeholder,
body input[type=number]::placeholder,
body input[type=password]::placeholder,
body input[type=radio]::placeholder,
body input[type=range]::placeholder,
body input[type=reset]::placeholder,
body input[type=search]::placeholder,
body input[type=tel]::placeholder,
body input[type=text]::placeholder,
body input[type=time]::placeholder,
body input[type=url]::placeholder,
body input[type=week]::placeholder,
body input[type=hidden]::placeholder {
  transition: opacity 0.3s;
  opacity: 0.75;
}
body textarea.wpcf7-not-valid,
body input[type=button].wpcf7-not-valid,
body input[type=checkbox].wpcf7-not-valid,
body input[type=color].wpcf7-not-valid,
body input[type=date].wpcf7-not-valid,
body input[type=datetime-local].wpcf7-not-valid,
body input[type=email].wpcf7-not-valid,
body input[type=file].wpcf7-not-valid,
body input[type=image].wpcf7-not-valid,
body input[type=month].wpcf7-not-valid,
body input[type=number].wpcf7-not-valid,
body input[type=password].wpcf7-not-valid,
body input[type=radio].wpcf7-not-valid,
body input[type=range].wpcf7-not-valid,
body input[type=reset].wpcf7-not-valid,
body input[type=search].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid,
body input[type=text].wpcf7-not-valid,
body input[type=time].wpcf7-not-valid,
body input[type=url].wpcf7-not-valid,
body input[type=week].wpcf7-not-valid,
body input[type=hidden].wpcf7-not-valid {
  border-color: rgba(240, 15, 0, 0.75);
}
body textarea {
  height: auto;
  resize: none;
}
body input[type=submit],
body button {
  text-transform: uppercase;
}