.contact {
  background-blend-mode: darken;
  background-image: radial-gradient(at 0 0, #f9f9f9, #f9f9f9), url("desktopbot-offwhite.4bfad637.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: all .5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .contact {
    background-blend-mode: darken;
    background-image: radial-gradient(at 0 0, #f9f9f9, #f9f9f9), url("mobilebot-cleared-flipped-offwhitebg.6f282fb1.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    width: 100%;
  }
}

.robot-container {
  object-fit: contain;
  grid-area: 1 / 2 / 4 / 4;
  width: 100%;
  height: 100%;
  display: flex;
}

.robot-image {
  width: 100%;
  display: flex;
}

.c--cc--pagewrapper {
  grid-template-rows: 1fr 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start left;
  display: grid;
  position: relative;
}

.c--cic--temp--logo__wrapper {
  color: #67a0b8;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c--cic--temp--logo__wrapper {
    align-self: flex-start;
    margin: 0 auto;
    padding: 4vh 4vh 4vh 6vh;
    font-size: 1.5rem;
  }
}

.c--cc--leadtext__wrapper {
  grid-area: 1 / 1 / 3 / 2;
  align-self: end;
  margin-top: 10vh;
  margin-bottom: 10vh;
  margin-left: 5vh;
  display: grid;
}

@media screen and (max-width: 768px) {
  .c--cc--leadtext__wrapper {
    grid-area: 1 / 3 / 3 / 2;
    align-self: flex-start;
    margin-left: auto;
  }
}

.c--cc--leadtext {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #7cc2de;
  margin: 0 auto;
  padding: 4vh 4vh 4vh 6vh;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c--cc--leadtext {
    color: #fffc;
    cursor: pointer;
    text-align: center;
    padding: 4vh 4vh 4vh 6vh;
  }
}

.c--cc--leadtext--title {
  z-index: 9;
  color: #7cc2de;
  text-align: left;
  text-wrap: nowrap;
  font-size: 2.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c--cc--leadtext--title {
    margin: 0 auto;
    font-size: 1.5rem;
  }
}

.c--cc--leadtext--paragraph {
  z-index: 9;
  color: #7cc2de;
  text-align: center;
  margin: 0;
  font-size: 1.2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c--cc--leadtext--paragraph {
    margin: 0 auto;
  }
}

.c--cc--formbutton__wrapper {
  grid-area: 3 / 1 / 4 / 2;
  padding: 4vh 4vh 4vh 12vh;
}

.c--cc--formbutton {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-transform: uppercase;
  cursor: pointer;
  z-index: 5;
  color: #67a0b8;
  background: #7cc2de33;
  border: 2px solid #7cc2de4d;
  border-radius: .5em;
  width: 250px;
  height: 50px;
  font-family: articulat-cf, sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  transition: all .7s ease-in-out;
  position: relative;
  box-shadow: 0 4px 30px #0000001a;
}

.c--cc--formbutton:hover {
  color: #558498;
  background: #7cc2de66;
  border: 2px solid #7cc2deb3;
}

.c--cc--formbutton:active:after {
  background: none;
}

.c--cc--formbutton:after {
  z-index: -1;
  content: "";
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.direct--contact__wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.direct--contact--links {
  color: #000;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: articulat-cf, sans-serif;
  font-size: .6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
  display: flex;
}

@media screen and (max-width: 768px) {
  .direct--contact--links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px 0;
  }
}

.direct--contact--links li i {
  padding: 0 25px 0 0;
}

.direct--contact--links li a {
  color: #96d1ea;
  text-decoration: none;
}

.direct--contact {
  padding: 25px 25px 0;
  font-size: 2.8em;
  list-style: none;
  display: flex;
}

@media screen and (max-width: 768px) {
  .direct--contact {
    padding: 15px 25px;
    font-size: 1.15rem;
  }
}

.c--cic--copyright__wrapper {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  text-align: center;
  background: #666bb6cc;
  border: 1px solid #9ca1f4;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
}

.c--cic--copyrighttext {
  text-align: center;
  color: #96d1ea;
  font-family: articulat-cf, sans-serif;
}

.c--cic--copyrightlink {
  color: #6786b7;
  pointer-events: all;
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .777s;
  display: inline-block;
  position: relative;
}

.c--cic--copyrightlink:visited, .c--cic--copyrightlink:hover, .cc--cic--copyrightlink:active {
  color: #7cc2de;
}

