.has-fade {
  visibility: hidden;
}

@-webkit-keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fade-in 250ms ease-in-out forwards;
          animation: fade-in 250ms ease-in-out forwards;
}

@-webkit-keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

.fade-out {
  -webkit-animation: fade-out 250ms ease-in-out forwards;
          animation: fade-out 250ms ease-in-out forwards;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Public Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #9698a6;
  line-height: 1.3;
  overflow-x: hidden;
}

body.noScroll {
  overflow: hidden;
}

@media (min-width: 64em) {
  body {
    font-size: 1.125rem;
  }
}

h1, h2, h3, h4 {
  font-weight: 300;
  line-height: 1.17;
  color: #292b38;
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 64em) {
  h1 {
    font-size: 3.25rem;
  }
}

h2 {
  font-size: 1.875rem;
  margin-bottom: 1.5625rem;
}

@media (min-width: 64em) {
  h2 {
    font-size: 2.25rem;
    margin-bottom: 2.25rem;
  }
}

h4 {
  font-size: 1.875rem;
  color: #31d35c;
  margin-bottom: 1.5625rem;
}

@media (min-width: 64em) {
  h4 {
    font-size: 1.875rem;
    margin-bottom: 2.25rem;
  }
}

p {
  line-height: 1.5;
  margin-bottom: 2.25rem;
}

a, a:visited, a:hover {
  text-decoration: none;
}

.container {
  max-width: 84.375rem;
  margin: 0 auto;
  z-index: 0;
}

.container--pall {
  padding-top: 4.375rem;
  padding-right: 1.5rem;
  padding-bottom: 4.375rem;
  padding-left: 1.5rem;
}

