@charset "UTF-8";
/*
** CSS Reset
** https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

body {
  color: #000;
  background-color: #fc0;
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.6;
  border-top: 1em solid #fc0;
}

h1, h2, h3, h4, strong {
  font-weight: 900;
  text-wrap: balance;
}

a {
  text-decoration: none;
}

header {
  background-color: #fff;
  margin: 0;
  padding-top: 1em;
}
header img {
  margin: 0 0 0 1em;
  padding-bottom: 1em;
  width: 70%;
}

.menu-toggle {
  display: none;
}

main {
  padding: 0 1em 2em 1em;
}
main a {
  color: #900;
  border-bottom: 0.0625em solid #6f0000;
  transition: all 0.3s ease;
}
main a:hover {
  border-bottom: 0.125em solid #fff;
}
main ul {
  margin: 0.25em 0 1em 0;
}
main h1 {
  width: fit-content;
  border-bottom: 0.125em solid #900;
  margin: 1em 0 0.5em 0;
}
main h2 {
  color: #6f0000;
}
main p {
  margin-bottom: 0.75em;
}
main p + p, main p + h2 {
  margin-top: 0.5em;
}

footer {
  display: flex;
  gap: 1em;
  flex-direction: column;
  align-items: center;
  color: #fff;
  background-color: #6f0000;
  margin: 0;
  border-top: 0.75em solid #000;
  padding: 1em;
}
footer a {
  color: #fff;
}
footer address {
  display: block;
  text-wrap: nowrap;
  font-size: 1.125em;
}
footer address img {
  display: none;
}
footer address a {
  display: block;
  padding: 0.25em 0 0.75em 0;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 1.5em;
  padding: 0;
}
.footer-links li {
  display: inline;
}
.footer-links a {
  border-bottom: 0.0625em solid #fff;
  transition: all 0.3s ease;
}
.footer-links a:hover {
  border-bottom: 0.25em solid #fc0;
}

.copyright {
  font-size: 0.8em;
  margin-top: 1.5em;
  color: #ccc;
}

.banner {
  aspect-ratio: 3.53200883/1;
  width: 100%;
  background-image: url("../img/home-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2em;
  border-radius: 0.5em;
}

.animation {
  display: flex;
  justify-items: center;
  align-items: center;
  aspect-ratio: 6/1;
  width: 100%;
  border: 3px dotted rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.image-full {
  display: block;
  width: 100%;
  max-width: 31.25em;
  margin: 2em auto;
}

.image-right {
  float: right;
  max-width: 22em;
  margin: 0 0 2em 2em;
  border-radius: 0.5em;
}

section + section {
  margin-top: 2.5em;
}

.page-home main {
  margin-top: 1em;
}

.log-in {
  font-size: 0.75em;
  max-width: 18em;
  float: right;
  margin: 0 0 1em 1.5em;
  padding: 0.5em 1em 0.25em 1em;
  background-color: #6f0000;
  color: #fff;
  border-radius: 0.5em;
}
.log-in h1 {
  border: 0;
  font-size: 1.5em;
  margin: 0 0 0.125em 0;
  color: #fc0;
}
.log-in a {
  color: #fff;
  border-bottom-color: #fff;
}
.log-in a:hover {
  border-bottom-color: #fc0;
}

.faq section {
  position: relative;
  border-radius: 0.25em;
  transition: all 0.15s ease-in-out;
}
.faq .box-title {
  padding: 0.5em 1.25em 0.5em 2.5em;
  display: flex;
  align-items: center;
  text-wrap: balance;
  cursor: pointer;
  user-select: none;
  max-width: 31.25em;
  font-weight: 700;
}
.faq .box-title:before {
  position: absolute;
  display: block;
  content: "›";
  font-size: 1.5em;
  left: 0.75em;
  transition: transform 0.15s ease-in-out;
  color: #900;
}
.faq .box-content {
  padding: 1.25em 1.25em 0.625em 1.25em;
  font-size: 0.9em;
  display: none;
}
.faq .box-content a:hover {
  border-bottom-color: #900;
}
.faq input {
  display: none;
}
.faq input:checked + section {
  height: auto;
  background-color: #fff;
  margin: 1em 0;
  box-shadow: 0 0 0.375em rgba(0, 0, 0, 0.16), 0 0.375em 0.75em rgba(0, 0, 0, 0.32);
}
.faq input:checked + section .box-title {
  border-bottom: 0.0625em solid #900;
  color: #900;
}
.faq input:checked + section .box-title:before {
  transform: rotate(90deg);
}
.faq input:checked + section .box-content {
  display: inline-block;
}
.faq ul, .faq .faq ol {
  margin-bottom: 0.75em;
}
.faq li {
  padding: 0.25em 0;
}

.icon {
  display: block;
  position: relative;
  padding-left: 2.5em;
  border-bottom: 0 !important;
}
.icon:before {
  width: 2em;
  display: block;
  position: absolute;
  top: -0.25em;
  left: 0;
  transition: transform 0.5s ease;
}
.icon:hover:before {
  transform: scale(1.2);
}

.adr {
  margin-bottom: 0.375em;
}
.adr:before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.adr:hover:before {
  transform: translateY(-50%) scale(1.2);
}

footer .icon:before {
  top: 0;
}
footer .adr:before {
  top: 50%;
  transform: translateY(-50%);
}

.icon-phone:before {
  content: url("../img/icon-phone.svg");
}

.icon-email:before {
  content: url("../img/icon-email.svg");
}

.icon-map:before {
  content: url("../img/icon-map.svg");
}

.icon-vcard:before {
  content: url("../img/icon-vcard.svg");
}

.icon-fax {
  color: #900;
}
.icon-fax:before {
  content: url("../img/icon-fax.svg");
}

address {
  font-style: normal;
}
address p + p {
  margin-top: 0.25em;
}

.contact-name {
  font-weight: bold;
  font-size: 1.375em;
}

.country-name, [itemprop=worksFor] {
  display: none;
}

.contact-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3em;
  margin: 1em 1em 1em 0;
}
.contact-list address img {
  width: 100%;
  max-width: 22em;
  border-radius: 0.75em;
  margin-bottom: 0.25em;
}
.contact-list address .contact-info {
  margin-left: 1em;
}

.contact {
  width: 100%;
  margin: 0.5em 0;
  border-radius: 0.75em;
  background-color: rgba(255, 255, 255, 0.5);
}
.contact address {
  display: block;
  font-size: 0.9em;
}
.contact address img {
  width: 100%;
  border-radius: 0.5em;
  transform: scale(0.9);
}
.contact .contact-name {
  display: none;
}
.contact .contact-info {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1em 1em 2.5em;
}

.videos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
}
.videos img {
  border-radius: 0.5em;
  margin-bottom: 1em;
}
.videos p {
  text-align: center;
}

.youtube {
  width: 100%;
  aspect-ratio: 560/315;
}

.our-process {
  width: 100%;
  background-image: url("../img/our-process-mobile.svg");
  aspect-ratio: 0.76716856/1;
  max-width: 35em;
  margin: 2em auto;
}

@media screen and (min-width: 33em) {
  .our-process {
    background-image: url("../img/our-process.svg");
    aspect-ratio: 1.0812065/1;
  }
}
.onboarding {
  position: relative;
  max-width: 30em;
}
.onboarding section {
  position: relative;
  width: 100%;
  opacity: 0.1;
  z-index: 1;
  transform: scale(0.9);
  padding-top: 1em;
  font-weight: 900;
  transition: opacity 1s ease, transform 1s ease;
}
.onboarding section + section {
  margin-top: 0;
}
.onboarding section > span {
  padding-top: 0;
  text-align: center;
  display: block;
  font-size: 1.5em;
  color: #6f0000;
}
.onboarding section div {
  background-color: #6f0000;
  padding: 1em 1.25em 0.375em 1.25em;
  color: #fc0;
  border-radius: 0.5em;
}
.onboarding section div span {
  display: block;
  font-style: italic;
  color: #fff;
}
.onboarding .in-view {
  z-index: 200;
  opacity: 1;
  transform: scale(1);
}
.onboarding ul {
  padding: 0 0 0 1.5em;
}
.onboarding li {
  color: #fff;
  font-weight: 600;
}
.onboarding .down-arrow {
  position: sticky;
  top: 0;
  height: 12em;
  margin: 0 auto;
  z-index: 100;
}

@keyframes show-step {
  0% {
    opacity: 0.1;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* Mobile menu */
