/* 
    This file is down to YOU to keep correct and to only pull in the needed Bootstrap assets.
    Import what you need when you need it.

    Fonts make sure you include - font-display:fallback
*/
/* noto-serif-display-regular - latin */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400");
@font-face {
  font-family: "Noto Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../webfonts/noto-serif-display-v12-latin-regular.woff2") format("woff2"), url("../webfonts/noto-serif-display-v12-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-serif-display-700 - latin */
@font-face {
  font-family: "Noto Serif Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../webfonts/noto-serif-display-v12-latin-700.woff2") format("woff2"), url("../webfonts/noto-serif-display-v12-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-serif-display-italic - latin */
@font-face {
  font-family: "Noto Serif Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../webfonts/noto-serif-display-v12-latin-italic.woff2") format("woff2"), url("../webfonts/noto-serif-display-v12-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* yaldevi-300 - latin */
@font-face {
  font-family: "Yaldevi";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../webfonts/yaldevi-v4-latin-300.woff2") format("woff2"), url("../webfonts/yaldevi-v4-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* yaldevi-regular - latin */
@font-face {
  font-family: "Yaldevi";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../webfonts/yaldevi-v4-latin-regular.woff2") format("woff2"), url("../webfonts/yaldevi-v4-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* yaldevi-600 - latin */
@font-face {
  font-family: "Yaldevi";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../webfonts/yaldevi-v4-latin-600.woff2") format("woff2"), url("../webfonts/yaldevi-v4-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* yaldevi-500 - latin */
@font-face {
  font-family: "Yaldevi";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../webfonts/yaldevi-v4-latin-500.woff2") format("woff2"), url("../webfonts/yaldevi-v4-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* yaldevi-700 - latin */
@font-face {
  font-family: "Yaldevi";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../webfonts/yaldevi-v4-latin-700.woff2") format("woff2"), url("../webfonts/yaldevi-v4-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*
@import "bootstrap/functions";
@import "bootstrap/variables";
@import "bootstrap/mixins";
@import "bootstrap/root";
@import "bootstrap/reboot";
@import "bootstrap/type";
@import "bootstrap/images";
@import "bootstrap/grid";
@import "bootstrap/tables";
@import "bootstrap/forms";
@import "bootstrap/buttons";
@import "bootstrap/transitions";
@import "bootstrap/offcanvas";
@import "bootstrap/dropdown";
@import "bootstrap/button-group";
@import "bootstrap/nav";
@import "bootstrap/navbar";
@import "bootstrap/card";
@import "bootstrap/breadcrumb";
@import "bootstrap/pagination";
@import "bootstrap/badge";
@import "bootstrap/alert";
@import "bootstrap/progress";
@import "bootstrap/list-group";
@import "bootstrap/close";
@import "bootstrap/modal";
@import "bootstrap/tooltip";
@import "bootstrap/popover";
@import "bootstrap/carousel";
@import "bootstrap/utilities";
*/
.heading-xs, .heading-s, .heading-m, .heading-l, .heading-xl {
  font-family: "Poppins", sans-serif;
}
.heading-xs {
  font-size: 16px;
  line-height: 1.4;
}
.heading-s {
  font-size: 22px;
  line-height: 1.2;
}
.heading-m {
  font-size: 26px;
  line-height: 1.2;
}
.subtitle {
  font-size: 32px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}
.body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  max-width: 615px;
}
.container {
  max-width: 1400px;
  padding: 0 100px;
  margin: 0 auto;
}
.container-right {
  max-width: 1400px;
  padding: 0 100px 0 0;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1400px) {
  .container-right {
    max-width: calc(1400px - (( 100vw - 1400px ) / 2));
  }
}
.container-left {
  max-width: 1400px;
  padding: 0 0 0 100px;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 1400px) {
  .container-left {
    max-width: calc(1400px - (( 100vw - 1400px ) / 2));
  }
}
.qf-partner-header, .qf-case-studies-header {
  color: #ffffff;
}
.qf-partner-header .container, .qf-case-studies-header .container {
  max-width: 1400px;
}
.qf-partner-header .page-head, .qf-case-studies-header .page-head {
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  .qf-partner-header .page-head, .qf-case-studies-header .page-head {
    padding: 100px 0 50px;
  }
}
.qf-partner-header .page-head .heading, .qf-case-studies-header .page-head .heading {
  max-width: 400px;
}
.qf-partner-header .page-head .heading h2, .qf-case-studies-header .page-head .heading h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  background-color: #227D94;
  color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 0 22px;
  box-shadow: 0 0 10px #227D94;
}
.qf-partner-header .page-head .heading h3, .qf-case-studies-header .page-head .heading h3 {
  font-size: 36px;
  font-weight: 300;
  font-family: "Space Grotesk", sans-serif;
  color: #ffffff;
  line-height: 43px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .qf-partner-header .page-head .flex, .qf-case-studies-header .page-head .flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .qf-partner-header .page-head .flex .heading, .qf-case-studies-header .page-head .flex .heading {
    margin-bottom: 90px;
  }
}
.qf-partner-header .page-head .flex div:not(.heading), .qf-partner-header .page-head .flex div.cs-sectors-wrapper, .qf-case-studies-header .page-head .flex div:not(.heading), .qf-case-studies-header .page-head .flex div.cs-sectors-wrapper {
  width: clamp(200px, 100%, 300px);
  position: relative;
}
.qf-partner-header .page-head .flex div:not(.heading) #cs-sectors, .qf-partner-header .page-head .flex div.cs-sectors-wrapper #cs-sectors, .qf-case-studies-header .page-head .flex div:not(.heading) #cs-sectors, .qf-case-studies-header .page-head .flex div.cs-sectors-wrapper #cs-sectors {
  width: 100%;
  appearance: none;
}
.qf-partner-header .page-head .flex div:not(.heading)::after, .qf-partner-header .page-head .flex div.cs-sectors-wrapper::after, .qf-case-studies-header .page-head .flex div:not(.heading)::after, .qf-case-studies-header .page-head .flex div.cs-sectors-wrapper::after {
  content: "";
  pointer-events: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -80%;
  rotate: 135deg;
  border: solid 1px white;
  border-width: 1px 1px 0 0;
}
.page-content.case-study-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .page-content.case-study-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-content.case-study-grid .project-card:nth-child(3n+1) {
  grid-column: 1 / -1;
  padding-top: 40%;
}
@media screen and (max-width: 768px) {
  .page-content.case-study-grid .project-card:nth-child(3n+1) {
    padding-top: 60%;
  }
}
@media screen and (max-width: 500px) {
  .page-content.case-study-grid .project-card:nth-child(3n+1) {
    padding-top: 140%;
  }
}
.qf-case-studies-header .container {
  display: flex;
  flex-flow: column nowrap;
}
.qf-case-studies-header .container .load-more {
  position: relative;
  background-color: transparent;
  border-color: white;
  color: white;
  margin: 40px auto 80px;
}
.qf-case-studies-header .container .load-more.loading {
  pointer-events: none;
  color: transparent;
}
.qf-case-studies-header .container .load-more.loading::after {
  opacity: 1;
}
.qf-case-studies-header .container .load-more::after {
  content: "";
  opacity: 0;
  pointer-events: none;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: solid 3px white;
  border-left: solid 3px transparent;
  animation: loader_spin 1s ease-in-out infinite;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
}
.qf-case-studies-header .container .load-more:hover:not(.loading) {
  color: black;
  background-color: white;
}
@keyframes loader_spin {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.related-case-studies .container {
  max-width: 1400px !important;
  margin: 0 auto;
}
.related-case-studies .title-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-case-studies .title-wrapper .title {
  color: white;
  text-align: center;
  margin-bottom: 80px;
}
.related-case-studies .related-case-study-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .related-case-studies .related-case-study-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.related-case-studies .related-case-study-grid .project-card:nth-child(3n+1) {
  grid-column: 1 / -1;
  padding-top: 40%;
}
@media screen and (max-width: 768px) {
  .related-case-studies .related-case-study-grid .project-card:nth-child(3n+1) {
    padding-top: 60%;
  }
}
@media screen and (max-width: 500px) {
  .related-case-studies .related-case-study-grid .project-card:nth-child(3n+1) {
    padding-top: 140%;
  }
}
.project-card {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 0;
  border-radius: 5px;
  grid-column: span 1;
  padding-top: 90%;
}
@media screen and (max-width: 768px) {
  .project-card {
    padding-top: 60%;
  }
}
@media screen and (max-width: 500px) {
  .project-card {
    padding-top: 140%;
  }
}
.project-card * {
  font-family: "Space Grotesk", sans-serif;
}
.project-card img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.75s ease-in-out;
}
.project-card::before {
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .project-card::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
  }
}
.project-card .logo, .project-card .description, .project-card::after {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.project-card .logo {
  width: 120px;
  height: 70px;
  pointer-events: none;
  position: absolute;
  inset: auto auto -15px 5px;
  translate: 0 100%;
}
.project-card .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}
.project-card .description {
  overflow: hidden;
  max-height: 0;
  color: white;
  transition: all 0.1s ease-in-out;
  margin-right: 25px;
  line-height: 1.3;
}
.project-card::after {
  content: "";
  z-index: 0;
  position: absolute;
  inset: 0;
  background: black;
  background: linear-gradient(0deg, black 0%, black 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 100%);
  transition: opacity 0.25s ease-in-out;
}
.project-card .overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.project-card .overlay .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: auto 20px 35px;
  pointer-events: none;
}
.project-card .overlay .content h3 {
  width: fit-content;
  transition: margin 0.2s ease-in-out;
  margin: 0 auto 0px 0;
  pointer-events: none;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .project-card .overlay .content h3 {
    margin: 0 auto 0 0;
  }
}
.project-card .overlay .content h3 svg {
  margin-left: 10px;
}
.project-card .overlay .content h3:hover {
  text-decoration: none;
}
.project-card .overlay .meta {
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  appearance: none;
  list-style: none;
  justify-content: flex-start;
  align-items: baseline;
  gap: 15px;
  margin: 15px;
  position: relative;
}
.project-card .overlay .meta li {
  opacity: 0;
  pointer-events: all;
  margin: 0;
  translate: 0 -100%;
  transition: all 0.05s ease-in;
  /*
                    &:nth-child(4) { transition-delay: .3s }
                    &:nth-child(5) { transition-delay: .375s }
                    &:nth-child(6) { transition-delay: .45s }
                    &:nth-child(7) { transition-delay: .525s }
                    &:nth-child(8) { transition-delay: .6s }
                    &:nth-child(9) { transition-delay: .675s }
                    &:nth-child(10) { transition-delay: .75s }
                    &:nth-child(11) { transition-delay: .825s }
                    &:nth-child(12) { transition-delay: .9s }
                    &:nth-child(13) { transition-delay: 1.25s }
                    &:nth-child(14) { transition-delay: 1.325s }
                    &:nth-child(15) { transition-delay: 1.4s }
                    */
}
@media screen and (max-width: 768px) {
  .project-card .overlay .meta li {
    margin: 0 10px 10px 0;
  }
}
.project-card .overlay .meta li:last-child {
  margin-right: 0;
}
.project-card .overlay .meta li:nth-child(1) {
  transition-delay: 0.075s;
}
.project-card .overlay .meta li:nth-child(2) {
  transition-delay: 0.15s;
}
.project-card .overlay .meta li:nth-child(3) {
  transition-delay: 0.225s;
}
.project-card .overlay .meta li:nth-child(n+4) {
  display: none;
}
.project-card .overlay .meta li a {
  line-height: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  color: #2a3241;
  font-size: 10px !important;
  font-weight: bold;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
  padding: 4px 15px;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.3);
  backdrop-filter: blur(2px);
}
.project-card .overlay .project-link {
  z-index: -1;
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.project-card:hover::after {
  opacity: 0.4;
}
.project-card:hover .logo, .project-card:hover .description {
  opacity: 1;
}
.project-card:hover .meta li {
  opacity: 1;
  translate: 0;
}
.project-card:hover .overlay .content h3 {
  margin: 0 auto 0 0;
}
.project-card:hover .description {
  max-height: 500px;
}
.project-card:hover h3 + .description {
  margin-top: 10px;
}
.project-card:hover img:not(.logo img) {
  scale: 1.1;
}
.qf-discovery-card {
  padding: 100px 0 120px;
}
.qf-discovery-card .container {
  max-width: 1400px !important;
}
@media screen and (max-width: 768px) {
  .qf-discovery-card .container {
    padding: 0;
  }
}
.discovery-card {
  display: block;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  height: 0;
  width: 100%;
  flex-direction: column;
  padding-top: 45%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px 10px;
  -moz-box-shadow: 0px 0px 35px 10px;
  box-shadow: 0px 0px 35px 10px;
}
@media screen and (max-width: 950px) {
  .discovery-card {
    padding-top: 60%;
  }
}
@media screen and (max-width: 768px) {
  .discovery-card {
    padding-top: 70%;
    border-radius: 0;
  }
}
@media screen and (max-width: 550px) {
  .discovery-card {
    padding-top: unset;
    padding: 50px;
    height: 100%;
  }
}
.discovery-card * {
  font-family: "Space Grotesk", sans-serif;
}
.discovery-card, .discovery-card .content, .discovery-card .content .button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.discovery-card img, .discovery-card .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.discovery-card img {
  z-index: -1;
  object-fit: cover;
}
.discovery-card .content {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .discovery-card .content {
    padding: 90px;
  }
}
@media screen and (max-width: 550px) {
  .discovery-card .content {
    padding: 0px;
    position: static;
  }
}
.discovery-card .content .title {
  max-width: 580px;
  color: white;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .discovery-card .content .title {
    font-size: 26px;
    max-width: 390px;
  }
}
.discovery-card .content .button-wrap {
  gap: 60px 40px;
  position: relative;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .discovery-card .content .button-wrap {
    flex-direction: column;
    gap: 25px 0;
  }
}
.discovery-card .content .button-wrap a {
  cursor: pointer;
  color: white;
  border-color: white;
}
.discovery-card .content .button-wrap a:last-child:hover {
  background: transparent;
}
.discovery-card .content .button-wrap a:first-child {
  color: #000;
  background: #fff;
}
.discovery-card .content .button-wrap .arrow-text {
  display: flex;
  flex-direction: row;
  z-index: 1;
  position: absolute;
  bottom: -60px;
  left: -130px;
  color: white;
}
.discovery-card .content .button-wrap .arrow-text svg.curved-arrow {
  position: absolute;
  width: 65px;
  rotate: 0;
  right: -40px;
  top: -25px;
}
.discovery-card .content .button-wrap .arrow-text span {
  display: inline;
  font-size: 12px;
  text-align: left;
  max-width: 130px;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .discovery-card .content .button-wrap .arrow-text {
    width: 100%;
    position: static;
    bottom: unset;
    left: unset;
  }
  .discovery-card .content .button-wrap .arrow-text svg.curved-arrow {
    width: 45px;
    rotate: -65deg;
    right: -35px;
    top: 25px;
  }
  .discovery-card .content .button-wrap .arrow-text span {
    width: 100%;
    max-width: 220px;
    text-align: right;
    white-space: initial;
  }
}
.cs-block-section .container {
  max-width: 1400px;
}
.cs-block-section .text-wrapper {
  color: white;
  max-width: 520px;
}
.cs-block-section .text-wrapper, .cs-block-section .text-wrapper .text-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.cs-block-section .text-wrapper .content {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.7;
}
.single-case-study-header {
  background: #000;
}
.single-case-study-header .header-media-wrapper {
  width: 100%;
  height: 0;
  position: relative;
  background: #cccccc50;
  isolation: isolate;
  padding-top: 30%;
}
@media screen and (max-width: 900px) {
  .single-case-study-header .header-media-wrapper {
    padding-top: 50%;
  }
}
.single-case-study-header .header-media-wrapper video, .single-case-study-header .header-media-wrapper img, .single-case-study-header .header-media-wrapper picture, .single-case-study-header .header-media-wrapper iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.single-case-study-header .header-media-wrapper::before {
  content: "";
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  mix-blend-mode: multiply;
  background: linear-gradient(0deg, black 5%, rgba(0, 0, 0, 0.25) 54%, rgba(0, 0, 0, 0.25) 100%);
}
.single-case-study-header .container {
  color: white;
  padding-bottom: 75px;
}
@media screen and (max-width: 900px) {
  .single-case-study-header .container {
    padding-bottom: 30px;
  }
}
.single-case-study-header .container .intro-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .single-case-study-header .container .intro-wrapper {
    flex-direction: column;
  }
}
.single-case-study-header .container .intro-wrapper .title-wrapper .title {
  height: 21px;
  text-transform: uppercase;
}
.single-case-study-header .container .intro-wrapper .title-wrapper .intro {
  font-size: 36px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.25;
  max-width: 700px;
}
@media screen and (max-width: 900px) {
  .single-case-study-header .container .intro-wrapper .title-wrapper .intro {
    font-size: 28px;
  }
}
.single-case-study-header .container .intro-wrapper .cs-sectors {
  padding-left: 0;
  margin-left: 0;
  margin: 30px 0 0;
}
.single-case-study-header .container .intro-wrapper .cs-sectors li {
  font-weight: 400;
  line-height: 30px;
  white-space: nowrap;
  list-style-type: none;
}
.single-case-study-header .container .intro-wrapper .cs-sectors li a {
  color: inherit;
  font: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.single-case-study-header .container .intro-wrapper .cs-sectors li a:hover {
  text-decoration: none;
}
.featured-media-carousel-section {
  padding: 75px 0 60px;
}
.featured-media-carousel-section .featured-media-carousel {
  width: 100%;
  margin-bottom: 100px;
}
.featured-media-carousel-section .featured-media-carousel .featured-media-swiper {
  width: 100%;
  position: relative;
}
.featured-media-carousel-section .featured-media-carousel .featured-media-swiper .swiper-slide {
  display: flex;
  overflow: hidden;
  border: solid 1px #f5f5f580;
  border-radius: 10px;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.25));
  opacity: 0;
  transition: 0.2s ease-out;
}
.featured-media-carousel-section .featured-media-carousel .featured-media-swiper .swiper-slide img, .featured-media-carousel-section .featured-media-carousel .featured-media-swiper .swiper-slide video, .featured-media-carousel-section .featured-media-carousel .featured-media-swiper .swiper-slide picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.featured-media-carousel-section .featured-media-carousel .featured-media-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.featured-media-carousel-section .featured-media-carousel .featured-media-swiper .featured-media-swiper-pagination {
  bottom: -60px;
}
.featured-media-carousel-section .featured-media-carousel .featured-media-swiper .featured-media-swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 20px;
  height: 2px;
  background: white;
  opacity: 0.5;
}
.featured-media-carousel-section .featured-media-carousel .featured-media-swiper .featured-media-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.9;
  background: white;
}
@media screen and (min-width: 900px) {
  .cs-swiper-block-section {
    pointer-events: none;
  }
}
.cs-swiper-block-section .cs-swiper-block .text-wrapper {
  margin-bottom: 110px;
}
.cs-swiper-block-section .cs-swiper-block .carousel-wrapper .cs-block-text-swiper .swiper-wrapper .swiper-slide {
  width: fit-content;
}
@media screen and (min-width: 700.1px) {
  .cs-swiper-block-section .cs-swiper-block .carousel-wrapper .cs-block-text-swiper .swiper-wrapper .swiper-slide {
    width: calc(20% - 50px);
  }
}
.cs-swiper-block-section .cs-swiper-block .carousel-wrapper .cs-block-text-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cs-impact-block-section {
  position: relative;
  margin: 100px 0;
  padding: 100px 0 120px;
}
.cs-impact-block-section * {
  font-family: "Space Grotesk", sans-serif;
}
.cs-impact-block-section img.background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: saturate(0) brightness(0.5) contrast(1.25);
}
.cs-impact-block-section .cs-impact-block {
  color: white;
  isolation: isolate;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cs-impact-block-section .cs-impact-block .impact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.cs-impact-block-section .cs-impact-block .impact-wrapper .impact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cs-impact-block-section .cs-impact-block .impact-wrapper .impact .impact-value {
  color: orange;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cs-impact-block-section .cs-impact-block .impact-wrapper .impact .impact-text {
  max-width: 170px;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .cs-impact-block-section .cs-impact-block {
    flex-direction: column;
  }
  .cs-impact-block-section .cs-impact-block .text-wrapper {
    margin-bottom: 50px;
  }
  .cs-impact-block-section .cs-impact-block .impact-wrapper .impact {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .cs-impact-block-section .cs-impact-block .impact-wrapper .impact .impact-value {
    margin: 0 20px 0 0;
  }
  .cs-impact-block-section .cs-impact-block .impact-wrapper .impact .impact-text {
    text-align: left;
  }
}
@media screen and (max-width: 950px) {
  .cs-impact-block-section .cs-impact-block .impact-wrapper {
    flex-direction: column;
  }
}
.cs-phone-swiper-block-section {
  padding: 100px 0 25px;
}
.cs-phone-swiper-block-section .cs-phone-swiper-block {
  isolation: isolate;
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .text-wrapper {
  margin-left: auto;
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper {
  z-index: -1;
  position: relative;
  padding-top: 40%;
  width: 50%;
  height: 0;
  margin: -10% 0 60px;
}
@media screen and (max-width: 900px) {
  .cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper {
    width: 100%;
    padding-top: 90%;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper {
    padding-top: 150%;
    margin-top: 50px;
  }
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .cs-phone-swiper {
  z-index: 5;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 100px;
  translate: 0 -50%;
  height: calc(100% - 25%);
  width: 100%;
  min-width: 100%;
}
@media screen and (max-width: 900px) {
  .cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .cs-phone-swiper {
    left: 0px;
  }
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .cs-phone-swiper .swiper-wrapper {
  margin-left: -20%;
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .cs-phone-swiper .swiper-wrapper .swiper-slide {
  opacity: 1;
  transition: opacity 0.3s ease-out 0.1s;
  width: fit-content;
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .cs-phone-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .cs-phone-swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active, .swiper-slide-prev, .swiper-slide-next) {
  opacity: 0;
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .cs-phone-swiper .swiper-button-next.cs-phone-swiper-button-next {
  opacity: 1;
  padding: 9px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.15);
  right: 80px;
}
@media screen and (max-width: 900px) {
  .cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .cs-phone-swiper .swiper-button-next.cs-phone-swiper-button-next {
    width: 50px;
    height: 50px;
    padding: 20px;
    right: 40px;
  }
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .cs-phone-swiper .swiper-button-next.cs-phone-swiper-button-next svg {
  rotate: -90deg;
  object-fit: contain;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .cs-phone-swiper .swiper-button-next.cs-phone-swiper-button-next svg path {
  stroke: white;
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .cs-phone-swiper .swiper-button-next.cs-phone-swiper-button-next::after {
  content: none;
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .phone-frame {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 2;
  backdrop-filter: blur(9px);
}
@media screen and (max-width: 900px) {
  .cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .phone-frame {
    left: -15%;
  }
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .phone-frame img {
  object-fit: contain;
  object-position: center left;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  backdrop-filter: blur(10px);
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .circle {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 15%;
  translate: -43% -50%;
}
.cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .circle img, .cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .circle svg {
  object-fit: contain;
  width: 70%;
  height: 70%;
}
@media screen and (max-width: 900px) {
  .cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .circle {
    translate: -60% -40%;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .circle {
    translate: -80% -33%;
    width: 130%;
    height: 130%;
  }
  .cs-phone-swiper-block-section .cs-phone-swiper-block .carousel-wrapper .circle img {
    width: 100%;
  }
}
.cs-quote-block-section {
  isolation: isolate;
  position: relative;
  margin: 100px 0;
  padding: 140px 0 145px;
}
@media screen and (max-width: 900px) {
  .cs-quote-block-section {
    padding: 80px 0;
  }
}
.cs-quote-block-section * {
  font-family: "Space Grotesk", sans-serif;
}
.cs-quote-block-section img.background {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cs-quote-block-section::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.35) 100%);
}
.cs-quote-block-section .cs-quote-block {
  z-index: 1;
  color: white;
  isolation: isolate;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cs-quote-block-section .cs-quote-block .text-wrapper {
  max-width: 700px;
}
.cs-quote-block-section .cs-quote-block .text-wrapper .subtitle {
  font-weight: 300;
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .cs-quote-block-section .cs-quote-block .text-wrapper .subtitle {
    font-size: 26px;
  }
}
.cs-quote-block-section .cs-quote-block .text-wrapper .author {
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  .cs-quote-block-section .cs-quote-block {
    flex-direction: column;
  }
  .cs-quote-block-section .cs-quote-block .text-wrapper {
    margin-bottom: 50px;
  }
}
.cs-image-text-block-section {
  position: relative;
}
.cs-image-text-block-section .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cs-image-text-block-section .container .image-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}
.cs-image-text-block-section .container .image-wrapper img {
  width: 50vw;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 999.99px) {
  .cs-image-text-block-section .container .image-wrapper img {
    width: 100%;
  }
}
.cs-image-text-block-section:not(.left) .container, .cs-image-text-block-section.right .container {
  flex-direction: row;
}
@media screen and (min-width: 1000px) {
  .cs-image-text-block-section:not(.left) .container, .cs-image-text-block-section.right .container {
    padding-right: 0;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .cs-image-text-block-section:not(.left) .container, .cs-image-text-block-section.right .container {
    margin: 0;
    max-width: calc(100vw -  (( (100vw - 1400px) / 2 )));
    margin-left: calc(( (100vw - 1400px) / 2 ));
    padding-right: 0;
    padding-left: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .cs-image-text-block-section:not(.left) .container, .cs-image-text-block-section.right .container {
    padding-right: 0;
  }
}
.cs-image-text-block-section:not(.left) .container .image-wrapper, .cs-image-text-block-section.right .container .image-wrapper {
  justify-content: flex-end;
}
@media screen and (max-width: 999.99px) {
  .cs-image-text-block-section:not(.left) .container .text-wrapper, .cs-image-text-block-section.right .container .text-wrapper {
    padding-right: 15px;
  }
}
@media screen and (max-width: 999.99px) {
  .cs-image-text-block-section:not(.left) .container, .cs-image-text-block-section.right .container {
    flex-direction: column;
  }
}
.cs-image-text-block-section.left .container {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1000px) {
  .cs-image-text-block-section.left .container {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .cs-image-text-block-section.left .container {
    margin: 0;
    max-width: calc(100vw -  (( (100vw - 1400px) / 2 ) ));
    margin-right: calc(( (100vw - 1400px) / 2 ));
    padding-left: 0;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .cs-image-text-block-section.left .container {
    padding-left: 0;
  }
}
.cs-image-text-block-section.left .container .image-wrapper {
  justify-content: flex-start;
}
@media screen and (max-width: 999.99px) {
  .cs-image-text-block-section.left .container .text-wrapper {
    padding-left: 15px;
  }
}
@media screen and (max-width: 999.99px) {
  .cs-image-text-block-section.left .container {
    flex-direction: column;
  }
}
.cs-alt-text-block-section {
  position: relative;
  padding: 120px 0;
}
.cs-alt-text-block-section .container .text-wrapper:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
}
.cs-alt-text-block-section .container .text-wrapper:first-of-type {
  margin-bottom: 50px;
}
.cs-text-swiper-block-section {
  position: relative;
  padding: 100px 0;
}
.cs-text-swiper-block-section .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
@media screen and (min-width: 1400px) {
  .cs-text-swiper-block-section .container {
    margin: 0;
    max-width: calc(100vw -  (( (100vw - 1100px) / 2 ) - 150px));
    margin-left: calc(( (100vw - 1100px) / 2 ) - 150px);
    padding-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .cs-text-swiper-block-section .container {
    padding-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .cs-text-swiper-block-section .container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .cs-text-swiper-block-section .container {
    flex-direction: column;
  }
}
.cs-text-swiper-block-section .container.image-left {
  flex-direction: row-reverse;
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .cs-text-swiper-block-section .container .swiper-outer-wrapper {
    padding-bottom: 70px;
  }
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper .swiper-slide {
  height: 0;
  width: 100%;
  padding-top: 75%;
}
@media screen and (max-width: 1100px) {
  .cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper .swiper-slide {
    padding-top: 34.5%;
  }
}
@media screen and (max-width: 1000px) {
  .cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper .swiper-slide {
    padding-top: 45.5%;
  }
}
@media screen and (max-width: 800px) {
  .cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper .swiper-slide {
    padding-top: 57%;
  }
}
@media screen and (max-width: 650px) {
  .cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper .swiper-slide {
    padding-top: 72%;
  }
}
@media screen and (max-width: 500px) {
  .cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper .swiper-slide {
    padding-top: 107%;
  }
}
@media screen and (max-width: 449.99px) {
  .cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper .swiper-slide {
    padding-top: 106%;
  }
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper .swiper-slide .image, .cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper .swiper-slide .image-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper .swiper-slide .image {
  object-fit: cover;
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper .swiper-slide .image-hover {
  opacity: 0;
  pointer-events: none;
  object-fit: contain;
  object-position: center bottom;
  transition: opacity 0.2s ease-in-out;
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper .swiper-slide.swiper-slide-active .image-hover, .cs-text-swiper-block-section .container .swiper-outer-wrapper .cs-text-swiper.swiper .swiper-slide:hover .image-hover {
  opacity: 1;
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper {
  position: absolute;
  left: 40px;
  bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 1100px) {
  .cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper {
    left: 50%;
    translate: -50% 0;
  }
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper .cs-text-swiper-button-prev, .cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper .cs-text-swiper-button-next {
  position: static;
  opacity: 1;
  padding: 9px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: white;
  right: 80px;
  /*
                    @media screen and ( max-width: 900px ) {
                        width: 50px; 
                        height: 50px; 
                        padding: 20px;
                        right: 40px;
                    }
                    */
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper .cs-text-swiper-button-prev.cs-text-swiper-button-prev svg, .cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper .cs-text-swiper-button-next.cs-text-swiper-button-prev svg {
  rotate: 90deg;
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper .cs-text-swiper-button-prev.cs-text-swiper-button-next svg, .cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper .cs-text-swiper-button-next.cs-text-swiper-button-next svg {
  rotate: -90deg;
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper .cs-text-swiper-button-prev svg, .cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper .cs-text-swiper-button-next svg {
  object-fit: contain;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper .cs-text-swiper-button-prev svg path, .cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper .cs-text-swiper-button-next svg path {
  stroke: black;
}
.cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper .cs-text-swiper-button-prev::after, .cs-text-swiper-block-section .container .swiper-outer-wrapper .swiper-controls-wrapper .cs-text-swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 1100px) {
  .cs-text-swiper-block-section .container .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .cs-text-swiper-block-section .container .text-wrapper .text-block {
    max-width: 500px;
  }
  .cs-text-swiper-block-section .container .text-wrapper .text-block:nth-child(even) {
    margin-left: auto;
  }
  .cs-text-swiper-block-section .container .text-wrapper .text-block:nth-child(odd) {
    margin-right: auto;
  }
}
.cs-text-swiper-block-section .container .text-block h3.subtitle {
  font-size: 22px;
  margin-top: 40px;
}
.solution-card-section {
  overflow: unset;
  background: #F5F5F5;
  padding: 100px 0;
}
@media screen and (max-width: 1300px) {
  .solution-card-section {
    overflow: hidden;
  }
}
.solution-card-section .solution-card {
  max-width: 1400px;
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.solution-card-section .solution-card .content-wrapper {
  position: relative;
  width: calc(100% - 320px);
  background: white;
  border-radius: 10px;
}
@media screen and (max-width: 1050px) {
  .solution-card-section .solution-card .content-wrapper {
    width: 100%;
  }
}
.solution-card-section .solution-card .content-wrapper .logo-container, .solution-card-section .solution-card .content-wrapper .text, .solution-card-section .solution-card .content-wrapper .buttons {
  max-width: clamp(0px, calc(100% - 50px), 700px);
}
@media screen and (max-width: 1050px) {
  .solution-card-section .solution-card .content-wrapper .logo-container, .solution-card-section .solution-card .content-wrapper .text, .solution-card-section .solution-card .content-wrapper .buttons {
    max-width: 100%;
  }
}
.solution-card-section .solution-card .content-wrapper .logo-container {
  margin-bottom: 40px;
  width: 100%;
}
.solution-card-section .solution-card .content-wrapper .logo-container img {
  max-width: 150px;
}
.solution-card-section .solution-card .content-wrapper .logo-container .heading {
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  color: #000000;
  font-weight: 500;
  line-height: 43px;
  margin-bottom: 0;
}
.solution-card-section .solution-card .content-wrapper .text {
  opacity: 0.5;
  line-height: 1.5;
  margin-bottom: 30px;
}
.solution-card-section .solution-card .content-wrapper .text * {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.5;
}
.solution-card-section .solution-card .content-wrapper .buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .solution-card-section .solution-card .content-wrapper .buttons {
    flex-direction: column;
  }
}
.solution-card-section .solution-card .content-wrapper .buttons .cog-button {
  cursor: pointer;
  padding: 12.5px 17.5px;
  color: black;
  background: #BD4D58;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .solution-card-section .solution-card .content-wrapper .buttons .cog-button {
    width: 100%;
  }
}
.solution-card-section .solution-card .content-wrapper .buttons .cog-button, .solution-card-section .solution-card .content-wrapper .buttons .cog-button:link, .solution-card-section .solution-card .content-wrapper .buttons .cog-button:visited {
  text-decoration: none !important;
}
.solution-card-section .solution-card .content-wrapper .buttons .cog-button i {
  height: 25px;
  padding-right: 15px;
  border-right: solid 1px rgba(0, 0, 0, 0.3);
}
.solution-card-section .solution-card .content-wrapper .buttons .cog-button i svg, .solution-card-section .solution-card .content-wrapper .buttons .cog-button i .icon-svg {
  scale: 0.8;
  width: 25px;
  height: 25px;
}
.solution-card-section .solution-card .content-wrapper .buttons .cog-button i svg.static, .solution-card-section .solution-card .content-wrapper .buttons .cog-button i .icon-svg.static {
  display: inline-block;
}
.solution-card-section .solution-card .content-wrapper .buttons .cog-button i svg.on-hover, .solution-card-section .solution-card .content-wrapper .buttons .cog-button i .icon-svg.on-hover {
  display: none;
  rotate: -90deg;
  padding: 2.5px;
}
.solution-card-section .solution-card .content-wrapper .buttons .cog-button .value {
  height: 100%;
  padding-left: 15px;
  font-weight: normal;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: none;
  translate: 0 0;
  transition: translate 0.15s ease;
}
@media screen and (max-width: 500px) {
  .solution-card-section .solution-card .content-wrapper .buttons .cog-button .value {
    width: 100%;
    text-align: center;
  }
}
.solution-card-section .solution-card .content-wrapper .buttons .cog-button:hover i svg.static, .solution-card-section .solution-card .content-wrapper .buttons .cog-button:hover i .icon-svg.static {
  display: none;
}
.solution-card-section .solution-card .content-wrapper .buttons .cog-button:hover i svg.on-hover, .solution-card-section .solution-card .content-wrapper .buttons .cog-button:hover i .icon-svg.on-hover {
  display: inline-block;
}
.solution-card-section .solution-card .content-wrapper .buttons .cog-button:hover .value {
  translate: 5px 0;
  font-weight: bold;
  text-decoration: none !important;
}
.solution-card-section .solution-card .content-wrapper .background-svg {
  position: absolute;
  top: -58px;
  z-index: -1;
}
.solution-card-section .solution-card .image-wrapper {
  position: absolute;
  width: 420px;
  bottom: 30px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1050px) {
  .solution-card-section .solution-card .image-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: -100px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 500px) {
  .solution-card-section .solution-card .image-wrapper {
    padding: 0 25px;
    top: 80px;
  }
}
.solution-card-section .solution-card .image-wrapper .background-svg {
  display: none;
  position: absolute;
  top: -58px;
}
@media screen and (max-width: 1050px) {
  .solution-card-section .solution-card .image-wrapper .background-svg {
    display: block;
  }
}
.solution-card-section .solution-card .image-wrapper .image {
  width: 420px;
  height: 0;
  min-height: 0;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1050px) {
  .solution-card-section .solution-card .image-wrapper .image {
    width: 100%;
    padding-top: 60%;
  }
}
@media screen and (max-width: 500px) {
  .solution-card-section .solution-card .image-wrapper .image {
    padding-top: 110%;
  }
}
.solution-card-section .solution-card .image-wrapper .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-card-section.left .solution-card {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1050px) {
  .solution-card-section.left .solution-card {
    flex-direction: column;
  }
}
.solution-card-section.left .solution-card .content-wrapper {
  padding: 55px 55px 80px 140px;
}
@media screen and (max-width: 1050px) {
  .solution-card-section.left .solution-card .content-wrapper {
    padding: 55px 55px 140px;
  }
}
@media screen and (max-width: 500px) {
  .solution-card-section.left .solution-card .content-wrapper {
    padding: 45px 25px;
  }
}
.solution-card-section.left .solution-card .content-wrapper .background-svg {
  right: -61px;
}
.solution-card-section.left .solution-card .image-wrapper {
  left: 100px;
}
@media screen and (max-width: 1300px) {
  .solution-card-section.left .solution-card .image-wrapper {
    left: 15px;
  }
}
@media screen and (max-width: 1050px) {
  .solution-card-section.left .solution-card .image-wrapper {
    left: 0;
    right: unset;
  }
}
.solution-card-section.left .solution-card .image-wrapper .background-svg {
  left: 20px;
}
@media screen and (max-width: 500px) {
  .solution-card-section.left .solution-card .image-wrapper .background-svg {
    left: -140px;
  }
}
.solution-card-section.right .solution-card {
  flex-direction: row;
}
@media screen and (max-width: 1050px) {
  .solution-card-section.right .solution-card {
    flex-direction: column;
  }
}
.solution-card-section.right .solution-card .content-wrapper {
  padding: 55px 140px 80px 55px;
}
@media screen and (max-width: 1050px) {
  .solution-card-section.right .solution-card .content-wrapper {
    padding: 55px 55px 140px;
  }
}
@media screen and (max-width: 500px) {
  .solution-card-section.right .solution-card .content-wrapper {
    padding: 45px 25px;
  }
}
.solution-card-section.right .solution-card .content-wrapper .background-svg {
  left: -61px;
}
.solution-card-section.right .solution-card .image-wrapper {
  right: 100px;
}
@media screen and (max-width: 1300px) {
  .solution-card-section.right .solution-card .image-wrapper {
    right: 15px;
  }
}
@media screen and (max-width: 1050px) {
  .solution-card-section.right .solution-card .image-wrapper {
    left: unset;
    right: 0;
  }
}
.solution-card-section.right .solution-card .image-wrapper .background-svg {
  right: 20px;
}
@media screen and (max-width: 500px) {
  .solution-card-section.right .solution-card .image-wrapper .background-svg {
    right: -140px;
  }
}
.cs-phone-swap-text-block-section {
  padding: 0px 0 100px;
  position: relative;
}
.cs-phone-swap-text-block-section .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cs-phone-swap-text-block-section .container .image-wrapper {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  gap: 0 50px;
  width: 100%;
  height: auto;
}
.cs-phone-swap-text-block-section .container .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cs-phone-swap-text-block-section .container .image-wrapper .main-phone {
  position: relative;
}
.cs-phone-swap-text-block-section .container .image-wrapper .main-phone .phone-image {
  opacity: 0.25;
}
.cs-phone-swap-text-block-section .container .image-wrapper .main-phone .swatches {
  width: 100%;
  z-index: 11;
  position: absolute;
  bottom: 5%;
  left: 0;
  display: flex;
  gap: 0 15px;
  justify-content: center;
  align-items: center;
}
.cs-phone-swap-text-block-section .container .image-wrapper .main-phone .swatches .swatch {
  border-radius: 10px;
  width: 27.5px;
  height: 40px;
}
.cs-phone-swap-text-block-section .container .image-wrapper .main-phone .product-image {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  transform-origin: left bottom;
}
.cs-phone-swap-text-block-section .container .image-wrapper .main-phone .product-image:first-of-type {
  opacity: 1;
  scale: 1.2;
  translate: 15% -20px 100px;
  z-index: 9;
  animation-name: fadeDown;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.cs-phone-swap-text-block-section .container .image-wrapper .main-phone .product-image:nth-of-type(2) {
  z-index: 5;
  opacity: 0.5;
  scale: 0.8;
  translate: -15% 10px -100px;
  animation-name: fadeDown;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: linear;
}
.cs-phone-swap-text-block-section .container .image-wrapper .cropped-phone {
  opacity: 0.3;
}
.cs-phone-swap-text-block-section .container .image-wrapper::before {
  content: "";
  z-index: 10;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, black 10%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.cs-phone-swap-text-block-section:not(.left) .container, .cs-phone-swap-text-block-section.right .container {
  flex-direction: row;
}
@media screen and (min-width: 1000px) {
  .cs-phone-swap-text-block-section:not(.left) .container, .cs-phone-swap-text-block-section.right .container {
    padding-right: 0;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .cs-phone-swap-text-block-section:not(.left) .container, .cs-phone-swap-text-block-section.right .container {
    margin: 0;
    max-width: calc(100vw -  (( (100vw - 1400px) / 2 )));
    margin-left: calc(( (100vw - 1400px) / 2 ));
    padding-right: 0;
    padding-left: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .cs-phone-swap-text-block-section:not(.left) .container, .cs-phone-swap-text-block-section.right .container {
    padding-right: 0;
  }
}
.cs-phone-swap-text-block-section:not(.left) .container .image-wrapper, .cs-phone-swap-text-block-section.right .container .image-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 200px;
}
@media screen and (max-width: 999.99px) {
  .cs-phone-swap-text-block-section:not(.left) .container .image-wrapper, .cs-phone-swap-text-block-section.right .container .image-wrapper {
    padding-left: 35px;
  }
}
@media screen and (max-width: 999.99px) {
  .cs-phone-swap-text-block-section:not(.left) .container .text-wrapper, .cs-phone-swap-text-block-section.right .container .text-wrapper {
    padding-right: 15px;
  }
}
@media screen and (max-width: 999.99px) {
  .cs-phone-swap-text-block-section:not(.left) .container, .cs-phone-swap-text-block-section.right .container {
    flex-direction: column;
  }
}
.cs-phone-swap-text-block-section.left .container {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1000px) {
  .cs-phone-swap-text-block-section.left .container {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .cs-phone-swap-text-block-section.left .container {
    margin: 0;
    max-width: calc(100vw -  (( (100vw - 1400px) / 2 )));
    margin-right: calc(( (100vw - 1400px) / 2 ));
    padding-left: 0;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .cs-phone-swap-text-block-section.left .container {
    padding-left: 0;
  }
}
.cs-phone-swap-text-block-section.left .container .image-wrapper {
  flex-direction: row-reverse;
  justify-content: flex-start;
  padding-right: 200px;
}
@media screen and (max-width: 999.99px) {
  .cs-phone-swap-text-block-section.left .container .image-wrapper {
    padding-right: 35px;
  }
}
.cs-phone-swap-text-block-section.left .container .image-wrapper .cropped-phone {
  scale: -1 1;
}
@media screen and (max-width: 999.99px) {
  .cs-phone-swap-text-block-section.left .container .text-wrapper {
    padding-left: 15px;
  }
}
@media screen and (max-width: 999.99px) {
  .cs-phone-swap-text-block-section.left .container {
    flex-direction: column;
  }
}
@keyframes fadeDown {
  0% {
    opacity: 1;
    scale: 1.2;
    z-index: 9;
    translate: 15% -20px 100px;
  }
  45% {
    opacity: 1;
    scale: 1.2;
    z-index: 9;
    translate: 15% -20px 100px;
  }
  49% {
    scale: 1;
    translate: 0% -5px 0px;
    z-index: 9;
  }
  50% {
    opacity: 0.5;
    scale: 1;
    translate: 0% -5px 0px;
    z-index: 5;
  }
  55% {
    opacity: 0.5;
    scale: 0.8;
    z-index: 5;
    translate: -15% 10px -100px;
  }
  100% {
    opacity: 0.5;
    scale: 0.8;
    z-index: 5;
    translate: -15% 10px -100px;
  }
}
.cs-image-banner-block-section {
  margin: 7.5% 0;
  position: relative;
  isolation: isolate;
}
.cs-image-banner-block-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-image-banner-block-section .container .image-wrapper {
  height: 100%;
  width: auto;
}
.cs-image-banner-block-section .container .image-wrapper img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.cs-image-banner-block-section::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: rgba(255, 255, 255, 0.08);
}
.cs-center-text-block-section {
  padding-bottom: 150px;
}
.cs-center-text-block-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.qf-services-banner .container {
  max-width: 1400px;
}
.qf-services-banner .header-image {
  position: relative;
  height: clamp(350px, 40vh, 450px);
  margin-bottom: 73px;
}
.qf-services-banner .header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qf-services-banner .header-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
  background: #A5A5A5;
  mix-blend-mode: multiply;
}
.qf-services-banner .breadcrumbs-container {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.qf-services-banner .breadcrumbs-container .breadcrumbs {
  color: #C1C1C1;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: "Space Grotesk", sans-serif;
}
.qf-services-banner .container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px 40px;
}
@media screen and (max-width: 900px) {
  .qf-services-banner .container {
    flex-direction: column;
  }
}
.qf-services-banner .container .title-wrapper, .qf-services-banner .container .description-wrapper {
  flex: 1;
}
.qf-services-banner .container .description-wrapper {
  max-width: 560px;
}
@media screen and (max-width: 900px) {
  .qf-services-banner .container .description-wrapper {
    max-width: 100%;
  }
}
.qf-services-banner .container .description-wrapper .description {
  display: block;
  min-width: 480px;
}
@media screen and (max-width: 900px) {
  .qf-services-banner .container .description-wrapper .description {
    width: 100%;
  }
}
.qf-services-text {
  padding-bottom: 100px;
}
.qf-services-text.right .container {
  flex-direction: row;
}
.qf-services-text.left .container {
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .qf-services-text .container, .qf-services-text.right .container, .qf-services-text.left .container {
    flex-direction: column;
  }
}
.qf-services-text .container {
  display: flex;
  align-items: flex-start;
  gap: 30px 40px;
}
.qf-services-text .container .title-wrapper, .qf-services-text .container .description-wrapper {
  flex: 1;
}
.qf-services-text .container .description-wrapper {
  max-width: 560px;
}
@media screen and (max-width: 900px) {
  .qf-services-text .container .description-wrapper {
    max-width: 100%;
  }
}
.qf-services-text .container .description-wrapper .description {
  display: block;
  min-width: 480px;
}
@media screen and (max-width: 900px) {
  .qf-services-text .container .description-wrapper .description {
    width: 100%;
    min-width: 100%;
  }
}
.qf-services-text .container .description-wrapper .stats-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.qf-services-text .container .description-wrapper .stats-wrapper .stat-block {
  flex: 1;
  max-width: 165px;
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.qf-services-text .container .description-wrapper .stats-wrapper .stat-block .stat, .qf-services-text .container .description-wrapper .stats-wrapper .stat-block .value {
  text-align: center;
}
.qf-services-text .container .description-wrapper .stats-wrapper .stat-block .stat {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.qf-services-text .container .description-wrapper .stats-wrapper .stat-block .value {
  font-weight: bold;
}
.qf-services-text-logos {
  padding: 100px 0;
}
.qf-services-text-logos .container {
  gap: 30px 50px;
}
.qf-services-text-logos .description-wrapper .title-wrapper {
  margin-bottom: 35px;
}
.qf-services-text-logos .description-wrapper .btn {
  margin-top: 65px;
}
.qf-services-text-logos .logo-wrapper {
  width: 100%;
  padding: 0 75px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  grid-gap: 75px;
}
@media screen and (max-width: 900px) {
  .qf-services-text-logos .logo-wrapper {
    padding: 0;
  }
}
.qf-services-text-logos .logo-wrapper .logo {
  padding: 15%;
}
@media screen and (max-width: 1050px) {
  .qf-services-text-logos .logo-wrapper .logo {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .qf-services-text-logos .logo-wrapper .logo {
    padding: 10%;
  }
}
.qf-services-text-logos .logo-wrapper .logo img {
  width: 100%;
  height: auto;
}
.qf-questions-insights {
  padding: 100px 0;
  background: #F5F5F5;
}
.qf-questions-insights .title-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
.qf-questions-insights .title-wrapper .heading {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
.qf-questions-insights .content-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 800px) {
  .qf-questions-insights .content-wrapper {
    flex-direction: column;
    gap: 50px 0;
  }
}
.qf-questions-insights .content-wrapper .faq-wrapper, .qf-questions-insights .content-wrapper .insights-wrapper {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .qf-questions-insights .content-wrapper .faq-wrapper, .qf-questions-insights .content-wrapper .insights-wrapper {
    width: 100%;
  }
}
.qf-questions-insights .content-wrapper .faq-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 100px;
}
.qf-questions-insights .content-wrapper .faq-wrapper .accordion {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.qf-questions-insights .content-wrapper .faq-wrapper .accordion:not(.qf-questions-insights .content-wrapper .faq-wrapper .accordion:last-child) {
  margin-bottom: 31px;
}
.qf-questions-insights .content-wrapper .faq-wrapper .accordion .accordion-title, .qf-questions-insights .content-wrapper .faq-wrapper .accordion .accordion-content {
  width: 100%;
  text-align: left;
  pointer-events: none;
  background: white;
}
.qf-questions-insights .content-wrapper .faq-wrapper .accordion .accordion-title {
  font-size: 16px;
  font-weight: bold;
  padding: 27.5px;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qf-questions-insights .content-wrapper .faq-wrapper .accordion .accordion-title .icon {
  pointer-events: none;
  scale: 1 1;
  transition: scale 0.15s ease-in-out 0.15s;
}
.qf-questions-insights .content-wrapper .faq-wrapper .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  transition: max-height 0.3s ease-in-out;
}
.qf-questions-insights .content-wrapper .faq-wrapper .accordion .accordion-content .accordion-contents {
  padding: 0 27.5px 27.5px;
}
.qf-questions-insights .content-wrapper .faq-wrapper .accordion.active .accordion-title .icon {
  scale: 1 -1;
}
.qf-questions-insights .content-wrapper .faq-wrapper .accordion.active .accordion-content {
  max-height: 100%;
}
.qf-questions-insights .content-wrapper .insights-wrapper {
  height: fit-content;
  padding: 40px 0px;
  border-radius: 5px;
  background: #EFEFEF;
}
.qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper {
  overflow: hidden;
  position: relative;
}
.qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-slide {
  overflow: hidden;
}
.qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-slide .card-image {
  display: block;
  padding-top: 100%;
  height: 0;
  width: 100%;
  position: relative;
  border-radius: 20px;
  margin-bottom: 20px;
}
.qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-slide .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-slide .card-content a, .qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-slide .card-content a:hover {
  text-decoration: none !important;
  color: currentColor;
}
.qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-slide .card-content .type {
  display: inline-block;
  color: #227D94;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Yaldevi", sans-serif;
  margin-bottom: 20px;
}
.qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-controls {
  pointer-events: none;
  z-index: 2;
  width: 100%;
  padding: 0 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: calc(50% - 15%);
  right: 0;
  translate: 0 -50%;
}
.qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-controls .insights-swiper-button-prev, .qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-controls .insights-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 800px) {
  .qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-controls .insights-swiper-button-prev, .qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-controls .insights-swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-controls .insights-swiper-button-prev svg, .qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-controls .insights-swiper-button-next svg {
  pointer-events: none;
  width: 17.5px;
  height: 17.5px;
}
@media screen and (max-width: 800px) {
  .qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-controls .insights-swiper-button-prev svg, .qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-controls .insights-swiper-button-next svg {
    width: 13px;
    height: 13px;
  }
}
.qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-controls .insights-swiper-button-prev.swiper-button-disabled, .qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-controls .insights-swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-controls .insights-swiper-button-next {
  rotate: -90deg;
}
.qf-questions-insights .content-wrapper .insights-wrapper .insights-swiper .swiper-controls .insights-swiper-button-prev {
  rotate: 90deg;
  /*visibility: hidden;*/
}
.qf-questions-insights .content-wrapper .insights-wrapper .action-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.qf-our-work-slider-section {
  padding: 120px 0 100px;
}
.qf-our-work-slider-section .heading-m {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .qf-our-work-slider-section .project-card {
    padding-top: 100%;
  }
  .qf-our-work-slider-section .project-card .content h3 {
    font-size: 18px !important;
  }
  .qf-our-work-slider-section .project-card .content h3 svg {
    width: 27.5px;
    display: inline-block;
  }
}
.qf-services-text-image-section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .qf-services-text-image-section {
    padding: 75px 0;
  }
}
.qf-services-text-image-section .services-qf-text-image.container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1400px) {
  .qf-services-text-image-section .services-qf-text-image.container {
    transform-origin: left center;
    transform: scale(1.1);
  }
}
.qf-services-text-image-section .services-qf-text-image.container .phone-image, .qf-services-text-image-section .services-qf-text-image.container .desktop-image {
  height: 0;
  display: flex;
  position: relative;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.25));
}
.qf-services-text-image-section .services-qf-text-image.container .phone-image img, .qf-services-text-image-section .services-qf-text-image.container .desktop-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.qf-services-text-image-section .services-qf-text-image.container .phone-image {
  width: 20%;
  padding-top: 42%;
}
@media screen and (max-width: 768px) {
  .qf-services-text-image-section .services-qf-text-image.container .phone-image {
    z-index: 2;
    scale: 1.15;
    translate: 10% 0%;
  }
}
.qf-services-text-image-section .services-qf-text-image.container .desktop-image {
  width: 75%;
  padding-top: 42%;
}
@media screen and (max-width: 768px) {
  .qf-services-text-image-section .services-qf-text-image.container .desktop-image {
    scale: 1.25;
    transform-origin: right center;
  }
}
.qf-services-text-image-section.left .services-qf-text-image.container {
  flex-direction: row;
}
.qf-services-text-image-section.right .services-qf-text-image.container {
  flex-direction: row-reverse;
}
.qf-partner-usp-slider-section {
  padding: 120px 0 100px;
}
.qf-partner-usp-slider-section .heading-m {
  text-align: center;
  margin-bottom: 35px;
}
.qf-partner-usp-slider-section .partner-usp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.qf-partner-usp-slider-section .partner-usp .icon-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 75%;
  margin-bottom: 15px;
}
.qf-partner-usp-slider-section .partner-usp .icon-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.qf-partner-usp-slider-section .partner-usp .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.qf-partner-usp-slider-section .partner-usp .benefit {
  font-size: 14px;
  line-height: 1.2;
}
.qf-partner-usp-slider-section .partner-usp .title, .qf-partner-usp-slider-section .partner-usp .benefit {
  text-align: center;
}
.qf-partner-testimonial-slider-section {
  padding: 120px 0 100px;
}
.qf-partner-testimonial-slider-section .heading-m {
  text-align: center;
  margin-bottom: 35px;
}
.qf-partner-testimonial-slider-section .swiper-slide {
  opacity: 0;
  scale: 0.9;
  transition: 0.2s ease-in-out;
}
.qf-partner-testimonial-slider-section .swiper-slide.swiper-slide-active {
  opacity: 1;
  scale: 1;
}
.qf-partner-testimonial-slider-section .partner-testimonial {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 15px;
}
.qf-partner-testimonial-slider-section .partner-testimonial.small-image {
  width: fit-content;
  margin: 0 auto;
}
.qf-partner-testimonial-slider-section .partner-testimonial .image-wrapper {
  overflow: hidden;
  position: relative;
  height: 0;
  border-radius: 10px;
}
.qf-partner-testimonial-slider-section .partner-testimonial .image-wrapper.small-image {
  width: 30% !important;
  height: 0 !important;
  padding-top: 30% !important;
}
.qf-partner-testimonial-slider-section .partner-testimonial .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.qf-partner-testimonial-slider-section .partner-testimonial .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.qf-partner-testimonial-slider-section .partner-testimonial .content .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.qf-partner-testimonial-slider-section .partner-testimonial .content .benefit {
  font-size: 16px;
  line-height: 1.4;
}
.qf-partner-testimonial-slider-section .partner-testimonial .content .title, .qf-partner-testimonial-slider-section .partner-testimonial .content .benefit {
  text-align: left;
}
.qf-partner-testimonial-slider-section .partner-testimonial.layout-left {
  flex-direction: row;
}
.qf-partner-testimonial-slider-section .partner-testimonial.layout-left .image-wrapper {
  margin: 0 35px 0 0;
}
@media screen and (max-width: 768px) {
  .qf-partner-testimonial-slider-section .partner-testimonial.layout-left {
    flex-direction: column;
  }
}
.qf-partner-testimonial-slider-section .partner-testimonial.layout-right {
  flex-direction: row-reverse;
}
.qf-partner-testimonial-slider-section .partner-testimonial.layout-right .image-wrapper {
  margin: 0 0 0 35px;
}
@media screen and (max-width: 768px) {
  .qf-partner-testimonial-slider-section .partner-testimonial.layout-right {
    flex-direction: column;
  }
}
.qf-partner-testimonial-slider-section .partner-testimonial.layout-top {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .qf-partner-testimonial-slider-section .partner-testimonial.layout-top {
    flex-direction: column;
  }
}
.qf-partner-testimonial-slider-section .partner-testimonial.layout-top .image-wrapper {
  margin: 0 0 35px 0;
}
.qf-partner-testimonial-slider-section .partner-testimonial.layout-bottom {
  flex-direction: column-reverse;
}
.qf-partner-testimonial-slider-section .partner-testimonial.layout-bottom .image-wrapper {
  margin: 35px 0 0 0;
}
@media screen and (max-width: 768px) {
  .qf-partner-testimonial-slider-section .partner-testimonial.layout-bottom {
    flex-direction: column-reverse;
  }
}
.qf-partner-testimonial-slider-section .partner-testimonial.layout-left .image-wrapper, .qf-partner-testimonial-slider-section .partner-testimonial.layout-right .image-wrapper {
  width: 60%;
  padding-top: 36%;
}
@media screen and (max-width: 768px) {
  .qf-partner-testimonial-slider-section .partner-testimonial.layout-left .image-wrapper, .qf-partner-testimonial-slider-section .partner-testimonial.layout-right .image-wrapper {
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 35px 0;
  }
}
.qf-partner-testimonial-slider-section .partner-testimonial.layout-top .image-wrapper, .qf-partner-testimonial-slider-section .partner-testimonial.layout-bottom .image-wrapper {
  width: 100%;
  padding-top: 56.25%;
}
.qf-partners-video-section {
  padding: 120px 0 100px;
}
.qf-partners-video-section .heading-m {
  text-align: center;
  margin-bottom: 35px;
}
.qf-partners-video-section .partner-video-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.qf-partners-video-section .partner-video-wrapper .partner-video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 55.25%;
  border-radius: 10px;
  overflow: hidden;
}
.qf-partners-video-section .partner-video-wrapper .partner-video iframe, .qf-partners-video-section .partner-video-wrapper .partner-video img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.qf-cta-simple-section, .qf-partners-modal-cta-section {
  display: flex;
  position: relative;
  padding: 50px 0;
}
.qf-cta-simple-section .simple-cta-wrapper, .qf-cta-simple-section .partner-modal-cta-wrapper, .qf-partners-modal-cta-section .simple-cta-wrapper, .qf-partners-modal-cta-section .partner-modal-cta-wrapper {
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.qf-cta-simple-section .simple-cta-wrapper .cta-content, .qf-cta-simple-section .partner-modal-cta-wrapper .cta-content, .qf-partners-modal-cta-section .simple-cta-wrapper .cta-content, .qf-partners-modal-cta-section .partner-modal-cta-wrapper .cta-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 40px;
  flex-direction: row;
}
.qf-cta-simple-section .simple-cta-wrapper .cta-content .title, .qf-cta-simple-section .partner-modal-cta-wrapper .cta-content .title, .qf-partners-modal-cta-section .simple-cta-wrapper .cta-content .title, .qf-partners-modal-cta-section .partner-modal-cta-wrapper .cta-content .title {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .qf-cta-simple-section .simple-cta-wrapper .cta-content, .qf-cta-simple-section .partner-modal-cta-wrapper .cta-content, .qf-partners-modal-cta-section .simple-cta-wrapper .cta-content, .qf-partners-modal-cta-section .partner-modal-cta-wrapper .cta-content {
    text-align: center;
    flex-direction: column;
  }
}
.qf-cta-simple-section .bg-image, .qf-partners-modal-cta-section .bg-image {
  pointer-events: none;
  position: absolute;
  inset: 0 auto auto 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.qf-cta-simple-section .modal-wrapper, .qf-partners-modal-cta-section .modal-wrapper {
  z-index: 990;
  position: fixed;
  inset: 0 auto auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  transition: 0.2s ease-in;
}
.qf-cta-simple-section .modal-wrapper.active, .qf-partners-modal-cta-section .modal-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
}
.qf-cta-simple-section .modal-wrapper.active .modal, .qf-partners-modal-cta-section .modal-wrapper.active .modal {
  transition: 0.5s ease-in;
  opacity: 1;
  translate: 0;
}
.qf-cta-simple-section .modal-wrapper .modal, .qf-partners-modal-cta-section .modal-wrapper .modal {
  width: 100%;
  max-width: 700px;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  background: white;
  position: relative;
  transition: 0s linear;
  opacity: 0;
  translate: 0 150vh;
}
.qf-cta-simple-section .modal-wrapper .modal .modal-close, .qf-partners-modal-cta-section .modal-wrapper .modal .modal-close {
  cursor: pointer;
  position: absolute;
  inset: 0 0 auto auto;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 15px;
  border: none;
  background: none;
  appearance: none;
  outline: none;
  scale: 1;
  transition: scale 0.2s ease-in-out;
}
.qf-cta-simple-section .modal-wrapper .modal .modal-close:hover, .qf-partners-modal-cta-section .modal-wrapper .modal .modal-close:hover {
  scale: 1.2;
}
.qf-cta-simple-section .modal-wrapper .modal .modal-close svg, .qf-partners-modal-cta-section .modal-wrapper .modal .modal-close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: black;
}
.qf-partners-text.right .container {
  flex-direction: row;
}
.qf-partners-text.left .container {
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .qf-partners-text.right .container, .qf-partners-text.left .container {
    flex-direction: column;
  }
}
.qf-partners-text .container {
  display: flex;
  align-items: flex-start;
  gap: 30px 40px;
}
.qf-partners-text .container .title-wrapper, .qf-partners-text .container .description-wrapper {
  flex: 1;
}
.qf-partners-text .container .description-wrapper {
  max-width: 560px;
}
@media screen and (max-width: 900px) {
  .qf-partners-text .container .description-wrapper {
    max-width: 100%;
  }
}
.qf-partners-text .container .description-wrapper .description {
  display: block;
  min-width: 480px;
}
@media screen and (max-width: 900px) {
  .qf-partners-text .container .description-wrapper .description {
    width: 100%;
    min-width: 100%;
  }
}
.qf-services-slider {
  position: relative;
  isolation: isolate;
}
.qf-services-slider::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 62.5%;
}
.qf-services-slider > .crosses-svg {
  width: 22.5%;
  position: absolute;
  inset: 0 auto auto 0;
}
.qf-services-slider > .crosses-svg svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-card .image {
  display: block;
  padding-top: 100%;
  width: 100%;
  height: 0;
  max-height: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  scale: 100%;
  opacity: 1;
  transition: 0.6s ease-in-out;
}
.services-card .image img {
  position: absolute;
  inset: 0 auto auto 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  scale: 100%;
  transition: 0.6s ease-in-out;
}
.services-card .content {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  transition: 0.6s ease-in-out;
}
@media screen and (max-width: 950px) {
  .services-card .content {
    margin-top: 15px;
  }
}
.services-card .content .icon {
  min-width: 50px;
  width: clamp(50px, 50px, 50px);
  height: clamp(50px, 50px, 50px);
}
@media screen and (max-width: 950px) {
  .services-card .content .icon {
    min-width: 40px;
    width: clamp(40px, 40px, 40px);
    height: clamp(40px, 40px, 40px);
  }
}
.services-card .content .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-card .content .icon.desktop {
  display: none;
}
@media screen and (min-width: 950.01px) {
  .services-card .content .icon.desktop {
    display: flex;
  }
}
.services-card .content .icon.mobile {
  display: none;
}
@media screen and (max-width: 950px) {
  .services-card .content .icon.mobile {
    display: flex;
  }
}
.services-card .content .text {
  display: flex;
  flex-direction: column;
}
.services-card .content .text a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 950px) {
  .services-card .content .text a {
    padding-bottom: 10px;
    margin-top: 0;
  }
}
.services-card .content h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #0a0a0a;
}
@media screen and (max-width: 950px) {
  .services-card .content h3 {
    font-size: 18px;
  }
}
.services-card .content p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #0a0a0a;
  max-width: 450px;
  line-height: 24px;
  margin-top: 15px;
}
.services-card:hover .image {
  scale: 95%;
  transition: 0.375s ease-in-out;
}
.services-card:hover .image img {
  scale: 110%;
  transition: 0.375s ease-in-out;
}
.services-card:hover .content {
  translate: 0 -5%;
  transition: 0.375s ease-in-out;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper {
  position: relative;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-controls {
  z-index: 10;
  position: absolute;
  inset: auto 100px 100px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  will-change: scale;
  transition: scale ease-in-out 0.15s;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-controls:hover {
  scale: 1.02;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-controls .next, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-controls .prev {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 16px;
  font: "Space Grotesk", sans-serif;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-controls .next.swiper-button-prev::after, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-controls .prev.swiper-button-prev::after {
  display: none;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-controls .loading-bar {
  height: 1px;
  width: 186px;
  scale: 0 1;
  background: white;
  transform-origin: center left;
  transition-timing-function: linear;
  will-change: scale;
}
@media screen and (max-width: 768px) {
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-controls {
    display: none;
  }
}
.hero-banner-section .hero-banner-container .hero-banner-swiper.slide-change .swiper-controls .loading-bar {
  animation-name: loading_bar;
  animation-delay: 0;
  animation-duration: inherit;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes loading_bar {
  0% {
    scale: 0 1;
  }
  100% {
    scale: 1 1;
  }
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  min-height: 600px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .bg-image {
  display: flex;
  z-index: -1;
  position: absolute;
  inset: 0;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  scale: 1;
  will-change: scale;
  transition: scale 10s cubic-bezier(0.4, 0, 1, 1) 2.5s;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .bg-image h4 {
  position: absolute;
  inset: 75px auto auto 20px;
  z-index: 1;
  font-family: "Space Grotesk", sans-serif;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .bg-image {
    position: static;
  }
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .bg-image img {
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 768.1px) {
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .bg-image h4 {
    display: none;
  }
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content h4 {
  z-index: 1;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content .slide-text {
  max-width: 559px;
  position: relative;
  isolation: isolate;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content .slide-text h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 27px;
  line-height: 43px;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content .slide-text .slide-btns {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  gap: 30px;
  margin-top: 72px;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content .slide-text::before {
  content: "";
  width: 130%;
  height: 200%;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  inset: -40% -25%;
  filter: blur(100px);
  background-blend-mode: darken;
  opacity: 0.2;
  border-radius: 50%;
  background: black;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content .projects-text {
  z-index: 1;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    padding: 50px 20px;
    background: black;
    border-top: solid white 1px;
  }
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content h4 {
    display: none;
  }
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content .projects-text {
    margin-top: 0;
    position: absolute;
    inset: -60px auto auto 20px;
  }
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content .slide-text h1 {
    margin: 0;
    font-size: 28px;
  }
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content .slide-text .slide-btns {
    margin-top: 40px;
  }
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content::after {
    content: "";
    height: 3px;
    width: 100%;
    background: white;
    position: absolute;
    inset: -3px 0 auto 0;
    scale: 0 1;
    transform-origin: center left;
  }
}
@media screen and (min-width: 768.01px) {
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content h4, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content .slide-text h1, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content .slide-text .slide-btns a, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .content .projects-text, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .bg-image h4, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .bg-image .slide-text h1, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .bg-image .slide-text .slide-btns a, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide .bg-image .projects-text {
    translate: -200px 0;
    opacity: 0;
    transition: 0.25s ease-in-out 0.2s;
  }
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg-image img {
  scale: 1.1;
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg-image {
  /*
                // Change Delay with content order
                @media screen and ( max-width: 768px ) {
                    h4 { transition-delay: .1s, .2s; }
                    .projects-text { transition-delay: .2s, .3s; }
                    .slide-text h1 { transition-delay: .3s, .4s; }
                    // .slide-text .slide-btns a:nth-child(2) { transition-delay: .4s, .5s; }
                    // .slide-text .slide-btns a:nth-child(1) { transition-delay: .5s, .6s; }
                    .slide-text .slide-btns a:nth-child(2) { transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, translate .25s ease-in-out .4s, opacity .25s ease-in-out .5s }
                    .slide-text .slide-btns a:nth-child(1) { transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, translate .25s ease-in-out .5s, opacity .25s ease-in-out .6s }
                }
                */
}
@media screen and (min-width: 768.01px) {
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content h4, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .slide-text h1, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .slide-text .slide-btns a, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .projects-text, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg-image h4, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg-image .slide-text h1, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg-image .slide-text .slide-btns a, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg-image .projects-text {
    translate: 0;
    opacity: 1;
  }
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content h4, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg-image h4 {
    transition-delay: 0.1s, 0.2s;
  }
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .slide-text h1, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg-image .slide-text h1 {
    transition-delay: 0.2s, 0.3s;
  }
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .slide-text .slide-btns a:nth-child(2), .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg-image .slide-text .slide-btns a:nth-child(2) {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, translate 0.25s ease-in-out 0.3s, opacity 0.25s ease-in-out 0.4s;
  }
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .slide-text .slide-btns a:nth-child(1), .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg-image .slide-text .slide-btns a:nth-child(1) {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, translate 0.25s ease-in-out 0.4s, opacity 0.25s ease-in-out 0.5s;
  }
  .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .projects-text, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg-image .projects-text {
    transition-delay: 0.5s, 0.6s;
  }
}
.hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content::after, .hero-banner-section .hero-banner-container .hero-banner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg-image::after {
  animation-name: loading_bar;
  animation-delay: 0;
  animation-duration: inherit;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.qf-scroller-slider {
  background: #f5f5f5;
  padding: 30px 0;
  overflow: hidden;
}
.qf-scroller-slider .content {
  display: flex;
  gap: 40px;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .qf-scroller-slider .content {
    overflow: visible;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.qf-scroller-slider .content h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
  padding-right: 50px;
  position: relative;
  min-width: 150px;
}
@media screen and (max-width: 767px) {
  .qf-scroller-slider .content h3 {
    padding: 0 0 20px 0;
  }
}
.qf-scroller-slider .content h3::after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .qf-scroller-slider .content h3::after {
    inset: auto auto 0 0;
    width: 32px;
    height: 1px;
  }
}
.qf-scroller-slider .content .partners-logos {
  flex: 1;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .qf-scroller-slider .content .partners-logos {
    overflow: visible;
  }
}
.qf-scroller-slider .content .partners-logos .swiper-wrapper {
  align-items: stretch;
}
.qf-scroller-slider .content .partners-logos .swiper-slide {
  height: auto;
  width: 100%;
  max-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qf-scroller-slider .content .partners-logos .swiper-slide a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qf-scroller-slider .content .partners-logos .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.qf-404-section {
  padding: 100px 0;
  background: #f4f4f4;
  position: relative;
}
section.qf-404-section, section.qf-404-section * {
  box-sizing: border-box;
}
section.qf-404-section::after, section.qf-404-section::before {
  content: url("../images/light-green-plus-icons.png");
  position: absolute;
}
section.qf-404-section::before {
  inset: -70px -70px auto auto;
}
section.qf-404-section::after {
  inset: auto auto -70px -70px;
}
section.qf-404-section .container {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.qf-404-section .container .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.qf-404-section .container .contents h1, section.qf-404-section .container .contents .body {
  text-align: center;
}
.qf-contact-form {
  display: flex;
  flex-direction: row wrap;
  gap: 50px;
}
.qf-contact-form .map-container {
  width: 100%;
}
.qf-contact-form .map-container iframe {
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
}
.qf-contact-form .description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px 50px;
}
.qf-contact-form .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.qf-contact-form .title-wrapper .title {
  margin: 0;
}
.qf-contact-form .socials {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.qf-contact-form .socials .social {
  width: 25px;
  height: 25px;
}
.qf-contact-form .socials .social svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: white;
  pointer-events: none;
}
.qf-contact-form .wpcf7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.qf-contact-form form {
  width: 100%;
}
.qf-contact-form form label {
  width: 100%;
  font-size: 14px;
}
.qf-contact-form form label input, .qf-contact-form form label textarea {
  width: 100%;
  margin-top: 7.5px;
  padding: 7.5px 10px;
  outline: none;
  background: white;
  border: solid 1px #f4f4f4;
  border-radius: 8px;
}
.qf-contact-form form .btn {
  color: #ffffff;
  border-color: #ffffff;
}
.qf-contact-form form .btn:hover {
  border-color: transparent;
}
.category-page {
  background: #f4f4f4;
}
.category-page > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.category-page .load-more.btn {
  margin: 0 auto 30px;
}
.category-hero.container {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .category-hero.container {
    padding-bottom: 50px;
  }
}
.category-hero.container .heading-l span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #000000;
  margin-bottom: 0;
}
.category-grid {
  width: 100%;
  gap: 30px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.category-grid__card {
  height: 0;
  width: 100%;
  position: relative;
  padding-top: 90%;
  border-radius: 5px;
  overflow: hidden;
  isolation: isolate;
  background: #f4f4f4;
  background: linear-gradient(0deg, #f4f4f4, #eeeeee, #f4f4f4 #eeeeee);
  background-size: 400% 400%;
  animation: loading_gradient 0.5s ease infinite;
}
.category-grid__card::before {
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.category-grid__card::after {
  content: "";
  z-index: 2;
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.category-grid__card:hover .category-grid__content .description {
  opacity: 1;
  max-height: 100%;
  padding-top: 20px;
}
.category-grid__card:hover .category-grid__image {
  scale: 1.1;
}
.category-grid__card:hover::after {
  opacity: 0.4;
}
.category-grid__link {
  z-index: 1;
  position: absolute;
  inset: 0;
}
.category-grid__content {
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: auto 20px 35px;
  position: absolute;
  inset: auto 0 0 0;
}
.category-grid__content .title, .category-grid__content .description {
  color: white;
  font-family: "Space Grotesk", sans-serif;
}
.category-grid__content .title {
  margin: 0;
  color: white;
  font-weight: 400;
  font-size: 1.75rem;
}
.category-grid__content .description {
  font-size: 16px;
  font-weight: 300;
  opacity: 0;
  padding-top: 0px;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
@media screen and (min-width: 768.01px) {
  .category-grid__content .description {
    max-height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .category-grid__content .description {
    opacity: 1;
    max-height: 100%;
    padding-top: 20px;
  }
}
.category-grid__image {
  z-index: -1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  transition: scale 0.75s ease-in-out;
}
@keyframes loading_gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

// Single Post Page 

.single-post {
    // padding-bottom: 100px;

    // Hero Section
    &__hero {
        position: relative;
        width: 100%; 
        height: clamp(350px, 40vh, 450px);
        margin-bottom: 73px;

        // Gradient Overlay
        &::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0.75;
            background: #A5A5A5;
            mix-blend-mode: multiply;
        }

        // Hero Image 
        .hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }


    // Introduction Text
    &__intro {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 40px;
        margin-bottom: 73px;

        @media screen and ( max-width: 768px ) {
            margin-bottom: 38px;
        }

        // Title + Published Date
        .title-wrapper {
            flex: 1;
            width: 100%;
            display: flex; 
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            
            .title {
                margin: 0;
            }

            .published-date {
                color: #C1C1C1;
                margin: 20px 0 0;
                font-family: 'Space Grotesk', sans-serif;
                font-weight: 400;
                line-height: 24px;
                font-size: 16px;
                max-width: 615px;
            }
        }

        .excerpt {
            flex: 1;
            width: 100%;
            min-width: 480px;
            margin: 0;
            @media screen and ( max-width: 768px ) { min-width: 100%; }
        }
    }


    // Post Content
    &__body {
        max-width: 100%; 
    }
}
*/
.split-content-dev {
  display: none !important;
  /*
    position: relative;
    display: inline-block;
    width: 100%; 
    height: 1px; 
    background: red; 
    margin: 0px 0 100px;

    &::after {
        content: "old content below";
        width: 100%;
        position: absolute; 
        inset: auto 0 -25px;
        color: red; 
        font-size: 14px;
        text-align: center;
    }
    */
}
* {
  box-sizing: border-box;
  color: var(--text-primary-color);
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  /*
    @media ( max-width: 576px ) {
        font-size: 14px;
    }
    */
}
@media (max-width: 768px) {
  * {
    font-size: 16px;
  }
}
* p, * span, * p > a, * li {
  margin: 0;
  color: inherit;
  font-family: var(--primary-font-family);
}
* strong {
  font-weight: 500;
}
body {
  background: var(--primary-background-color);
  color: var(--text-primary-color);
  font-family: var(--primary-font-family);
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
html.scroll-lock {
  overflow: hidden;
  max-height: 100vh;
}
section {
  position: relative;
  isolation: isolate;
}
.q25-bevel-section {
  margin-top: -50px;
  border-radius: var(--section-border-radius);
}
.q25-section:has(+ .q25-bevel-section), .section:last-of-type, .q25-section:last-of-type {
  padding-bottom: 50px;
}
:root {
  --white: #FFFFFF;
  --black: #000000;
  --primary-font-family: "Poppins", sans-serif;
  --secondary-font-family: "Libre Baskerville", serif;
  --text-primary-color: #1A1A1A;
  --text-alternate-color: #F4FCFB;
  --primary-background-color: #F4FCFB;
  --secondary-background-color: #1A1A1A;
  --primary-color: #3F4BEA;
  --secondary-color: #7EC3F2;
  --accent-1-color: #03FFF0;
  --accent-2-color: #7EC3F2;
  --section-border-radius: 50px 50px 0 0;
  --page-width: 1400px;
  --page-width-padding: 5rem;
  --vertical-spacing-desktop: 100px;
  --vertical-spacing-tablet: 80px;
  --vertical-spacing-mobile: 60px;
  --vertical-padding-desktop: var( --vertical-spacing-desktop );
  --vertical-padding-tablet: var( --vertical-spacing-tablet );
  --vertical-padding-mobile: var( --vertical-spacing-mobile );
  --vertical-margin-desktop: var( --vertical-spacing-desktop );
  --vertical-margin-tablet: var( --vertical-spacing-tablet );
  --vertical-margin-mobile: var( --vertical-spacing-mobile );
  --vertical-spacing: var( --vertical-spacing-desktop );
  --heading-xl-desktop: 58px;
  --heading-xl-tablet: 50px;
  --heading-xl-mobile: 40px;
  --heading-lg-desktop: 44px;
  --heading-lg-tablet: 40px;
  --heading-lg-mobile: 36px;
  --heading-md-desktop: 32px;
  --heading-md-tablet: 28px;
  --heading-md-mobile: 24px;
  --heading-sm-desktop: 26px;
  --heading-sm-tablet: 22px;
  --heading-sm-mobile: 18px;
}
@media (max-width: 1024px) {
  :root {
    --page-width-padding: 3rem;
  }
}
@media (max-width: 576px) {
  :root {
    --page-width-padding: 1.5rem;
  }
}
@media (max-width: 1024px) {
  :root {
    --vertical-spacing: var( --vertical-spacing-tablet );
  }
}
@media (max-width: 576px) {
  :root {
    --vertical-spacing: var( --vertical-spacing-mobile );
  }
}
.swiper.swiper-fade-items .swiper-slide {
  transition: opacity 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .swiper.swiper-fade-items .swiper-slide.not-in-view {
    opacity: 0;
    pointer-events: none;
  }
}
.page-width {
  width: 100%;
  margin: 0 auto;
  max-width: var(--page-width);
  padding-left: var(--page-width-padding);
  padding-right: var(--page-width-padding);
  /*
    @media ( max-width: 1024px ) {
        padding-left: var(--page-width-padding-tablet);
        padding-right: var(--page-width-padding-tablet);
    }
    
    @media ( max-width: 576px ) {
        padding-left: var(--page-width-padding-mobile);
        padding-right: var(--page-width-padding-mobile);
    }
    */
}
.page-width-wide {
  width: 100%;
  margin: 0 auto;
  max-width: var(--page-width);
  padding-left: calc(var(--page-width-padding) - 1rem);
  padding-right: calc(var(--page-width-padding) - 1rem);
  /*
    @media ( max-width: 1024px ) {
        padding-left: calc( var(--page-width-padding-tablet) - 1rem );
        padding-right: calc( var(--page-width-padding-tablet) - 1rem );
    }
    
    @media ( max-width: 576px ) {
        padding-left: calc( var(--page-width-padding-mobile) - 1rem );
        padding-right: calc( var(--page-width-padding-mobile) - 1rem );
    }
    */
}
.vertical-padding {
  padding-top: var(--vertical-spacing);
  padding-bottom: var(--vertical-spacing);
}
.vertical-padding-top {
  padding-top: var(--vertical-spacing);
}
.vertical-padding-bottom {
  padding-bottom: var(--vertical-spacing);
}
.vertical-margin {
  margin-top: var(--vertical-spacing);
  margin-bottom: var(--vertical-spacing);
}
.vertical-margin-top {
  margin-top: var(--vertical-spacing);
}
.vertical-margin-bottom {
  margin-bottom: var(--vertical-spacing);
}
h1, h2, h3, h4, h5, h6, .heading-xs, .heading-sm, .heading-md, .heading-lg, .heading-xl {
  position: relative;
  margin: 0;
  font-family: var(--primary-font-family);
  font-weight: 400;
  line-height: 1.2;
  word-break: initial;
  color: inherit;
}
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *, .heading-xs, .heading-xs *, .heading-sm, .heading-sm *, .heading-md, .heading-md *, .heading-lg, .heading-lg *, .heading-xl, .heading-xl * {
  font-size: inherit;
  line-height: 1.2;
}
em, i {
  isolation: isolate;
  font-size: inherit;
  position: relative;
  font-style: italic;
  font-family: var(--secondary-font-family);
  color: inherit;
}
em::after {
  content: "";
  pointer-events: none;
  display: flex;
  width: 110%;
  height: auto;
  z-index: -1;
  position: absolute;
  inset: auto auto -0.25rem 50%;
  translate: -50% 0;
  aspect-ratio: 16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='191' height='12' viewBox='0 0 191 12' fill='none'%3E%3Cpath d='M23.8495 9.76983C77.2645 2.57613 131.156 0.986058 185 2.96721C205.515 3.72203 143.94 2.85808 123.415 3.23274C100.109 3.65816 72.5405 4.45073 49.165 5.71271C-29.3195 9.94992 63.7155 5.31984 1.74119 9.62648' stroke='%237EC3F2' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.heading-xl {
  font-size: var(--heading-xl-desktop);
}
.heading-xl em, .heading-xl i {
  font-size: calc(var( --heading-xl-desktop ) * 1.1);
}
@media (max-width: 1024px) {
  .heading-xl {
    font-size: var(--heading-xl-tablet);
  }
  .heading-xl em, .heading-xl i {
    font-size: calc(var( --heading-xl-tablet ) * 1.1);
  }
}
@media (max-width: 576px) {
  .heading-xl {
    font-size: var(--heading-xl-mobile);
  }
  .heading-xl em, .heading-xl i {
    font-size: calc(var( --heading-xl-mobile ) * 1.1);
  }
}
h1, h2, .heading-lg {
  font-size: var(--heading-lg-desktop);
}
h1 em, h1 i, h2 em, h2 i, .heading-lg em, .heading-lg i {
  font-size: calc(var( --heading-lg-desktop ) * 1.1);
}
@media (max-width: 1024px) {
  h1, h2, .heading-lg {
    font-size: var(--heading-lg-tablet);
  }
  h1 em, h1 i, h2 em, h2 i, .heading-lg em, .heading-lg i {
    font-size: calc(var( --heading-lg-tablet ) * 1.1);
  }
}
@media (max-width: 576px) {
  h1, h2, .heading-lg {
    font-size: var(--heading-lg-mobile);
  }
  h1 em, h1 i, h2 em, h2 i, .heading-lg em, .heading-lg i {
    font-size: calc(var( --heading-lg-mobile ) * 1.1);
  }
}
h3, h4, .heading-md {
  font-size: var(--heading-md-desktop);
}
h3 em, h3 i, h4 em, h4 i, .heading-md em, .heading-md i {
  font-size: calc(var( --heading-md-desktop ) * 1.1);
}
@media (max-width: 1024px) {
  h3, h4, .heading-md {
    font-size: var(--heading-md-tablet);
  }
  h3 em, h3 i, h4 em, h4 i, .heading-md em, .heading-md i {
    font-size: calc(var( --heading-md-tablet ) * 1.1);
  }
}
@media (max-width: 576px) {
  h3, h4, .heading-md {
    font-size: var(--heading-md-mobile);
  }
  h3 em, h3 i, h4 em, h4 i, .heading-md em, .heading-md i {
    font-size: calc(var( --heading-md-mobile ) * 1.1);
  }
}
h5, h6, .heading-sm {
  font-size: var(--heading-sm-desktop);
}
h5 em, h5 i, h6 em, h6 i, .heading-sm em, .heading-sm i {
  font-size: calc(var( --heading-sm-desktop ) * 1.1);
}
@media (max-width: 1024px) {
  h5, h6, .heading-sm {
    font-size: var(--heading-sm-tablet);
  }
  h5 em, h5 i, h6 em, h6 i, .heading-sm em, .heading-sm i {
    font-size: calc(var( --heading-sm-tablet ) * 1.1);
  }
}
@media (max-width: 576px) {
  h5, h6, .heading-sm {
    font-size: var(--heading-sm-mobile);
  }
}
.button-1, .button-1a, .button-2, .button-2a, .button-3, .button-3a, .button-4, .button-4a, .button-5, .button-5a, .button-6, .button-6a, .button-7, .button-7a, .button-8, .button-8a {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: max-content;
  border: solid 1px #1A1A1A;
  color: #F4FCFB;
  background: #1A1A1A;
  border-color: #1A1A1A;
  font-family: var(--primary-font-family);
  transition: all 0.15s ease-in-out;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1.15;
  font-size: 18px;
}
.button-1, .button-1 *, .button-1a, .button-1a *, .button-2, .button-2 *, .button-2a, .button-2a *, .button-3, .button-3 *, .button-3a, .button-3a *, .button-4, .button-4 *, .button-4a, .button-4a *, .button-5, .button-5 *, .button-5a, .button-5a *, .button-6, .button-6 *, .button-6a, .button-6a *, .button-7, .button-7 *, .button-7a, .button-7a *, .button-8, .button-8 *, .button-8a, .button-8a * {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
}
.button-1:not(.no-hover):hover, .button-1a:not(.no-hover):hover, .button-2:not(.no-hover):hover, .button-2a:not(.no-hover):hover, .button-3:not(.no-hover):hover, .button-3a:not(.no-hover):hover, .button-4:not(.no-hover):hover, .button-4a:not(.no-hover):hover, .button-5:not(.no-hover):hover, .button-5a:not(.no-hover):hover, .button-6:not(.no-hover):hover, .button-6a:not(.no-hover):hover, .button-7:not(.no-hover):hover, .button-7a:not(.no-hover):hover, .button-8:not(.no-hover):hover, .button-8a:not(.no-hover):hover {
  color: #1A1A1A;
  border-color: #F4FCFB;
  background-color: #F4FCFB;
  text-decoration: none;
}
.button-1.no-hover:hover, .button-1a.no-hover:hover, .button-2.no-hover:hover, .button-2a.no-hover:hover, .button-3.no-hover:hover, .button-3a.no-hover:hover, .button-4.no-hover:hover, .button-4a.no-hover:hover, .button-5.no-hover:hover, .button-5a.no-hover:hover, .button-6.no-hover:hover, .button-6a.no-hover:hover, .button-7.no-hover:hover, .button-7a.no-hover:hover, .button-8.no-hover:hover, .button-8a.no-hover:hover {
  scale: 1.05;
}
.button-2 {
  color: #1A1A1A;
  background: #F4FCFB;
  border-color: #F4FCFB;
}
.button-2:not(.no-hover):hover {
  color: #F4FCFB;
  border-color: #1A1A1A;
  background-color: #1A1A1A;
}
.button-3 {
  color: #1A1A1A;
  background: #F4FCFB;
  border-color: #1A1A1A;
}
.button-3:not(.no-hover):hover {
  color: #F4FCFB;
  border-color: #F4FCFB;
  background-color: #1A1A1A;
}
.button-4 {
  color: #F4FCFB;
  background: transparent;
  border-color: #F4FCFB;
}
.button-4:not(.no-hover):hover {
  color: #1A1A1A;
  border-color: #F4FCFB;
  background-color: #F4FCFB;
}
.button-5 {
  color: #3F4BEA;
  background: #F4FCFB;
  border-color: #F4FCFB;
}
.button-5:not(.no-hover):hover {
  color: #F4FCFB;
  border-color: #F4FCFB;
  background-color: transparent;
}
.button-6 {
  color: #3F4BEA;
  background: transparent;
  border-color: #3F4BEA;
}
.button-6:not(.no-hover):hover {
  color: #F4FCFB;
  border-color: #3F4BEA;
  background-color: #3F4BEA;
}
.button-7 {
  color: #F4FCFB;
  background: #3F4BEA;
  border-color: #3F4BEA;
}
.button-7:not(.no-hover):hover {
  color: #3F4BEA;
  border-color: #3F4BEA;
  background-color: transparent;
}
.button-8 {
  color: #1A1A1A;
  background: #F4FCFB;
  border-color: #F4FCFB;
}
.button-8:not(.no-hover):hover {
  color: #F4FCFB;
  border-color: #F4FCFB;
  background-color: #F4FCFB00;
}
.qf-decoration-section {
  overflow: hidden;
  isolation: isolate;
  position: relative;
}
.qf-decoration-section::after, .qf-decoration-section::before {
  content: "";
  user-select: none;
  pointer-events: none;
  position: absolute;
  z-index: -10;
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.5;
}
.qf-decoration-section::after {
  width: auto;
  height: 100%;
  max-height: 800px;
  translate: -90% 0%;
  inset: 0 auto auto 0;
  border: solid 1px var(--accent-2-color);
}
.qf-decoration-section::before {
  width: auto;
  height: 400px;
  translate: 86% 50%;
  inset: 0 0 auto auto;
  border: solid 1px var(--accent-1-color);
}
.load-more {
  overflow: hidden;
  position: relative;
}
.load-more::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  border: solid 1px var(--text-alternate-color);
  border-right: solid 1px transparent;
  transition: opacity all 0.15s ease-in-out;
  animation: load_more_spin 0.8s ease-in-out infinite;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}
.load-more.loading {
  color: transparent !important;
}
.load-more.loading::after {
  opacity: 1;
  visibility: visible;
}
@keyframes load_more_spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
form.wpcf7-form {
  color: var(--text-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  gap: 30px 35px;
}
@media only screen and (max-width: 767.98px) {
  form.wpcf7-form {
    flex-flow: column nowrap;
  }
}
form.wpcf7-form .wpcf7-response-output {
  order: -1;
  margin: 0;
  border-radius: 5px;
  font-weight: 400;
  color: var(--text-primary-color);
  width: 100%;
  text-align: center;
  background: #ffb900;
}
form.wpcf7-form.submitting input.wpcf7-submit {
  color: transparent !important;
}
form.wpcf7-form p:has(.wpcf7-submit) {
  position: relative;
  width: fit-content;
  min-width: fit-content;
  max-width: fit-content;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 767.98px) {
  form.wpcf7-form p:has(.wpcf7-submit) {
    margin: 0 auto;
  }
}
form.wpcf7-form p:has(.wpcf7-submit) .wpcf7-spinner {
  pointer-events: none;
  margin: 0;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  z-index: 2;
}
form.wpcf7-form input.wpcf7-submit {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: max-content;
  border: solid 1px #1A1A1A;
  color: #F4FCFB;
  background: #1A1A1A;
  border-color: #1A1A1A;
  font-family: var(--primary-font-family);
  transition: all 0.15s ease-in-out;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1.15;
  font-size: 18px;
  color: #1A1A1A;
  background: #F4FCFB;
  border-color: #1A1A1A;
  /*
        &:hover {
            color: #F4FCFB;
            border-color: #F4FCFB;
            background-color: #1A1A1A;
        }
        */
}
form.wpcf7-form p:not(:has(.wpcf7-submit)) {
  flex: 1;
  min-width: calc(50% - 17.5px);
  font-size: 14px;
}
@media only screen and (max-width: 767.98px) {
  form.wpcf7-form p:not(:has(.wpcf7-submit)) {
    min-width: 100%;
    text-align: center;
  }
}
form.wpcf7-form p:not(:has(.wpcf7-submit)):nth-of-type(n + 3) {
  min-width: 100%;
}
form.wpcf7-form p:not(:has(.wpcf7-submit)) label {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary-color);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  form.wpcf7-form p:not(:has(.wpcf7-submit)) label {
    font-size: 16px;
  }
}
form.wpcf7-form p:not(:has(.wpcf7-submit)) label .wpcf7-form-control-wrap {
  width: 100%;
}
form.wpcf7-form p:not(:has(.wpcf7-submit)) label .wpcf7-form-control-wrap input, form.wpcf7-form p:not(:has(.wpcf7-submit)) label .wpcf7-form-control-wrap textarea {
  border: none;
  outline: none;
  appearance: none;
  width: 100%;
  border-radius: 5px;
  min-height: 51px;
  padding: 10px 15px;
  font-size: 18px;
  color: var(--text-primary-color);
  background: var(--primary-background-color);
}
form.wpcf7-form p:not(:has(.wpcf7-submit)) label .wpcf7-form-control-wrap textarea {
  resize: none;
  min-height: 200px;
  padding: 15px 30px;
}
form.wpcf7-form p:not(:has(.wpcf7-submit)) label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
}
.case-study-card {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column nowrap;
  width: 100%;
  padding: 30px 40px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .case-study-card {
    padding: 20px 30px;
  }
}
.case-study-card__image, .case-study-card::before {
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
}
.case-study-card__image {
  z-index: -2;
  scale: 1.025;
  user-select: none;
  transition: scale 1s ease-out;
}
.case-study-card::before {
  content: "";
  z-index: -1;
  opacity: 0.7;
  mix-blend-mode: darken;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: 100% 200%;
  background-position: 50% 30%;
  transition: opacity 1s ease-out, background-position 1s ease-out;
}
.case-study-card__content {
  pointer-events: none;
  z-index: 20;
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column nowrap;
  gap: 10px;
}
.case-study-card__content svg.long-arrow-icon {
  width: 70px;
  height: auto;
  object-fit: contain;
  position: absolute;
  inset: auto 0 0 auto;
}
@media (max-width: 768px) {
  .case-study-card__content svg.long-arrow-icon {
    width: 45px;
  }
}
.case-study-card__title {
  text-align: left;
  font-style: italic;
  color: var(--text-alternate-color);
  font-family: var(--secondary-font-family);
}
.case-study-card__tags {
  pointer-events: none;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 12px 7px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-weight: 300;
  color: var(--text-alternate-color);
  padding-right: 80px;
}
@media (max-width: 768px) {
  .case-study-card__tags {
    padding-right: 55px;
  }
}
.case-study-card__tags li {
  pointer-events: all;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.case-study-card__tags li:nth-child(n+3) {
  display: none;
}
.case-study-card__tags li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.case-study-card__tags li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.case-study-card__tags li + li::before {
  content: " / ";
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  pointer-events: none;
  user-select: none;
}
.case-study-card__link {
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .case-study-card:hover::before {
    opacity: 0.95;
    background-position: 50% 60%;
    transition: opacity 2.5s cubic-bezier(0.22, 0.65, 0.33, 0.76), background-position 2.5s cubic-bezier(0.22, 0.65, 0.33, 0.76);
  }
  .case-study-card:hover .case-study-card__image {
    scale: 1.1;
    transition: scale 5s cubic-bezier(0.22, 0.65, 0.33, 0.76);
  }
}
@media only screen and (max-width: 991.98px) {
  .case-study-card::before {
    opacity: 0.95;
    background-position: 50% 60%;
    transition: opacity 2.5s cubic-bezier(0.22, 0.65, 0.33, 0.76), background-position 2.5s cubic-bezier(0.22, 0.65, 0.33, 0.76);
  }
  .case-study-card .case-study-card__image {
    transition: scale 5s cubic-bezier(0.22, 0.65, 0.33, 0.76);
  }
}
.case-study-card-insight {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column nowrap;
  gap: 15px;
  width: 100%;
  border-radius: 5px;
  /*
    &__tags {
        pointer-events: none;
        display: flex; 
        align-items: baseline;
        justify-content: flex-start;
        flex-flow: row wrap; 
        gap: 12px 7px; 
        
        margin: 0; 
        padding: 0;
        list-style-type: none;
        
        font-size: 14px; 
        font-weight: 300;
        color: var( --text-primary-color );
        
        padding-right: 80px;
        @media ( max-width: 768px ) {
            padding-right: 55px;
        }
        
        li {
            pointer-events: all;
            font-size: inherit; 
            font-weight: inherit; 
            color: inherit;
            &:nth-child(n+3) { display: none; }
            
            a {
                color: inherit;
                font-size: inherit;
                font-weight: inherit;
                text-decoration: none;
                
                &:hover {
                    text-decoration: underline;
                    text-underline-offset: 2px;
                }
            }
        }
        
        li + li::before {
            content: " / ";
            font-size: inherit; 
            font-weight: inherit;
            color: inherit;
            pointer-events: none;
            user-select: none;
        }
        
    }
    */
}
.case-study-card-insight__image-container {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 1.1;
  text-decoration: none;
}
.case-study-card-insight__image-container::before {
  content: "";
  z-index: -1;
  opacity: 0.7;
  mix-blend-mode: darken;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: 100% 200%;
  background-position: 50% 30%;
  transition: opacity 1s ease-out, background-position 1s ease-out;
}
.case-study-card-insight__image, .case-study-card-insight__image-container::before {
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
}
.case-study-card-insight__image {
  z-index: -2;
  scale: 1.025;
  transition: scale 1s ease-out;
}
.case-study-card-insight__content {
  flex: 1;
  pointer-events: none;
  z-index: 20;
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 10px;
  /*
        svg.long-arrow-icon {
            width: 70px; 
            height: auto;
            object-fit: contain;
            
            position: absolute; 
            inset: auto 0 0 auto; 
            
            @media ( max-width: 768px ) {
                width: 45px;
            }
        }
        */
}
.case-study-card-insight__statistics {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column nowrap;
  gap: 15px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1px);
  border-radius: 5px;
}
.case-study-card-insight__statistics .statistic {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
  gap: 7px;
  color: var(--text-alternate-color);
  /*
            padding: 7px 7px; 
            background: rgba( 0, 0, 0, 0.2);
            border: solid 1px rgba( 0, 0, 0, 0.25);
            backdrop-filter: blur( 1px );
            border-radius: 5px;
            */
}
@media only screen and (max-width: 575.98px) {
  .case-study-card-insight__statistics .statistic {
    gap: 4px;
    flex-flow: column nowrap;
  }
}
.case-study-card-insight__statistics .statistic .text, .case-study-card-insight__statistics .statistic .value {
  color: inherit;
  text-decoration: none;
}
.case-study-card-insight__statistics .statistic .value {
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 575.98px) {
  .case-study-card-insight__statistics .statistic .value {
    font-size: 20px;
  }
}
.case-study-card-insight__statistics .statistic .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
@media only screen and (max-width: 575.98px) {
  .case-study-card-insight__statistics .statistic .text {
    font-size: 12px;
  }
}
.case-study-card-insight__logo {
  pointer-events: none;
  width: auto;
  height: auto;
  max-width: 200px;
  min-height: 40px;
  max-height: 40px;
  object-fit: contain;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 767.98px) {
  .case-study-card-insight__logo {
    max-width: 150px;
  }
}
.case-study-card-insight__title {
  min-height: 40px;
  text-align: left;
  font-style: italic;
  color: var(--text-primary-color);
  font-family: var(--secondary-font-family);
}
.case-study-card-insight:hover .case-study-card-insight__image-container::before {
  opacity: 0.95;
  background-position: 50% 60%;
  transition: opacity 2.5s cubic-bezier(0.22, 0.65, 0.33, 0.76), background-position 2.5s cubic-bezier(0.22, 0.65, 0.33, 0.76);
}
.case-study-card-insight:hover .case-study-card-insight__image {
  scale: 1.1;
  transition: scale 5s cubic-bezier(0.22, 0.65, 0.33, 0.76);
}
.team-member-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 15px;
}
.team-member-card__image {
  user-select: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  aspect-ratio: 1.16;
  border-radius: 5px;
}
.team-member-card__content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 7.5px;
}
.team-member-card__name, .team-member-card__department {
  width: 100%;
  font-size: 18px;
  text-align: left;
  line-height: 1;
}
@media (max-width: 992px) {
  .team-member-card__name, .team-member-card__department {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .team-member-card__name, .team-member-card__department {
    font-size: 14px;
  }
}
.team-member-card__name {
  font-weight: 600;
}
.team-member-card__department {
  font-weight: 400;
}
.services-card {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 25px;
}
.services-card__image {
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  height: auto;
  aspect-ratio: 0.9090909091;
  border-radius: 5px;
  background: white;
}
.services-card__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  transition: scale 1s ease-out;
}
.services-card__content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 10px;
}
.services-card__heading, .services-card__description {
  width: 100%;
  text-align: left;
}
.services-card__heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}
@media (max-width: 576px) {
  .services-card__heading {
    font-size: 20px;
  }
}
.services-card__description {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--primary-font-family);
  text-decoration: none;
}
@media (max-width: 576px) {
  .services-card__description {
    font-size: 16px;
  }
}
.services-card:hover .services-card__image > img {
  scale: 1.1;
  transition: scale 5s cubic-bezier(0.22, 0.65, 0.33, 0.76);
}
.post-card {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 25px;
}
.post-card__image {
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  height: auto;
  aspect-ratio: 0.9090909091;
  border-radius: 5px;
  background: white;
}
.post-card__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  transition: scale 1s ease-out;
}
.post-card__content {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 10px;
}
.post-card__heading, .post-card__description {
  width: 100%;
  text-align: left;
}
.post-card__heading {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .post-card__heading {
    font-size: 18px;
  }
}
.post-card__description {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--primary-font-family);
  text-decoration: none;
}
@media (max-width: 576px) {
  .post-card__description {
    font-size: 16px;
  }
}
.post-card__categories {
  width: 100%;
  min-height: 21px;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 10px 8px;
}
.post-card__categories .post-category, .post-card__categories .post-tag {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color: var(--primary-color);
}
.post-card__button {
  margin-top: auto;
}
.post-card:hover .post-card__image > img {
  scale: 1.1;
  transition: scale 5s cubic-bezier(0.22, 0.65, 0.33, 0.76);
}
qf-accordion, .q25-accordion {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: white;
  cursor: pointer;
}
qf-accordion .accordion-title, qf-accordion .accordion-content, .q25-accordion .accordion-title, .q25-accordion .accordion-content {
  width: 100%;
  text-align: left;
  pointer-events: none;
}
qf-accordion .accordion-title, .q25-accordion .accordion-title {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199.98px) {
  qf-accordion .accordion-title, .q25-accordion .accordion-title {
    font-size: 16px;
  }
}
qf-accordion .accordion-title svg.chevron-icon, .q25-accordion .accordion-title svg.chevron-icon {
  height: auto;
  width: 20px;
  min-width: 20px;
  object-fit: contain;
  pointer-events: none;
  scale: 1 1;
  transition: scale 0.2s ease-in-out;
}
qf-accordion .accordion-content, .q25-accordion .accordion-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
qf-accordion .accordion-content .accordion-contents, .q25-accordion .accordion-content .accordion-contents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 18px;
  font-size: 16px;
  padding: 0px 20px 20px;
}
@media only screen and (max-width: 1199.98px) {
  qf-accordion .accordion-content .accordion-contents, .q25-accordion .accordion-content .accordion-contents {
    font-size: 14px;
  }
}
qf-accordion .accordion-content .accordion-contents::before, .q25-accordion .accordion-content .accordion-contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  max-height: 1px;
  min-height: 1px;
  background: var(--text-primary-color);
  opacity: 10%;
}
qf-accordion.accordion-active .accordion-title svg.chevron-icon, .q25-accordion.accordion-active .accordion-title svg.chevron-icon {
  scale: 1 -1;
}
qf-accordion.accordion-active .accordion-content, .q25-accordion.accordion-active .accordion-content {
  max-height: var(--accordion-content-height);
}
site-header.header-sticky-container {
  position: sticky;
  isolation: isolate;
  inset: 0 0 auto 0;
  z-index: 99999;
  width: 100%;
  height: auto;
  min-width: 100%;
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 1024.98px) {
  site-header.header-sticky-container::before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0;
    z-index: -2;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
  }
}
site-header.header-sticky-container.mobile-menu-open header.site-header button.mobile-menu-button::after, site-header.header-sticky-container.mobile-menu-open header.site-header button.mobile-menu-button::before {
  transition: rotate 0.2s cubic-bezier(0.5, -0.5, 0.4, 1.5) 0.2s, translate 0.2s cubic-bezier(0.5, -0.5, 0.4, 1.5) 0s;
}
site-header.header-sticky-container.mobile-menu-open header.site-header button.mobile-menu-button::after {
  translate: -50% calc(-50% + 0px);
  rotate: -45deg;
}
site-header.header-sticky-container.mobile-menu-open header.site-header button.mobile-menu-button::before {
  translate: -50% calc(-50% - 0px);
  rotate: 45deg;
}
site-header.header-sticky-container.mobile-menu-open::before {
  opacity: 1;
  pointer-events: all;
}
header.site-header {
  position: relative;
  width: 100%;
  height: auto;
  color: var(--text-primary-color);
  background: var(--primary-background-color);
  font-family: var(--primary-font-family);
}
header.site-header .header-inner-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: auto;
  min-height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 575.98px) {
  header.site-header .header-inner-container {
    gap: 20px;
  }
}
header.site-header .header-inner-container .logo-container, header.site-header .header-inner-container .top-level-links {
  flex: 1;
}
header.site-header .header-inner-container .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  scale: 1;
  transition: scale 0.15s ease-in-out;
}
header.site-header .header-inner-container .logo-container > svg {
  pointer-events: none;
  height: auto;
  max-width: 155px;
  margin: 0 auto;
  object-fit: contain;
  fill: currentColor;
}
@media only screen and (max-width: 575.98px) {
  header.site-header .header-inner-container .logo-container > svg {
    max-width: 140px;
  }
}
header.site-header .header-inner-container .logo-container:hover {
  scale: 1.05;
}
header.site-header .header-inner-container .top-level-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 30px;
}
@media only screen and (max-width: 1199.98px) {
  header.site-header .header-inner-container .top-level-links {
    gap: 22px;
  }
}
header.site-header .header-inner-container .top-level-links.align--left {
  margin-right: auto;
  justify-content: flex-start;
}
header.site-header .header-inner-container .top-level-links.align--right {
  margin-left: auto;
  justify-content: flex-end;
}
header.site-header .header-inner-container .top-level-links .top-level-link {
  cursor: pointer;
  color: currentColor;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  font-family: var(--primary-font-family);
}
header.site-header .header-inner-container .top-level-links .top-level-link:hover {
  color: var(--primary-color);
}
@media only screen and (min-width: 1025px) {
  header.site-header .header-inner-container .top-level-links .mobile-menu-button {
    display: none;
  }
}
@media only screen and (max-width: 1024.98px) {
  header.site-header .header-inner-container .top-level-links .top-level-link {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  header.site-header .header-inner-container .top-level-links .contact-btn {
    display: none;
  }
}
header.site-header button.mobile-menu-button {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  background: none;
  text-decoration: none;
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  /*
            // Cross when Menu Open
            &.active {
                
                &::after, &::before {
                    // transition: rotate 0.1s ease-in-out 0.1s, translate 0.1s ease-in-out 0s;
                    transition: rotate 0.2s $mobile_menu_animation_timing 0.2s, translate 0.2s $mobile_menu_animation_timing 0s;
                }
                
                &::after {
                    translate: -50% calc( -50% + 0px );
                    rotate: -45deg;
                }
                &::before {
                    translate: -50% calc( -50% - 0px );
                    rotate: 45deg;
                }
            }
        */
}
header.site-header button.mobile-menu-button::after, header.site-header button.mobile-menu-button::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  height: 3px;
  width: calc(100% - 10px);
  background: var(--text-primary-color);
  translate: -50% -50%;
  transform-origin: center center;
  inset: 50% auto auto 50%;
  transition: rotate 0.2s cubic-bezier(0.5, -0.5, 0.4, 1.5) 0s, translate 0.2s cubic-bezier(0.5, -0.5, 0.4, 1.5) 0.2s;
}
header.site-header button.mobile-menu-button::after {
  translate: -50% calc(-50% + 7.5px);
}
header.site-header button.mobile-menu-button::before {
  translate: -50% calc(-50% - 7.5px);
}
header.site-header::after, header.site-header::before {
  content: "";
  pointer-events: none;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: -1;
  inset: auto auto 0 auto;
  translate: 0 100%;
  background: transparent;
}
header.site-header::after {
  left: 0;
  border-top-left-radius: 50%;
  box-shadow: -1px -30px 0 0 var(--primary-background-color);
}
header.site-header::before {
  right: 0;
  border-top-right-radius: 50%;
  box-shadow: 1px -30px 0 0 var(--primary-background-color);
}
.mobile-menu {
  isolation: isolate;
  overflow: hidden;
  position: fixed;
  inset: 0 auto 0 0;
  z-index: -1;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 100vw;
  min-width: 200px;
  height: fit-content;
  padding-top: 80px;
  border-radius: 0 0 30px 30px;
  color: var(--text-primary-color);
  background: var(--primary-background-color);
  translate: 0% -100%;
  opacity: 0;
  transition: opacity 0.15s ease-in 0.5s, translate 0.3s ease-in 0.3s;
}
@media only screen and (min-width: 1025px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu.mobile-menu-open {
  translate: 0% 0;
  opacity: 1;
  transition: opacity 0.15s ease-in, translate 0.3s ease-in;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}
.mobile-menu.mobile-menu-open .mobile-menu__container .menu-link {
  scale: 1;
  opacity: 1;
  transition: opacity 0.2s ease-in, scale 0.15s ease-in;
}
.mobile-menu.mobile-menu-open .mobile-menu__container .menu-link:nth-of-type(1) {
  transition-delay: 0.35s;
}
.mobile-menu.mobile-menu-open .mobile-menu__container .menu-link:nth-of-type(2) {
  transition-delay: 0.5s;
}
.mobile-menu.mobile-menu-open .mobile-menu__container .menu-link:nth-of-type(3) {
  transition-delay: 0.65s;
}
.mobile-menu.mobile-menu-open .mobile-menu__container .menu-link:nth-of-type(4) {
  transition-delay: 0.8s;
}
.mobile-menu.mobile-menu-open .mobile-menu__container .menu-link:nth-of-type(5) {
  transition-delay: 0.95s;
}
.mobile-menu.mobile-menu-open .mobile-menu__container .menu-link:nth-of-type(6) {
  transition-delay: 1.05s;
}
.mobile-menu.mobile-menu-open .mobile-menu__container .contact-btn {
  scale: 1;
  opacity: 1;
  transition: opacity 0.2s ease-in, scale 0.15s ease-in;
  transition-delay: 1.2s;
}
.mobile-menu__container {
  position: relative;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 25px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  /*
        // Background Shapes
        &::after,
        &::before {
            content: "";
            user-select: none;
            pointer-events: none;
            position: absolute; 
            z-index: -1;
            
            display: block; 
            aspect-ratio: 1;
            border-radius: 50%;
            opacity: 0.1;
        }
        
        &::after {
            width: 85%; 
            height: auto;
            
            translate: -55% -85%;
            inset: 0 auto auto 0;
            background: var(--secondary-background-color);
            
            @include to-sm {
                width: 150%;
                translate: -48% -82%;
            }
        }
        
        &::before {
            width: auto;
            height: 260%;
            
            translate: 93% -50%;
            inset: 0 0 auto auto;
            border: solid 1px var(--secondary-background-color);
        }
        */
}
.mobile-menu__container .menu-link {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: var(--text-primary-color);
  opacity: 0;
  scale: 1.2;
  transition: opacity 0.2s ease-in, scale 0.15s ease-in;
}
.mobile-menu__container .menu-link:nth-of-type(1), .mobile-menu__container .menu-link:nth-of-type(2), .mobile-menu__container .menu-link:nth-of-type(3), .mobile-menu__container .menu-link:nth-of-type(4), .mobile-menu__container .menu-link:nth-of-type(5), .mobile-menu__container .menu-link:nth-of-type(6) {
  transition-delay: 0s;
}
.mobile-menu__container .menu-link:active {
  font-style: italic;
  font-weight: 600;
  font-family: var(--secondary-font-family);
  color: var(--accent-2-color);
}
.mobile-menu__container .menu-link:active::after {
  content: "";
  pointer-events: none;
  display: flex;
  width: 110%;
  height: auto;
  z-index: -1;
  position: absolute;
  inset: auto auto -0.25rem 50%;
  translate: -50% 0;
  aspect-ratio: 16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='191' height='12' viewBox='0 0 191 12' fill='none'%3E%3Cpath d='M23.8495 9.76983C77.2645 2.57613 131.156 0.986058 185 2.96721C205.515 3.72203 143.94 2.85808 123.415 3.23274C100.109 3.65816 72.5405 4.45073 49.165 5.71271C-29.3195 9.94992 63.7155 5.31984 1.74119 9.62648' stroke='%237EC3F2' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-menu__container .contact-btn {
  width: 100%;
  margin-top: 20px;
  font-size: 28px;
  opacity: 0;
  scale: 1.2;
  transition: opacity 0.2s ease-in, scale 0.15s ease-in;
  transition-delay: 0s;
}
.q25-footer {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin-top: -50px;
  border-radius: var(--section-border-radius);
  background: var(--secondary-background-color);
}
.q25-footer * {
  color: var(--text-alternate-color);
}
.q25-footer__container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 80px;
  flex-flow: row wrap;
  padding-top: 120px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .q25-footer__container {
    gap: 60px;
  }
}
@media only screen and (max-width: 1024.98px) {
  .q25-footer__container {
    gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__container {
    padding-top: 70px;
    padding-bottom: 40px;
    gap: 50px;
  }
}
.q25-footer__sidebar {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 35px;
  min-width: 350px;
  max-width: 350px;
}
@media only screen and (max-width: 1199.98px) {
  .q25-footer__sidebar {
    min-width: 305px;
    max-width: 305px;
  }
}
@media only screen and (max-width: 1050px) {
  .q25-footer__sidebar {
    min-width: 290px;
    max-width: 290px;
  }
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__sidebar {
    min-width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    flex-flow: column-reverse nowrap;
    gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-footer__sidebar {
    gap: 30px;
  }
}
.q25-footer__sidebar .slogan {
  line-height: 1.5;
  color: var(--text-alternate-color);
  font-size: 32px;
  /*
            @include from-md {
                margin-bottom: 50px;
            }
            */
}
@media only screen and (max-width: 1199.98px) {
  .q25-footer__sidebar .slogan {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1050px) {
  .q25-footer__sidebar .slogan {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__sidebar .slogan {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-footer__sidebar .slogan {
    font-size: 26px;
  }
}
.q25-footer__sidebar .slogan i {
  font-size: 31px;
}
@media only screen and (max-width: 1199.98px) {
  .q25-footer__sidebar .slogan i {
    font-size: 31px;
  }
}
@media only screen and (max-width: 1050px) {
  .q25-footer__sidebar .slogan i {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__sidebar .slogan i {
    font-size: 37px;
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-footer__sidebar .slogan i {
    font-size: 28px;
  }
}
.q25-footer__sidebar .site-logo {
  height: auto;
  max-width: 190px;
}
@media only screen and (max-width: 1199.98px) {
  .q25-footer__sidebar .site-logo {
    max-width: 140px;
  }
}
.q25-footer__sidebar .site-logo svg.qf-logo-svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: var(--text-alternate-color);
}
.q25-footer__sidebar .site-logo svg.qf-logo-svg path {
  color: var(--text-alternate-color);
}
.q25-footer__sidebar .contact-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .q25-footer__sidebar .contact-info {
    margin-top: auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__sidebar .contact-info {
    order: -1;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px 30px;
    margin-top: 20px;
  }
}
.q25-footer__sidebar .contact-info .email, .q25-footer__sidebar .contact-info .telephone {
  font-size: 18px;
  text-decoration: none;
}
@media only screen and (max-width: 1199.98px) {
  .q25-footer__sidebar .contact-info .email, .q25-footer__sidebar .contact-info .telephone {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__sidebar .contact-info .email, .q25-footer__sidebar .contact-info .telephone {
    font-size: 18px;
  }
}
.q25-footer__link-container {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: row nowrap;
  gap: 40px 40px;
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__link-container {
    flex-flow: row wrap;
    gap: 50px 100px;
  }
  .q25-footer__link-container::before {
    content: "";
    display: block;
    flex: 100%;
    width: 100%;
    height: 1px;
    min-height: 1px;
    background: var(--accent-2-color);
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-footer__link-container {
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__link-group {
    flex: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .q25-footer__link-group {
    text-align: center;
  }
}
.q25-footer__link-group h3, .q25-footer__link-group ul.menu li, .q25-footer__link-group ul.menu li a {
  font-size: 18px;
}
@media only screen and (max-width: 1199.98px) {
  .q25-footer__link-group h3, .q25-footer__link-group ul.menu li, .q25-footer__link-group ul.menu li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__link-group h3, .q25-footer__link-group ul.menu li, .q25-footer__link-group ul.menu li a {
    font-size: 18px;
  }
}
.q25-footer__link-group h3 {
  font-weight: 400;
  font-style: italic;
  color: var(--accent-2-color);
  font-family: var(--secondary-font-family);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .q25-footer__link-group h3 {
    margin-bottom: 20px;
  }
}
.q25-footer__link-group ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.q25-footer__link-group ul.menu li, .q25-footer__link-group ul.menu li a {
  line-height: 1.8;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-alternate-color);
}
.q25-footer__bottom {
  width: 100%;
  opacity: 0.6;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 0px 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__bottom {
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    padding-top: 10px;
    padding-bottom: 30px;
    gap: 30px;
  }
}
.q25-footer__bottom::before {
  content: "";
  display: block;
  flex: 100%;
  width: 100%;
  height: 1px;
  min-height: 1px;
  background: var(--accent-2-color);
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__bottom::before {
    margin-bottom: 10px;
  }
}
.q25-footer__bottom * {
  font-size: 12px;
}
.q25-footer__bottom .copyright, .q25-footer__bottom .company-info {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__bottom .copyright, .q25-footer__bottom .company-info {
    gap: 10px;
  }
}
.q25-footer__bottom .copyright p, .q25-footer__bottom .company-info p {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .q25-footer__bottom .copyright {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.q25-footer__bottom .copyright .widget {
  text-align: right;
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__bottom .copyright .widget {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .q25-footer__bottom .company-info {
    align-items: flex-start;
    justify-content: baseline;
  }
}
.q25-footer__bottom .company-info .widget {
  color: var(--text-alternate-color);
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__bottom .company-info .widget {
    text-align: center;
  }
}
.q25-footer__bottom ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-flow: row wrap;
  gap: 10px;
}
@media only screen and (max-width: 991.98px) {
  .q25-footer__bottom ul.menu {
    align-items: center;
    justify-content: center;
  }
}
.q25-footer__bottom ul.menu li {
  display: inline-block;
  text-decoration: underline;
}
.q25-hero-banner-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: var(--primary-background-color);
}
.q25-hero-banner-section .hero-banner.swiper {
  width: 100%;
  position: relative;
  background: var(--secondary-background-color);
}
.q25-hero-banner-section .hero-banner.swiper .swiper-wrapper {
  align-items: stretch;
  min-height: calc(100vh - 140px);
}
@media only screen and (max-width: 767.98px) {
  .q25-hero-banner-section .hero-banner.swiper .swiper-wrapper {
    min-height: calc(100vw * 14 / 10);
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-hero-banner-section .hero-banner.swiper .swiper-wrapper {
    min-height: calc(100vw * 17 / 10);
  }
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide {
  isolation: isolate;
  position: relative;
  background: var(--secondary-background-color);
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  /*
            @media ( max-width: 576px ) {
                aspect-ratio: 1 / 1.5;
            }
            */
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide::before {
  content: "";
  pointer-events: none;
  inset: 0;
  z-index: -2;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  opacity: 1;
  transition: opacity 0.2s ease-in 0s, backdrop-filter 0.2s ease-in 0s;
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide img.hero-image {
  user-select: none;
  pointer-events: none;
  inset: 0;
  z-index: -3;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  scale: 1;
  transition: scale var(--autoplay-speed) cubic-bezier(0.22, 0.65, 0.33, 0.76), opacity 0.3s ease-in;
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content {
  position: relative;
  padding: 50px 0 223px;
  margin-bottom: 108px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column nowrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content {
    padding: 50px 0 165px;
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content {
    margin-bottom: 30px;
    padding: 50px 0 100px;
    margin-bottom: 90px;
  }
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .logo, .q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .heading, .q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .subheading {
  opacity: 0;
  translate: 0 50px;
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .logo {
  height: auto;
  max-width: 140px;
  object-fit: contain;
  transition: translate 0.2s ease-in-out 0.15s, opacity 0.2s ease-in-out 0.15s;
}
@media only screen and (max-width: 767.98px) {
  .q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .logo {
    max-width: 100px;
  }
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .heading, .q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .subheading {
  max-width: 720px;
  color: var(--text-alternate-color);
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .heading i, .q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .subheading i {
  color: var(--accent-2-color);
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .heading {
  transition: translate 0.2s ease-in-out 0.3s, opacity 0.2s ease-in-out 0.3s;
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .subheading {
  transition: translate 0.2s ease-in-out 0.15s, opacity 0.2s ease-in-out 0.15s;
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .view-project {
  opacity: 0;
  position: absolute;
  inset: auto 0 20px auto;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s ease-in-out 0.25s;
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .view-project, .q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .view-project * {
  font-weight: 300;
  color: var(--text-alternate-color);
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .view-project strong, .q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide .hero-container .hero-content .view-project * strong {
  font-weight: 600;
  color: var(--text-alternate-color);
  margin-right: 5px;
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide.swiper-slide-active .hero-container .hero-content .logo, .q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide.swiper-slide-active .hero-container .hero-content .heading, .q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide.swiper-slide-active .hero-container .hero-content .subheading {
  translate: 0;
  opacity: 1;
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide.swiper-slide-active .hero-container .hero-content .view-project {
  opacity: 1;
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide.swiper-slide-active img.hero-image {
  scale: 1.1;
  opacity: 1;
}
.q25-hero-banner-section .hero-banner.swiper .hero-slide.swiper-slide.swiper-slide-active::before {
  opacity: 0;
  backdrop-filter: blur(0px);
  transition: opacity 1.5s ease-in 0.2s, backdrop-filter 1s ease-in 0.2s;
}
.q25-hero-banner-section .hero-banner.swiper .swiper-navigation {
  pointer-events: none;
  z-index: 50;
  inset: auto 0 108px 0;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: row nowrap;
}
@media (max-width: 768px) {
  .q25-hero-banner-section .hero-banner.swiper .swiper-navigation {
    inset: auto 0 70px 0;
  }
}
@media (max-width: 576px) {
  .q25-hero-banner-section .hero-banner.swiper .swiper-navigation {
    inset: auto 0 30px 0;
    inset: auto 0 90px 0;
  }
}
.q25-hero-banner-section .hero-banner.swiper .swiper-navigation .swiper-pagination {
  cursor: pointer;
  pointer-events: all;
  position: static;
  align-self: flex-start;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 576px) {
  .q25-hero-banner-section .hero-banner.swiper .swiper-navigation .swiper-pagination {
    display: none;
  }
}
.q25-hero-banner-section .hero-banner.swiper .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
  overflow: hidden;
  border-radius: 10px;
  border: solid 3px transparent;
  background: var(--primary-background-color);
  height: auto;
  width: 114px;
  aspect-ratio: 0.8;
  opacity: 0.2;
  border-color: transparent;
  transition: all 0.2s ease-in-out;
}
.q25-hero-banner-section .hero-banner.swiper .swiper-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  border-color: var(--accent-2-color);
}
.q25-hero-banner-section .hero-banner.swiper .swiper-navigation .swiper-pagination .swiper-pagination-bullet > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .q25-hero-banner-section .hero-banner.swiper .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .q25-hero-banner-section .hero-banner.swiper .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
  }
}
.q25-hero-banner-section .hero-banner.swiper .swiper-navigation .hero-progress-bar {
  align-self: flex-end;
  overflow: hidden;
  user-select: none;
  position: relative;
  pointer-events: none;
  margin: 0 0 0 auto;
  inset: auto 0 0 auto;
  width: 250px;
  max-width: 250px;
  min-width: 250px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 992px) {
  .q25-hero-banner-section .hero-banner.swiper .swiper-navigation .hero-progress-bar {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 576px) {
  .q25-hero-banner-section .hero-banner.swiper .swiper-navigation .hero-progress-bar {
    width: calc(100% - ( var(--page-width-padding ) * 2 ));
    min-width: calc(100% - ( var(--page-width-padding ) * 2 ));
    max-width: calc(100% - ( var(--page-width-padding ) * 2 ));
    position: absolute;
    inset: auto auto 0 1.5rem;
  }
}
.q25-hero-banner-section .hero-banner.swiper .swiper-navigation .hero-progress-bar::before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto 0 0;
  z-index: -1;
  background: var(--accent-1-color);
  will-change: scale;
  scale: 0 1;
  transform-origin: center left;
  transition-timing-function: linear;
  animation-timing-function: linear;
  animation-duration: var(--autoplay-speed);
}
.q25-hero-banner-section .hero-banner.swiper.slide-change .swiper-navigation .hero-progress-bar::before {
  animation-name: hero_progress_bar;
  animation-delay: 0;
  animation-duration: var(--autoplay-speed);
  transform-origin: center left;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes hero_progress_bar {
  0% {
    scale: 0 1;
  }
  100% {
    scale: 1 1;
  }
}
section.q25-text-section {
  overflow: hiden;
  position: relative;
  width: 100%;
  background: var(--primary-background-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 60px 0;
}
@media only screen and (max-width: 767.98px) {
  section.q25-text-section {
    gap: 30px 0;
  }
}
section.q25-text-section .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.q25-text-section .text-container.vertical-padding-top {
  padding-top: calc(var( --vertical-padding-desktop ) - 50px);
}
@media (max-width: 1024px) {
  section.q25-text-section .text-container.vertical-padding-top {
    padding-top: calc(var( --vertical-padding-tablet ) - 50px);
  }
}
@media (max-width: 576px) {
  section.q25-text-section .text-container.vertical-padding-top {
    padding-top: calc(var( --vertical-padding-mobile ) - 50px);
  }
}
section.q25-text-section .text-container .text-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 20px;
  margin: 0 auto;
  max-width: 800px;
}
section.q25-text-section .text-container .text-content .subtitle {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--primary-font-family);
  border-radius: 5px;
  padding: 6.5px 15px;
  background: var(--accent-2-color);
  color: var(--text-primary-color);
}
section.q25-text-section .text-container .text-content .heading {
  line-height: 1.5;
  text-align: center;
  font-family: var(--primary-font-family);
}
section.q25-text-section .text-container .text-content .heading *:not(em) {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}
section.q25-text-section .text-container .text-content .text {
  line-height: 1.5;
  text-align: center;
  font-family: var(--primary-font-family);
}
section.q25-text-section .text-container .text-content .text *:not(em) {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}
section.q25-text-section .text-logo-container {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.q25-text-section .text-logo-container .text-logo-slider {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
section.q25-text-section .text-logo-container .text-logo-slider .logo-container {
  height: auto;
}
section.q25-text-section .text-logo-container .text-logo-slider .logo-container img.logo {
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.4;
  filter: brightness(0) grayscale(1);
}
section.q25-text-section .text-logo-container .text-logo-slider.swiper-loading .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  opacity: 0;
}
section.q25-text-section .text-logo-container .text-logo-slider.swiper-loading .logo-container {
  min-width: 50px;
  width: calc(16.6%);
  max-width: calc(16.6%);
}
.q25-services-slider-section {
  background: var(--primary-background-color);
  width: 100%;
}
.q25-services-slider-section__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 50px;
}
.q25-services-slider-section__heading-container {
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 15px;
}
.q25-services-slider-section__heading, .q25-services-slider-section__description {
  text-align: center;
}
.q25-services-slider-section__slider-container {
  width: 100%;
}
.q25-services-slider-section__slider-container.swiper-loading .swiper-slide.services-card {
  transition: all 0s linear, opacity 0.3s ease-in-out 0.2s;
  opacity: 0;
  width: calc(25% - 25px);
  min-width: calc(25% - 25px);
  max-width: calc(25% - 25px);
}
@media (max-width: 1024px) {
  .q25-services-slider-section__slider-container.swiper-loading .swiper-slide.services-card {
    width: calc(33.33% - 25px);
    min-width: calc(33.33% - 25px);
    max-width: calc(33.33% - 25px);
  }
}
@media (max-width: 768px) {
  .q25-services-slider-section__slider-container.swiper-loading .swiper-slide.services-card {
    width: calc(33.33% - 25px);
    min-width: calc(33.33% - 25px);
    max-width: calc(33.33% - 25px);
  }
}
@media (max-width: 992px) {
  .q25-services-slider-section__slider-container.swiper-loading .swiper-slide.services-card {
    width: calc(50% - 25px);
    min-width: calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}
@media (max-width: 576px) {
  .q25-services-slider-section__slider-container.swiper-loading .swiper-slide.services-card {
    width: calc(83.33% - 20px);
    min-width: calc(83.33% - 20px);
    max-width: calc(83.33% - 20px);
  }
}
section.q25-cta-banner-section {
  width: 100%;
  margin-top: -1px;
  background: var(--primary-color);
  background: var(--cta-banner-background);
}
section.q25-cta-banner-section .cta-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  gap: 20px 50px;
  color: var(--text-alternate-color);
  color: var(--cta-banner-text);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 575.98px) {
  section.q25-cta-banner-section .cta-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.q25-cta-banner-section .cta-banner .text, section.q25-cta-banner-section .cta-banner .text * {
  margin: 0;
  text-align: center;
  color: inherit;
}
section.q25-team-banner-section {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  min-height: calc(100vw * 0.5);
  background: var(--secondary-background-color);
}
section.q25-team-banner-section > img.banner-image {
  inset: 0;
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.q25-team-banner-section .team-banner-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 30px;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 120px;
}
section.q25-team-banner-section .banner-text {
  width: 100%;
  max-width: 1050px;
  margin: 100px auto;
  text-align: center;
  font-size: 70px;
  font-weight: 600;
  display: inline-block;
  color: var(--text-alternate-color);
}
@media only screen and (max-width: 991.98px) {
  section.q25-team-banner-section .banner-text {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767.98px) {
  section.q25-team-banner-section .banner-text {
    font-size: 50px;
    margin: 70px auto;
  }
  section.q25-team-banner-section .banner-text br {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  section.q25-team-banner-section .banner-text {
    font-size: 40px;
    margin: 40px auto 70px;
  }
}
@media only screen and (max-width: 370px) {
  section.q25-team-banner-section .banner-text {
    font-size: 34px;
  }
}
section.q25-team-banner-section .banner-text > p {
  margin: 0;
  font-weight: 500;
}
section.q25-team-banner-section .banner-text em, section.q25-team-banner-section .banner-text i {
  display: inline;
  font-weight: 600;
  font-size: calc(70px * 1.05);
}
@media only screen and (max-width: 991.98px) {
  section.q25-team-banner-section .banner-text em, section.q25-team-banner-section .banner-text i {
    font-size: calc(55px * 1.05);
  }
}
@media only screen and (max-width: 767.98px) {
  section.q25-team-banner-section .banner-text em, section.q25-team-banner-section .banner-text i {
    font-size: calc(50px * 1.05);
  }
}
@media only screen and (max-width: 575.98px) {
  section.q25-team-banner-section .banner-text em, section.q25-team-banner-section .banner-text i {
    font-size: calc(40px * 1.05);
  }
}
@media only screen and (max-width: 370px) {
  section.q25-team-banner-section .banner-text em, section.q25-team-banner-section .banner-text i {
    font-size: calc(34px * 1.05);
  }
}
section.q25-team-banner-section .usp-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 30px;
}
@media only screen and (max-width: 575.98px) {
  section.q25-team-banner-section .usp-container {
    justify-content: center;
  }
}
section.q25-team-banner-section .usp-container .usp {
  flex: 1;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  flex-flow: column nowrap;
  color: var(--text-alternate-color);
}
@media only screen and (max-width: 575.98px) {
  section.q25-team-banner-section .usp-container .usp {
    min-width: 110px;
    max-width: 50%;
  }
}
section.q25-team-banner-section .usp-container .usp .value {
  line-height: 1;
  font-size: 64px;
  font-weight: 600;
  color: currentColor;
  font-family: var(--secondary-font-family);
}
@media only screen and (max-width: 575.98px) {
  section.q25-team-banner-section .usp-container .usp .value {
    font-size: 48px;
  }
}
section.q25-team-banner-section .usp-container .usp .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: inherit;
}
@media only screen and (max-width: 991.98px) {
  section.q25-team-banner-section .usp-container .usp .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  section.q25-team-banner-section .usp-container .usp .text {
    font-size: 14px;
  }
}
section.q25-team-text-image-section {
  overflow: visible;
  isolation: isolate;
  position: relative;
  z-index: 10;
  width: 100%;
  background: var(--primary-background-color);
}
section.q25-team-text-image-section::before {
  content: "";
  width: 100%;
  height: 50px;
  border-radius: 50px 50px 0 0;
  background: var(--primary-background-color);
  z-index: -1;
  position: absolute;
  inset: 1px 0 auto 0;
  translate: 0 -100%;
}
section.q25-team-text-image-section .team-text-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: var(--vertical-spacing) 0;
  padding-top: calc(var( --vertical-spacing ) - 30px);
  /*
        &.vertical-padding-top {
            padding-top: calc( var( --vertical-spacing ) - 50px );
        }
        */
}
section.q25-team-text-image-section .team-text-image .image-container {
  width: 100%;
  isolation: isolate;
  position: relative;
  aspect-ratio: 2.285;
}
@media (max-width: 576px) {
  section.q25-team-text-image-section .team-text-image .image-container {
    aspect-ratio: 1.15;
  }
}
section.q25-team-text-image-section .team-text-image .image-container .image-1, section.q25-team-text-image-section .team-text-image .image-container .image-2 {
  user-select: none;
  border-radius: 5px;
  background: var(--secondary-background-color);
}
section.q25-team-text-image-section .team-text-image .image-container .image-1 {
  overflow: hidden;
  width: 45%;
  height: auto;
  aspect-ratio: 1.5;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 2;
}
@media (max-width: 576px) {
  section.q25-team-text-image-section .team-text-image .image-container .image-1 {
    width: 70%;
    inset: 0 auto auto 0;
    aspect-ratio: 1.5;
  }
}
section.q25-team-text-image-section .team-text-image .image-container .image-2 {
  overflow: hidden;
  width: 65%;
  height: auto;
  aspect-ratio: 1.65;
  object-fit: cover;
  position: absolute;
  inset: 10% 0 auto auto;
  z-index: 1;
}
@media (max-width: 576px) {
  section.q25-team-text-image-section .team-text-image .image-container .image-2 {
    width: 90%;
    inset: auto 0 0 auto;
    aspect-ratio: 1.65;
  }
}
section.q25-team-text-image-section .team-text-image .text-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 20px;
}
section.q25-team-text-image-section .team-text-image .text-container .heading, section.q25-team-text-image-section .team-text-image .text-container .text {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
section.q25-team-text-image-section .team-text-image .text-container i {
  color: var(--primary-color);
}
section.q25-team-grid-section {
  overflow: visible;
  isolation: isolate;
  position: relative;
  z-index: 10;
  width: 100%;
  background: #fff;
}
section.q25-team-grid-section::before {
  content: "";
  width: 100%;
  height: 50px;
  border-radius: 50px 50px 0 0;
  background: #fff;
  z-index: -1;
  position: absolute;
  inset: 1px 0 auto 0;
  translate: 0 -100%;
}
section.q25-team-grid-section .team-grid-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 40px 0;
}
section.q25-team-grid-section .team-grid-container.vertical-padding {
  padding-top: calc(var( --vertical-spacing ) - 50px);
}
section.q25-team-grid-section .team-grid-container .heading {
  text-align: center;
}
section.q25-team-grid-section .team-grid-container .team-grid {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: row wrap;
  gap: 30px 20px;
}
@media (max-width: 768px) {
  section.q25-team-grid-section .team-grid-container .team-grid {
    gap: 25px 15px;
  }
}
section.q25-team-grid-section .team-grid-container .team-grid :nth-child(-n+3) {
  flex: calc(100% / 3 - 15px);
}
@media (max-width: 768px) {
  section.q25-team-grid-section .team-grid-container .team-grid :nth-child(-n+3) {
    flex: calc(100% / 3 - 10px);
  }
}
@media (max-width: 576px) {
  section.q25-team-grid-section .team-grid-container .team-grid :nth-child(-n+3) {
    flex: 100%;
    max-width: 100%;
  }
}
section.q25-team-grid-section .team-grid-container .team-grid :nth-child(-n+3).team-member {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  section.q25-team-grid-section .team-grid-container .team-grid :nth-child(-n+3).team-member {
    margin-bottom: 0;
  }
}
@media (min-width: 992.98px) {
  section.q25-team-grid-section .team-grid-container .team-grid :nth-child(-n+3).team-member .team-member__image {
    aspect-ratio: 1.46;
  }
}
@media (max-width: 576px) {
  section.q25-team-grid-section .team-grid-container .team-grid :nth-child(-n+3).team-member .team-member__image {
    aspect-ratio: 1.46;
  }
}
@media (max-width: 576px) {
  section.q25-team-grid-section .team-grid-container .team-grid :nth-child(3).team-member {
    margin-bottom: 15px;
  }
}
section.q25-team-grid-section .team-grid-container .team-grid :nth-child(n+4) {
  flex: calc(100% / 4 - 15px);
  max-width: calc(( 100% / 4 ) - 15px);
}
@media (max-width: 992px) {
  section.q25-team-grid-section .team-grid-container .team-grid :nth-child(n+4) {
    flex: calc(100% / 3 - 15px);
    max-width: calc(( 100% / 3 ) - 15px);
  }
}
@media (max-width: 768px) {
  section.q25-team-grid-section .team-grid-container .team-grid :nth-child(n+4) {
    flex: calc(100% / 3 - 10px);
    max-width: calc(( 100% / 3 ) - 10px);
  }
}
@media (max-width: 576px) {
  section.q25-team-grid-section .team-grid-container .team-grid :nth-child(n+4) {
    flex: calc(100% / 2 - 10px);
    max-width: calc(( 100% / 2 ) - 10px);
  }
}
section.q25-case-studies-section {
  width: 100%;
  background: var(--secondary-background-color);
}
section.q25-case-studies-section .case-studies-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: column nowrap;
  gap: 40px;
}
@media only screen and (max-width: 991.98px) {
  section.q25-case-studies-section .case-studies-container {
    gap: 30px;
  }
}
section.q25-case-studies-section .case-studies-container .case-studies-header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 50px 30px;
  padding: var(--vertical-spacing) 0 30px;
}
section.q25-case-studies-section .case-studies-container .case-studies-header .heading-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column nowrap;
  gap: 10px;
  max-width: 500px;
}
@media only screen and (min-width: 1025px) {
  section.q25-case-studies-section .case-studies-container .case-studies-header .heading-content {
    max-width: 600px;
  }
}
section.q25-case-studies-section .case-studies-container .case-studies-header .heading-content .heading, section.q25-case-studies-section .case-studies-container .case-studies-header .heading-content .subtitle {
  text-align: left;
}
section.q25-case-studies-section .case-studies-container .case-studies-header .heading-content .heading {
  color: var(--accent-1-color);
  font-style: italic;
  font-family: var(--secondary-font-family);
}
section.q25-case-studies-section .case-studies-container .case-studies-header .heading-content .subtitle {
  color: var(--text-alternate-color);
}
section.q25-case-studies-section .case-studies-container .case-studies-header .cs-filter-container {
  position: relative;
  width: clamp(200px, 100%, 300px);
}
section.q25-case-studies-section .case-studies-container .case-studies-header .cs-filter-container select#cs-filter-select {
  width: 100%;
  appearance: none;
  border: 2px solid var(--primary-background-color);
  color: var(--primary-background-color);
  border-radius: 5px;
  padding: 0 20px 0 15px;
  min-height: 45px;
  background: none;
  background-color: var(--secondary-background-color);
}
section.q25-case-studies-section .case-studies-container .case-studies-header .cs-filter-container select#cs-filter-select option {
  color: var(--text-alternate-color);
}
section.q25-case-studies-section .case-studies-container .case-studies-header .cs-filter-container::after {
  content: "";
  pointer-events: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -80%;
  rotate: 135deg;
  border: solid 1px white;
  border-width: 1px 1px 0 0;
}
section.q25-case-studies-section .case-studies-container .load-more {
  margin: 0 auto;
}
section.q25-case-studies-section .case-studies-container .case-studies-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  grid-auto-flow: dense;
}
section.q25-case-studies-section .case-studies-container .case-studies-grid .no-results {
  width: 100%;
  font-size: 22px;
  text-align: center;
  grid-column: 1 / -1;
  padding: 60px 0;
  opacity: 0.7;
  color: var(--text-alternate-color, #F4FCFB);
}
section.q25-case-studies-section .case-studies-container .case-studies-grid .case-study-card {
  grid-column: span 1;
  aspect-ratio: 1.1111111111;
}
@media (min-width: 768.01px) {
  section.q25-case-studies-section .case-studies-container .case-studies-grid .case-study-card:nth-of-type(3n+1) {
    grid-column: 1 / -1;
    aspect-ratio: 2.5;
  }
}
@media (max-width: 768px) {
  section.q25-case-studies-section .case-studies-container .case-studies-grid .case-study-card {
    grid-column: 1 / -1;
    aspect-ratio: 1.6;
  }
}
@media (max-width: 576px) {
  section.q25-case-studies-section .case-studies-container .case-studies-grid .case-study-card {
    aspect-ratio: 0.9090909091;
  }
}
section.q25-partners-section {
  width: 100%;
  background: var(--secondary-background-color);
}
section.q25-partners-section .q25partners-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: column nowrap;
  gap: 40px;
}
@media only screen and (max-width: 991.98px) {
  section.q25-partners-section .q25partners-container {
    gap: 30px;
  }
}
section.q25-partners-section .q25partners-container .partners-header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 50px 30px;
  padding: var(--vertical-spacing) 0 30px;
}
section.q25-partners-section .q25partners-container .partners-header .heading-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column nowrap;
  gap: 10px;
  max-width: 500px;
}
@media only screen and (min-width: 1025px) {
  section.q25-partners-section .q25partners-container .partners-header .heading-content {
    max-width: 600px;
  }
}
section.q25-partners-section .q25partners-container .partners-header .heading-content .heading, section.q25-partners-section .q25partners-container .partners-header .heading-content .subtitle {
  text-align: left;
}
section.q25-partners-section .q25partners-container .partners-header .heading-content .heading {
  color: var(--accent-1-color);
  font-style: italic;
  font-family: var(--secondary-font-family);
}
section.q25-partners-section .q25partners-container .partners-header .heading-content .subtitle {
  color: var(--text-alternate-color);
}
section.q25-partners-section .q25partners-container .partners-header .cs-filter-container {
  position: relative;
  width: clamp(200px, 100%, 300px);
}
section.q25-partners-section .q25partners-container .partners-header .cs-filter-container select#cs-filter-select {
  width: 100%;
  appearance: none;
  border: 2px solid var(--primary-background-color);
  color: var(--primary-background-color);
  border-radius: 5px;
  padding: 0 20px 0 15px;
  min-height: 45px;
  background: none;
  background-color: var(--secondary-background-color);
}
section.q25-partners-section .q25partners-container .partners-header .cs-filter-container select#cs-filter-select option {
  color: var(--text-alternate-color);
}
section.q25-partners-section .q25partners-container .partners-header .cs-filter-container::after {
  content: "";
  pointer-events: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -80%;
  rotate: 135deg;
  border: solid 1px white;
  border-width: 1px 1px 0 0;
}
section.q25-partners-section .q25partners-container .load-more {
  margin: 0 auto;
}
section.q25-partners-section .q25partners-container .partners-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  grid-auto-flow: dense;
}
section.q25-partners-section .q25partners-container .partners-grid .case-study-card {
  grid-column: span 1;
  aspect-ratio: 1.1111111111;
}
@media (min-width: 768.01px) {
  section.q25-partners-section .q25partners-container .partners-grid .case-study-card:nth-of-type(3n+1) {
    grid-column: 1 / -1;
    aspect-ratio: 2.5;
  }
}
@media (max-width: 768px) {
  section.q25-partners-section .q25partners-container .partners-grid .case-study-card {
    grid-column: 1 / -1;
    aspect-ratio: 1.6;
  }
}
@media (max-width: 576px) {
  section.q25-partners-section .q25partners-container .partners-grid .case-study-card {
    aspect-ratio: 0.9090909091;
  }
}
.q25-related-case-studies-section {
  width: 100%;
  background: var(--secondary-background-color);
}
.q25-related-case-studies-section__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 50px;
}
.q25-related-case-studies-section__heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  color: var(--text-alternate-color);
}
.q25-related-case-studies-section__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  grid-auto-flow: dense;
}
.q25-related-case-studies-section__grid .case-study-card {
  grid-column: span 1;
  aspect-ratio: 1.1111111111;
}
@media (min-width: 768.01px) {
  .q25-related-case-studies-section__grid .case-study-card:nth-of-type(3n+1) {
    grid-column: 1 / -1;
    aspect-ratio: 2.5;
  }
}
@media (max-width: 768px) {
  .q25-related-case-studies-section__grid .case-study-card {
    grid-column: 1 / -1;
    aspect-ratio: 1.6;
  }
}
@media (max-width: 576px) {
  .q25-related-case-studies-section__grid .case-study-card {
    aspect-ratio: 0.9090909091;
  }
}
.q25-case-studies-slider-section {
  width: 100%;
}
.q25-case-studies-slider-section__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 50px;
}
.q25-case-studies-slider-section__heading-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 12px;
}
.q25-case-studies-slider-section__heading {
  width: 100%;
  text-align: center;
  line-height: 1.4;
  color: var(--text-primary-color);
}
.q25-case-studies-slider-section__heading * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.q25-case-studies-slider-section__description {
  width: 100%;
  text-align: center;
  color: var(--text-primary-color);
}
.q25-case-studies-slider-section__description * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.q25-case-studies-slider-section__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  grid-auto-flow: dense;
}
@media only screen and (min-width: 1200px) {
  .q25-case-studies-slider-section__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.q25-case-studies-slider-section__grid .case-study-card-insight {
  width: 100%;
  grid-column: span 1;
}
.q25-case-studies-slider-section__slider {
  width: 100%;
}
.q25-case-studies-slider-section__slider.swiper-loading {
  width: 100%;
  min-width: 100%;
}
.q25-case-studies-slider-section__slider.swiper-loading .swiper-wrapper {
  width: 100%;
  min-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.q25-case-studies-slider-section__slider.swiper-loading .swiper-wrapper .swiper-slide {
  opacity: 0;
  width: calc(( 100% / 3 ) - 16.5px);
  min-width: calc(( 100% / 3 ) - 16.5px);
  margin-right: 25px;
}
@media only screen and (max-width: 767.98px) {
  .q25-case-studies-slider-section__slider.swiper-loading .swiper-wrapper .swiper-slide {
    width: calc(( 100% / 2 ) - 16.5px);
    min-width: calc(( 100% / 2 ) - 16.5px);
    margin-right: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-case-studies-slider-section__slider.swiper-loading .swiper-wrapper .swiper-slide {
    width: calc(( 100% / 1.2 ) - 0px);
    min-width: calc(( 100% / 1.2 ) - 0px);
    margin-right: 20px;
  }
}
.q25-case-studies-slider-section__slider .swiper-slide .case-study-card-insight__statistics {
  transition: all 0.15s ease-in 0.15s;
}
.q25-case-studies-slider-section__slider .swiper-slide .case-study-card-insight__statistics .statistic {
  translate: 0;
  transition: all 0.2s ease-in 0s;
}
.q25-case-studies-slider-section__slider .swiper-slide .case-study-card-insight__statistics .statistic:nth-of-type(1) {
  transition-delay: 0.15s;
}
.q25-case-studies-slider-section__slider .swiper-slide .case-study-card-insight__statistics .statistic:nth-of-type(2) {
  transition-delay: 0s;
}
.q25-case-studies-slider-section__slider .swiper-slide.not-in-view .case-study-card-insight__statistics {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
}
.q25-case-studies-slider-section__slider .swiper-slide.not-in-view .case-study-card-insight__statistics .statistic {
  translate: 0 100%;
  opacity: 0;
}
section.q25-discovery-card-section .discovery-card-container.page-width {
  width: 100%;
}
@media (max-width: 768px) {
  section.q25-discovery-card-section .discovery-card-container.page-width {
    padding-left: 0;
    padding-right: 0;
  }
}
section.q25-discovery-card-section .discovery-card {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 50px;
  height: auto;
  width: 100%;
  padding: 120px 40px;
  background: var(--secondary-background-color);
  border-radius: 10px;
  box-shadow: 0px 0px 35px 10px var(--glow-colour);
}
@media (max-width: 768px) {
  section.q25-discovery-card-section .discovery-card {
    border-radius: 0;
    padding: 60px var(--page-width-padding);
  }
}
section.q25-discovery-card-section .discovery-card__image {
  user-select: none;
  pointer-events: none;
  inset: 0;
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.q25-discovery-card-section .discovery-card__button-wrapper {
  max-width: 580px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  gap: 60px 40px;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  section.q25-discovery-card-section .discovery-card__button-wrapper {
    flex-flow: column nowrap;
    gap: 25px 0;
    margin: 0 auto 0;
  }
}
section.q25-discovery-card-section .discovery-card__button-wrapper .discovery-btn-1 {
  order: 1;
}
section.q25-discovery-card-section .discovery-card__button-wrapper .discovery-btn-2 {
  order: 2;
}
@media (max-width: 768px) {
  section.q25-discovery-card-section .discovery-card__button-wrapper .discovery-btn-1 {
    order: 1;
  }
  section.q25-discovery-card-section .discovery-card__button-wrapper .discovery-btn-2 {
    order: -1;
  }
}
section.q25-discovery-card-section .discovery-card__heading {
  max-width: 580px;
  font-size: 36px;
  text-align: center;
  color: var(--text-alternate-color);
}
@media (max-width: 768px) {
  section.q25-discovery-card-section .discovery-card__heading {
    font-size: 26px;
    max-width: 390px;
  }
}
section.q25-discovery-card-section .discovery-card__subtext {
  display: flex;
  flex-direction: row;
  z-index: 1;
  position: absolute;
  bottom: -60px;
  left: -130px;
  color: var(--text-alternate-color);
}
@media (max-width: 768px) {
  section.q25-discovery-card-section .discovery-card__subtext {
    width: 100%;
    inset: unset;
    position: static;
  }
}
section.q25-discovery-card-section .discovery-card__subtext span {
  display: inline;
  font-size: 12px;
  text-align: left;
  max-width: 130px;
  white-space: normal;
}
@media (max-width: 768px) {
  section.q25-discovery-card-section .discovery-card__subtext span {
    width: 100%;
    max-width: 220px;
    text-align: right;
    white-space: initial;
  }
}
section.q25-discovery-card-section .discovery-card__subtext svg.curved-arrow {
  position: absolute;
  width: 65px;
  rotate: 0deg;
  inset: -20px -40px auto auto;
}
@media (max-width: 768px) {
  section.q25-discovery-card-section .discovery-card__subtext svg.curved-arrow {
    width: 45px;
    rotate: -65deg;
    inset: 25px -35px auto auto;
  }
}
section.q25-contact-page-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}
section.q25-contact-page-section .contact-page-header-section {
  width: 100%;
  background: var(--secondary-background-color);
}
section.q25-contact-page-section .contact-page-header-section .contact-page-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  section.q25-contact-page-section .contact-page-header-section .contact-page-header {
    flex-flow: column-reverse nowrap;
  }
}
section.q25-contact-page-section .contact-page-header-section .contact-page-header .text-content, section.q25-contact-page-section .contact-page-header-section .contact-page-header .map-container {
  flex: 1;
}
@media (max-width: 1024px) {
  section.q25-contact-page-section .contact-page-header-section .contact-page-header .text-content, section.q25-contact-page-section .contact-page-header-section .contact-page-header .map-container {
    width: 100%;
  }
}
section.q25-contact-page-section .contact-page-header-section .contact-page-header .text-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 20px;
}
section.q25-contact-page-section .contact-page-header-section .contact-page-header .text-content .text, section.q25-contact-page-section .contact-page-header-section .contact-page-header .text-content .heading, section.q25-contact-page-section .contact-page-header-section .contact-page-header .text-content .subtitle {
  width: 100%;
  max-width: 700px;
  color: var(--text-alternate-color);
}
section.q25-contact-page-section .contact-page-header-section .contact-page-header .text-content .subtitle {
  color: var(--accent-1-color);
  font-style: italic;
  font-family: var(--secondary-font-family);
}
section.q25-contact-page-section .contact-page-header-section .contact-page-header .map-container {
  overflow: hidden;
  aspect-ratio: 1.6;
  /*
                @media ( max-width: 768px ) {
                    display: none;
                }
                */
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.q25-contact-page-section .contact-page-header-section .contact-page-header .map-container {
    aspect-ratio: 2.5;
  }
}
section.q25-contact-page-section .contact-page-header-section .contact-page-header .map-container > *, section.q25-contact-page-section .contact-page-header-section .contact-page-header .map-container iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.q25-contact-page-section .contact-page-form-section {
  width: 100%;
  overflow: hidden;
  margin-top: -50px;
  border-radius: var(--section-border-radius);
  background: var(--accent-2-color);
}
section.q25-contact-page-section .contact-page-form-section .contact-page-form {
  padding-bottom: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 50px;
}
section.q25-contact-page-section .contact-page-form-section .contact-page-form .heading {
  width: 100%;
  text-align: left;
}
section.q25-contact-page-section .contact-page-form-section .contact-page-form .form-container {
  width: 100%;
  height: auto;
}
section.q25-contact-page-section .contact-page-form-section .contact-page-form form.wpcf7-form {
  /*
                p:not( :has( .wpcf7-submit ) ) {

                }
                */
}
section.q25-contact-page-section .contact-page-form-section .contact-page-form form.wpcf7-form input.wpcf7-submit {
  color: #F4FCFB;
  background: #1A1A1A;
  border-color: #1A1A1A;
  /*
                    &:hover {
                        color: #F4FCFB;
                        border-color: #F4FCFB;
                        background-color: #1A1A1A;
                    }
                    */
}
section.q25-contact-page-section .contact-page-offices-section {
  width: 100%;
  overflow: hidden;
  margin-top: -50px;
  border-radius: var(--section-border-radius);
  background: var(--primary-background-color);
}
section.q25-contact-page-section .contact-page-offices-section .contact-page-offices {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 20px;
}
section.q25-contact-page-section .contact-page-offices-section .contact-page-offices .heading {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
section.q25-contact-page-section .contact-page-offices-section .contact-page-offices .office {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 10px;
  max-width: 700px;
}
section.q25-contact-page-section .contact-page-offices-section .contact-page-offices .office .office-name {
  width: 100%;
  font-size: 32px;
  text-align: left;
}
@media (max-width: 576px) {
  section.q25-contact-page-section .contact-page-offices-section .contact-page-offices .office .office-name {
    font-size: 28px;
  }
}
section.q25-contact-page-section .contact-page-offices-section .contact-page-offices .office .office-address {
  width: 100%;
  font-size: 20px;
  text-align: left;
}
.single-case-study-section {
  background: var(--secondary-background-color);
}
.single-case-study-header-section {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column nowrap;
  margin-bottom: 100px;
}
.single-case-study-header-section__media-wrapper {
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3.3333333333;
  background: #cccccc50;
}
@media only screen and (max-width: 575.98px) {
  .single-case-study-header-section__media-wrapper {
    aspect-ratio: 1.5;
  }
}
.single-case-study-header-section__media-wrapper img, .single-case-study-header-section__media-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-case-study-header-section__content-wrapper {
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 20px;
  margin-top: -50px;
  padding-top: 75px;
  border-radius: var(--section-border-radius);
  background: var(--secondary-background-color);
}
@media only screen and (max-width: 575.98px) {
  .single-case-study-header-section__content-wrapper {
    padding-top: 45px;
  }
}
.single-case-study-header-section__content-wrapper .intro-content-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 15px;
}
@media (max-width: 768px) {
  .single-case-study-header-section__content-wrapper .intro-content-wrapper {
    flex-flow: column-reverse nowrap;
  }
}
.single-case-study-header-section__content-wrapper .intro-content-wrapper .title-wrapper {
  flex: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 15px;
}
.single-case-study-header-section .heading, .single-case-study-header-section .sub-heading, .single-case-study-header-section .description {
  width: 100%;
  max-width: 830px;
  color: var(--text-alternate-color);
}
.single-case-study-header-section .heading {
  font-size: 32px;
  font-style: italic;
  font-family: var(--secondary-font-family);
  color: var(--accent-2-color);
}
@media only screen and (max-width: 1024.98px) {
  .single-case-study-header-section .heading {
    font-size: 28px;
  }
}
.single-case-study-header-section .description {
  width: 100%;
  max-width: 816px;
  font-size: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1024.98px) {
  .single-case-study-header-section .description {
    font-size: 16px;
  }
}
.single-case-study-header-section ul.case-study-tags {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex: 1;
  max-width: 250px;
}
.single-case-study-header-section ul.case-study-tags li, .single-case-study-header-section ul.case-study-tags li a {
  line-height: 2;
  font-size: 16px;
  text-align: right;
  text-decoration: none;
  color: var(--text-alternate-color);
}
.single-case-study-header-section ul.case-study-tags li:hover, .single-case-study-header-section ul.case-study-tags li a:hover {
  text-decoration: underline;
}
.single-case-study-laptop-text-section {
  z-index: 3;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.single-case-study-laptop-text-section__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row nowrap;
  gap: 50px;
}
@media only screen and (max-width: 1024.98px) {
  .single-case-study-laptop-text-section__wrapper {
    gap: 50px 20px;
  }
}
@media (max-width: 768px) {
  .single-case-study-laptop-text-section__wrapper {
    flex-flow: column nowrap;
  }
}
.single-case-study-laptop-text-section__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 60px;
  width: 100%;
  max-width: clamp(300px, 580px, calc(50% - 50px));
}
@media only screen and (max-width: 1024.98px) {
  .single-case-study-laptop-text-section__content {
    gap: 30px;
    max-width: clamp(300px, 580px, calc(70% - 50px));
  }
}
@media (max-width: 768px) {
  .single-case-study-laptop-text-section__content {
    margin-right: auto;
    max-width: 100%;
  }
}
.single-case-study-laptop-text-section__content .text-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 20px;
}
@media only screen and (max-width: 1024.98px) {
  .single-case-study-laptop-text-section__content .text-container {
    gap: 15px;
  }
}
.single-case-study-laptop-text-section__content .text-container .heading, .single-case-study-laptop-text-section__content .text-container ul li {
  color: var(--text-alternate-color);
}
.single-case-study-laptop-text-section__content .text-container a {
  color: inherit;
  font-size: inherit;
}
.single-case-study-laptop-text-section__content .text-container ul {
  width: 100%;
  margin: 0;
}
.single-case-study-laptop-text-section__content .text-container ul li {
  font-size: 20px;
}
@media only screen and (max-width: 1024.98px) {
  .single-case-study-laptop-text-section__content .text-container ul li {
    font-size: 16px;
  }
}
.single-case-study-laptop-text-section__laptop-image {
  overflow: hidden;
  height: auto;
  aspect-ratio: 1;
  width: calc(50vw + var( --page-width-padding ) - 50px);
  min-width: calc(50vw + var( --page-width-padding ) - 50px);
  margin-left: calc(var( --page-width-padding ) * -1);
}
@media (min-width: 1400px) {
  .single-case-study-laptop-text-section__laptop-image {
    width: calc(( ( 100vw - 1400px ) / 2 ) + ( 50% + var( --page-width-padding ) - 0px ));
    min-width: calc(( ( 100vw - 1400px ) / 2 ) + ( 50% + var( --page-width-padding ) - 0px ));
    margin-left: calc(( var( --page-width-padding ) * -1 ) - ( ( 100vw - 1400px ) / 2 ));
  }
}
@media only screen and (max-width: 1024.98px) {
  .single-case-study-laptop-text-section__laptop-image {
    width: calc(40vw + var( --page-width-padding ) - 50px);
    min-width: calc(40vw + var( --page-width-padding ) - 50px);
    margin-left: calc(var( --page-width-padding ) * -1);
  }
}
@media (max-width: 768px) {
  .single-case-study-laptop-text-section__laptop-image {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    aspect-ratio: 1.6;
  }
}
@media only screen and (max-width: 470px) {
  .single-case-study-laptop-text-section__laptop-image {
    margin: 0 calc(( ( var(--page-width-padding) ) * -1 ) - 15%);
    min-width: calc(100vw + 15%);
  }
}
.single-case-study-laptop-text-section__laptop-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
@media (max-width: 768px) {
  .single-case-study-laptop-text-section__laptop-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.single-case-study-mobile-text-section {
  z-index: 3;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.single-case-study-mobile-text-section__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row nowrap;
  gap: 50px;
}
.single-case-study-mobile-text-section__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 60px;
  flex: 1;
}
.single-case-study-mobile-text-section__content .text-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 20px;
}
.single-case-study-mobile-text-section__content .text-container .heading, .single-case-study-mobile-text-section__content .text-container ul li, .single-case-study-mobile-text-section__content .text-container p {
  color: var(--text-alternate-color);
}
.single-case-study-mobile-text-section__content .text-container a {
  color: inherit;
  font-size: inherit;
}
.single-case-study-mobile-text-section__content .text-container ul {
  width: 100%;
  margin: 0;
}
.single-case-study-mobile-text-section__content .text-container ul li {
  font-size: 20px;
}
@media only screen and (max-width: 1024.98px) {
  .single-case-study-mobile-text-section__content .text-container ul li {
    font-size: 16px;
  }
}
.single-case-study-mobile-text-section__mobile-image {
  overflow: hidden;
  height: 100%;
  width: auto;
  min-width: clamp(300px, 25%, 400px);
  aspect-ratio: 0.487804878;
  border-radius: 35px;
}
@media only screen and (max-width: 1024.98px) {
  .single-case-study-mobile-text-section__mobile-image {
    margin-right: calc((var( --page-width-padding ) * -1) - 15%);
  }
}
@media (max-width: 768px) {
  .single-case-study-mobile-text-section__mobile-image {
    margin-right: calc((var( --page-width-padding ) * -1) - 25%);
  }
}
@media only screen and (max-width: 575.98px) {
  .single-case-study-mobile-text-section__mobile-image {
    display: none;
  }
}
.single-case-study-mobile-text-section__mobile-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.single-case-study-quote-statistic-banner-section {
  z-index: 3;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  width: 100%;
  background: burlywood;
  border-radius: var(--section-border-radius);
}
.single-case-study-quote-statistic-banner-section__bg-image {
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -2;
}
.single-case-study-quote-statistic-banner-section::before {
  content: "";
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}
.single-case-study-quote-statistic-banner-section__container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 100px;
  padding-top: 135px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767.98px) {
  .single-case-study-quote-statistic-banner-section__container {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .single-case-study-quote-statistic-banner-section__container {
    gap: 50px;
  }
}
.single-case-study-quote-statistic-banner-section .quote-container {
  width: 100%;
  max-width: 830px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 45px;
}
@media only screen and (max-width: 575.98px) {
  .single-case-study-quote-statistic-banner-section .quote-container {
    gap: 30px;
  }
}
.single-case-study-quote-statistic-banner-section .quote-container .quote-text, .single-case-study-quote-statistic-banner-section .quote-container .quote-author {
  width: 100%;
  text-align: left;
  color: var(--text-alternate-color);
}
.single-case-study-quote-statistic-banner-section .quote-container .quote-text {
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  font-family: var(--secondary-font-family);
  line-height: 1.4;
}
@media only screen and (max-width: 1024.98px) {
  .single-case-study-quote-statistic-banner-section .quote-container .quote-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .single-case-study-quote-statistic-banner-section .quote-container .quote-text {
    font-size: 24px;
  }
}
.single-case-study-quote-statistic-banner-section .quote-container .quote-author {
  font-size: 24px;
  font-style: italic;
  font-family: var(--secondary-font-family);
}
@media only screen and (max-width: 1024.98px) {
  .single-case-study-quote-statistic-banner-section .quote-container .quote-author {
    font-size: 20px;
  }
}
.single-case-study-quote-statistic-banner-section .statistic-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .single-case-study-quote-statistic-banner-section .statistic-container {
    gap: 50px 30px;
    justify-content: center;
  }
}
@media only screen and (max-width: 470px) {
  .single-case-study-quote-statistic-banner-section .statistic-container {
    gap: 30px 20px;
  }
}
.single-case-study-quote-statistic-banner-section .statistic-container .statistic {
  width: fit-content;
  max-width: calc(50% - 15px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  flex-flow: column nowrap;
  color: var(--text-alternate-color);
}
@media only screen and (max-width: 470px) {
  .single-case-study-quote-statistic-banner-section .statistic-container .statistic {
    gap: 10px;
    max-width: calc(50% - 10px);
  }
}
.single-case-study-quote-statistic-banner-section .statistic-container .statistic .value {
  line-height: 1;
  font-size: 64px;
  font-weight: 600;
  color: currentColor;
  font-family: var(--secondary-font-family);
}
@media (max-width: 768px) {
  .single-case-study-quote-statistic-banner-section .statistic-container .statistic .value {
    font-size: 48px;
  }
}
@media only screen and (max-width: 575.98px) {
  .single-case-study-quote-statistic-banner-section .statistic-container .statistic .value {
    font-size: 30px;
  }
}
.single-case-study-quote-statistic-banner-section .statistic-container .statistic .text {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: inherit;
}
@media only screen and (max-width: 575.98px) {
  .single-case-study-quote-statistic-banner-section .statistic-container .statistic .text {
    font-size: 16px;
  }
}
.single-case-study-client-outcome-banner-section {
  z-index: 5;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  width: 100%;
  background: burlywood;
  border-radius: var(--section-border-radius);
  padding-bottom: 50px;
}
.single-case-study-client-outcome-banner-section__bg-image {
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -2;
}
.single-case-study-client-outcome-banner-section::before {
  content: "";
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.4) 100%);
  mix-blend-mode: multiply;
}
.single-case-study-client-outcome-banner-section__container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 45px;
}
.single-case-study-client-outcome-banner-section .heading, .single-case-study-client-outcome-banner-section .text {
  width: 100%;
  max-width: 830px;
  text-align: left;
  color: var(--text-alternate-color);
}
.single-case-study-client-outcome-banner-section .text {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .single-case-study-client-outcome-banner-section .text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .single-case-study-client-outcome-banner-section .text {
    font-size: 24px;
  }
}
.related-case-studies-section {
  z-index: 6;
  width: 100%;
  border-radius: var(--section-border-radius);
  background: var(--secondary-background-color);
  margin-top: -50px;
}
.related-case-studies-section__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 50px;
}
.related-case-studies-section .heading {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-family: var(--secondary-font-family);
  color: var(--text-alternate-color);
}
.related-case-studies-section .case-studies-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  grid-auto-flow: dense;
}
.related-case-studies-section .case-studies-grid .case-study-card {
  grid-column: span 1;
  aspect-ratio: 1.1111111111;
}
@media (min-width: 768.01px) {
  .related-case-studies-section .case-studies-grid .case-study-card:nth-of-type(3n+1) {
    grid-column: 1 / -1;
    aspect-ratio: 2.5;
  }
}
@media (max-width: 768px) {
  .related-case-studies-section .case-studies-grid .case-study-card {
    grid-column: 1 / -1;
    aspect-ratio: 1.6;
  }
}
@media only screen and (max-width: 575.98px) {
  .related-case-studies-section .case-studies-grid .case-study-card {
    aspect-ratio: 0.9090909091;
  }
}
.q25-services-header-section {
  position: relative;
  isolation: isolate;
}
.q25-services-header-section__container {
  max-width: 1400px;
}
.q25-services-header-section__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 15px;
  width: 100%;
  max-width: calc(50% - 20px);
}
@media only screen and (max-width: 1024.98px) {
  .q25-services-header-section__content {
    max-width: calc(50% + 100px);
  }
}
@media only screen and (max-width: 767.98px) {
  .q25-services-header-section__content {
    max-width: calc(50% + 130px);
  }
}
@media only screen and (max-width: 700px) {
  .q25-services-header-section__content {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-services-header-section__content {
    max-width: 100%;
  }
}
.q25-services-header-section__content .heading {
  font-style: italic;
  color: var(--primary-color);
  font-family: var(--secondary-font-family);
}
.q25-services-header-section__content .sub-heading em {
  color: var(--text-primary-color);
}
.q25-services-header-section__image {
  user-select: none;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  inset: 50% 0 auto auto;
  translate: 0 -50%;
  width: 50vw;
  height: auto;
  max-height: 100%;
}
.q25-services-header-section__image > img {
  width: auto;
  max-width: unset;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 1200px) {
  .q25-services-header-section__image {
    height: auto;
    inset: 50% 0 auto auto;
    translate: 0 -50%;
  }
}
@media only screen and (max-width: 1024.98px) {
  .q25-services-header-section__image {
    translate: 100px -50%;
  }
}
@media only screen and (max-width: 700px) {
  .q25-services-header-section__image {
    translate: 0px -50%;
    width: calc(50vw + 120px);
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-services-header-section__image {
    width: 60vw;
    height: 80%;
  }
}
.q25-services-header-section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 1025px) {
  .q25-services-header-section::before {
    display: none;
    content: unset;
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-services-header-section::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.35) 100%);
  }
}
@media only screen and (max-width: 370px) {
  .q25-services-header-section::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.35) 100%);
  }
}
.q25-services-grid-section__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 25px;
}
@media (max-width: 1024px) {
  .q25-services-grid-section__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 470px) {
  .q25-services-grid-section__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.q25-insights-slider-section {
  background: var(--primary-background-color);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 40px;
}
.q25-insights-slider-section__heading-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 10px;
}
.q25-insights-slider-section__heading-content .heading, .q25-insights-slider-section__heading-content .description {
  width: 100%;
  max-width: 600px;
}
.q25-insights-slider-section__heading-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--secondary-background-color);
  opacity: 0.1;
  margin-bottom: 80px;
}
.q25-insights-slider-section__container {
  width: 100%;
}
.q25-insights-slider-section__container .swiper-wrapper {
  align-items: stretch;
}
.q25-insights-slider-section__container .swiper-wrapper .swiper-slide.post-card {
  height: auto;
}
.q25-insights-slider-section__container.swiper-loading .swiper-slide.post-card {
  transition: all 0s linear, opacity 0.3s ease-in-out 0.2s;
  opacity: 0;
  width: calc(25% - 25px);
  min-width: calc(25% - 25px);
  max-width: calc(25% - 25px);
}
@media (max-width: 1024px) {
  .q25-insights-slider-section__container.swiper-loading .swiper-slide.post-card {
    width: calc(33.33% - 25px);
    min-width: calc(33.33% - 25px);
    max-width: calc(33.33% - 25px);
  }
}
@media (max-width: 768px) {
  .q25-insights-slider-section__container.swiper-loading .swiper-slide.post-card {
    width: calc(33.33% - 25px);
    min-width: calc(33.33% - 25px);
    max-width: calc(33.33% - 25px);
  }
}
@media (max-width: 992px) {
  .q25-insights-slider-section__container.swiper-loading .swiper-slide.post-card {
    width: calc(50% - 25px);
    min-width: calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}
@media (max-width: 576px) {
  .q25-insights-slider-section__container.swiper-loading .swiper-slide.post-card {
    width: calc(83.33% - 20px);
    min-width: calc(83.33% - 20px);
    max-width: calc(83.33% - 20px);
  }
}
.q25-logo-cta-banner-section {
  width: 100%;
}
.q25-logo-cta-banner-section__container {
  width: 100%;
}
.q25-logo-cta-banner-section__cta-banner {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 40px 50px;
  border-radius: 10px;
  color: var(--text-alternate-color);
  background: var(--secondary-background-color);
  padding: 70px 100px;
}
@media only screen and (max-width: 1199.98px) {
  .q25-logo-cta-banner-section__cta-banner {
    padding: 60px 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .q25-logo-cta-banner-section__cta-banner {
    padding: 60px 30px;
    gap: 30px 40px;
  }
}
.q25-logo-cta-banner-section__cta-banner .heading, .q25-logo-cta-banner-section__cta-banner .heading * {
  margin: 0;
  text-align: center;
  color: inherit;
}
.q25-logo-cta-banner-section__cta-banner .logo-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  gap: 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 1024.98px) {
  .q25-logo-cta-banner-section__cta-banner .logo-footer {
    margin-top: 20px;
    gap: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .q25-logo-cta-banner-section__cta-banner .logo-footer {
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
  }
}
.q25-logo-cta-banner-section__cta-banner .logo-footer .logo-heading {
  opacity: 0.6;
  font-size: 24px;
  font-style: italic;
  font-family: var(--secondary-font-family);
  color: var(--text-alternate-color);
}
@media only screen and (max-width: 1199.98px) {
  .q25-logo-cta-banner-section__cta-banner .logo-footer .logo-heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .q25-logo-cta-banner-section__cta-banner .logo-footer .logo-heading {
    width: 100%;
    text-align: center;
  }
}
.q25-logo-cta-banner-section__cta-banner .logo-footer .logo-container {
  overflow: hidden;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
  gap: 40px;
  opacity: 0.5;
  filter: grayscale(1);
}
@media only screen and (max-width: 1024.98px) {
  .q25-logo-cta-banner-section__cta-banner .logo-footer .logo-container {
    gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .q25-logo-cta-banner-section__cta-banner .logo-footer .logo-container {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.q25-logo-cta-banner-section__cta-banner .logo-footer .logo-container .logo {
  width: auto;
  height: 48px;
  min-height: 48px;
}
@media only screen and (max-width: 1199.98px) {
  .q25-logo-cta-banner-section__cta-banner .logo-footer .logo-container .logo {
    height: 40px;
    min-height: 40px;
  }
}
.q25-logo-cta-banner-section__cta-banner::after, .q25-logo-cta-banner-section__cta-banner::before {
  content: "";
  user-select: none;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 1;
}
.q25-logo-cta-banner-section__cta-banner::after {
  width: 85%;
  height: auto;
  translate: -55% -85%;
  inset: 0 auto auto 0;
  border: solid 1px var(--primary-color);
}
@media only screen and (max-width: 767.98px) {
  .q25-logo-cta-banner-section__cta-banner::after {
    width: 150%;
    translate: -48% -82%;
  }
}
.q25-logo-cta-banner-section__cta-banner::before {
  width: auto;
  height: 260%;
  translate: 85% -55%;
  inset: 0 0 auto auto;
  border: solid 1px var(--accent-1-color);
}
.q25-case-study-testimonials-slider-section {
  width: 100%;
  background: var(--primary-background-color);
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 40px;
}
@media only screen and (max-width: 991.98px) {
  .q25-case-study-testimonials-slider-section .case-study-testimonials-container {
    gap: 25px;
  }
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-container .swiper-button-prev, .q25-case-study-testimonials-slider-section .case-study-testimonials-container .swiper-button-next {
  z-index: 10;
  position: absolute;
  inset: 50% 0 auto auto;
  translate: 0 -50%;
  width: 31px;
  min-width: 31px;
}
@media only screen and (max-width: 991.98px) {
  .q25-case-study-testimonials-slider-section .case-study-testimonials-container .swiper-button-prev, .q25-case-study-testimonials-slider-section .case-study-testimonials-container .swiper-button-next {
    display: none;
  }
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-container .swiper-button-prev::after, .q25-case-study-testimonials-slider-section .case-study-testimonials-container .swiper-button-next::after {
  display: none;
  content: unset;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-container .swiper-button-prev > svg, .q25-case-study-testimonials-slider-section .case-study-testimonials-container .swiper-button-next > svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: var(--accent-2-color);
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-container .swiper-button-prev > svg path, .q25-case-study-testimonials-slider-section .case-study-testimonials-container .swiper-button-next > svg path {
  color: inherit;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-container .swiper-button-prev {
  scale: -1 1;
  inset: 50% auto auto var(--page-width-padding);
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-container .swiper-button-next {
  inset: 50% var(--page-width-padding) auto auto;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 20px;
  text-decoration: none;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide.swiper-slide-active {
  opacity: 1;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide.swiper-slide-active .case-study-testimonial__quote, .q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide.swiper-slide-active .case-study-testimonial__author, .q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide.swiper-slide-active .case-study-testimonial__button {
  opacity: 1;
  translate: 0px 0px;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide .case-study-testimonial__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 20px;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide .case-study-testimonial__quote, .q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide .case-study-testimonial__author, .q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide .case-study-testimonial__button {
  opacity: 0;
  translate: 0px 20px;
  transition: opacity 0.2s ease-in-out, translate 0.2s ease-in 0.15s;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide .case-study-testimonial__quote, .q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide .case-study-testimonial__author {
  text-align: center;
  color: var(--text-primary-color);
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide .case-study-testimonial__quote {
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  font-family: var(--secondary-font-family);
  transition-delay: 0.15s;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide .case-study-testimonial__author {
  font-size: 18px;
  text-align: center;
  max-width: 420px;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 767.98px) {
  .q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide .case-study-testimonial__author {
    font-size: 16px;
  }
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-slider.swiper .case-study-testimonial.swiper-slide .case-study-testimonial__button {
  transition-delay: 0.45s;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-thumb-slider.swiper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  min-height: 105px;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-thumb-slider.swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-thumb-slider.swiper .case-study-testimonial-thumb.swiper-slide {
  cursor: pointer;
  transition: opacity 0.15s ease-in, border-color 0.35s ease-in-out, scale 0.35s ease-in-out;
  width: 105px;
  height: 105px;
  padding: 5px;
  background: white;
  border-radius: 50%;
  border: solid 2px #7ec3f200;
  border-color: #7ec3f200;
  scale: 0.85;
  opacity: 0.25;
  background: transparent;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-thumb-slider.swiper .case-study-testimonial-thumb.swiper-slide .testimonial-image {
  user-select: none;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: solid 2px var(--accent-2-color);
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-thumb-slider.swiper .case-study-testimonial-thumb.swiper-slide.swiper-slide-thumb-active {
  scale: 1;
  opacity: 1;
  border-color: #7ec3f230;
}
.q25-case-study-testimonials-slider-section .case-study-testimonials-thumb-slider.swiper.swiper-loading {
  height: 105px;
  min-height: 105px;
  max-height: 105px;
  opacity: 0;
}
.q25-related-post-slider-section {
  overflow: hidden;
  width: 100%;
  border-radius: var(--section-border-radius);
  background: var(--white);
}
.q25-related-post-slider-section__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 50px;
}
.q25-related-post-slider-section__slider {
  width: 100%;
}
.q25-questions-insights-section {
  overflow: hidden;
  position: relative;
  /*
    // TEST CENTER
    &::before {
        content: "";
        display: flex;
        width: 30px; 
        height: 30px; 
        position: absolute; 
        background: limegreen;
        inset: 100px auto auto 50%; 
        translate: -50% 0;
    }
    */
}
.q25-questions-insights-section__outer-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 50px;
}
.q25-questions-insights-section__content-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 30px;
}
@media only screen and (min-width: 992px) {
  .q25-questions-insights-section__content-container {
    padding-right: 0;
    flex-flow: row nowrap;
  }
}
@media only screen and (min-width: 1399.98px) {
  .q25-questions-insights-section__content-container {
    margin-right: 0;
    padding-left: calc(var(--page-width-padding) * 2);
    max-width: calc(100vw - (( 100vw - var( --page-width ) ) / 2) + var(--page-width-padding));
  }
}
@media only screen and (min-width: 1500px) {
  .q25-questions-insights-section__content-container {
    margin-right: auto;
    max-width: var(--page-width);
    padding-right: var(--page-width-padding);
    padding-left: var(--page-width-padding);
  }
}
.q25-questions-insights-section__heading-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.q25-questions-insights-section__heading-container .q25-questions-insights-section__heading {
  flex: 100%;
  width: 100%;
  min-width: 100%;
  text-align: center;
}
.q25-questions-insights-section__faqs-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 20px;
  flex: 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .q25-questions-insights-section__faqs-container {
    margin-bottom: 0;
    flex: 1;
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
}
.q25-questions-insights-section__insights-container {
  flex: 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .q25-questions-insights-section__insights-container {
    flex: 1;
    overflow: hidden;
    min-width: calc(50vw - ( 30px / 2 ));
    max-width: calc(50vw - ( 30px / 2 ));
  }
}
@media only screen and (min-width: 1399.98px) {
  .q25-questions-insights-section__insights-container {
    flex: 1;
    overflow: hidden;
    min-width: calc(50% - ( 30px / 2 ));
    max-width: calc(50% - ( 30px / 2 ));
  }
}
@media only screen and (min-width: 1500px) {
  .q25-questions-insights-section__insights-container {
    flex: 1;
    overflow: hidden;
    min-width: calc(50% - ( 30px / 2 ));
    max-width: calc(50% - ( 30px / 2 ));
  }
}
.q25-questions-insights-section__insights-container .questions-insights-swiper {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.q25-questions-insights-section__insights-container .questions-insights-swiper.swiper-loading {
  opacity: 0;
}
.q25-questions-insights-section__insights-container .questions-insights-swiper.swiper-loading .post-card.swiper-slide {
  margin-right: 20px;
  width: calc(( 100% / 1.5 ) - 20px);
  min-width: calc(( 100% / 1.5 ) - 20px);
  max-width: calc(( 100% / 1.5 ) - 20px);
}
@media only screen and (min-width: 500px) {
  .q25-questions-insights-section__insights-container .questions-insights-swiper.swiper-loading .post-card.swiper-slide {
    width: calc(( 100% / 2.2 ) - 20px);
    min-width: calc(( 100% / 2.2 ) - 20px);
    max-width: calc(( 100% / 2.2 ) - 20px);
  }
}
@media only screen and (min-width: 576px) {
  .q25-questions-insights-section__insights-container .questions-insights-swiper.swiper-loading .post-card.swiper-slide {
    width: calc(( 100% / 2.5 ) - 20px);
    min-width: calc(( 100% / 2.5 ) - 20px);
    max-width: calc(( 100% / 2.5 ) - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .q25-questions-insights-section__insights-container .questions-insights-swiper.swiper-loading .post-card.swiper-slide {
    width: calc(( 100% / 3 ) - 20px);
    min-width: calc(( 100% / 3 ) - 20px);
    max-width: calc(( 100% / 3 ) - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .q25-questions-insights-section__insights-container .questions-insights-swiper.swiper-loading .post-card.swiper-slide {
    width: calc(( 100% / 2.4 ) - 20px);
    min-width: calc(( 100% / 2.4 ) - 20px);
    max-width: calc(( 100% / 2.4 ) - 20px);
  }
}
@media only screen and (min-width: 1025px) {
  .q25-questions-insights-section__insights-container .questions-insights-swiper.swiper-loading .post-card.swiper-slide {
    width: calc(( 100% / 1.8 ) - 20px);
    min-width: calc(( 100% / 1.8 ) - 20px);
    max-width: calc(( 100% / 1.8 ) - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .q25-questions-insights-section__insights-container .questions-insights-swiper.swiper-loading .post-card.swiper-slide {
    width: calc(( 100% / 2.4 ) - 20px);
    min-width: calc(( 100% / 2.4 ) - 20px);
    max-width: calc(( 100% / 2.4 ) - 20px);
  }
}
@media only screen and (min-width: 1399.98px) {
  .q25-questions-insights-section__insights-container .questions-insights-swiper.swiper-loading .post-card.swiper-slide {
    width: calc(( 100% / 3 ) - 20px);
    min-width: calc(( 100% / 3 ) - 20px);
    max-width: calc(( 100% / 3 ) - 20px);
  }
}
section.q25-static-hero-banner-section {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  background: var(--secondary-background-color);
  min-height: calc(100vh - 80px);
}
@media only screen and (max-width: 1199.98px) {
  section.q25-static-hero-banner-section {
    min-height: calc(100vw * 0.5);
  }
}
section.q25-static-hero-banner-section > img.banner-image {
  inset: 0;
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.q25-static-hero-banner-section .static-banner-slider.swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
  user-select: none;
  pointer-events: none;
}
section.q25-static-hero-banner-section .static-banner-slider.swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
section.q25-static-hero-banner-section .static-banner-slider.swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  isolation: isolate;
  position: relative;
  height: auto;
}
section.q25-static-hero-banner-section .static-banner-slider.swiper .swiper-wrapper .swiper-slide img.banner-image {
  user-select: none;
  pointer-events: none;
  inset: 0;
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  opacity: 0;
  transition: scale var(--autoplay-speed) cubic-bezier(0.22, 0.65, 0.33, 0.76), opacity 0.3s ease-in;
}
section.q25-static-hero-banner-section .static-banner-slider.swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  pointer-events: none;
  inset: 0;
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  opacity: 1;
  transition: opacity 0.2s ease-in 0s, backdrop-filter 0.2s ease-in 0s;
}
section.q25-static-hero-banner-section .static-banner-slider.swiper .swiper-wrapper .swiper-slide.swiper-slide-active img.banner-image {
  scale: 1.1;
  opacity: 1;
}
section.q25-static-hero-banner-section .static-banner-slider.swiper .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  opacity: 0.5;
  backdrop-filter: blur(0px);
  transition: opacity 1.5s ease-in 0.2s, backdrop-filter 1s ease-in 0.2s;
}
section.q25-static-hero-banner-section .static-hero-banner-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 45px;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}
section.q25-static-hero-banner-section .banner-subtitle {
  width: 100%;
  max-width: 635px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  color: var(--text-alternate-color);
}
section.q25-static-hero-banner-section .banner-link {
  margin: 0 auto;
}
section.q25-static-hero-banner-section .banner-text {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
  font-size: 70px;
  font-weight: 600;
  display: inline-block;
  color: var(--text-alternate-color);
}
@media only screen and (max-width: 991.98px) {
  section.q25-static-hero-banner-section .banner-text {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767.98px) {
  section.q25-static-hero-banner-section .banner-text {
    font-size: 50px;
  }
  section.q25-static-hero-banner-section .banner-text br {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  section.q25-static-hero-banner-section .banner-text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 370px) {
  section.q25-static-hero-banner-section .banner-text {
    font-size: 34px;
  }
}
section.q25-static-hero-banner-section .banner-text > p {
  margin: 0;
  font-weight: 400;
}
section.q25-static-hero-banner-section .banner-text em, section.q25-static-hero-banner-section .banner-text i {
  display: inline;
  font-weight: 400;
  font-size: calc(70px * 1.05);
}
@media only screen and (max-width: 991.98px) {
  section.q25-static-hero-banner-section .banner-text em, section.q25-static-hero-banner-section .banner-text i {
    font-size: calc(55px * 1.05);
  }
}
@media only screen and (max-width: 767.98px) {
  section.q25-static-hero-banner-section .banner-text em, section.q25-static-hero-banner-section .banner-text i {
    font-size: calc(50px * 1.05);
  }
}
@media only screen and (max-width: 575.98px) {
  section.q25-static-hero-banner-section .banner-text em, section.q25-static-hero-banner-section .banner-text i {
    font-size: calc(40px * 1.05);
  }
}
@media only screen and (max-width: 370px) {
  section.q25-static-hero-banner-section .banner-text em, section.q25-static-hero-banner-section .banner-text i {
    font-size: calc(34px * 1.05);
  }
}
section.q25-static-hero-banner-section .usp-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 575.98px) {
  section.q25-static-hero-banner-section .usp-container {
    justify-content: center;
  }
}
section.q25-static-hero-banner-section .usp-container .usp {
  flex: 1;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  flex-flow: column nowrap;
  color: var(--text-alternate-color);
}
@media only screen and (max-width: 575.98px) {
  section.q25-static-hero-banner-section .usp-container .usp {
    min-width: 110px;
    max-width: 50%;
  }
}
section.q25-static-hero-banner-section .usp-container .usp .value {
  line-height: 1;
  font-size: 64px;
  font-weight: 600;
  color: currentColor;
  font-family: var(--secondary-font-family);
}
@media only screen and (max-width: 575.98px) {
  section.q25-static-hero-banner-section .usp-container .usp .value {
    font-size: 48px;
  }
}
section.q25-static-hero-banner-section .usp-container .usp .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: inherit;
}
@media only screen and (max-width: 991.98px) {
  section.q25-static-hero-banner-section .usp-container .usp .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  section.q25-static-hero-banner-section .usp-container .usp .text {
    font-size: 14px;
  }
}
.q25-single-post-section {
  /*
    width: 100%;
    display: flex; 
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column nowrap;
    */
}
.q25-single-post-section__header {
  padding-bottom: 30px;
  background: var(--secondary-background-color);
}
.q25-single-post-section__header__container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 50px;
}
.q25-single-post-section__header__container .post-info-content {
  flex: 1;
  max-width: 850px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column nowrap;
  gap: 20px;
}
.q25-single-post-section__header__container .post-info-content .post-author, .q25-single-post-section__header__container .post-info-content .post-heading, .q25-single-post-section__header__container .post-info-content .post-subheading, .q25-single-post-section__header__container .post-info-content .post-published-date {
  color: var(--text-alternate-color);
}
.q25-single-post-section__header__container .post-info-content .post-subheading {
  color: var(--accent-1-color);
  font-style: italic;
  font-family: var(--secondary-font-family);
}
.q25-single-post-section__header__container .post-info-content .post-heading {
  margin-bottom: 20px;
}
.q25-single-post-section__header__container .post-info-content .post-author {
  font-size: 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 10px;
}
.q25-single-post-section__header__container .post-info-content .post-author svg {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
.q25-single-post-section__header__container .post-info-content .post-author svg path {
  color: var(--text-alternate-color);
}
.q25-single-post-section__header__container .post-info-content .post-published-date {
  opacity: 0.65;
  font-size: 16px;
}
.q25-single-post-section__header__container ul.post-tags {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex: 1;
  max-width: 250px;
}
.q25-single-post-section__header__container ul.post-tags li, .q25-single-post-section__header__container ul.post-tags li a {
  line-height: 2;
  font-size: 16px;
  text-align: right;
  text-decoration: none;
  color: var(--text-alternate-color);
}
.q25-single-post-section__header__container ul.post-tags li:hover, .q25-single-post-section__header__container ul.post-tags li a:hover {
  text-decoration: underline;
}
.q25-single-post-section__main-content {
  width: 100%;
  margin-top: -50px;
  padding-top: 100px;
  padding-bottom: 120px;
  background: var(--primary-background-color);
  border-radius: var(--section-border-radius);
}
.q25-single-post-section__main-content__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 50px;
  width: 100%;
  max-width: 850px;
  font-size: 18px;
}
.q25-single-post-section__main-content__container .content-section {
  width: 100%;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 30px;
}
.q25-single-post-section__main-content__container .content-section .content, .q25-single-post-section__main-content__container .content-section .content-image {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 20px;
}
.q25-single-post-section__main-content__container .content-section .content-image {
  overflow: hidden;
  border-radius: 10px;
  height: auto;
}
.q25-single-post-section__main-content__container .content-section .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.q25-single-post-section__main-content__container .content-section .content *:not(h1, h2, h3, h4, h5, h6) {
  font-size: 18px;
}
@media only screen and (max-width: 991.98px) {
  .q25-single-post-section__main-content__container .content-section .content *:not(h1, h2, h3, h4, h5, h6) {
    font-size: 16px;
  }
}
.q25-single-post-section__main-content__container .content-section .content ul, .q25-single-post-section__main-content__container .content-section .content ol {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 10px;
}
.q25-single-post-section__main-content__container .content-section .content ul li::marker, .q25-single-post-section__main-content__container .content-section .content ol li::marker {
  font-weight: 500;
}
.q25-single-post-section__main-content__container .content-section .content b {
  font-weight: 500;
}
.q25-single-post-section__main-content__container .content-section .content > img, .q25-single-post-section__main-content__container .content-section .content p > img {
  overflow: hidden;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}
.q25-white-paper-post-section {
  /*
    width: 100%;
    display: flex; 
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column nowrap;
    */
}
.q25-white-paper-post-section__header {
  background: var(--secondary-background-color);
  padding-bottom: 50px;
}
@media only screen and (max-width: 575.98px) {
  .q25-white-paper-post-section__header {
    padding-bottom: 50px;
  }
}
.q25-white-paper-post-section__header__container {
  width: 100%;
  max-width: calc(900px + ( var( --page-width-padding ) * 2 ));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 45px;
}
.q25-white-paper-post-section__header__container .post-info-content {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column nowrap;
  gap: 20px;
}
.q25-white-paper-post-section__header__container .post-info-content .post-author, .q25-white-paper-post-section__header__container .post-info-content .post-heading, .q25-white-paper-post-section__header__container .post-info-content .post-subheading, .q25-white-paper-post-section__header__container .post-info-content .post-published-date {
  color: var(--text-alternate-color);
}
.q25-white-paper-post-section__header__container .post-info-content .post-subheading {
  color: var(--accent-1-color);
  font-style: italic;
  font-family: var(--secondary-font-family);
}
.q25-white-paper-post-section__header__container .post-info-content .post-author {
  font-size: 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 10px;
}
.q25-white-paper-post-section__header__container .post-info-content .post-author svg {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
.q25-white-paper-post-section__header__container .post-info-content .post-author svg path {
  color: var(--text-alternate-color);
}
.q25-white-paper-post-section__header__container .post-info-content .post-published-date {
  opacity: 0.65;
  font-size: 16px;
}
.q25-white-paper-post-section__header__container ul.post-tags {
  width: 100%;
  max-width: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-flow: column nowrap;
}
.q25-white-paper-post-section__header__container ul.post-tags li.post-tag {
  font-size: 16px;
  text-decoration: underline;
  color: var(--text-alternate-color);
}
.q25-white-paper-post-section__header__container .post-description {
  flex: 100%;
  width: 100%;
  min-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 20px;
  color: var(--text-alternate-color);
  font-size: 18px;
}
@media only screen and (max-width: 991.98px) {
  .q25-white-paper-post-section__header__container .post-description {
    font-size: 16px;
  }
}
.q25-white-paper-post-section__header__container .post-description * {
  color: inherit;
  font-size: inherit;
}
.q25-white-paper-post-section__header__container .q25-partner-logos-slider.swiper {
  flex: 100%;
  width: 100%;
  min-width: 100%;
  margin-top: 10px;
  padding-top: 50px;
  border-top: solid 1px #f4fcfb10;
}
.q25-white-paper-post-section__header__container .q25-partner-logos-slider.swiper.swiper-loading .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  opacity: 0;
}
.q25-white-paper-post-section__header__container .q25-partner-logos-slider.swiper.swiper-loading .logo-container {
  min-width: 50px;
  width: calc(16.6%);
  max-width: calc(16.6%);
}
.q25-white-paper-post-section__header__container .q25-partner-logos-slider.swiper .swiper-slide {
  height: auto;
  max-height: 80px;
}
.q25-white-paper-post-section__header__container .q25-partner-logos-slider.swiper .swiper-slide img.logo {
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.4;
}
.q25-white-paper-post-text-image-section {
  overflow: hidden;
  position: relative;
  margin-top: -50px;
  border-radius: var(--section-border-radius);
  background: var(--primary-background-color);
  padding-bottom: 30px;
}
.q25-white-paper-post-text-image-section__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 50px 100px;
  padding-top: calc(var( --vertical-spacing ) - 50px);
}
@media only screen and (max-width: 991.98px) {
  .q25-white-paper-post-text-image-section__container {
    gap: 30px 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .q25-white-paper-post-text-image-section__container {
    flex-flow: column nowrap;
  }
}
.q25-white-paper-post-text-image-section__image {
  overflow: hidden;
  border-radius: 5px;
  height: auto;
  width: 30%;
  min-width: clamp(300px, 35%, 700px);
  max-width: 446px;
  aspect-ratio: 0.9028340081;
}
@media only screen and (max-width: 767.98px) {
  .q25-white-paper-post-text-image-section__image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.q25-white-paper-post-text-image-section__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.q25-white-paper-post-text-image-section__content {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 15px;
}
.q25-white-paper-post-text-image-section__content .description, .q25-white-paper-post-text-image-section__content .description * {
  font-size: 18px;
}
@media only screen and (max-width: 991.98px) {
  .q25-white-paper-post-text-image-section__content .description, .q25-white-paper-post-text-image-section__content .description * {
    font-size: 16px;
  }
}
.q25-white-paper-post-text-image-section__content .description ul {
  margin: 0;
}
.q25-white-paper-quote-banner-section {
  overflow: hidden;
  margin-top: -50px;
  border-radius: var(--section-border-radius);
  background: var(--accent-2-color);
  padding-bottom: 50px;
}
.q25-white-paper-quote-banner-section__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 20px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.q25-white-paper-quote-banner-section__container .quote-text, .q25-white-paper-quote-banner-section__container .quote-author {
  width: 100%;
  max-width: 700px;
  text-align: center;
  color: var(--text-primary-color);
}
.q25-white-paper-quote-banner-section__container .quote-text {
  font-style: italic;
  font-family: var(--secondary-font-family);
  line-height: 1.5;
}
.q25-white-paper-quote-banner-section__container .quote-author {
  font-size: 18px;
}
.q25-white-paper-post-form-section {
  position: relative;
  margin-top: -50px;
  border-radius: var(--section-border-radius);
  background: var(--secondary-background-color);
}
.q25-white-paper-post-form-section__container {
  width: 100%;
  max-width: calc(900px + ( var( --page-width-padding ) * 2 ));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 70px;
}
@media only screen and (max-width: 767.98px) {
  .q25-white-paper-post-form-section__container {
    gap: 40px;
  }
}
.q25-white-paper-post-form-section__header {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 25px;
}
.q25-white-paper-post-form-section__header .heading, .q25-white-paper-post-form-section__header .description {
  width: 100%;
  text-align: center;
  color: var(--text-alternate-color);
}
.q25-white-paper-post-form-section__header .heading {
  font-style: italic;
  font-family: var(--secondary-font-family);
}
.q25-white-paper-post-form-section form.wpcf7-form {
  color: var(--text-alternate-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  gap: 30px 35px;
  /*
        .wpcf7-response-output {
            color: var( --text-alternate-color );
        }
        */
}
@media only screen and (max-width: 767.98px) {
  .q25-white-paper-post-form-section form.wpcf7-form {
    flex-flow: column nowrap;
  }
}
.q25-white-paper-post-form-section form.wpcf7-form input.wpcf7-submit {
  color: #1A1A1A;
  background: #F4FCFB;
  border-color: #1A1A1A;
  /*
            &:hover {
                color: #F4FCFB;
                border-color: #F4FCFB;
                background-color: #1A1A1A;
            }
            */
}
.q25-white-paper-post-form-section form.wpcf7-form p:not(:has(.wpcf7-submit)) {
  flex: 1;
  min-width: calc(50% - 17.5px);
}
@media only screen and (max-width: 767.98px) {
  .q25-white-paper-post-form-section form.wpcf7-form p:not(:has(.wpcf7-submit)) {
    min-width: 100%;
    text-align: center;
  }
}
.q25-white-paper-post-form-section form.wpcf7-form p:not(:has(.wpcf7-submit)):nth-of-type(n + 3) {
  min-width: 100%;
}
.q25-white-paper-post-form-section form.wpcf7-form p:not(:has(.wpcf7-submit)) label {
  color: var(--text-alternate-color);
}
.q25-white-paper-post-section__main-content {
  width: 100%;
  margin-top: -50px;
  padding-top: 100px;
  padding-bottom: 120px;
  background: var(--primary-background-color);
  border-radius: var(--section-border-radius);
}
.q25-white-paper-post-section__main-content__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 50px;
  width: 100%;
  max-width: 850px;
  font-size: 18px;
}
.q25-white-paper-post-section__main-content__container .content-section {
  width: 100%;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 30px;
}
.q25-white-paper-post-section__main-content__container .content-section .content, .q25-white-paper-post-section__main-content__container .content-section .content-image {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 20px;
}
.q25-white-paper-post-section__main-content__container .content-section .content-image {
  overflow: hidden;
  border-radius: 10px;
  height: auto;
}
.q25-white-paper-post-section__main-content__container .content-section .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-sharing {
  pointer-events: all;
  position: fixed;
  inset: 50% 0 auto auto;
  translate: 0 -50%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 20px;
  padding: 15px;
  border-radius: 5px;
  background: var(--secondary-background-color);
}
.social-sharing .social-link {
  width: 30px;
  height: 30px;
}
.social-sharing .social-link svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.social-sharing .social-link svg path {
  color: var(--text-alternate-color);
}
.q25-services-page-section {
  /*
    width: 100%;
    display: flex; 
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column nowrap;
    */
}
.q25-services-page-section__header {
  isolation: isolate;
  position: relative;
  background: var(--secondary-background-color);
}
.q25-services-page-section__header::before {
  content: "";
  width: 100%;
  height: 50px;
  border-radius: var(--section-border-radius);
  background: var(--primary-background-color);
  position: absolute;
  inset: auto 0 -1px 0;
  z-index: -1;
}
.q25-services-page-section__header__container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 50px;
}
@media only screen and (min-width: 1200px) {
  .q25-services-page-section__header__container {
    padding-top: 100px;
  }
}
.q25-services-page-section__header__container .post-info-content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column nowrap;
  gap: 20px;
  /*
            .post-heading {
                margin-bottom: 20px;
            }
            */
}
@media only screen and (max-width: 767.98px) {
  .q25-services-page-section__header__container .post-info-content {
    gap: 15px;
  }
}
.q25-services-page-section__header__container .post-info-content .post-author, .q25-services-page-section__header__container .post-info-content .post-heading, .q25-services-page-section__header__container .post-info-content .post-subheading, .q25-services-page-section__header__container .post-info-content .post-published-date {
  color: var(--text-alternate-color);
  max-width: clamp(200px, calc(65% - 30px), 850px);
}
@media only screen and (max-width: 767.98px) {
  .q25-services-page-section__header__container .post-info-content .post-author, .q25-services-page-section__header__container .post-info-content .post-heading, .q25-services-page-section__header__container .post-info-content .post-subheading, .q25-services-page-section__header__container .post-info-content .post-published-date {
    max-width: 100%;
  }
}
.q25-services-page-section__header__container .post-info-content .post-subheading {
  color: var(--accent-1-color);
  font-style: italic;
  font-family: var(--secondary-font-family);
}
.q25-services-page-section__header__container .post-info-content .post-author {
  font-size: 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 10px;
}
.q25-services-page-section__header__container .post-info-content .post-author svg {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
.q25-services-page-section__header__container .post-info-content .post-author svg path {
  color: var(--text-alternate-color);
}
.q25-services-page-section__header__container .post-info-content .post-published-date {
  opacity: 0.65;
  font-size: 16px;
}
.q25-services-page-section__header__container .post-info-content .featured-image {
  overflow: hidden;
  position: absolute;
  inset: 0 0 auto auto;
  aspect-ratio: 0.9028340081;
  border-radius: 5px;
  width: clamp(250px, 35%, 450px);
  min-width: 250px;
}
@media only screen and (min-width: 1200px) {
  .q25-services-page-section__header__container .post-info-content .featured-image {
    inset: auto 0 0 auto;
    translate: 0 calc(var(--vertical-spacing ) + 100px);
  }
}
@media only screen and (max-width: 767.98px) {
  .q25-services-page-section__header__container .post-info-content .featured-image {
    position: static;
    width: 100%;
    margin-top: 25px;
    margin-bottom: calc(( var( --vertical-spacing ) + 100px ) * -1);
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-services-page-section__header__container .post-info-content .featured-image {
    margin-bottom: calc(( var( --vertical-spacing ) + 90px ) * -1);
  }
}
.q25-services-page-section__header__container .post-info-content .featured-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.q25-services-page-section__description-wrapper {
  width: 100%;
  background: var(--primary-background-color);
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .q25-services-page-section__description-wrapper {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-services-page-section__description-wrapper {
    padding-bottom: 25px;
  }
}
.q25-services-page-section__description-wrapper__container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 30px;
}
@media only screen and (max-width: 767.98px) {
  .q25-services-page-section__description-wrapper__container {
    flex-flow: column nowrap;
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-services-page-section__description-wrapper__container {
    gap: 20px;
  }
}
.q25-services-page-section__description-wrapper__container .description {
  flex: 1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .q25-services-page-section__description-wrapper__container .description {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .q25-services-page-section__description-wrapper__container .description {
    margin-bottom: 0;
  }
}
.q25-services-page-section__description-wrapper__container::after {
  content: "";
  display: block;
  min-width: 250px;
  width: clamp(250px, 35%, 450px);
  aspect-ratio: 2.0552995392;
  background: pink;
  visibility: hidden;
}
@media only screen and (min-width: 1200px) {
  .q25-services-page-section__description-wrapper__container::after {
    margin-bottom: 0px;
    aspect-ratio: 4.3725490196;
  }
}
@media only screen and (min-width: 768px) {
  .q25-services-page-section__description-wrapper__container::after {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .q25-services-page-section__description-wrapper__container::after {
    order: -1;
    aspect-ratio: 0.9028340081;
    margin-top: calc(-100% + 50px);
    width: 100%;
  }
}
.q25-services-page-section__text-image {
  position: relative;
  isolation: isolate;
}
.q25-services-page-section__text-image__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 50px;
}
@media only screen and (max-width: 575.98px) {
  .q25-services-page-section__text-image__container {
    gap: 30px;
  }
}
.q25-services-page-section__text-image__container .image-1, .q25-services-page-section__text-image__container .image-2 {
  object-fit: cover;
}
.q25-services-page-section__text-image__container .image-1 {
  border-radius: 0 5px 5px 0;
  z-index: -2;
  position: absolute;
  inset: 0 auto auto 0;
  aspect-ratio: 0.9598765432;
  height: auto;
  width: calc(50vw - 100px);
  max-height: 50%;
}
@media only screen and (min-width: 390px) {
  .q25-services-page-section__text-image__container .image-1 {
    object-position: center right;
  }
}
@media only screen and (max-width: 1199.98px) {
  .q25-services-page-section__text-image__container .image-1 {
    aspect-ratio: 0.9598765432;
    width: calc(50vw - (var(--page-width-padding)* 0) - 50px);
    max-width: calc(50vw - (var(--page-width-padding)* 0) - 50px);
    inset: 0 auto auto calc(var(--page-width-padding) * -1);
    min-width: calc(50vw - (var(--page-width-padding)* 0) - 50px);
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-services-page-section__text-image__container .image-1 {
    height: 250%;
    max-height: 250%;
    min-width: unset;
    aspect-ratio: 1.5;
    width: calc(48.5vw - (var(--page-width-padding)* 2) - 50px);
    max-width: calc(48.5vw - (var(--page-width-padding)* 2) - 50px);
    inset: 0 auto auto calc(var(--page-width-padding) * -1);
  }
}
@media only screen and (max-width: 490px) {
  .q25-services-page-section__text-image__container .image-1 {
    height: 170%;
    max-height: 170%;
    aspect-ratio: 1.5;
    width: calc(40.5vw - ( var( --page-width-padding) * 2 ) - 30px);
    max-width: calc(40.5vw - ( var( --page-width-padding) * 2 ) - 30px);
    inset: 0 auto auto calc(var( --page-width-padding) * -1);
  }
}
@media only screen and (max-width: 390px) {
  .q25-services-page-section__text-image__container .image-1 {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: unset;
    border-radius: 5px;
    aspect-ratio: 1.5;
  }
}
.q25-services-page-section__text-image__container .image-2 {
  z-index: -1;
  height: auto;
  width: 100%;
  aspect-ratio: 1.5;
  border-radius: 5px;
}
.q25-services-page-section__text-image__container .text-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 15px 50px;
}
@media only screen and (max-width: 575.98px) {
  .q25-services-page-section__text-image__container .text-image-container {
    position: relative;
  }
}
@media only screen and (max-width: 390px) {
  .q25-services-page-section__text-image__container .text-image-container {
    gap: 15px 30px;
  }
}
.q25-services-page-section__text-image__container .text-image-container > *:not(img) {
  font-size: 22px;
  margin-left: auto;
  min-width: calc(50% + 50px);
  max-width: calc(50% + 50px);
}
@media only screen and (max-width: 575.98px) {
  .q25-services-page-section__text-image__container .text-image-container > *:not(img) {
    min-width: calc(50% + 50px);
    max-width: calc(50% + 50px);
  }
}
@media only screen and (max-width: 490px) {
  .q25-services-page-section__text-image__container .text-image-container > *:not(img) {
    min-width: calc(78.5% - 30px);
    max-width: calc(78.5% - 30px);
  }
}
@media only screen and (max-width: 390px) {
  .q25-services-page-section__text-image__container .text-image-container > *:not(img) {
    max-width: 100%;
    min-width: 100%;
  }
}
.q25-services-page-section__text-image__container .additional-content-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  max-width: 850px;
}
@media only screen and (max-width: 575.98px) {
  .q25-services-page-section__text-image__container .additional-content-wrapper {
    gap: 30px;
  }
}
.q25-services-page-section__text-image__container .additional-content-wrapper .content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 15px;
}
.q25-services-page-section__text-image__container .text-image-container > p, .q25-services-page-section__text-image__container .additional-content-wrapper .content > p {
  font-size: 22px;
}
@media only screen and (max-width: 991.98px) {
  .q25-services-page-section__text-image__container .text-image-container > p, .q25-services-page-section__text-image__container .additional-content-wrapper .content > p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .q25-services-page-section__text-image__container .text-image-container > p, .q25-services-page-section__text-image__container .additional-content-wrapper .content > p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .q25-services-page-section__text-image__container .text-image-container > p, .q25-services-page-section__text-image__container .additional-content-wrapper .content > p {
    font-size: 16px;
  }
}
section.q25-insights-grid-section {
  width: 100%;
  background: var(--primary-background-color);
}
section.q25-insights-grid-section .insights-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: column nowrap;
  gap: 40px;
}
@media only screen and (max-width: 991.98px) {
  section.q25-insights-grid-section .insights-container {
    gap: 30px;
  }
}
section.q25-insights-grid-section .insights-container .insights-header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 50px 30px;
  padding: var(--vertical-spacing) 0 30px;
}
section.q25-insights-grid-section .insights-container .insights-header .heading-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column nowrap;
  gap: 10px;
  max-width: 500px;
}
@media only screen and (min-width: 1025px) {
  section.q25-insights-grid-section .insights-container .insights-header .heading-content {
    max-width: 600px;
  }
}
section.q25-insights-grid-section .insights-container .insights-header .heading-content .heading, section.q25-insights-grid-section .insights-container .insights-header .heading-content .subtitle {
  text-align: left;
}
section.q25-insights-grid-section .insights-container .insights-header .heading-content .heading {
  color: var(--primary-color);
  font-style: italic;
  font-family: var(--secondary-font-family);
}
section.q25-insights-grid-section .insights-container .insights-header .heading-content .subtitle {
  color: var(--text-primary-color);
}
section.q25-insights-grid-section .insights-container .insights-header .cs-filter-container {
  position: relative;
  width: clamp(200px, 100%, 300px);
}
section.q25-insights-grid-section .insights-container .insights-header .cs-filter-container select#cs-filter-select {
  width: 100%;
  appearance: none;
  font-weight: 400;
  border: 2px solid var(--text-primary-color);
  color: var(--text-primary-color);
  border-radius: 5px;
  padding: 0 20px 0 15px;
  min-height: 45px;
  background: none;
  background-color: var(--primary-background-color);
}
section.q25-insights-grid-section .insights-container .insights-header .cs-filter-container::after {
  content: "";
  pointer-events: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -80%;
  rotate: 135deg;
  border: solid 1px var(--text-primary-color);
  border-width: 2px 2px 0 0;
}
section.q25-insights-grid-section .insights-container .load-more {
  margin: 0 auto;
}
section.q25-insights-grid-section .insights-container .load-more::after {
  border: solid 1px var(--text-primary-color);
  border-right: solid 1px transparent;
}
section.q25-insights-grid-section .insights-container .insights-grid {
  width: 100%;
  display: grid;
  gap: 50px 30px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767.98px) {
  section.q25-insights-grid-section .insights-container .insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575.98px) {
  section.q25-insights-grid-section .insights-container .insights-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
section.q25-insights-grid-section .insights-container .insights-grid .no-results {
  width: 100%;
  font-size: 22px;
  text-align: center;
  grid-column: 1 / -1;
  padding: 60px 0;
  opacity: 0.7;
  color: var(--text-primary-color, #1A1A1A);
}
.q25-404-section, section.q25-404-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 80px);
}
.q25-404-section__container, section.q25-404-section__container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 40px;
}
.q25-404-section__content, section.q25-404-section__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 15px;
}
.q25-404-section__content .text, .q25-404-section__content .heading, section.q25-404-section__content .text, section.q25-404-section__content .heading {
  width: 100%;
  text-align: center;
}
.q25-404-section__content .heading, section.q25-404-section__content .heading {
  font-size: 160px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  font-family: var(--secondary-font-family);
}
@media only screen and (max-width: 767.98px) {
  .q25-404-section__content .heading, section.q25-404-section__content .heading {
    font-size: 120px;
  }
}
.q25-404-section__content .heading *, section.q25-404-section__content .heading * {
  font-size: inherit;
}
.q25-404-section__content .heading em::after, section.q25-404-section__content .heading em::after {
  inset: auto auto 0.75rem 50%;
}
.q25-404-section__content .text, section.q25-404-section__content .text {
  font-size: 16px;
}
.q25-404-section__content .button, section.q25-404-section__content .button {
  margin-top: 20px;
}
/**
 * Swiper 6.8.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 22, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff}.swiper-container{margin-left:auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
.modal-dialog.modal-dialog-centered.edit-team-member {
  max-width: 800px;
}
.modal-dialog .form-control {
  background-color: #eee;
}
html, body {
  overflow-x: hidden;
}
body * {
  /* outline:1px solid red; */
}
/*
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
blockquote,
.tf {
  font-family: "Noto Serif Display", serif;
}
*/
/*
nav,
.logo p {
  font-family: "Noto Serif Display", serif;
  font-size: 16px;
}
*/
.search-box button.navbar-toggler {
  border: 0;
  border-radius: 0;
  background-color: #c14953;
  padding: 8px;
  padding-bottom: 10px;
}
/*
p,
span,
p > a,
li {
  font-family: "Yaldevi", sans-serif;
  font-size: 16px;
}
*/
/*
a {
  font-family: "Noto Serif Display", serif;
  font-size: 16px;
  font-weight: bold;
  color: $primaryColor;
}
*/
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: white;
}
/*
a:hover{
  color:#119fac;
}
*/
li {
  font-weight: 300;
}
.bannertext {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.bannertext.testimonials {
  position: static;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5% 15%;
}
.bannertext .testimonial-quote-symbol {
  position: relative;
}
.bannertext .testimonial-quote-symbol::before {
  position: absolute;
  content: '"';
  left: calc(-30px - 1vw);
  top: -30px;
  font-size: clamp(3em, 5vw, 4em);
  z-index: 1;
  color: #2a3242;
}
.bannertext .testimonial-quote-symbol::after {
  position: absolute;
  content: '"';
  right: calc(-30px - 1vw);
  top: -30px;
  font-size: clamp(3em, 5vw, 4em);
  z-index: 1;
  color: #2a3241;
}
.clippeditem {
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
  width: 480px;
  background-position: center;
  background-repeat: no-repeat;
}
.banneritem {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}
#clipsvg {
  display: none;
}
.bannertext h1 {
  color: white;
  font-family: "Noto Serif Display", serif;
}
.main-header .logo img {
  height: 65px;
}
.hidden {
  visibility: hidden;
}
.e-btn {
  font-family: "Noto Serif Display", serif;
  margin-left: 0 !important;
  border: none;
  font-weight: 700;
  display: inline-block;
  background-color: #707070;
  color: #ffffff;
  padding: 15px 40px;
  transition: 0.3s;
}
.e-btn:hover {
  color: white;
  text-decoration: none !important;
}
.btn-pri {
  background-color: #2a3241;
}
.btn-pri:hover {
  background-color: #384257;
}
.btn-sec {
  background-color: #119fac;
  color: white;
}
.btn-sec:hover {
  background-color: #0f8995;
}
.btn-acc {
  background-color: #c14953;
}
.btn-acc:hover {
  background-color: #af3c45;
}
a.header-btn {
  display: inline-block;
  background-color: #c14953;
  color: #ffffff;
  padding: 10px 30px;
}
a.header-btn:hover {
  background: #af3c45;
  color: #ffffff;
}
.logo p {
  display: inline;
  margin-left: 10px;
  font-size: 24px;
}
form.search-form button {
  border: 0px;
  padding: 10px;
  color: grey;
}
.postimage {
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-qfacfblock.post-slider .item .read-more {
  margin-top: auto;
}
.postitem {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  background: white;
  padding-top: 20px;
  color: #2a3242;
  width: 100%;
}
.postitemmargins {
  margin: 0 20px;
}
.postitem h3 {
  color: #2a3242;
  font-size: 24px;
  margin-bottom: 12px;
}
.postitem p {
  color: #2a3242;
}
.postitem .read-more {
  color: #2a3242;
  margin: auto 20px 10px;
  font-size: 15px;
  text-decoration: underline !important;
}
.postitem span {
  font-weight: bold;
}
section.events-slider {
  padding-top: 4rem;
}
section.events-slider .section-slider .item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.events-slider .section-slider .item .content {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section-qfacfblock.post-slider .item .content {
  padding: 30px;
}
section.events-slider .section-slider .item h3 {
  color: #2a3242;
  font-size: 24px;
  margin-bottom: 10px;
}
section.events-slider .section-slider .item .content a.read-more {
  margin-top: 20px;
}
section.events-slider .section-slider .item .content .events-excerpt {
  margin: auto 0;
}
#linkedin h2 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 544px) {
  #linkedin a:last-of-type {
    margin-top: 1rem;
  }
}
.owl-carousel .owl-stage {
  display: flex;
}
.image-column {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.insights-filter-container {
  margin-top: 3%;
  margin-bottom: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.insights-filter-container .insights-filter-container-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 5%;
}
.insights-filter-container form {
  text-align: center;
}
.insights-filter-container label {
  font-family: "Noto Serif Display", serif;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  text-align: left;
}
.insights-filter-container button {
  border: none;
  margin-left: auto !important;
  align-self: center;
}
.insights-filter-container select {
  background-color: #ebebeb;
  border: none;
  font-family: "Yaldevi", serif;
  padding: 10px;
  width: 250px;
  height: 50px;
}
.insights-filter-container .insights-select-group {
  display: flex;
  flex-direction: column;
}
.tile-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.post-item-card {
  min-height: 280px;
  display: flex;
  width: 100%;
  position: relative;
}
.post-item-card img {
  object-fit: cover;
  object-position: top;
  max-height: 150px;
}
.post-item-card .post-item-content {
  padding: 1.5rem;
  flex: 1;
}
.post-item-card .post-item-content a {
  text-decoration: none;
  color: #2a3242;
  font-size: 14px !important;
}
.post-item-card .post-item-content a:hover {
  color: #1b7081;
  text-decoration: underline;
}
.post-item-card .post-item-content h4 {
  margin-bottom: 0.75rem;
  max-width: 85%;
  font-size: 20px;
}
.post-item-card .post-item-content p {
  margin-bottom: 10px;
  font-size: 14px;
}
.custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: auto;
  justify-content: center;
  gap: 29px;
  margin: 20px 0;
}
@media (max-width: 1100px) {
  .custom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .custom-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-grid-card {
  display: flex;
  background-color: #f8f8f8;
  min-height: 280px;
  color: #2a3242;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-grid-header {
  background-color: #1b7081;
  padding: 1.5rem;
  color: white;
}
.custom-grid-card-left {
  padding: 1.5rem;
  padding-right: calc(1.5rem / 3);
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 60%;
  background-color: inherit;
}
.custom-grid-card-left a {
  text-decoration: none;
  color: #2a3242;
  font-size: 14px !important;
}
.custom-grid-card-left a:hover {
  color: #1b7081;
  text-decoration: underline;
}
.custom-grid-card-left h4 {
  margin-bottom: 0.75rem;
  font-size: 20px;
}
.custom-grid-card-left p {
  margin-bottom: auto;
  font-size: 14px;
}
.custom-grid-card-right {
  height: 100%;
}
.custom-grid-card-left.override-full {
  width: 100%;
  padding: 1.5rem;
}
.custom-grid-item {
  margin: 10px;
  background-color: #f0f0f0f0;
}
.custom-grid-item a {
  color: #1b7081;
}
.custom-grid-content {
  padding: 20px;
  margin: auto 0;
}
.show-more-button {
  background-color: #c14953;
  color: white;
  display: block;
  margin: 1rem auto;
  font-family: "Noto Serif Display", serif;
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 40px;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.resource-grid-card.hide-item, .custom-grid-card.hide-item, .events-grid-card.hide-item, .profile-card.hide-item, .post-item-card.hide-item, .hide-item {
  display: none;
}
.custom-grid-image {
  height: 100%;
  width: 175px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-grid-card.hide-item {
  display: none;
}
.resource-grid-card {
  background-color: #f8f8f8;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  position: relative;
  min-height: 280px;
}
.ARC {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px !important;
}
.resource-grid-card-heading {
  font-family: "Noto Serif Display", serif;
  font-size: 20px;
  margin-bottom: 0.75rem;
  padding-right: 45px;
}
.resource-grid-card-heading a {
  font-family: "Noto Serif Display", serif;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0.75rem;
  padding-right: 45px;
}
.resource-grid-card-heading a:hover {
  color: #119fac;
}
.resource-date {
  margin: 0;
  font-family: "Noto Serif Display", serif;
  margin-bottom: 0.75rem;
}
.resource-excerpt {
  margin-bottom: auto;
}
.resource-download {
  margin-top: 0.75rem;
  font-size: 14px !important;
}
.resource-download:hover {
  color: #1b7081;
  text-decoration: underline;
}
.events-grid-card {
  display: flex;
  position: relative;
}
.events-grid-header {
  background-color: #119fac;
  padding: 1em;
  color: white;
}
.events-grid-item {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
}
.events-grid-item.hide-item {
  display: none;
}
.events-grid-item a {
  color: #2a3242;
  font-family: "Noto Serif Display";
}
.events-grid-item a:hover {
  color: #119fac;
  text-decoration: underline;
}
.events-grid-item h4 {
  color: #2a3242;
  margin-bottom: 1rem;
  font-size: 20px;
}
.events-grid-content {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  font-size: 14px;
}
.events-grid-content p {
  font-size: 14px;
}
.events-grid-content .read-more {
  margin-top: auto;
}
.events-hero {
  width: 100%;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.5);
}
.events-hero.light {
  background-color: #ffffff;
  color: black;
}
.events-hero.dark {
  background-color: #2a3342;
  color: white;
}
.events-hero.hero-image {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  background-blend-mode: overlay;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.events-hero img {
  object-fit: cover;
  width: 100%;
}
.event-resources-banner {
  background-color: #c14953;
  color: white;
  text-align: center;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 0 0 20px 0;
}
.acf-map img {
  max-width: inherit !important;
}
.search-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10% 5%;
  text-align: center;
  background-color: #b4b4b4b4;
  display: flex;
  max-height: 400px;
}
@media screen and (max-width: 767px) {
  .search-hero {
    max-height: unset;
  }
}
.search-hero h1 {
  margin-bottom: 1.3rem;
}
.search-hero h1 span {
  font: inherit;
  white-space: nowrap;
}
.search-hero h2 {
  font-size: 20px;
  text-align: center;
  max-width: 350px;
  margin-bottom: 10px;
}
.search-hero .fab.fa-linkedin-in {
  color: white;
  background-color: #2a3342;
  padding: 17px 6px;
  line-height: 0;
  font-size: 1.5rem;
  border-radius: 3px;
}
.partners-container {
  padding: 5%;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.partners-container .partners-card {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  padding: 1%;
  flex: 100%;
}
.partners-container .partners-card h2 {
  margin-bottom: 10px;
}
.partners-container .partners-card a {
  margin-top: auto;
  max-width: fit-content;
}
.partners-container .partners-card .partners-image {
  background-color: white;
  padding: 3%;
  height: 278px;
  width: 100%;
  margin-bottom: 20px;
}
.partners-container .partners-card img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .partners-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .partners-container .partners-card .partners-image {
    height: 150px;
  }
}
@media screen and (max-width: 420px) {
  .partners-container p {
    font-size: 0.9rem;
  }
}
.archive-hero {
  width: 100%;
  min-height: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: #2a3342;
  color: white;
}
.archive-hero span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}
@media screen and (min-width: 768px) {
  .archive-hero {
    min-height: 280px;
  }
}
.profile-card {
  background-color: #f8f8f8;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.profile-card-info p {
  margin-bottom: 10.5px;
}
.profile-card a:hover {
  color: #1b7081 !important;
  cursor: pointer;
}
.profile-card h4 {
  margin-bottom: 11.5px;
}
.profile-card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.profile-card-info {
  display: flex;
  flex-direction: column;
}
.profile-card img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  object-fit: cover;
  max-width: unset;
  display: block;
}
.profile-card-content {
  line-height: 1.5;
  height: 99px;
  overflow: hidden;
}
.profile-info {
  display: flex;
  gap: 5px;
}
.profile-info i {
  font-size: 1.7em;
}
@media screen and (min-width: 768px) {
  .archive-hero {
    min-height: 280px;
  }
}
@media (max-width: 900px) {
  .main-header .logo img {
    height: 40px !important;
  }
  .bannertext {
    width: 100% !important;
    position: relative;
    padding: 20px 0 0 0;
  }
  .banneritem {
    flex-direction: column;
    padding: 20px;
  }
  .clippeditem {
    background-size: cover;
    width: auto;
  }
  .section-qfacfblock.post-slider {
    padding: 30px 0;
  }
}
@media (max-width: 600px) {
  .main-header .logo img {
    height: 40px !important;
  }
  .bannertext {
    width: 100% !important;
    position: relative;
    padding: 20px 0 0 0;
  }
  .banneritem {
    flex-direction: column;
    padding: 20px;
  }
  .clippeditem {
    background-size: cover;
    width: auto;
  }
  .section-qfacfblock.post-slider {
    padding: 30px 0;
  }
}
.cookies-popup {
  position: fixed;
  left: 20px;
  bottom: 20px;
  right: 20px;
  max-width: 410px;
  background: #a00f36;
  color: #fff;
  padding: 15px 20px;
  border-radius: 0.25rem;
  z-index: 1500;
}
.members {
  position: relative;
}
.members::before {
  display: block;
  position: absolute;
  z-index: 10;
  background-image: url(https://www.easternafricaassociation.org/wp-content/uploads/2022/02/Members-Only-New.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  width: 84px;
  height: 84px;
  border-radius: 50%;
  right: -20px;
  top: -20px;
}
.loggedoutbanner {
  display: block;
  color: white;
  margin: auto;
  padding: 3%;
  background-color: #a00f36;
  text-align: center;
}
.loggedoutbanner a {
  color: inherit;
}
.login-title {
  text-align: center;
  color: white;
  background-color: #2a3242;
  padding: 5%;
}
.login-form {
  width: 50%;
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  margin: 0 auto 5%;
  gap: 10px;
}
@media screen and (max-width: 700px) {
  .login-form {
    width: 80%;
  }
}
.login-form label {
  font-family: "Noto Serif Display", serif;
  font-weight: bold;
  margin: 0;
}
.login-form input {
  font-family: "Noto Serif Display", serif;
  border: none;
  padding: 15px 10px;
  background-color: #f8f8f8;
}
.login-form .submit_button {
  background-color: #119fac;
}
.login-form .submit_button:hover {
  background-color: #0f8995;
}
.hero-block {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.hero-block h1 {
  margin: 0;
  margin-bottom: 1%;
}
.hero-block .hero-text {
  font-size: 14px;
}
.hero-block.light {
  background-color: #ffffff;
  color: black;
}
.hero-block.dark {
  background-color: #2a3342;
  color: white;
}
.hero-block.hero-image {
  background-image: url(" <?php echo $backgroundImg[0]?>");
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  background-blend-mode: overlay;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-block img {
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero-block {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 60px 30px;
  }
  .hero-block h1 {
    margin-bottom: 2%;
  }
  .hero-block p {
    font-size: 16px;
    max-width: 482px;
  }
  .hero-block.center p {
    font-size: 16px;
    max-width: 482px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-container {
  padding-top: 5%;
}
.contact-heading {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
.contact-info {
  font-family: "Noto Serif Display", serif;
}
.contact-info ul {
  padding-left: 0;
  margin-bottom: 3.5rem;
}
.contact-info li {
  list-style: none;
  margin: 20px 20px 0 0;
}
.contact-info li a {
  font-weight: normal;
}
.contact-us-hero {
  width: 100%;
  height: 220px;
  background-color: var(--darkBlue);
  color: white;
}
.contact-us-form {
  font-family: "Noto Serif Display", serif;
}
.contact-us-form span {
  width: 100%;
}
.contact-us-form label {
  width: 100%;
  font-family: "Noto Serif Display", serif;
  display: block;
  border: 0;
}
.contact-us-form input {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: #ebebeb;
  padding: 20px;
  display: block;
  width: 100%;
}
.contact-us-form label:first-of-type {
  margin-top: 1rem;
}
.contact-us-form textarea {
  border: none;
  border-radius: 0;
  padding: 20px 20px 0 20px;
  background-color: #ebebeb;
  width: 100%;
  display: block;
  height: 150px;
  resize: none;
}
.contact-us-form [type="submit"] {
  background-color: #c14953;
  width: fit-content;
  margin-left: auto !important;
  padding: 10px 30px;
}
.contact-us-form span.wpcf7-spinner {
  width: 24px;
  display: block;
  margin-left: auto;
}
.contact-us-form .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #c14953;
}
@media (max-width: 768px) {
  .contact-us-hero {
    width: 100%;
    height: 120px;
    background-color: var(--darkBlue);
    color: white;
  }
  .contact-info ul {
    margin-bottom: 2rem;
  }
}
/*
a {
  text-decoration: none !important;
  font-size: 1em !important;
}
a:hover {
  text-decoration: underline !important;
}
*/
img {
  max-width: 100%;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
p {
  font-weight: 300;
}
.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.container {
  max-width: 1440px;
}
.section-qfacfblock.content-block .content {
  padding: 7%;
}
.section-qfacfblock.content-block .content h2 {
  font-size: 2.25em;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #2a3242;
}
.section-qfacfblock.content-block .content p {
  margin-bottom: 1.6em;
  font-size: 1em;
  line-height: 1.5;
}
.section-qfacfblock.post-slider {
  padding: 4% 2.5%;
}
.section-qfacfblock.post-slider .section-header {
  margin-bottom: 30px;
}
.section-qfacfblock.post-slider .section-header h2 {
  font-size: 2.25em;
  letter-spacing: 1.1px;
  font-weight: 700;
  color: #2a3242;
}
.section-qfacfblock.post-slider .section-header p {
  margin-bottom: 1.5rem;
}
.section-qfacfblock.post-slider .item {
  background-color: #ffffff;
}
.section-qfacfblock.post-slider .item .content {
  padding: 20px;
}
.section-qfacfblock.post-slider .item h3 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0.4em;
}
.section-qfacfblock.post-slider .item .date {
  font-size: 1.2em;
  font-weight: 600;
  display: block;
  margin-bottom: 0.4em;
}
.section-qfacfblock.post-slider .item p {
  font-size: 1em;
  line-height: 1.5;
}
.section-qfacfblock.post-slider .item img {
  height: 100%;
}
.section-qfacfblock.post-slider .item .read-more {
  text-decoration: underline;
  font-size: 1.1em;
  font-weight: 600;
}
.section-qfacfblock.post-slider .item .read-more:hover {
  text-decoration: none;
}
.section-qfacfblock.post-slider .owl-stage {
  display: flex;
}
.owl-item {
  display: flex;
  flex: 1 0 auto;
}
.section-qfacfblock .section-slider {
  position: relative;
}
.section-qfacfblock .section-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  outline: 0;
}
.section-qfacfblock .section-slider .owl-nav button.owl-prev {
  left: -50px;
}
.section-qfacfblock .section-slider .owl-nav button.owl-next {
  right: -50px;
}
.section-qfacfblock .section-slider .owl-nav button span {
  font-size: 40px;
}
.section-qfacfblock .full-carousel .owl-nav button span {
  color: white;
}
.full-carousel.hide-dots .owl-dots {
  display: none;
}
.full-carousel .item {
  width: 100%;
  min-height: 800px;
}
.full-carousel .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.full-carousel .item > * {
  position: relative;
  z-index: 1;
}
.banner-slider .banner-content {
  max-width: 800px;
  margin: 0 auto;
}
.banner-slider .banner-content h1 {
  color: #ffffff;
  margin-bottom: 60px;
}
.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
button.owl-dot {
  width: 20px;
  height: 20px;
  background-color: #fff !important;
  display: inline-block;
  margin: 0 5px;
  border-radius: 100%;
  border: 3px solid #999999 !important;
  outline: 0;
}
button.owl-dot.active {
  background-color: #dbdbdb !important;
}
.buttons a.e-btn {
  margin: 0 15px;
}
/* Round-2 Blocks */
.search-box button.navbar-toggler {
  display: none;
}
.main-header {
  padding: 20px;
}
.main-header .logo img {
  height: 100px;
}
section.separator2 {
  padding: 25px 4%;
  color: #ffffff;
}
.signup-heading h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 0;
}
.signup-form form {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.signup-form form[data-status="invalid"] {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.signup-form form p label {
  margin: 0;
}
.signup-form form input:not([type="submit"]) {
  padding: 0.5em 1em;
  width: 100%;
  border: 0;
  outline: 0;
}
.signup-form form input[type="checkbox"] {
  padding: 0;
  width: auto;
  border: 0;
  outline: 0;
}
.signup-form form input[type="submit"] {
  padding: 0.6em 3em;
  width: 100%;
  border: 0;
  outline: 0;
  color: #ffffff;
  font-weight: 600;
}
section.post-selector {
  padding: 100px 0;
}
.post-selector-grid h3 {
  margin: 0.5em 0;
  color: #707070;
}
section.columns-2 {
  padding: 0;
}
section.columns-2 .row > div {
  margin-bottom: 10px;
  overflow: hidden;
}
section.columns-2 .content h3 {
  margin: 0.5em 0;
  color: #2a3242;
  font-size: 1.9rem;
}
section.columns-2 .content p {
  font-weight: 300;
}
@media (max: 768px) {
  section.columns-2 .content {
    background: pink;
  }
}
section.text-block {
  padding: 100px 0;
}
section.text-block .container {
  max-width: 950px;
}
section.events-slider {
  padding: 4% 2.5%;
}
section.events-slider .section-header {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
section.events-slider .section-slider {
  margin-top: 50px;
}
section.events-slider .section-slider .item {
  background-color: #ffffff;
}
section.events-slider .section-slider .item > * {
  padding: 20px;
}
section.events-slider .section-slider .item > .date {
  background-color: #119fac;
  color: #ffffff;
  font-family: "Noto Serif Display", serif;
  font-weight: bold;
}
section.events-slider .section-slider .item a {
  color: #2a3242;
}
section.events-slider .section-slider .item a:hover {
  color: #119FAC;
}
section.separator1 {
  padding: 25px 4%;
  color: #ffffff;
}
.seperator-heading h2 {
  margin: 0 0 0 0;
}
section.separator1 .heading a {
  color: #ffffff;
}
form.search-form {
  position: relative;
}
form.search-form label {
  margin: 0;
}
input.search-field {
  border: 0;
  outline: 0;
  background-color: #eee;
  padding: 10px 50px 10px 10px;
}
input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  border-left: 1px solid #ddd;
  font-size: 12px;
}
.site-footer {
  color: #ffffff;
  padding: 50px 0;
}
.site-footer .widget > h3 {
  font-size: 24px;
  color: #ffffff;
}
.site-footer .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .widget ul li {
  display: block;
  margin-bottom: 5px;
}
.site-footer .widget a {
  color: #ffffff;
}
.site-footer .widget .contact-detail span {
  display: block;
  margin-bottom: 10px;
}
.site-footer .widget .contact-detail span.f-address {
  margin-bottom: 20px;
}
.site-footer .widget .company-info img {
  margin-bottom: 20px;
  height: 100px;
}
.site-footer .widget ul.social-icons li {
  display: inline-block;
  font-size: 40px;
  margin: 0 20px 0 0;
}
.copyright {
  padding: 15px 0;
}
.copyright p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}
.main-header .d-flex {
  gap: 20px;
}
header .navbar-nav > li {
  margin: 0 10px;
  position: relative;
  padding: 5px;
}
header .navbar-nav > li a {
  color: #ffffff;
}
header .navbar-nav li {
  position: relative;
}
header .navbar-nav li > svg {
  width: 18px;
}
header #login-link {
  display: none;
}
.signup-form form p {
  position: relative;
}
.signup-form form p .wpcf7-spinner {
  position: absolute;
  top: 10px;
  right: 5px;
}
.separator2 form .wpcf7-not-valid-tip {
  color: #ffeb3b;
  font-size: 12px;
}
.e-btn-blue {
  --hue: 190;
  --saturation: 65%;
  --lightness: 31%;
  background-color: hsl(var(--hue), var(--saturation), var(--lightness));
  color: #ffffff;
}
.e-btn-blue:hover {
  --lightness: 35%;
}
.e-btn-orange {
  --hue: 16;
  --saturation: 76%;
  --lightness: 44%;
  background-color: hsl(var(--hue), var(--saturation), var(--lightness));
}
.e-btn-orange:hover {
  --lightness: 48%;
}
.e-btn-red {
  --hue: 344;
  --saturation: 83%;
  --lightness: 34%;
  background-color: hsl(var(--hue), var(--saturation), var(--lightness));
}
.e-btn-red:hover {
  --lightness: 38%;
}
/* Responsive */
@media (min-width: 768px) {
  .collapse:not(.show) {
    display: block !important;
  }
  header .navbar-nav {
    flex-direction: row;
    justify-content: center;
    color: white;
  }
  .sub-menu svg path {
    fill: #000000;
  }
  header .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    max-height: 61vh;
    overflow: auto;
  }
  .sub-menu svg {
    position: absolute;
    top: 12px;
    right: 5px;
    transform: rotate(270deg);
  }
  header .sub-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 200px;
    z-index: 2;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header .navbar-nav li:hover > .sub-menu {
    display: block;
  }
  header .sub-menu li a {
    display: block;
    padding: 10px;
    color: #222222;
  }
  .signup-form form p {
    margin-bottom: 0;
  }
}
@media (max-width: 1440px) {
  .section-qfacfblock .section-slider .owl-nav {
    opacity: 0;
  }
  .section-qfacfblock .section-slider:hover .owl-nav {
    opacity: 1;
  }
  .section-qfacfblock .section-slider .owl-nav button span {
    background-color: #707070;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    position: relative;
  }
  .section-qfacfblock .section-slider .owl-nav button.owl-prev span {
    left: 20px;
  }
  .section-qfacfblock .section-slider .owl-nav button.owl-next span {
    right: 20px;
  }
}
@media (max-width: 991px) {
  section.separator1 .d-flex {
    display: block !important;
  }
  section.separator2 .d-flex {
    display: block !important;
  }
  .signup-heading {
    margin-right: 0;
    text-align: center;
  }
  .separator1 {
    text-align: center;
  }
  .separator1 h2 {
    margin-bottom: 1em;
  }
  section.separator1 .buttons {
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .section-qfacfblock.post-slider .section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 1rem;
  }
  .section-qfacfblock.post-slider .section-header p {
    margin-bottom: 1rem;
  }
  ul.sub-menu {
    display: none;
  }
  li.child-menu-open > ul.sub-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #1b7081;
    margin-top: 10px;
  }
  ul.sub-menu li > a {
    display: block;
    padding: 10px;
  }
  header .navbar-nav li > svg {
    width: auto;
    position: absolute;
    top: 8px;
    right: 0;
  }
  .section-qfacfblock.content-block .row > div.image-column {
    order: 1;
  }
  .section-qfacfblock.content-block .row > div:not(.image-column) {
    order: 2;
  }
  .section-qfacfblock.content-block .content {
    padding: 30px 20px;
  }
  .full-carousel .item {
    min-height: 500px;
  }
  .buttons a.e-btn {
    margin: 0 5px;
  }
  .section-qfacfblock.post-slider .section-header .text-right {
    text-align: left !important;
  }
  .site-footer .widget {
    margin-bottom: 30px;
  }
  .copyright .widget {
    text-align: center !important;
  }
  .signup-form form {
    display: block;
  }
  .signup-form form p label {
    display: block;
  }
  .main-header form.search-form {
    display: none;
  }
  .search-box button.navbar-toggler {
    display: block;
    box-shadow: none;
    outline: 0;
  }
  span.navbar-toggler-icon {
    color: white;
    border: 1px solid;
    height: 1px;
    position: relative;
  }
  span.navbar-toggler-icon::before, span.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 2px;
    background-color: white;
    left: -1px;
  }
  span.navbar-toggler-icon::before {
    top: -10px;
  }
  span.navbar-toggler-icon::after {
    bottom: -10px;
  }
  header .navbar {
    padding: 0;
  }
}
.sign-up-modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  z-index: 20;
  display: flex;
}
.sign-up-modal {
  background-color: white;
  padding: 5%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sign-up-modal button {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  background-color: #666666;
  color: white;
  border: none;
  height: 30px;
  width: 30px;
  font-size: 20px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .sign-up-modal {
    width: 90%;
  }
}
.insights-grid-container {
  margin-bottom: 30px;
}
.user-modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  z-index: 20;
  display: none;
}
.user-modal {
  background-color: white;
  padding: 3%;
  position: relative;
  margin: auto;
  text-align: center;
  width: calc(200px + 30vw);
  max-width: 500px;
  max-height: 90vh;
  overflow: auto;
  overflow-x: hidden;
  box-shadow: 0px 0px 10px #00000030;
}
.user-modal a:hover {
  cursor: pointer;
  color: #119fac !important;
}
.user-modal button {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #2a3241;
  color: white;
  border: none;
  height: 30px;
  width: 30px;
  font-size: 24px;
  line-height: 23px;
}
.user-modal button:hover {
  background-color: #119fac;
}
.user-modal img {
  border-radius: 50%;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}
.user-modal-icons {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 1.7em;
}
.newsletter-404 {
  color: white;
  padding: 2rem 1rem;
}
.hero-block-404 {
  background-color: #fff;
  color: black;
  min-height: 424px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.hero-block-404 > h1 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-container {
    padding: 0px 12px;
  }
  .newsletter-404 {
    color: white;
    padding: 2rem 1rem;
    background-color: #c14953;
  }
}
@media screen and (max-width: 400px) {
  #linkedin h2 img {
    padding-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .logo p {
    font-size: clamp(8px, 4vw, 1.5rem);
  }
  .main-header {
    padding: 10px;
  }
  .main-header .container {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .menu-item svg {
    transition: all 0.3s ease-out;
  }
  a.header-btn {
    display: none;
  }
  header #login-link {
    display: list-item;
  }
  .navbar-nav > .child-menu-open > svg, .navbar-nav > .child-menu-open .sub-menu .child-menu-open > svg {
    transform: rotateX(180deg);
  }
}
@media screen and (max-width: 950px) {
  input.search-field {
    width: 130px;
  }
}
header.site-header-area {
  height: 0;
  top: -1px !important;
}
@media screen and (max-width: 1100px) {
  header.site-header-area {
    padding: 0 !important;
  }
}
header.site-header-area .header-inner-wrapper {
  transition: all 0.15s ease-in-out;
  box-shadow: 0px 6px 10px 3px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1100px) {
  header.site-header-area .header-inner-wrapper {
    padding: 10px 0;
  }
}
header.site-header-area .header-inner-wrapper .container > .row.align-items-center {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  header.site-header-area .header-inner-wrapper .container > .row.align-items-center .col.col-md-4, header.site-header-area .header-inner-wrapper .container > .row.align-items-center .col.col-md-8 {
    padding: 0 0;
  }
}
header.site-header-area .header-inner-wrapper .text-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
header.site-header-area .header-inner-wrapper .text-right .contact-phone {
  display: flex;
  width: 37px;
  height: 37px;
  padding: 8px;
  color: white;
  order: -1;
}
@media screen and (min-width: 1100px) {
  header.site-header-area .header-inner-wrapper .text-right .contact-phone {
    order: 1000;
  }
}
header.site-header-area .header-inner-wrapper .text-right .contact-phone svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
header.site-header-area .header-inner-wrapper .text-right .contact-phone svg, header.site-header-area .header-inner-wrapper .text-right .contact-phone svg path {
  color: currentColor;
  fill: currentColor;
  stroke: none;
}
@media screen and (max-width: 1100px) {
  header.site-header-area .container {
    padding: 0 20px;
  }
}
header.site-header-area .container .site-nav {
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
header.site-header-area .container .logo-wrapper {
  width: fit-content;
  margin-right: auto;
}
header.site-header-area .container .site-logo {
  width: fit-content;
  margin-right: auto;
}
header.site-header-area .container .site-logo:hover a .qf-logo.custom-logo {
  scale: 1.05;
}
header.site-header-area .container .site-logo .custom-logo-link {
  height: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header.site-header-area .container .site-logo .custom-logo-link svg.custom-logo {
  transition: scale 0.1s ease-in-out;
  width: fit-content;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
header.site-header-area .container .site-logo .custom-logo-link svg.custom-logo path {
  fill: white;
}
header.site-header-area .container .site-mobile-menu {
  top: 49px !important;
}
header.site-header-area .container .site-mobile-menu.menu__active {
  box-shadow: 0px 6px 9px 1px rgba(0, 0, 0, 0.1);
}
header.site-header-area.light .container nav.site-nav .primary-menu li a, header.site-header-area.light .container nav.site-mobile-menu .primary-menu li a {
  color: white;
}
header.site-header-area.light .container .site-logo .custom-logo-link svg.custom-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
header.site-header-area.light .container .site-logo .custom-logo-link svg.custom-logo path {
  fill: white;
}
header.site-header-area.light .container .contact-phone {
  color: white;
}
header.site-header-area.light.is-sticky .header-inner-wrapper {
  background-color: black;
  box-shadow: 0px 6px 10px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  header.site-header-area.light.menu__active .header-inner-wrapper {
    background-color: black;
  }
}
header.site-header-area.dark .container nav.site-nav .primary-menu li a, header.site-header-area.dark .container nav.site-mobile-menu .primary-menu li a {
  color: black;
}
header.site-header-area.dark .container .site-logo .custom-logo-link svg.custom-logo {
  height: 100%;
  width: fit-content;
  object-fit: contain;
}
header.site-header-area.dark .container .site-logo .custom-logo-link svg.custom-logo path {
  fill: black;
}
header.site-header-area.dark .container .site-mobile-menu {
  background: #F5F5F5;
}
header.site-header-area.dark .container span.menu-bar {
  background: black;
}
header.site-header-area.dark .container .contact-phone {
  color: black;
}
header.site-header-area.dark.is-sticky .header-inner-wrapper {
  background-color: white;
  box-shadow: 0px 6px 10px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  header.site-header-area.dark.menu__active .header-inner-wrapper {
    background-color: white;
  }
}
header.site-header-area.solid.dark .header-inner-wrapper {
  background: white;
}
header.site-header-area.solid.light .header-inner-wrapper {
  background: black;
}