@media (min-width: 64em) {
  .container--pall {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.container--py {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

@media (min-width: 64em) {
  .container--py {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.container--px {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.container--pt {
  padding-top: 4.375rem;
}

@media (min-width: 64em) {
  .container--pt {
    padding-top: 6rem;
  }
}

.container--pr {
  padding-right: 1.5rem;
}

.container--pb {
  padding-bottom: 4.375rem;
}

@media (min-width: 64em) {
  .container--pb {
    padding-bottom: 6rem;
  }
}

.container--pl {
  padding-left: 1.5rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button {
  display: inline-block;
  padding: 0.875rem 2.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#31d35c), to(#2bb7da));
  background: linear-gradient(to right, #31d35c, #2bb7da);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  color: white;
  font-weight: 400;
  font-size: 0.875rem;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.button:hover {
  opacity: 0.7;
}

.button2 {
  display: inline-block;
  padding: 0.875rem 2.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#31d35c), to(#2bb7da));
  background: linear-gradient(to right, #31d35c, #2bb7da);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  color: white;
  font-weight: 400;
  font-size: 0.875rem;
  -webkit-transition: -webkit-filter 300ms ease-in-out;
  transition: -webkit-filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out, -webkit-filter 300ms ease-in-out;
}

.button2:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.demoButton {
  display: inline-block;
  padding: 0.875rem 2.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#31d35c), to(#2bb7da));
  background: linear-gradient(to right, #31d35c, #2bb7da);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  color: white;
  font-weight: 400;
  font-size: 0.875rem;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.demoButton:hover {
  opacity: 0.7;
}

.verticalBar {
  display: block;
  width: 2px;
  height: auto;
  margin-right: 50px;
  background-color: rgba(165, 165, 165, 0.418);
}

@media (max-width: 63.9375em) {
  .verticalBar {
    display: none;
  }
}

.kayto-painting {
  /* margin-left: 20px; */
  width: 50%;
  margin-left: 20px;
  border-radius: 0px 6px 6px 0px;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/images/Kayto_painting.jpg");
}

@media (max-width: 63.9375em) {
  .kayto-painting {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .contact-hero {
    padding: 50px 10px;
  }
}

.form-wrapper {
  width: 50%;
  margin: 50px;
}

@media (max-width: 63.9375em) {
  .form-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .form-wrapper {
    margin: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .form-wrapper button[type=submit] {
    padding: 12px 50px;
  }
}

@media only screen and (max-width: 500px) {
  .g-recaptcha {
    -webkit-transform: scale(0.77);
            transform: scale(0.77);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .feature h2 {
    font-size: 40px;
  }
  .feature__content {
    padding-top: 0px;
  }
}

@media (max-width: 63.9375em) {
  .hide-for-mobile {
    display: none;
  }
}

@media (min-width: 64em) {
  .hide-for-desktop {
    display: none;
  }
}

.accordion {
  background-color: #eee;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px 10px 0px 0px;
  font-weight: 300;
  line-height: 1.17;
  color: #2d314d;
  font-size: 1.25rem;
}

.active, .accordion:hover {
  background-color: #31d35c;
  color: white;
}

.accordion:after {
  content: '\002B';
  font-weight: bold;
  float: right;
}

.active:after {
  content: "\2212";
}

.process {
  width: 50%;
}

.panel {
  padding: 0 18px;
  background-color: rgba(243, 244, 246, 0.5);
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0.625rem;
  -webkit-transition: max-height 300ms ease-in-out;
  transition: max-height 300ms ease-in-out;
  line-height: 1.5;
  border-radius: 0px 0px 5px 5px;
}

.attribution {
  font-size: 12px;
  text-align: center;
}

.attribution a {
  color: #178282;
}

.header.open .header__toggle > span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 31px;
}

.header.open .header__toggle > span:nth-child(2) {
  opacity: 0;
}

.header.open .header__toggle > span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 31px;
}

.header .overlay {
  opacity: 0;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#292b38), to(transparent));
  background-image: linear-gradient(#292b38, transparent);
}

.header nav {
  position: relative;
  background-color: white;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}

.header__logo img {
  width: 100%;
  height: 50px;
}

.header__toggle > span {
  display: block;
  background-color: #292b38;
  width: 30px;
  height: 4px;
  margin-right: 20px;
  border-radius: 2px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: 3px 1px;
          transform-origin: 3px 1px;
}

.header__toggle > span:not(:last-child) {
  margin-bottom: 5px;
}

.header__menu {
  z-index: 1;
  position: absolute;
  width: calc(100% - 3rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  margin-top: 1.5625rem;
  padding: 1.5625rem;
  border-radius: 5px;
}

.header__menu a {
  display: block;
  text-align: center;
  color: #292b38;
  padding: 0.625rem;
}

.header a {
  position: relative;
  font-size: 0.875rem;
  color: #9698a6;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.header a:not(:last-child) {
  margin-right: 32px;
}

@media (max-width: 63.9375em) {
  .header a:not(:last-child) {
    margin-right: 0px;
  }
}

.header a::before {
  content: "";
  position: absolute;
  display: block;
  height: 5px;
  left: 0;
  right: 0;
  bottom: -30px;
  background: -webkit-gradient(linear, left top, right top, from(#31d35c), to(#2bb7da));
  background: linear-gradient(to right, #31d35c, #2bb7da);
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

@media (max-width: 63.9375em) {
  .header a::before {
    display: none;
  }
}

.header a:hover {
  color: #292b38;
}

.header a:hover::before {
  opacity: 1;
}

.header nav .header__logo:before {
  height: 0;
}

.header nav .header__links .button2:before {
  height: 0;
}

.hero {
  background-color: #fafafa;
}

@media (min-width: 64em) {
  .hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero__image {
  position: relative;
  background-image: url("/images/PLD_logo.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 17.5rem;
}

@media (min-width: 40em) {
  .hero__image {
    min-height: 25rem;
    background-size: 70%;
    background-position: center 30%;
  }
}

@media (min-width: 64em) {
  .hero__image {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-height: 41rem;
    background-image: none;
  }
}

.hero__image::before {
  opacity: 0.3;
}

@media (min-width: 64em) {
  .hero__image::before {
    content: "";
    position: absolute;
    height: 100%;
    background-image: url("/images/PLD_Icon.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    background-size: 100%;
    background-position: 100%;
  }
}

.hero__image::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("/images/threeQuarter_smartPhone_ducks.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 100%;
}

@media (min-width: 40em) {
  .hero__image::after {
    background-size: 52%;
  }
}

@media (min-width: 64em) {
  .hero__image::after {
    height: 120%;
    width: 114%;
    background-size: 104%;
    background-position: center 100%;
    left: 0%;
  }
}

.hero__text {
  text-align: center;
}

@media (min-width: 64em) {
  .hero__text {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
}

.hero hr {
  width: 100%;
}

.heroPortfolio {
  background-color: #3d3d3d;
}

@media (min-width: 64em) {
  .heroPortfolio .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.heroPortfolio__text {
  text-align: center;
  padding-top: auto;
  padding-bottom: auto;
}

@media (min-width: 64em) {
  .heroPortfolio__text {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}

.heroPortfolio h1 {
  color: white;
}

.heroPortfolio_TGC {
  background-image: url("/images/TGC_heroImage.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 64em) {
  .heroPortfolio_TGC .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.heroPortfolio_TGC__text {
  text-align: center;
  padding-top: auto;
  padding-bottom: auto;
}

@media (min-width: 64em) {
  .heroPortfolio_TGC__text {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}

.heroPortfolio_TGC h1 {
  color: white;
}

.TGS_main {
  display: block;
  background: url("/images/TGS_main.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 800px;
  height: 453px;
}

.TGS_menu {
  display: block;
  background: url("/images/TGS_menu.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-top: -10px;
  width: 300px;
  height: 447px;
}

.TGS_controls {
  display: block;
  background: url("/images/TGS_controls.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 300px;
  height: 114px;
}

.TGS_pannel {
  display: block;
  background: url("/images/TGS_pannel.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-top: -10px;
  width: 300px;
  height: 379px;
  margin-bottom: 20px;
}

.feature {
  background-color: #f3f4f6;
  text-align: center;
}

@media (min-width: 40em) {
  .feature {
    text-align: left;
  }
}

.feature__intro {
  margin-bottom: 3.75rem;
}

@media (min-width: 64em) {
  .feature__intro {
    width: 60%;
  }
}

@media (max-width: 63.9375em) {
  .feature__intro {
    padding-top: 50px;
  }
}

@media (min-width: 40em) {
  .feature__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.feature__item {
  padding: 0.9375rem;
}

@media (min-width: 40em) {
  .feature__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

@media (min-width: 64em) {
  .feature__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.feature__demo {
  padding: 0.9375rem;
  margin-left: 50px;
}

@media (min-width: 40em) {
  .feature__demo {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

@media (min-width: 64em) {
  .feature__demo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.feature__icon {
  margin-bottom: 1.875rem;
}

@media (min-width: 64em) {
  .feature__icon {
    margin-bottom: 2.75rem;
  }
}

.feature__title {
  font-weight: 300;
  line-height: 1.17;
  color: #292b38;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 64em) {
  .feature__title {
    font-size: 1.5rem;
    margin-bottom: 2.125rem;
  }
}

.feature__description {
  font-size: 0.875rem;
  line-height: 1.5;
}

.imgDesc p {
  color: #727272;
  font-size: 1.1rem;
  font-style: italic;
}

.articles {
  background-color: #fafafa;
}

.article__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1.875rem;
}

@media (min-width: 40em) {
  .article__grid {
    -ms-grid-columns: repeat 2, 1fr;
        grid-template-columns: repeat 2, 1fr;
  }
}

@media (min-width: 64em) {
  .article__grid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.article__item {
  border-radius: 0.4375rem;
  background-color: white;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 170ms ease-in-out;
  transition: all 170ms ease-in-out;
}

.article__item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.article__image {
  height: 12.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.article__text {
  padding: 1.875rem 1.875rem 2.5rem 1.875rem;
  color: #9698a6;
}

@media (min-width: 40em) {
  .article__text {
    padding: 1.875rem 1.5625rem;
  }
}

.article__author {
  font-size: 0.625rem;
  margin-bottom: 1rem;
}

.article__title {
  font-size: 1.0625rem;
  line-height: 1.2;
  color: #292b38;
  margin-bottom: 0.5rem;
}

.article__description {
  font-size: 0.8125rem;
}

.footerSection {
  background-color: #292b38;
}

.footer {
  background-color: #292b38;
  color: white;
  padding-top: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (min-width: 64em) {
  .footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
        grid-template-areas: "logo links1 links2 contact" "social links1 links2 copyright";
    justify-items: start;
  }
}

@media (max-width: 63.9375em) {
  .footer {
    display: block;
  }
}

.footer a {
  color: white;
}

.footer__logo {
  display: inline-block;
}

.footer__logo img {
  width: 100%;
  height: 50px;
}

@media (max-width: 63.9375em) {
  .footer__logo {
    display: block;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 64em) {
  .footer__logo {
    grid-area: logo;
  }
}

@media (max-width: 63.9375em) {
  .footer__social {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 64em) {
  .footer__social {
    grid-area: social;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}

.footer__social a:not(:last-child) {
  display: inline-block;
  margin-right: 1rem;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 64em) {
  .footer__links {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (min-width: 64em) {
  .footer__links.col1 {
    grid-area: links1;
  }
}

@media (max-width: 63.9375em) {
  .footer__links.col2 {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 64em) {
  .footer__links.col2 {
    grid-area: links2;
  }
}

@media (min-width: 64em) {
  .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 63.9375em) {
  .footer__contact {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 63.9375em) {
  .footer__contact a.button {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 64em) {
  .footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }
}

.footer_copyright img {
  margin-top: 15px;
}
/*# sourceMappingURL=style.css.map */