<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-input-placeholder {
  color: white;
}

:-moz-placeholder {
  color: white;
}

::-moz-placeholder {
  color: white;
}

:-ms-input-placeholder {
  color: white;
}

::input-placeholder {
  color: white;
}

::placeholder {
  color: white;
}

body {
  line-height: 1.6em;
  margin: 0;
  font-family: 'Geologica', sans-serif;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 80px;
  background: black;
  color: white;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 2rem;
}

a, a:visited, a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}

h3 {
  line-height: 2.5rem;
  font-size: 1.8em;
}

h2,
h4 {
  line-height: 2.5rem;
  margin-top: 0;
}

p {
  margin-top: 0;

  font-weight: 400;
  font-size: 1em;
}

form {
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
}

hr {
  border: none;
  border-bottom: 2px solid #3a55b4;
  width: 3rem;
  display: inline-block;
}

header {
  background: black;
  color: white;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 60% auto;
  grid-gap: 4rem;
  align-items: center;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  min-height: 100px;
}

section:not(#about-section, #certified-section) {
  padding: 4rem 6vw;
}

input[type='text'] {
  border: none;
  background: none;
  color: white;
  padding: 1rem;
  border-bottom: 1px solid white;
}

input[type='submit'] {
  border: none;
  background: white;
  color: #3a55b4;
  padding: 1.2rem;
  font-size: 1.5em;
  cursor: pointer;
}

button {
  cursor: pointer;
  background: none;
  color: white;
  padding: 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}

button:not(.outlined):hover {
  color: #3a55b4;
}

button.outlined {
  background: #3a55b4;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0.8rem 1.2rem;
}

ul.inline {
  display: flex;
  flex-direction: row;
}

ul.inline li {
  margin: 0 1rem;
  cursor: pointer;
  font-weight: 600;
}

ul.inline li:hover {
  color: #3a55b4;
}

nav,
.contact {
  justify-self: flex-end;
}

.text-center {
  text-align: center;
}

.link-secondary, .link-secondary:hover, .link-secondary:visited {
  color: black;
}

.shrink {
  width: 7vw;
  height: 7vw;
}

.flex {
  display: flex;
}

.full-height {
  height: 100%;
}

.direction-column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-between {
  justify-content: space-between;
}

.align-self-center {
  align-self: center;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-end {
  justify-self: end;
}

.content-around {
  justify-content: space-around;
}

.padding-top-none {
  padding-top: 0;
}

.padding-right-none {
  padding-right: 0;
}

.margin-r-xs {
  margin-right: 0.25rem;
}

.margin-r-sm {
  margin-right: 0.5rem;
}

.margin-r-lg {
  margin-right: 1.5rem;
}

.margin-r-md {
  margin-right: 1rem;
}

.margin-sm-x {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.margin-md-x {
  margin-left: 1rem;
  margin-right: 1rem;
}

.margin-b-sm {
  margin-bottom: 0.5rem;
}

.margin-t-sm {
  margin-top: 0.5rem;
}
.margin-t-md {
  margin-top: 1rem;
}

.margin-t-lg {
  margin-top: 1.5rem;
}

.margin-t-xl {
  margin-top: 2rem;
}

.margin-t-xxl {
  margin-top: 3rem;
}

.margin-y-md {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.highlighted {
  color: #3a55b4;
}

.separator {
  height: 100px;
}

.rounded {
  border-radius: 50%;
}

.form-section {
  display: grid;
  background: #3a55b4;
  color: white;
  padding: 4rem;
  grid-template-columns: 1fr 1fr;
}

.logo {
  min-width: 9rem;
  width: 50%;
  display: block;
}

#certified-section {
  /* background: black; */
  color: white;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: black;
  /* border-bottom: 2px solid black; */
}

.card {
  background: #3a55b4;
  color: white;
  padding: 2rem 2rem;
  /* box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 9px 4px; */
  border: 2px solid black;
  margin-bottom: 1.5rem;
}

.input-placeholder {
  margin-bottom: 1rem;
}

.error {
  visibility: hidden;
  color: #ff619e;
  margin-left: 1rem;
  font-weight: 400;
  margin-top: 0.25rem;
  font-size: 1em;
}

.cards {
  background: #3a55b4;
  padding: 8rem 4rem;
  display: grid;
  gap: 4vw;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.badge {
  max-height: 150px;
}

#choose-section {
  background: black;
  color: white;
}

#choose-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

#services-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

#team-section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
}

#team-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}

#more-about-section {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 6rem;
}

footer .logo {
  min-width: 9rem;
  width: auto;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  button {
    font-size: 0.8em;
  }

  ul.inline li {
    margin: 0;
  }

  section {
    padding-top: 0;
  }

  header {
    grid-template-columns: 1fr;
    gap: 0;
  }

  nav {
    justify-self: flex-start;
    margin-top: 1rem;
  }

  .logo {
    min-width: 10rem;
    width: 40%;
  }

  #services-section-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
  }

  #choose-section-grid {
    grid-template-columns: 1fr;
  }

  #choose-section-grid img {
    display: none;
  }

  #more-about-section {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #team-section {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-bottom: 2rem;
  }

  #team-section .container{
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
  }

  #certified-section {
    flex-direction: column;
  }

  .padding-right-none {
    padding-right: 6vw;
  }

  #contacts-section {
    margin-top: 2rem;
  }

  .margin-t-xxl {
    margin-top: 2rem;
  }

  #certifications {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    display: grid;
    width: 100%;
  }

  #certifications {
    display: grid;
    justify-content: center;
  }

  .cert-group {
    display: flex;
  }

  .cert-group div {
    width: 40vw;
    min-width: 130px;
    min-height: 130px;
    max-height: 180px;
    max-width: 180px;
    height: 40vw;
    margin-top: 1rem;
  }

  .shrink {
    width: 100%;
    height: 100%;
  }
}

.banner-container {
  background: url('./assets/banner.jpeg');
  padding: 8rem 4vw 8rem 4vw;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 2px 3px 4px black;
  font-size: 18px;
  line-height: 2em;
}

@media screen and (max-width: 659px) {
  footer {
    gap: 2rem;
    justify-items: center;
    padding: 2rem;
    grid-template-columns: 1fr;
  }

  .cert-group div {
    width: 40vw;
    min-width: 130px;
    min-height: 130px;
    max-height: 300px;
    max-width: 300px;
    height: 40vw;
    margin-top: 1rem;
  }

  footer .logo {
    justify-self: center;
  }
 }</pre></body></html>