
body.controller-home #related-content, .home-related-content-title {
  padding: 0 1em;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  body.controller-home #related-content, .home-related-content-title {
    max-width: 100%;
  }
}

body.controller-home #related-content, .home-related-content-title {
  padding: 0 1em;
  margin: 0 auto;
}

#home-working-with-you .showcase .home-banner {
  display: grid;
  gap: 1em;
}

#home-working-with-you .showcase .showcase-item {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease, transform 1s ease;
}
#home-working-with-you .showcase .visible.showcase-item {
  opacity: 1;
  transform: translateX(0);
}

#home-working-with-you .showcase .arrows {
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 1s ease, transform 1s ease-in-out;
}
#home-working-with-you .showcase .visible.arrows {
  opacity: 1;
  transform: translateX(0);
}

body.controller-home {
  background-color: #eeeeee;
}
body.controller-home .header-image.full-screen {
  min-height: 22rem;
}
@media screen and (min-width: 1301px) {
  body.controller-home .header-image.full-screen {
    min-height: 30rem;
  }
}
body.controller-home #related-content {
  margin: 4em auto;
}
@media screen and (max-width: 767px) {
  body.controller-home #related-content {
    gap: 1rem;
    padding-inline: 1em;
    margin: 0 auto;
  }
}
body.controller-home #footer {
  margin-top: 10px;
}

.home-splash-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .home-splash-container {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .home-splash-container {
    padding-left: 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-splash-container {
    padding-top: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .home-splash-container {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 10rem;
  }
}
@media (min-aspect-ratio: 5/6) and (max-aspect-ratio: 6/5) {
  .home-splash-container {
    padding-top: 33vh;
  }
}
.home-splash-container h1 {
  color: #fefefe;
  font-size: clamp(2rem, 4vw, 5rem);
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: 900;
  max-width: 650px;
  animation: fade-in-up 0.8s ease-in-out forwards;
}
.home-splash-container h1 span {
  color: #ffd939;
}
.home-splash-container .home-links {
  max-width: 650px;
}
@media screen and (max-width: 1024px) {
  .home-splash-container .home-links {
    display: grid;
    gap: 1rem;
    max-width: 550px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
  }
  .home-splash-container .home-links .web {
    grid-column: 1/3;
    grid-row: 1;
  }
  .home-splash-container .home-links .mobile {
    grid-column: 3/5;
    grid-row: 1;
  }
  .home-splash-container .home-links .filemaker {
    grid-column: 5/7;
    grid-row: 1;
  }
  .home-splash-container .home-links .tableau-development {
    grid-column: 2/4;
    grid-row: 2;
  }
  .home-splash-container .home-links .ai {
    grid-column: 4/6;
    grid-row: 2;
  }
  .home-splash-container .home-links .web, .home-splash-container .home-links .mobile, .home-splash-container .home-links .filemaker, .home-splash-container .home-links .tableau-development, .home-splash-container .home-links .ai {
    width: 100%;
    text-align: center;
  }
  .home-splash-container .home-links a {
    width: 100%;
  }
  .home-splash-container .home-links a .button {
    width: 100%;
  }
}
.home-splash-container button {
  -webkit-font-smoothing: antialiased;
  color: #fefefe;
  width: 7rem;
  padding: 10px;
  font-size: 0.7rem;
  border: 1px solid #fefefe;
  border-radius: 5px;
  box-shadow: 0px 2px 2px rgba(34, 34, 34, 0.25);
  margin-right: 0.25rem;
  font-weight: bold;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-position: 0 0, 0 0, 0 100%, 0 100%;
  background-size: 2px 0%, 0% 2px, 0% 2px, 2px 0%;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  transition: background-color 0.3s ease-in-out;
}
.home-splash-container button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  background-position: 0 100%, 0 0, 0 100%, 100% 0;
  background-size: 2px 0%, 100% 2px, 0% 2px, 2px 0%;
  animation: hover-btn 1.4s linear infinite 0.2s;
}
@media screen and (max-width: 1024px) {
  .home-splash-container button {
    width: 80%;
    padding: 1rem 0;
  }
}

.home-splash-almost {
  padding-left: 0.3em;
  padding-right: 0.3em;
  position: relative;
  display: inline-block;
  perspective: 500px;
}
.home-splash-almost::before, .home-splash-almost::after {
  position: absolute;
  font-size: 80%;
  top: 10%;
  animation: bw-3d-spin-z-pause 5s infinite;
}
@media (prefers-reduced-motion) {
  .home-splash-almost::before, .home-splash-almost::after {
    animation: none;
  }
}
.home-splash-almost::before {
  content: "{";
  left: -0.1em;
}
.home-splash-almost::after {
  content: "}";
  right: -0.1em;
  animation-delay: 0.35s;
}

.home-show-more {
  position: relative;
}
.home-show-more .home-show-more-triangle {
  position: absolute;
  left: 20vw;
  bottom: -45px;
  content: "";
  background-color: white;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  border-radius: 10px;
  z-index: 1;
}
.home-show-more .home-show-more-top-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  height: 100px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#home-working-with-you {
  text-align: center;
  padding: 6rem 0;
  margin: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: white;
}
#home-working-with-you h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  text-transform: none;
  color: #111111;
  background: linear-gradient(to top left, #171717 0%, #BFBFBF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home-working-with-you .subtitle {
  font-weight: 100;
  color: #7d7d7d;
}
#home-working-with-you .rotate-words {
  font-weight: bold;
  margin: 1.5rem 0;
  font-size: 2rem;
  text-transform: uppercase;
  color: #222222;
  position: relative;
  height: 40px;
}
@media screen and (max-width: 767px) {
  #home-working-with-you .rotate-words {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
#home-working-with-you .rotate-words .word {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#home-working-with-you .rotate-words .word a {
  line-height: 1.2em;
  background: #171717;
  background: linear-gradient(to top left, #171717 0%, #BFBFBF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
#home-working-with-you .rotate-words .word a:after {
  opacity: 0;
  content: "⟼";
  position: absolute;
  right: -5rem;
  top: 0.25rem;
  color: #ffd939;
}
#home-working-with-you .rotate-words:hover .word a {
  background: #ffd939;
  -webkit-background-clip: text;
}
#home-working-with-you .rotate-words:hover .word a:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #home-working-with-you .rotate-words:hover .word a:after {
    opacity: 0;
  }
}
#home-working-with-you .showcase {
  margin-top: 5rem;
}
#home-working-with-you .showcase .arrows {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #home-working-with-you .showcase .arrows {
    display: none;
  }
}
#home-working-with-you .showcase .arrows svg {
  max-width: 700px;
  width: 100%;
  height: auto;
}
#home-working-with-you .showcase .showcase-item {
  text-align: center;
  margin: -100px auto 0;
}
@media screen and (max-width: 767px) {
  #home-working-with-you .showcase .showcase-item {
    margin-top: -30px;
  }
}
#home-working-with-you .showcase .showcase-item svg {
  text-align: center;
  width: 100%;
  max-width: 300px;
  height: auto;
}
#home-working-with-you .showcase .home-banner {
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  position: relative;
  top: -380px;
  padding: 1rem;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  #home-working-with-you .showcase .home-banner {
    filter: grayscale(100%);
  }
}
@media screen and (max-width: 767px) {
  #home-working-with-you .showcase .home-banner {
    max-height: 200px;
    margin-bottom: 200px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0fr 1fr;
  }
  #home-working-with-you .showcase .home-banner div:last-child {
    position: relative;
    top: 160px;
  }
}
#home-working-with-you .showcase .home-banner > div {
  margin: auto;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  #home-working-with-you .showcase .home-banner > div {
    max-width: 230px;
  }
}
#home-working-with-you .showcase .home-banner h3 {
  text-transform: none;
}
#home-working-with-you .showcase .home-banner p {
  color: #7d7d7d;
  font-size: 0.9rem;
}
#home-working-with-you .showcase .home-what {
  width: 200px;
  margin: auto;
  margin-top: -160px;
  text-align: center;
  position: relative;
}
#home-working-with-you .showcase .home-what .home-wait {
  position: absolute;
  right: -180px;
  top: -10px;
  width: 170px;
}
@media screen and (max-width: 767px) {
  #home-working-with-you .showcase .home-what .home-wait {
    display: none;
  }
}
#home-working-with-you .showcase .home-what h3 {
  text-transform: none;
}
#home-working-with-you .showcase .home-what p {
  color: #7d7d7d;
  font-size: 0.9rem;
}
#home-working-with-you .showcase .btn-talk {
  display: block;
  background-color: #fff;
  max-width: 190px;
  margin: 50px auto 0;
  text-align: center;
  border-radius: 40px;
  font-weight: bold;
  padding: 14px;
  border: 1px solid #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  transition: all 1s ease-out 0s;
  color: #333;
}
#home-working-with-you .showcase .btn-talk:hover {
  background: #ffd939;
  box-shadow: 0 0 2px #deba2c, 0 0 185px #ffd939;
  color: #fff;
  border: 1px solid #fff;
  transition: all 300ms ease-in-out 0s;
}
#home-working-with-you .showcase .btn-talk:active {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}

