/*************
example on using Animation Mixins:

// Define animation name, and properties
@include keyframes(fade-out) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}
// Add animation to element
.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('fade-out 5s 3');
  @include transition(all 0.4s ease);
}
*/
/* Define our custom Gutenberg colors: */
/* Text Colors: */
.perks-benefits {
  padding-bottom: 40px;
}
.perks-benefits .pb-header {
  margin-bottom: 32px;
}
.perks-benefits .pb-header p {
  padding-bottom: 32px;
}
.perks-benefits .pb-header:after {
  content: "";
  background-color: #6E6E6E;
  width: 50vw;
  height: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.perks-benefits .pb-flexwrapper {
  margin-block-start: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  column-gap: 80px;
}
.perks-benefits .pb-flexwrapper .flex-item {
  flex-basis: 385px;
  margin-bottom: 64px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-block-start: 0;
}
@media (max-width: 750px) {
  .perks-benefits .pb-flexwrapper .flex-item {
    margin-bottom: 24px;
  }
}
.perks-benefits .pb-flexwrapper .break {
  flex-basis: 100%;
}
@media (max-width: 1395px) {
  .perks-benefits .pb-flexwrapper .break {
    flex-basis: 0%;
    display: none;
  }
}
.perks-benefits .pb-flexwrapper h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: solid 2px #fff;
}
.perks-benefits .pb-flexwrapper p {
  font-size: 16px;
}
.perks-benefits:after {
  content: "";
  background-color: #6E6E6E;
  width: 50vw;
  height: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.perks-benefits p {
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
}

.component-accordion {
  padding-top: 40px;
  padding-bottom: 32px;
  border-top: 2px solid #6E6E6E;
  margin-top: 0;
}
.component-accordion > div {
  min-height: 725px;
}
@media (max-width: 750px) {
  .component-accordion {
    padding-bottom: 0;
  }
}
.component-accordion figure {
  margin-top: 100px;
}
@media (max-width: 1224px) {
  .component-accordion figure {
    margin-top: 0;
  }
}
.component-accordion .wp-block-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1224px) {
  .component-accordion .wp-block-cover {
    min-height: 40vw;
  }
}
.component-accordion .wp-block-columns {
  gap: 80px;
}
@media (max-width: 1224px) {
  .component-accordion .wp-block-columns {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media (max-width: 750px) {
  .component-accordion .wp-block-columns {
    gap: 24px;
  }
}
.component-accordion .wp-block-columns .wp-block-column:last-of-type {
  flex-basis: 60% !important;
}
@media (max-width: 1260px) {
  .component-accordion .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 50% !important;
  }
}
@media (max-width: 1224px) {
  .component-accordion .wp-block-columns .wp-block-column:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.component-accordion .wp-block-columns .wp-block-column:first-of-type {
  flex-basis: 40% !important;
}
.component-accordion .wp-block-columns .wp-block-column:first-of-type > h2, .component-accordion .wp-block-columns .wp-block-column:first-of-type > p {
  max-width: 400px;
}
@media (max-width: 1260px) {
  .component-accordion .wp-block-columns .wp-block-column:first-of-type {
    flex-basis: 50% !important;
  }
}

.teams-header p {
  max-width: 600px;
  padding-bottom: 32px;
}

.accordions-wrapper .wp-block-columns .wp-block-column:first-of-type {
  width: 100%;
  gap: 40px;
  min-width: 550px;
}
@media (max-width: 820px) {
  .accordions-wrapper .wp-block-columns {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .accordions-wrapper .wp-block-columns .wp-block-column:first-of-type {
    min-width: unset;
  }
}

.accordion-list {
  position: relative;
  display: inline-block;
  max-width: none;
  margin-bottom: 48px;
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 800px;
}
@media (max-width: 1000px) {
  .accordion-list {
    margin-bottom: 24px;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .accordion-list {
    min-height: 770px;
  }
}
@media (max-width: 600px) {
  .accordion-list {
    min-height: 448px;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .accordion-list {
    max-width: 100%;
  }
}

.accordion-line {
  position: relative;
  top: -2px;
  display: inline-block;
  flex: 0 0 auto;
  height: 2px;
  width: 0;
  border-radius: 5px;
  margin-right: 16px;
  margin-block-start: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #4A4773;
  opacity: 1;
  z-index: 3;
}

.accordion-line .innerline {
  display: inline-block;
  width: 2px;
}

.accordion-item .accordionbtn {
  color: #fff;
  margin: 0;
  width: 100%;
  display: flex;
  position: relative;
  padding: 0 16px 12px 48px;
  border-bottom: 2px solid rgba(110, 110, 110, 0.2);
}
.accordion-item .accordionbtn:before {
  content: "";
  font-size: 18px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  top: 35%;
  transform: translate(0%, -50%);
  left: 0;
  height: 32px;
  width: 32px;
  padding: 0;
  text-align: center;
  line-height: 1.9;
  background-color: var(--before-icon-flipcolor) !important;
}
.accordion-item .accordionbtn:before {
  background: var(--before-icon-flipcolor);
  -webkit-mask: var(--icon-url) no-repeat 50% 50%;
  mask: var(--icon-url) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.accordion-item .accordionbtn.icon-animation {
  --icon-url: url("/wp-content/uploads/2024/07/Camera-Video.svg");
}
.accordion-item .accordionbtn.icon-art {
  --icon-url: url("/wp-content/uploads/2024/07/Painting-Board.svg");
}
.accordion-item .accordionbtn.icon-audio {
  --icon-url: url("/wp-content/uploads/2024/07/Headphones.svg");
}
.accordion-item .accordionbtn.icon-design {
  --icon-url: url("/wp-content/uploads/2024/07/User-Experience-Design.svg");
}
.accordion-item .accordionbtn.icon-engineering {
  --icon-url: url("/wp-content/uploads/2024/07/Code-Monitor-1.svg");
}
.accordion-item .accordionbtn.icon-marketing {
  --icon-url: url("/wp-content/uploads/2024/07/Annoncement-Megaphone.svg");
}
.accordion-item .accordionbtn.icon-production {
  --icon-url: url("/wp-content/uploads/2024/07/Production-Belt-Time.svg");
}
.accordion-item .accordionbtn.icon-qa {
  --icon-url: url("/wp-content/uploads/2024/07/Ribbon.svg");
}
.accordion-item .accordionbtn.icon-operations {
  --icon-url: url("/wp-content/uploads/2024/07/Cog-Double.svg");
}
.accordion-item .accordionbtn.icon-bank:before {
  background: var(--before-icon-flipcolor);
  -webkit-mask: url("/wp-content/uploads/2024/07/Bank.svg") no-repeat 50% 50%;
  mask: url("/wp-content/uploads/2024/07/Bank.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.accordion-item .accordionbtn.icon-shield:before {
  background: var(--before-icon-flipcolor);
  -webkit-mask: url("/wp-content/uploads/2024/07/Sign-Cross-Shield.svg") no-repeat 50% 50%;
  mask: url("/wp-content/uploads/2024/07/Sign-Cross-Shield.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.accordion-item .accordionbtn.icon-play:before {
  background: var(--before-icon-flipcolor);
  -webkit-mask: url("/wp-content/uploads/2024/07/Play-List-1.svg") no-repeat 50% 50%;
  mask: url("/wp-content/uploads/2024/07/Play-List-1.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.accordion-item .accordionbtn.icon-vault:before {
  background: var(--before-icon-flipcolor);
  -webkit-mask: url("/wp-content/uploads/2024/07/Safe-Vault.svg") no-repeat 50% 50%;
  mask: url("/wp-content/uploads/2024/07/Safe-Vault.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.accordion-item .accordionbtn.icon-worker:before {
  background: var(--before-icon-flipcolor);
  -webkit-mask: url("/wp-content/uploads/2024/07/Office-Worker.svg") no-repeat 50% 50%;
  mask: url("/wp-content/uploads/2024/07/Office-Worker.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.accordion-item .accordionbtn.icon-school:before {
  background: var(--before-icon-flipcolor);
  -webkit-mask: url("/wp-content/uploads/2024/07/School.svg") no-repeat 50% 50%;
  mask: url("/wp-content/uploads/2024/07/School.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.accordion-item .accordionbtn.icon-refund:before {
  background: var(--before-icon-flipcolor);
  -webkit-mask: url("/wp-content/uploads/2024/07/Transaction-Refund-Cashback.svg") no-repeat 50% 50%;
  mask: url("/wp-content/uploads/2024/07/Transaction-Refund-Cashback.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.accordion-item .accordionbtn a {
  display: inline-block;
  width: 100%;
}

.accordion-item .accordionbtn > a {
  font-family: "Neue Haas Grotesk Display Std", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0;
  font-size: 24px;
  position: relative;
  width: 100%;
  margin: 0;
  background: transparent;
  border: none;
  padding-left: 0;
  color: var(--before-icon-flipcolor);
}
@media (max-width: 600px) {
  .accordion-item .accordionbtn > a {
    font-size: 24px;
  }
}
.accordion-item .accordionbtn > a:visited {
  color: #121212;
}
.accordion-item .accordionbtn > a:hover, .accordion-item .accordionbtn > a:active, .accordion-item .accordionbtn > a:focus {
  color: #4A4773;
  outline: none;
  text-decoration: none;
}

.accordion-item .accordion-text {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  margin: 0;
  margin-block-start: 0;
  padding: 0;
  max-width: 600px;
  overflow: hidden;
  height: 0;
}
.accordion-item .accordion-text .linkarrowcircle {
  padding: 12px 24px 12px 1px;
  margin-top: 8px;
}
.accordion-item .accordion-text .linkarrowcircle a {
  display: none;
}
.accordion-item .accordion-text > div:first-of-type {
  margin: 16px 0px 0 49px;
}

.accordion-item .accordion-text p {
  position: relative;
  overflow: hidden;
  margin: 0;
  max-width: 100%;
}
.accordion-item .accordion-text p.linkarrow {
  margin-top: 16px;
}

.accordions-wrapper .accordion-item {
  border-bottom: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 24px;
  --line-height: 0;
  --before-icon-flip: scaleY(1);
  --before-icon-flipcolor: #121212;
}
.accordions-wrapper .accordion-item:before {
  position: absolute;
  right: 0;
  top: 21px;
  font-size: 18px;
  transition: transform 0.2s;
  transform-origin: center;
  transform: var(--before-icon-flip);
  color: var(--before-icon-flipcolor);
}
.accordions-wrapper .accordion-item > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.accordions-wrapper.dark .accordion-item {
  --before-icon-flip: scaleY(1);
  --before-icon-flipcolor: #FFF;
}
.accordions-wrapper.dark .accordion-item:before {
  color: #fff;
}

.fwpl-layout.careers-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .fwpl-layout.careers-list {
    padding-bottom: 24px;
  }
}
.fwpl-layout.careers-list .container-career:nth-of-type(1) .fwpl-result {
  padding-top: 0;
}
.fwpl-layout.careers-list .fwpl-result {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
  background-color: transparent;
  max-width: none;
  box-shadow: none;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 48px;
}
@media (max-width: 600px) {
  .fwpl-layout.careers-list .fwpl-result {
    padding-right: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.fwpl-layout.careers-list .fwpl-result:after {
  content: "";
  background: url("/wp-content/uploads/2024/06/arrow-right-sharp-purple.svg") center/cover no-repeat;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 0;
  top: 50%;
  transition: transform 0.3s ease;
  transform: translate(0, -50%);
}
@media (max-width: 750px) {
  .fwpl-layout.careers-list .fwpl-result:after {
    content: none;
  }
}
.fwpl-layout.careers-list .fwpl-result:hover .fwpl-item.post-title, .fwpl-layout.careers-list .fwpl-result:active .fwpl-item.post-title, .fwpl-layout.careers-list .fwpl-result:focus .fwpl-item.post-title {
  color: #4A4773;
}
.fwpl-layout.careers-list .fwpl-result:hover:after, .fwpl-layout.careers-list .fwpl-result:active:after, .fwpl-layout.careers-list .fwpl-result:focus:after {
  transform: translate(5, -50%);
}
.fwpl-layout.careers-list .fwpl-result .fwpl-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
}
.fwpl-layout.careers-list .fwpl-result .fwpl-row.title {
  font-family: "Neue Haas Grotesk Display Std", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 600px) {
  .fwpl-layout.careers-list .fwpl-result .fwpl-row.title {
    font-size: 24px;
  }
}
.fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item.h2 a {
  font-size: inherit;
  font-weight: inherit;
  color: #121212;
}
.fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item a {
  color: #121212;
  font-family: "Neue Haas Grotesk Display Std", sans-serif;
}
.fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item a:visited {
  color: #121212;
}
.fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item a:hover, .fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item a:focus, .fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item a:focus-visible {
  color: #4A4773;
  text-decoration: none;
}
.fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item:nth-of-type(1) {
  line-height: 1.2;
  display: inline;
}
.fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item:nth-of-type(2),
.fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item.post-title {
  line-height: 1.2;
  display: inline;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item:nth-of-type(3) {
  height: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: unset !important;
  box-sizing: border-box;
  margin: 0px 16px;
  font-family: "Neue Haas Grotesk Display Std", sans-serif;
}
.fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item:nth-of-type(4) {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 24px;
}
.fwpl-layout.careers-list .fwpl-result .fwpl-col .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fwpl-layout.careers-list .fwpl-result .fwpl-row.details {
  font-size: 16px;
  color: #121212;
  font-weight: 400;
  font-family: "Neue Haas Grotesk Text Pro", "Arial", sans-serif;
}
.fwpl-layout.careers-list .fwpl-result .fwpl-row.details > div {
  display: inline;
}
.fwpl-layout.careers-list .fwpl-result .fwpl-row.details > div:not(:last-of-type) {
  position: relative;
  display: inline;
}
.fwpl-layout.careers-list .fwpl-result .fwpl-row.details > div:not(:last-of-type):after {
  content: "";
  height: 12px;
  width: 12px;
  background-color: #4A4773;
  border-radius: 50%;
  margin: 0 12px;
  display: inline-block;
}
.fwpl-layout.careers-list .fwpl-result:not(last-of-type) {
  border-bottom: solid 1px #BCBCBC;
}

.careers.dark .fwpl-layout.careers-list .fwpl-result:after {
  background: url("/wp-content/uploads/2024/06/arrow-right-sharp-mauve.svg") center/contain no-repeat;
}
.careers.dark .fwpl-layout.careers-list .fwpl-result:hover .fwpl-item.post-title, .careers.dark .fwpl-layout.careers-list .fwpl-result:active .fwpl-item.post-title, .careers.dark .fwpl-layout.careers-list .fwpl-result:focus .fwpl-item.post-title {
  color: #A393BF;
}
.careers.dark .fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item.h2 a {
  color: #fff;
}
.careers.dark .fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item a {
  color: #fff;
}
.careers.dark .fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item a:visited {
  color: #fff;
}
.careers.dark .fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item a:hover, .careers.dark .fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item a:focus, .careers.dark .fwpl-layout.careers-list .fwpl-result .fwpl-col .fwpl-item a:focus-visible {
  color: #A393BF;
}
.careers.dark .fwpl-layout.careers-list .fwpl-result .fwpl-row.details {
  color: #fff;
}
.careers.dark .fwpl-layout.careers-list .fwpl-result .fwpl-row.details > div:not(:last-of-type):after {
  background-color: #A393BF;
}

.newsposts.blogposts {
  position: relative;
  margin-top: -350px;
}
.newsposts.blogposts .facetwp-template .fwpl-layout {
  grid-template-columns: 60fr 40fr;
  overflow: visible;
}
.newsposts.blogposts .facetwp-template .fwpl-layout .fwpl-result {
  background: transparent;
}
.newsposts.blogposts .facetwp-template .fwpl-layout .fwpl-result.r1 {
  align-self: stretch;
}
.newsposts.blogposts .facetwp-template .fwpl-layout .fwpl-result.r1 .fwpl-row {
  top: 40px;
  position: -webkit-sticky;
  position: sticky;
  height: fit-content;
  z-index: 1;
  margin-bottom: 90px;
}
.newsposts.blogposts .facetwp-template .fwpl-layout .fwpl-result.r1 .fwpl-row .fwpl-item img {
  height: 100%;
  max-height: 550px;
  aspect-ratio: 1.375;
}
.newsposts.blogposts .facetwp-template .fwpl-layout .fwpl-result.r2 .fwpl-item img,
.newsposts.blogposts .facetwp-template .fwpl-layout .fwpl-result.r3 .fwpl-item img,
.newsposts.blogposts .facetwp-template .fwpl-layout .fwpl-result.r4 .fwpl-item img {
  height: 100%;
  aspect-ratio: 1.78;
}
.newsposts.blogposts .facetwp-template .r1 {
  grid-column: 1;
  grid-row: 1/4;
}
.newsposts.blogposts .facetwp-template .r2 {
  grid-column: 2;
  grid-row: 1/2;
}
.newsposts.blogposts .facetwp-template .r3 {
  grid-column: 2;
  grid-row: 2/3;
}
.newsposts.blogposts .facetwp-template .r4 {
  grid-column: 2;
  grid-row: 3/4;
}
.newsposts.blogposts .wp-block-buttons {
  position: absolute;
  bottom: 0;
}
@media (max-width: 750px) {
  .newsposts.blogposts {
    margin-top: 0;
  }
  .newsposts.blogposts .facetwp-template .fwpl-layout {
    grid-template-columns: 1fr;
  }
  .newsposts.blogposts .facetwp-template .fwpl-layout .fwpl-result.r1 {
    align-self: start;
  }
  .newsposts.blogposts .facetwp-template .fwpl-layout .fwpl-result.r1 .fwpl-row {
    margin-bottom: 0;
    position: relative;
    top: unset;
  }
  .newsposts.blogposts .facetwp-template .fwpl-layout .fwpl-result.r1 .fwpl-row .fwpl-item img {
    height: 100%;
    aspect-ratio: 1.8;
  }
  .newsposts.blogposts .facetwp-template .r1, .newsposts.blogposts .facetwp-template .r2, .newsposts.blogposts .facetwp-template .r3, .newsposts.blogposts .facetwp-template .r4 {
    grid-column: auto;
    grid-row: auto;
  }
  .newsposts.blogposts .facetwp-template .r3 {
    display: none;
  }
  .newsposts.blogposts .facetwp-template .r4 {
    display: none;
  }
  .newsposts.blogposts .wp-block-buttons {
    position: relative;
  }
}

.fullwidthblock.latestnews,
.fullwidthblock.careers,
.fullwidthblock.joincommunity {
  overflow: visible !important;
}
@media (max-width: 750px) {
  .fullwidthblock.latestnews,
  .fullwidthblock.careers,
  .fullwidthblock.joincommunity {
    overflow: hidden !important;
  }
}

.joincommunity .rune {
  max-height: 260px !important;
  opacity: 0.1;
  top: 77%;
  left: 25%;
}

.latestnews .rune {
  position: -webkit-sticky;
  position: sticky;
  max-width: unset !important;
  max-height: 350px !important;
  opacity: 0.1;
  top: 57%;
  left: 40%;
}
@media (max-width: 750px) {
  .latestnews .rune {
    position: absolute;
  }
}

.fullwidthblock .sticky {
  align-self: stretch;
  position: relative;
}
.fullwidthblock .sticky > div {
  top: 124px;
  position: sticky;
  position: -webkit-sticky;
  height: fit-content;
  z-index: 1;
  margin: 0;
}
@media (max-width: 750px) {
  .fullwidthblock .sticky > div {
    margin-top: 0;
    position: relative;
    top: unset;
  }
}

.careers.light .wp-block-columns .wp-block-column:first-of-type,
.careers.dark .wp-block-columns .wp-block-column:first-of-type {
  min-width: 360px;
}
.careers.light .wp-block-columns .wp-block-column:first-of-type .wp-block-heading,
.careers.dark .wp-block-columns .wp-block-column:first-of-type .wp-block-heading {
  max-width: 402px;
}
.careers.light .wp-block-columns .wp-block-column:first-of-type p,
.careers.dark .wp-block-columns .wp-block-column:first-of-type p {
  max-width: 488px;
}
@media (max-width: 600px) {
  .careers.light .wp-block-columns .wp-block-column:first-of-type,
  .careers.dark .wp-block-columns .wp-block-column:first-of-type {
    min-width: unset;
  }
  .careers.light .wp-block-columns .wp-block-column:first-of-type .wp-block-heading,
  .careers.dark .wp-block-columns .wp-block-column:first-of-type .wp-block-heading {
    max-width: 300px;
  }
}
.careers.light .rune,
.careers.dark .rune {
  position: absolute;
  max-width: unset !important;
  max-height: 300px !important;
  height: 300px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 600px) {
  .careers.light .rune,
  .careers.dark .rune {
    height: 200px !important;
    top: 50%;
    left: 86%;
  }
}
@media (max-width: 600px) {
  .careers.light,
  .careers.dark {
    padding-top: 24px !important;
  }
}

.careers.dark .rune {
  opacity: 0.35;
}

.careers.light .rune {
  opacity: 0.1;
}

.modula-best-grid-gallery .fancybox__backdrop {
  opacity: 0.82 !important;
}
.modula-best-grid-gallery .fancybox__toolbar {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.modula-fancybox-container .fancybox__caption {
  margin-left: auto !important;
  margin-right: auto !important;
}
.modula-fancybox-container .fancybox__caption span.modula-caption-title {
  font-family: "Neue Haas Grotesk Display Std", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.modula-fancybox-container .fancybox__caption span.modula-caption-description a {
  color: #fff;
}

.modula-best-grid-gallery .fancybox__container {
  top: 16px !important;
}

.wp-block-columns.longtext-wrap {
  column-gap: 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap !important;
}
.wp-block-columns.longtext-wrap p {
  text-wrap: nowrap;
  white-space: nowrap;
}
.wp-block-columns.longtext-wrap .wp-block-column.careerhead-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  column-gap: 24px;
}
.wp-block-columns.longtext-wrap .wp-block-column.careerhead-img .wp-block-cover {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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