h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

body, html {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  background-color: #f5f5f5;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 75px;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 4rem;
}

.full-width {
  width: 100%;
}

.nav {
  position: sticky;
  top: 0;
  left: 0;
  height: 100px;
  background-color: white;
  color: black;
  padding: 0 40px;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.125);
  z-index: 1000;
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.logo {
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.logo img {
  height: 100%;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-weight: 375;
}
.nav-links a {
  font-size: 1.2em;
  color: inherit;
  text-decoration: none;
  padding: 0 10px;
}
.nav-links a:hover {
  color: #828282;
}

.hero {
  background-image: url("/assets/hero-1080.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-position-y: 20%;
  min-height: fit-content;
  height: calc(100vh - 100px);
  position: relative;
  margin-bottom: 4rem;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.cta-card.service-info {
  margin: 2em auto;
  text-align: center;
}
.cta-card.service-info p, .cta-card.service-info h2 {
  text-align: center;
}
.cta-card.service-info p {
  margin: auto;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

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

.color {
  background-color: #fffbf5;
  border-top: dashed 2px #ffbb5c;
}

.heading {
  margin: 0 auto;
  margin-bottom: 4rem;
  font-weight: 450;
  text-align: center;
}
.heading h1 {
  font-size: 2.5em;
  margin-bottom: 0;
  margin-top: 0;
}
.heading p {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 1em;
}

.heading.card {
  width: 600px;
  max-width: 100%;
  text-align: center;
  margin: 0;
  flex: 0;
}
.heading.card p {
  text-align: center;
}
.heading.card:hover {
  transform: none;
}

.card {
  flex: 1 1 0;
  min-width: 200px;
  max-width: 300px;
  background-color: white;
  padding: 2em;
  box-sizing: border-box;
  border-radius: 7px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.125);
  border-top: 15px solid #ffbb5c;
  transition: transform 0.3s ease;
}
.card:hover {
  transform: translateY(-10px);
}
.card p {
  text-align: center;
  margin-bottom: 0;
}
.card h2 {
  font-weight: 400;
  text-align: center;
}
.card .icon-wrapper {
  display: flex;
  justify-content: center;
  height: 27%;
  padding: 0 30px;
}
.card .icon-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.w-100 {
  width: 100%;
}

.cards {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.cards .card {
  aspect-ratio: 2/3;
}

.card-group {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: nowrap;
  flex: 1 1 0;
  max-width: fit-content;
}

.hero-card {
  font-size: 1em;
  width: 50%;
  max-width: 620px;
  height: fit-content;
  margin: 40px;
  padding: 2em;
}
.hero-card:hover {
  transform: none;
}
.hero-card h1 {
  text-align: center;
  margin-top: 0;
}
.hero-card p {
  text-align: center;
}

.hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: fit-content;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.cta {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  background-color: #1f41b2;
  color: white;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 2em;
  font-weight: 650;
  display: block;
  width: fit-content;
  font-size: 1.1em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.125);
  transition: transform 0.3s ease;
}
.cta:hover {
  transform: scale(1.02);
  cursor: pointer;
}

footer {
  width: 100%;
  background-color: rgb(44, 44, 44);
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  color: white;
}
footer a {
  color: inherit;
}

.panes {
  display: flex;
  flex-direction: row;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.125);
  border-radius: 7px;
  overflow: hidden;
}

.pane {
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  flex: 1 1 0;
  text-align: justify;
}
.pane.small {
  flex: 0 0 30%;
}
.pane h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.service-grid {
  background-color: #fffbf5;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  padding: 50px;
  width: 70%;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
.service-grid a {
  display: contents;
  color: inherit;
}

.service {
  position: relative;
  min-width: 130px;
  width: 20%;
  flex: 0 0 20%;
  padding: 10px;
  box-sizing: border-box;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffbb5c;
}
.service .icon-wrapper {
  height: 50%;
  width: 100%;
}
.service .icon-wrapper img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  height: 100%;
}
.service h3 {
  text-align: center;
  margin-top: 0;
  font-size: 1.05em;
  width: 100%;
  margin-top: 1em;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: underline;
}
.service:hover {
  transform: scale(1.05);
}

.row {
  max-height: fit-content;
  justify-content: center;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 15px;
}

.step-row {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  position: relative;
}

.step {
  font-size: 0.9em;
  border-radius: 40px;
  border: none;
  z-index: 2;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 5px solid #ffbb5c;
}
.step h3 {
  margin: 0;
  text-align: center;
  font-weight: 600;
}
.step:hover {
  transform: scale(1.05);
}

.step, .step-spacer, .path {
  flex: 1;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}

.path-start, .path-end {
  height: 100%;
  flex: 0;
}
.path-start::after, .path-end::after {
  content: "";
  display: block;
  width: 100vw;
  z-index: 4;
  border-top: 10px dashed #f8e0bf;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.path-start::after {
  left: -100vw;
}

.path-end::after {
  right: -100vw;
}

.card.fake {
  display: none;
}

.path {
  flex: 1;
  box-sizing: border-box;
}
.path.up {
  border-bottom: 10px dashed #f8e0bf;
  clip-path: inset(50% 0 0 0);
}
.path.down {
  border-top: 10px dashed #f8e0bf;
  clip-path: inset(0 0 50% 0);
}
.path.right {
  border-right: 10px dashed #f8e0bf;
  border-top-right-radius: 100vmax;
  border-bottom-right-radius: 100vmax;
}
.path.left {
  border-left: 10px dashed #f8e0bf;
  border-top-left-radius: 100vmax;
  border-bottom-left-radius: 100vmax;
}
.path.up.right {
  transform: translate(-50%, -50%);
}
.path.down.right {
  transform: translate(-50%, 50%);
}

@media screen and (max-width: 600px) {
  .nav-links {
    display: none;
  }
  .nav-inner {
    justify-content: center;
  }
  .hero-inner {
    padding: 20px;
  }
  .hero-card {
    width: 100%;
    margin: 0 auto;
    margin-top: 66px;
  }
  .cards-wrapper {
    overflow-x: scroll;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cards {
    flex-wrap: nowrap;
    min-width: fit-content;
  }
  .cards .card {
    min-width: 70vw;
    max-width: 70vw;
    width: 70vw;
  }
  .cards .card-group {
    flex-wrap: nowrap;
    justify-content: start;
    min-width: fit-content;
    max-width: fit-content;
    width: fit-content;
  }
  .cards .card.fake {
    display: block;
    min-width: calc(15vw - 20px);
    max-width: calc(15vw - 20px);
    width: calc(15vw - 20px);
    opacity: 0;
    padding: 0;
  }
  #why-us {
    padding-left: 0;
    padding-right: 0;
  }
  #why-us > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  #why-us > .cards-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .service-grid {
    padding: 20px 10px;
  }
  .panes {
    flex-direction: column;
  }
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mobile-steps {
  display: none;
}

@media screen and (max-width: 1200px) and (min-width: 600px) {
  .service h3 {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1024px) {
  .panes {
    flex-direction: column;
  }
  .service-grid {
    width: 100%;
  }
}
.logo {
  margin-right: 20px;
}

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

@media screen and (max-width: 768px) and (min-width: 600px) {
  .nav {
    padding: 0 20px;
  }
}
@media screen and (max-width: 920px) {
  .nav-links {
    font-size: 0.9em;
  }
  .logo {
    margin: 0;
  }
  div.mobile-steps {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    margin-top: 80px;
  }
  div.mobile-steps .step {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
  }
  div.mobile-steps .step:hover {
    transform: none;
  }
  div.mobile-steps::before {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-right: 10px dashed #f8e0bf;
    border-top: 10px dashed #f8e0bf;
    border-top-right-radius: 100vmax;
    border-bottom-right-radius: 100vmax;
  }
  div.mobile-steps::after {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    top: 100%;
    left: 100%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-left: 10px dashed #f8e0bf;
    border-bottom: 10px dashed #f8e0bf;
    border-top-left-radius: 100vmax;
    border-bottom-left-radius: 100vmax;
  }
  div.mobile-steps .step::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(-50%, 50%) translateY(5px);
    border-right: 10px dashed #f8e0bf;
    clip-path: inset(50% 0 0 0);
  }
  div.mobile-steps .step.last::after {
    display: none;
  }
  .steps {
    display: none;
  }
}
@media screen and (hover: none) {
  .cta:hover, .card:hover {
    transform: none;
  }
}
.service-page {
  margin-top: 3em;
}
.service-page .heading {
  margin: 0 20px;
  margin-bottom: 3em;
}

.new-badge::after {
  content: "NEW";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1f41b2;
  padding: 5px;
  color: white;
  font-size: 0.8em;
  font-weight: 600;
  border-radius: 100vmax;
  text-align: center;
  line-height: 1.6em;
  z-index: 5;
  transform: translate(35%, -35%);
}

.service-info {
  max-width: none;
  max-width: 1000px;
}
.service-info h2 {
  margin-top: 0;
}
.service-info:hover {
  transform: none;
}
.service-info p, .service-info h2 {
  text-align: left;
}

/*# sourceMappingURL=style.css.map */
