@font-face {
  font-family: Bullish;
  src: url('../fonts/bullish.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blu: #0e1e4d;
  --lite: #fdefeb;
  --dark: #ff6400;
  --white: white;
  --blk: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--blu);
  font-family: Roboto Flex, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

h1 {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bullish, Verdana, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  direction: ltr;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bullish, Verdana, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bullish, Verdana, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bullish, Verdana, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
  list-style-type: square;
}

.sect {
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}

.sect.sect-bar, .sect.sect-dim {
  background-color: var(--lite);
}

.sect.sect-form {
  background-image: linear-gradient(180deg, white 10%, var(--lite));
  padding-top: 0;
  padding-bottom: 0;
}

.sect.sect-bar {
  background-color: var(--lite);
  color: var(--dark);
  padding-top: 40px;
  padding-bottom: 30px;
}

.sect.sect-dark {
  background-color: var(--blu);
  color: var(--white);
}

.sect.sect-dark.sect-team {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sect.sect-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sect.sect-vision {
  background-color: var(--blu);
  color: var(--white);
  background-image: linear-gradient(#0009, #0009), url('../images/bg-road.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.sect.sect-mv {
  background-color: #ff751b;
  padding-top: 20px;
  padding-bottom: 0;
  overflow: visible;
}

.sect.sec-quo {
  background-color: var(--blu);
  color: var(--white);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 24px;
  line-height: 38px;
}

.sect.sect-visit {
  background-color: var(--blu);
  color: var(--white);
  text-align: center;
  padding-top: 70px;
  padding-bottom: 40px;
  overflow: hidden;
}

.sect.sect-vs {
  background-color: #ff751b;
  padding-top: 20px;
  padding-bottom: 0;
  overflow: visible;
}

.wide {
  max-width: 1400px;
}

.btn {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 16px 34px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.btn.btn-r {
  float: right;
  margin-top: 20px;
}

.btn.btn-r.w--current {
  color: var(--white);
}

.btn.show-xs {
  display: none;
}

.hero {
  background-color: var(--blu);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-griffinw-3654867.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  width: 100%;
  padding: 140px 50px 120px;
  font-size: 20px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: #fff;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 2px 10px #0000000d;
}

.brand {
  color: var(--blu);
  letter-spacing: -5px;
  height: 100px;
  padding: 15px 0 18px;
  font-family: Encorpada;
  font-size: 3em;
  display: block;
}

.bot50 {
  margin-bottom: 50px;
}

.footer {
  background-color: var(--lite);
  color: #8a8a8a;
  text-align: center;
  padding: 40px 0 20px;
}

.bot25 {
  margin-bottom: 25px;
}

.row {
  width: 100%;
}

.bot40 {
  margin-bottom: 40px;
}

.ctr {
  text-align: center;
}

.divi {
  background-color: #0e1e4d14;
  width: 100%;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.msg {
  color: var(--blk);
  border-radius: 4px;
  height: 56px;
  font-size: 18px;
}

.msg.msg-area {
  height: auto;
  min-height: 150px;
  margin-bottom: 20px;
  padding-top: 12px;
}

.image-7 {
  height: 100%;
}

.p-sm {
  font-size: 16px;
  line-height: 26px;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--blu);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item {
  aspect-ratio: 3 / 2;
  background-color: var(--lite);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.logo-foot {
  height: 80px;
  margin-bottom: 30px;
}

.div-block-12 {
  background-color: var(--blu);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.columns {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-13 {
  background-image: url('../images/pexels-griffinw-3654867.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.column {
  background-image: url('../images/pexels-ramo-229757033-12217364-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 690px;
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  border-bottom: 6px solid var(--dark);
  color: var(--blu);
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: Bullish, Verdana, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
}

.orange {
  color: var(--dark);
}

.orange.title {
  font-size: .8em;
  line-height: 1em;
}

.p-max {
  width: 1080px;
  max-width: 100%;
}

.col-box-l {
  background-color: #ffffff0a;
  padding: 75px 20px;
}

.form {
  text-align: left;
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-lrg {
  font-family: Roboto Flex, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.7em;
}

.li-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark);
  color: var(--white);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 400px;
  padding: 60px 40px;
  display: block;
  position: relative;
}

.ul-phase {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.ul-team {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.li-team {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #ffffff0d;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.img-team {
  aspect-ratio: 2 / 3;
  background-image: url('../images/eric.jpg');
  background-position: 50%;
  background-size: cover;
  border: 6px solid #fff;
  border-radius: 20px;
  height: 320px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.img-team.team-jody {
  background-image: url('../images/JJ.jpg');
}

.card-phase {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--lite);
  color: var(--blu);
  justify-content: flex-start;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ico-sm {
  z-index: 1;
  border: 4px solid var(--dark);
  background-color: #fff;
  border-radius: 500px;
  height: 110px;
  padding: 14px;
  position: relative;
}

.bg-phase {
  background-color: var(--blu);
  width: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ul-core {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.valcard {
  background-color: var(--blu);
  color: var(--white);
  min-height: 260px;
  padding: 40px 40px 20px;
  font-size: 16px;
  line-height: 28px;
  display: block;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 40px;
  display: flex;
}

.tabs {
  background-color: var(--lite);
  padding: 5px 26px;
  font-family: Bullish, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.tabs.w--current {
  background-color: var(--blu);
  color: var(--white);
}

.ul-icosm {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.iconx {
  border: 3px solid var(--dark);
  background-color: var(--white);
  border-radius: 80px;
  height: 70px;
  padding: 13px;
}

.iconx.img-bl {
  background-color: var(--white);
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
}

.li-icosm {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bot0 {
  margin-bottom: 0;
}

.img-mtn {
  opacity: .24;
  height: 330px;
  position: absolute;
  inset: auto -106px -150px auto;
}

.paragraph-2 {
  column-count: 2;
  column-gap: 40px;
}

.tri-o {
  border-top: 60px solid #ff751b;
  border-left: 60px solid #0000;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tri-o.tri-f {
  border-top-width: 40px;
  border-top-color: var(--white);
  border-left-width: 40px;
}

.div-block-19 {
  background-color: #fff;
  margin-bottom: 2px;
  padding: 0;
}

.bot20 {
  margin-bottom: 20px;
}

.div-block-20 {
  background-color: var(--dark);
  color: var(--white);
  padding: 15px 25px;
}

.div-block-21 {
  padding: 25px 40px 40px;
}

.caps {
  text-transform: uppercase;
}

.new-font {
  color: var(--dark);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.block-quote {
  border-left-color: var(--dark);
  background-color: #ffffff0a;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.rel {
  z-index: 2;
  position: relative;
}

.div-block-22 {
  background-color: var(--white);
  padding: 31px;
}

.astx {
  color: var(--dark);
  padding-left: 3px;
}

.div-block-24 {
  margin-bottom: 40px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .hero {
    text-align: center;
    padding: 40px;
  }

  .list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .list-item {
    width: 50%;
  }

  .columns {
    flex-flow: column-reverse;
  }

  .div-block-13 {
    aspect-ratio: 2;
  }

  .column {
    aspect-ratio: 16 / 9;
    min-height: auto;
  }

  .orange.block-md {
    display: block;
  }

  .col-box-l {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ul-phase {
    grid-template-columns: 1fr;
  }

  .ul-team {
    flex-flow: column;
  }

  .li-team {
    width: 100%;
    margin-bottom: 40px;
  }

  .ul-core {
    grid-template-columns: 1fr 1fr;
  }

  .ul-icosm {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sect.sect-form {
    padding-left: 0;
    padding-right: 0;
  }

  .sect.sec-quo {
    font-size: 21px;
    line-height: 34px;
  }

  .hero {
    padding: 75px 20px;
  }

  .col {
    padding-left: 0;
    padding-right: 0;
  }

  .col-box-l {
    padding-top: 50px;
  }

  .li-block {
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .li-team {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ul-core {
    grid-template-columns: 1fr;
  }

  .valcard {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .li-icosm {
    width: 100%;
  }

  .col0 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }

  h1 {
    font-size: 3em;
    line-height: 1em;
  }

  .sect {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sect.sect-bar {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .sect.sec-quo {
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .sect.sect-visit {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn.btn-r {
    display: none;
  }

  .btn.show-xs {
    display: block;
  }

  .btn.btn-xs {
    display: none;
  }

  .hero {
    padding-top: 50px;
    padding-bottom: 60px;
    font-size: 14px;
  }

  .brand {
    height: 90px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 16px;
  }

  .logo-foot {
    height: 70px;
  }

  .form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .li-block {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .ul-phase {
    grid-template-rows: auto auto auto auto;
  }

  .li-team {
    flex-flow: column;
  }

  .img-team {
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-phase {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ico-sm {
    height: 90px;
  }

  .bg-phase {
    width: 100%;
    height: 80px;
    inset: 0% 0% auto;
  }

  .ul-core {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .valcard {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .tabs-menu {
    flex-flow: column;
    overflow: scroll;
  }

  .paragraph-2 {
    column-count: 1;
  }

  .block-quote {
    margin-bottom: 30px;
  }

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


@font-face {
  font-family: 'Bullish';
  src: url('../fonts/bullish.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}