menu {
  display: block;
  position: absolute;
  top: -1000px;
  opacity: 0;
  background-color: #fff;
}
menu li {
  list-style: none;
}
menu a {
  display: inline-block;
  font-size: 1.1em;
  color: #000;
  text-decoration: none;
  padding: 0 0.75em;
  font-weight: 800;
  transition: background-color 0.5s ease, color 0.3s ease;
}
menu a:hover {
  background-color: #900;
  color: #fff;
}

.menu-icon {
  position: fixed;
  top: 0.75em;
  right: 0.5em;
  font-size: 2em;
  line-height: 1;
  padding: 0.075em 0.25em 0.0625em 0.25em;
  background-color: rgba(255, 255, 255, 0.66);
  border-radius: 0.125em;
  cursor: pointer;
  z-index: 1001;
  transition: transform 0.3s ease-in-out;
}
.menu-icon .line {
  width: 1.125em;
  height: 0.09375em;
  background-color: #000;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}

.menu-toggle:checked ~ menu {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  position: fixed;
  top: 1.25em;
  right: 0.875em;
  background-color: #900;
  padding: 0;
  border-radius: 0.25em;
  z-index: 1000;
}
.menu-toggle:checked ~ menu a {
  width: 100%;
  color: #fff;
  padding: 0.5em 2em 0.5em 1.25em;
  border-radius: 0.25em;
}
.menu-toggle:checked ~ menu a:hover {
  background-color: #6f0000;
}
.menu-toggle:checked ~ .menu-icon {
  background: transparent;
  transform: rotate(45deg);
}
.menu-toggle:checked ~ .menu-icon:before {
  border: 0.09375em solid #fff;
}
.menu-toggle:checked ~ .menu-icon .line {
  width: 0.75em;
  background-color: #fff;
}
.menu-toggle:checked ~ .menu-icon .line:nth-child(2) {
  opacity: 0;
}
.menu-toggle:checked ~ .menu-icon .line:nth-child(1) {
  transform: translate(-4px, 4px);
}
.menu-toggle:checked ~ .menu-icon .line:nth-child(3) {
  transform: translate(-4px, -18px) rotate(90deg);
}

.page-home menu a[href="/"],
.page-home menu a[href=index],
.page-about-us menu a[href=about-us],
.page-services menu a[href=services],
.page-our-process menu a[href=our-process],
.page-resources menu a[href=resources],
.page-contact-us menu a[href=contact-us] {
  background-color: #900;
  color: #fc0;
}

/* Medium screen styling */
@media screen and (min-width: 30em) {
  header img {
    margin: 0 0 0 2em;
    width: 100%;
    max-width: 19em;
  }
  main {
    max-width: 55em;
    margin: 0 auto;
    padding: 0 2em 2em 2em;
  }
  .page-home main {
    margin-top: 2em;
  }
  .log-in {
    font-size: 0.825em;
    padding: 0.74em 1.25em 0.5em 1.25em;
  }
  .videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5em;
  }
  .videos img {
    transition: transform 0.5s;
  }
  .videos a img:hover {
    transform: scale(1.05);
  }
}
/* Large screen styling */
@media screen and (min-width: 55em) {
  header .menu-icon {
    display: none;
  }
  header img {
    margin: 0 auto;
  }
  menu {
    display: block;
    opacity: 1;
    position: relative;
    top: 0;
    padding: 0;
    margin: 1em 0 0 0;
    text-align: center;
    border-radius: 0;
  }
  menu li {
    display: inline;
  }
  menu li + li {
    margin-left: 1em;
  }
  menu a {
    display: inline-block;
    font-size: 1.1em;
    height: 2.75em;
    line-height: 2.5em;
    color: #000;
    border-top: 0.25em solid #900;
    padding: 0 0.75em;
    border-radius: 0;
    font-weight: 800;
    transition: background-color 0.5s ease, color 0.3s ease;
  }
  menu a:hover {
    background-color: #900;
    color: #fff;
  }
  .page-home menu a[href="/"],
  .page-home menu a[href=index],
  .page-about-us menu a[href=about-us],
  .page-services menu a[href=services],
  .page-our-process menu a[href=our-process],
  .page-resources menu a[href=resources],
  .page-faq menu a[href=faq],
  .page-contact-us menu a[href=contact-us] {
    color: #000;
    background-color: #fc0;
  }
  .page-home menu a[href="/"]:hover,
  .page-home menu a[href=index]:hover,
  .page-about-us menu a[href=about-us]:hover,
  .page-services menu a[href=services]:hover,
  .page-our-process menu a[href=our-process]:hover,
  .page-resources menu a[href=resources]:hover,
  .page-faq menu a[href=faq]:hover,
  .page-contact-us menu a[href=contact-us]:hover {
    color: #6f0000;
  }
  .page-home main {
    margin-top: 3em;
  }
  .log-in {
    font-size: 0.9em;
    padding: 1em 1.5em 0.75em 1.5em;
  }
  .videos {
    gap: 3em;
  }
}
/* Larger footer styling */
@media screen and (min-width: 46.5em) {
  footer {
    gap: 2em;
  }
  footer address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
  }
  footer address img {
    display: block;
    max-height: 80px;
    margin-top: -0.25em;
    border: 0.25em solid #fff;
    background-color: #fff;
  }
  .copyright {
    margin-top: 0;
  }
}
/* Footer links */
@media screen and (min-width: 36em) {
  .footer-links {
    display: flex;
    align-items: center;
    gap: 2em;
  }
}
/* Contact card */
@media screen and (min-width: 33em) {
  .contact .contact-info {
    padding: 1em 1em 0.5em 0;
  }
  .contact address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 42em) {
  .contact {
    float: right;
    width: 50%;
    max-width: 22em;
    margin: 0.5em 0 0.5em 2em;
  }
  .contact address {
    display: block;
    font-size: 1em;
  }
  .contact .contact-info {
    padding: 0.25em 1em 0.5em 1em;
  }
}
@media screen and (min-width: 40em) {
  .contact-list {
    grid-template-columns: 1fr 1fr;
    margin: 1em;
  }
  .contact-list address {
    max-width: 20em;
  }
}