.home-related-content-container {
  margin-top: 10px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1rem 0 3rem;
}

.home-related-content-title {
  margin: 3em auto;
  font-size: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-related-content-title {
    margin-bottom: 2rem;
  }
}
.home-related-content-title h2 {
  color: #222222;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-related-content-title h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-related-content-title h2 {
    font-size: 3rem;
  }
}
.home-related-content-title h2 span {
  color: #7cbdcf;
}
.home-related-content-title .home-related-content-title-tagline {
  font-size: 2rem;
  color: #7d7d7d;
}
@media screen and (max-width: 767px) {
  .home-related-content-title .home-related-content-title-tagline {
    font-size: 1.5rem;
  }
}

.fade-blur-in {
  animation: fade-blur-in 0.5s ease-out;
  animation-fill-mode: forwards;
}

.fade-blur-out {
  animation: fade-blur-out 0.3s ease-in;
  animation-fill-mode: forwards;
}

@keyframes hover-btn {
  0% {
    background-position: 0 100%, 0 0, 0 100%, 100% 0;
    background-size: 2px 0%, 100% 2px, 0% 2px, 2px 0%;
  }
  40% {
    background-position: 0 100%, 100% 0, 100% 100%, 100% 0;
    background-size: 2px 0%, 100% 2px, 0% 2px, 2px 100%;
  }
  60% {
    background-position: 0 100%, 100% 0, 100% 100%, 100% 100%;
    background-size: 2px 0%, 0% 2px, 100% 2px, 2px 100%;
  }
  70% {
    background-position: 0 100%, 100% 0, 0% 100%, 100% 100%;
    background-size: 2px 100%, 0% 2px, 100% 2px, 2px 0%;
  }
  80% {
    background-position: 0% 0%, 0% 0, 0% 100%, 100% 100%;
    background-size: 2px 100%, 0% 2px, 0% 2px, 2px 0%;
  }
  100% {
    background-position: 0% 0%, 0 0, 0 100%, 100% 100%;
    background-size: 2px 0%, 100% 2px, 0% 2px, 2px 0%;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(13px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes fade-blur-in {
  0% {
    opacity: 0;
    filter: blur(13px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fade-blur-out {
  0% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(13px);
  }
}
