/**
 * Site variables
 */
/**
 * Colors
 */
/*
$content-builder-padding-top: 120px;
$content-builder-padding-bottom: 120px;
$content-builder-tablet-padding-top: 80px;
$content-builder-tablet-padding-bottom: 80px;
$content-builder-mobile-padding-top: 50px;
$content-builder-mobile-padding-bottom: 50px;
*/
/**
 * Make full width text areas not use full width for... reasons...?
 */
/**
 * All this SASS is a fucking mess... Why is there so much double up? WTF is going on here?
 * Haven't got time to clean up this cluster after the first dev disappeared so best of luck
 * if you have to work on it.
 * - Deej
 */
.visions-page {
  /* * Setting the backgrounds for each section / slide */
  /*
  @media(max-width: 690px) {
      h1.header {
          font-size: 2rem;
      }
      p {
          font-size: 1rem;
          color: #fff;
          line-height: 36px;
          font-family: "Brandon Grotesque", Arial, sans-serif;
          font-weight: 300;
      }
      p.subtitle {
          font-size: 1.6rem;
          line-height: 2rem;
      }
      p.subtitle.large {
          font-size: 2rem;
          line-height: 3rem;
      }
  }
  */
  /*
  html {
      scroll-behavior: smooth;
  }
   */
  /* * Setting the backgrounds for each section / slide */
  /*
  @media (max-width: $mobile-width) {
      h1.header {
          font-size: 2rem;
      }
      p {
          font-size: 1rem;
          color: #fff;
          line-height: 36px;
          font-family: "Brandon Grotesque", Arial, sans-serif;
          font-weight: 300;
          &.subtitle {
              font-size: 1.6rem;
              line-height: 2rem;

              &.large {
                  font-size: 2rem;
                  line-height: 3rem;
              }
          }
      }
  }
  */
  /* Strategy List items */
}
.visions-page .loadin {
  opacity: 0;
  transform: translateY(45px);
  transition: transform 0.6s, opacity 0.9s;
}
.visions-page .loadin.loaded {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.visions-page .loadin.loaded.delay-1 {
  transition-delay: 0.25s;
}
.visions-page .loadin.loaded.delay-2 {
  transition-delay: 0.5s;
}
.visions-page .loadin.loaded.delay-3 {
  transition-delay: 0.75s;
}
.visions-page .loadin.loaded.delay-4 {
  transition-delay: 1s;
}
.visions-page .navigation {
  max-width: 1200px;
  margin: 0 auto;
  gap: 50px;
  width: 100%;
  max-width: 100%;
  display: flex;
  padding: 0px 20px;
  padding-left: 140px;
  padding-right: 140px;
}
@media (max-width: 1660px) {
  .visions-page .navigation {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1150px) {
  .visions-page .navigation {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .visions-page .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .visions-page .navigation {
    gap: 30px;
  }
}
.visions-page .navigation li {
  margin: 0 !important;
  background: transparent !important;
}
.visions-page .navigation li.active a, .visions-page .navigation li.active2 a {
  color: white !important;
}
.visions-page .navigation li.active a svg, .visions-page .navigation li.active2 a svg {
  opacity: 1;
}
.visions-page .navigation li a {
  color: rgba(255, 255, 255, 0.3) !important;
  height: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px 0 !important;
  font-weight: 200;
  font-family: "Brandon Grotesque", Arial, sans-serif !important;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .visions-page .navigation li a {
    padding: 12.5px 0 !important;
  }
}
.visions-page .navigation li a svg {
  transition: 0.3s;
  width: 25px;
  margin-right: 12px;
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .visions-page .navigation li a svg {
    width: 17px;
    margin-right: 6px;
  }
}
.visions-page .navigation li a svg path {
  transition: 0.3s;
}
.visions-page .progress {
  width: 30px;
  height: 4px;
  border-radius: 0 3px 3px 0;
  background: #fff;
  top: unset;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  transition: 0.3s;
}
.visions-page .topbar {
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  height: 100px;
  color: #ffffff;
  background-color: #0C483E;
  border-top: 1px solid #0C483E;
  border-bottom: 1px solid #0C483E;
  transition: 0.3s;
  padding: 38px 40px;
}
@media (max-width: 767px) {
  .visions-page .topbar {
    display: none;
  }
}
.visions-page .topbar .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  font-size: 2rem;
  font-weight: 600;
}
.visions-page .abacus-topbar-logo {
  width: 140px;
  margin-right: 10px;
  transition: 0.3s;
}
.visions-page .abacus-topbar-logo path {
  transition: 0.3s;
}
.visions-page .js-section-topbar-title {
  text-transform: uppercase;
  font-size: 2.3rem;
  font-family: "Brandon Grotesque";
  font-weight: bold;
  font-style: normal;
}
.visions-page .title-dna {
  display: none;
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-iteration-count: 1;
  align-items: center;
}
.visions-page .title-dna svg {
  width: 50px;
  margin-left: 10px;
}
.visions-page .title-dna svg path {
  fill: #0C483E;
}
.visions-page .title-business,
.visions-page .title-summary {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@media (max-width: 767px) {
  .visions-page #menu, .visions-page .topBar {
    display: none;
  }
}
.visions-page .heading-fixed {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.visions-page .heading-fixed-content {
  text-align: left;
  flex: 1;
  max-width: 300px;
}
.visions-page .heading-fixed-content svg {
  width: 60px;
  margin-bottom: 10px;
}
.visions-page .fp-bg {
  background-size: cover;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.visions-page #slide2-1 .fp-bg {
  background-image: url("../images/63-Ann-St,-Surry-Hills-NSW---Internal-10.jpg");
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  background-size: cover;
  background-position: center center;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.visions-page #slide2-2 .fp-bg {
  background-image: url("../images/63-Ann-St,-Surry-Hills-NSW---Internal-10.jpg");
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  background-size: cover;
  background-position: center center;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.visions-page #section3 .fp-bg {
  background-image: url("../images/green-bg.png");
}
.visions-page #section4 .fp-bg,
.visions-page #section8 .fp-bg {
  background-image: url("../images/logo_bg.png");
  background-position: center;
  background-color: #185849;
  background-blend-mode: lighten;
}
.visions-page #section5 {
  background: #ffffff;
}
.visions-page .button a.button-purchase:hover {
  background-color: #3cc63c !important;
  color: #fff !important;
}
.visions-page .documentation a {
  font-size: 13px;
  margin: 20px 0;
  padding: 0;
  color: #222;
}
.visions-page #section8 .col {
  padding: 0;
  align-items: center;
  justify-content: center;
}
.visions-page .btn {
  display: inline-flex;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  text-decoration: none !important;
  padding: 0.5rem 1rem;
  color: #0A4E3F;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #FFFFFF;
  border: 2px solid transparent;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, fill 0.2s, opacity 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s, text-shadow 0.2s, fill 0.2s, transform 0.6s, opacity 0.9s !important;
  min-width: 15rem;
}
@media (max-width: 1380px) {
  .visions-page .btn {
    font-size: 16px;
    width: unset !important;
    min-width: 13rem;
  }
}
@media (max-width: 767px) {
  .visions-page .btn {
    font-size: 14px;
  }
}
.visions-page .btn svg {
  position: relative;
  margin-left: 0.6em;
  transition: transform 0.4s, color 0.2s;
  height: 1em;
}
.visions-page .btn svg path {
  fill: #0A4E3F;
}
.visions-page .btn:hover, .visions-page .btn:active {
  background-color: #12403C;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.visions-page .btn:hover svg, .visions-page .btn:active svg {
  transform: translate(0.2em, 0);
}
.visions-page .btn:hover svg path, .visions-page .btn:active svg path {
  fill: #FFF;
}
.visions-page .page-content.white .col h1.title {
  margin-bottom: 0;
}
.visions-page .cols .col:last-child:not(.values-pt) {
  flex: 3;
  align-items: flex-start;
  padding: 0 0 0 5%;
}
.visions-page .cols .col.values-pt {
  padding-top: 120px !important;
  flex: 1.8;
  /* padding: 0 0 0 10%;
   */
}
.visions-page .col.section-title svg {
  width: 60px;
  margin-bottom: 10px;
}
@keyframes fadeInUp {
  0% {
    margin-top: 30px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@media (max-width: 1000px) {
  .visions-page .heading-fixed-wrapper {
    display: none;
  }
  .visions-page .desktop-only {
    display: none !important;
  }
  .visions-page .cols .col.values-pt {
    align-items: center !important;
    text-align: center !important;
    padding: 0px !important;
    padding-top: 1 !important;
    flex: 1;
  }
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.visions-page #menu {
  background-color: #185849;
  padding: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto !important;
  position: relative;
}
@media (max-width: 767px) {
  .visions-page #menu {
    display: none;
  }
}
.visions-page .progress {
  width: 30px;
  height: 4px;
  border-radius: 0 3px 3px 0;
  background: #fff;
  top: unset;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  transition: 0.3s;
}
.visions-page .topbar {
  position: absolute;
  bottom: -100px;
  padding: 0px 20px;
  right: 0;
  left: 0;
  height: 100px;
  color: #ffffff;
  background-color: #0C483E;
  border-top: 1px solid #0C483E;
  border-bottom: 1px solid #0C483E;
  transition: 0.3s;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
}
@media (max-width: 1660px) {
  .visions-page .topbar {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1150px) {
  .visions-page .topbar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .visions-page .topbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .visions-page .topbar {
    height: 80px;
    bottom: -80px;
  }
}
.visions-page .topbar .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  height: 100%;
  font-size: 2rem;
  font-weight: 600;
}
.visions-page .abacus-topbar-logo {
  width: 140px;
  margin-right: 10px;
  transition: 0.3s;
}
.visions-page .abacus-topbar-logo path {
  transition: 0.3s;
}
.visions-page .js-section-topbar-title {
  text-transform: uppercase;
  font-size: 2.3rem;
  font-family: "Brandon Grotesque";
  font-weight: bold;
  font-style: normal;
}
.visions-page .title-dna {
  display: none;
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-iteration-count: 1;
  align-items: center;
}
.visions-page .title-dna svg {
  width: 50px;
  margin-left: 10px;
}
.visions-page .title-dna svg path {
  fill: #0C483E;
}
.visions-page h1 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 20px;
  font-weight: 300;
  font-family: "Brandon Grotesque", Arial, sans-serif;
}
@media (max-width: 1380px) {
  .visions-page h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .visions-page h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .visions-page h1 {
    font-size: 1.5rem;
  }
}
.visions-page h1.header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.visions-page h1.large {
  font-size: 4.5rem;
}
.visions-page .header svg {
  width: 55px;
  margin-right: 0.5em;
}
@media (max-width: 1380px) {
  .visions-page .header svg {
    width: 45px;
  }
}
@media (max-width: 1024px) {
  .visions-page .header svg {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .visions-page .header svg {
    width: 25px;
  }
}
.visions-page h1.large {
  font-size: 4.5rem;
}
.visions-page p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 36px;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-weight: 300;
}
.visions-page p.large {
  font-size: 1.6rem;
}
.visions-page p.subtitle {
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 1380px) {
  .visions-page p.subtitle {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .visions-page p.subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .visions-page p.subtitle {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.visions-page p.subtitle.large {
  font-size: 3rem;
  line-height: 4rem;
}
.visions-page p.subtitle.large span {
  display: inline-block;
  width: 0.5em;
}
@media (max-width: 1380px) {
  .visions-page p.subtitle.large {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .visions-page p.subtitle.large {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .visions-page p.subtitle.large {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.visions-page .arrow-down {
  width: 50px;
  position: absolute;
  bottom: 100px;
}
@media (max-width: 767px) {
  .visions-page .arrow-down {
    width: 40px;
    bottom: 80px;
  }
}
.visions-page .arrow-down.animate {
  animation: bounce2 4s ease infinite;
}
.visions-page .arrow-down.right {
  right: 10px;
  width: 40px;
  bottom: 105px;
}
@media (max-width: 767px) {
  .visions-page .arrow-down.right {
    width: 30px;
    bottom: 50px;
  }
}
.visions-page .arrow-down.right.loaded {
  opacity: 1;
}
.visions-page .arrow-down .green path, .visions-page .arrow-down.green path {
  fill: #0A4E3F !important;
}
.visions-page .arrow-down-text {
  color: #FFF;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  position: absolute;
  bottom: 70px;
}
@media (max-width: 767px) {
  .visions-page .arrow-down-text {
    bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .visions-page .arrow-down-text {
    font-size: 16px;
  }
}
.visions-page .section-title p.subheader {
  font-size: 22px;
  line-height: 1.3em;
}
@media (max-width: 1380px) {
  .visions-page .section-title p.subheader {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .visions-page .section-title p.subheader {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .visions-page .section-title p.subheader {
    font-size: 16px;
  }
}
.visions-page .heading-fixed-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.visions-page .heading-fixed {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 140px;
  padding-right: 140px;
}
@media (max-width: 1660px) {
  .visions-page .heading-fixed {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1150px) {
  .visions-page .heading-fixed {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .visions-page .heading-fixed {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.visions-page .heading-fixed-content {
  text-align: left;
  flex: 1;
  max-width: 300px;
}
.visions-page .heading-fixed-content svg {
  width: 60px;
  margin-bottom: 10px;
}
.visions-page .fp-bg {
  background-size: cover;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.visions-page #section1,
.visions-page #section2,
.visions-page #section3,
.visions-page #section4 {
  background-image: none;
}
.visions-page #section1.section {
  background-color: #185849;
  background-image: url("../images/visions-two-bg-green.jpg");
  background-size: cover;
  background-position: center;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.visions-page #section1 .fp-bg {
  z-index: 0;
}
.visions-page #section1 .page-content {
  z-index: 1;
  position: relative;
}
.visions-page .button a.button-purchase:hover {
  background-color: #3cc63c !important;
  color: #fff !important;
}
.visions-page .documentation a {
  font-size: 13px;
  margin: 20px 0;
  padding: 0;
  color: #222;
}
.visions-page .page-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 40px;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 140px;
  padding-right: 140px;
}
@media (max-width: 1660px) {
  .visions-page .page-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1150px) {
  .visions-page .page-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .visions-page .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.visions-page .page-content.white {
  color: #000000;
}
.visions-page .page-content.white h1 {
  display: inline-block;
  background-color: #0C483E;
  padding: 15px;
  padding-left: 20px;
  color: #ffffff;
  font-size: 30px;
  text-align: left;
  font-weight: 300;
  line-height: 36px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  border-radius: 6px;
}
@media (max-width: 1380px) {
  .visions-page .page-content.white h1 {
    font-size: 2rem;
    line-height: 1.2em;
    padding: 0.5em;
    padding-left: 0.66em;
  }
}
@media (max-width: 1024px) {
  .visions-page .page-content.white h1 {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .visions-page .page-content.white h1 {
    font-size: 1.5rem;
  }
}
.visions-page .page-content.white p {
  color: #000000;
}
.visions-page .page-content.white .col h1.title {
  margin-bottom: 0;
}
.visions-page .values-section {
  height: 600px;
  width: 100%;
  z-index: 1;
  scroll-snap-align: start;
}
.visions-page .values-section:first-child {
  padding-top: 11%;
}
.visions-page .abacus-logo {
  width: 200px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .visions-page .abacus-logo {
    width: 170px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .visions-page .abacus-logo {
    width: 140px;
  }
}
.visions-page .cols {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}
@media (max-width: 1024px) {
  .visions-page .cols {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .visions-page .cols {
    gap: 20px;
  }
}
.visions-page .cols.stratgey-cols {
  align-items: center;
}
.visions-page .cols .col {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: left;
}
.visions-page .cols .col:last-child:not(.values-pt) {
  flex: 3;
  align-items: flex-start;
  padding: 0 0 0 5%;
}
.visions-page .cols .col.values-pt {
  padding-top: 120px !important;
  flex: 1.8;
  /* padding: 0 0 0 10%;
   */
}
.visions-page .cols .col.list {
  align-items: center;
}
.visions-page .col.section-title {
  text-align: left;
  width: 100%;
}
@media (max-width: 1024px) {
  .visions-page .col.section-title {
    display: block;
  }
  .visions-page .col.section-title h1 {
    display: inline-block;
  }
}
.visions-page .col.section-title svg {
  width: 60px;
  margin-bottom: 10px;
}
@media (max-width: 1380px) {
  .visions-page .col.section-title svg {
    width: 45px;
  }
}
@media (max-width: 1024px) {
  .visions-page .col.section-title svg {
    width: 35px;
    margin-bottom: -6px;
    margin-right: 0.8em;
  }
}
@media (max-width: 767px) {
  .visions-page .col.section-title svg {
    width: 25px;
    margin-bottom: -4px;
    margin-right: 0.6em;
  }
}
.visions-page .fadeInUp {
  /* opacity: 0;
   */
  transition: 0.3;
}
.visions-page .fadeInUp.active {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@keyframes fadeInUp {
  0% {
    margin-top: 30px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .visions-page .heading-fixed-wrapper {
    display: none;
  }
  .visions-page .desktop-only {
    display: none !important;
  }
  .visions-page .cols .col.values-pt {
    align-items: center !important;
    text-align: center !important;
    padding: 0px !important;
    padding-top: 1 !important;
    flex: 1;
  }
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.visions-page .list-grid {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1024px) {
  .visions-page .list-grid {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .visions-page .list-grid {
    gap: 20px;
  }
}
.visions-page .strategy-list-row {
  display: flex;
  align-items: inherit;
  justify-content: space-between;
  flex-direction: row;
  gap: 50px;
  width: 100%;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .visions-page .strategy-list-row {
    gap: 20px;
    flex-direction: column;
  }
}
.visions-page .strategy-list-col {
  width: 100%;
  display: flex;
  align-items: inherit;
}
.visions-page .strategy-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1380px) {
  .visions-page .strategy-card {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .visions-page .strategy-card {
    gap: 10px;
  }
}
.visions-page .strategy-card-top {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.visions-page .strategy-card-image {
  height: 110px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  background-color: #ffffff;
  flex: 1.1;
  min-width: 200px;
}
@media (max-width: 1380px) {
  .visions-page .strategy-card-image {
    height: 70px;
    min-width: 100px;
    max-width: 130px;
  }
}
@media (max-width: 1024px) {
  .visions-page .strategy-card-image {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .visions-page .strategy-card-image {
    display: none;
  }
}
.visions-page .strategy-card-title {
  flex: 0.9;
  font-size: 1.4rem;
  font-weight: 200;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.05;
}
@media (max-width: 1380px) {
  .visions-page .strategy-card-title {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .visions-page .strategy-card-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .visions-page .strategy-card-title {
    font-size: 20px;
  }
}
.visions-page .strategy-card-copy {
  font-size: 22px;
  line-height: 1.3em;
}
@media (max-width: 1380px) {
  .visions-page .strategy-card-copy {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .visions-page .strategy-card-copy {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .visions-page .strategy-card-copy {
    font-size: 16px;
  }
}
.visions-page .our-values-items .strategy-card {
  gap: 10px;
}
.visions-page .our-values-items .strategy-card-top {
  gap: unset;
}
.visions-page .our-values-items .strategy-card-title {
  line-height: 1.3em;
}
.visions-page .dna-list-row {
  display: flex;
  align-items: inherit;
  justify-content: space-between;
  flex-direction: row;
  gap: 50px;
  width: 100%;
}
.visions-page .dna-list-row.focus .dna-card-top img {
  width: auto;
  height: 50px;
  margin-right: auto;
}
.visions-page .dna-list-col {
  width: 100%;
  display: flex;
  align-items: inherit;
}
.visions-page .dna-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.visions-page .dna-card-top {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.visions-page .dna-card-image {
  height: 220px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  background-color: #ffffff;
}
.visions-page .dna-card-image.icon {
  height: auto;
}
.visions-page .dna-card-image.icon svg {
  width: auto;
  height: 50px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .visions-page .dna-card-image.icon svg {
    height: 40px;
  }
}
.visions-page .dna-card-image.icon svg path {
  fill: #12403C;
  stroke: #12403C;
}
.visions-page .dna-card-title {
  width: 100%;
  font-size: 30px;
  font-weight: 200;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  color: #0C483E;
  line-height: 1.2em;
  font-size: 24px;
}
@media (max-width: 1380px) {
  .visions-page .dna-card-title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .visions-page .dna-card-title {
    font-size: 18px;
  }
}
.fp-viewing-vision-0 .topbar,
.fp-viewing-vision-1 .topbar {
  border-bottom: 1px solid #596764;
}

.fp-viewing-purpose .topbar,
.fp-viewing-vision-0 .topbar,
.fp-viewing-vision-1 .topbar,
.fp-viewing-strategy .topbar,
.fp-viewing-values .topbar,
.fp-completely .topbar {
  display: none;
}
.fp-viewing-purpose .page-content,
.fp-viewing-vision-0 .page-content,
.fp-viewing-vision-1 .page-content,
.fp-viewing-strategy .page-content,
.fp-viewing-values .page-content,
.fp-completely .page-content {
  margin-top: -50px;
}

.fp-completely .page-content {
  top: -50px;
}

.topbar {
  display: none !important;
}

.page-content {
  margin-top: -50px !important;
}

.fp-arrow,
.fp-watermark {
  display: none;
}

.fp-overflow {
  height: 100%;
}

.fp-viewing-purpose-0 li.active a {
  color: rgba(255, 255, 255, 0.3) !important;
}

.fp-viewing-purpose-0 li.active a svg path {
  fill: rgba(255, 255, 255, 0.3) !important;
}

.fp-viewing-purpose-0 li.active a {
  color: rgba(255, 255, 255, 0.3) !important;
}
.fp-viewing-purpose-0 li.active a svg path {
  fill: rgba(255, 255, 255, 0.3) !important;
}

.fp-viewing-dna .topbar,
.fp-viewing-enablers .topbar,
.fp-viewing-focus .topbar {
  background-color: #F3F2EF;
  color: #0C483E;
  border-color: #F3F2EF;
}
.fp-viewing-dna .progress,
.fp-viewing-enablers .progress,
.fp-viewing-focus .progress {
  border-bottom: 1px solid #b9ccc8;
}
.fp-viewing-dna .abacus-topbar-logo path,
.fp-viewing-enablers .abacus-topbar-logo path,
.fp-viewing-focus .abacus-topbar-logo path {
  fill: #0C483E;
}
.fp-viewing-dna .title-dna,
.fp-viewing-enablers .title-dna,
.fp-viewing-focus .title-dna {
  display: flex;
}

.fp-viewing-summary .title-business,
.fp-viewing-dna .title-business,
.fp-viewing-enablers .title-business,
.fp-viewing-focus .title-business {
  display: none;
}

.fp-viewing-summary .abacus-topbar-logo,
.fp-viewing-vision-0 .abacus-topbar-logo,
.fp-viewing-vision-1 .abacus-topbar-logo,
.fp-viewing-strategy .abacus-topbar-logo,
.fp-viewing-values .abacus-topbar-logo,
.fp-viewing-dna .abacus-topbar-logo,
.fp-viewing-enablers .abacus-topbar-logo,
.fp-viewing-focus .abacus-topbar-logo {
  display: none;
}

.title-summary {
  display: none;
}

.fp-viewing-summary .title-summary {
  display: block;
}

.title-col {
  flex: 0 30% !important;
}
@media (max-width: 1380px) {
  .title-col {
    flex: 0 25% !important;
  }
}
@media (max-width: 1024px) {
  #section8 .cols {
    align-items: center;
  }
}

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