:root {
  --peru: #be761e;
  --white: white;
  --midnight-blue: #031a41;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.nav-section {
  z-index: 10;
  padding-left: .625rem;
  padding-right: .625rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem;
  display: flex;
}

.img-logo {
  width: 9.375rem;
}

.phone-btn {
  border: .0625rem solid var(--peru);
  color: var(--peru);
  border-radius: .5rem;
  align-items: center;
  padding: .625rem .75rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.phone-btn:hover {
  background-color: rgba(190, 118, 30, .1);
  transform: translate(0, -.1875rem);
}

.phone-btn.alt {
  border-color: var(--white);
  color: var(--white);
  margin-top: 2.5rem;
  padding: 1.1875rem 1.625rem;
  display: flex;
}

.phone-icon {
  height: 1.25rem;
  margin-right: .625rem;
}

.hero-section {
  background-color: rgba(190, 118, 30, .1);
  padding-left: .625rem;
  padding-right: .625rem;
  position: relative;
  overflow: hidden;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 46.875rem;
  max-height: 67.5rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.hero-container {
  width: 100%;
  max-width: 85rem;
}

.hero-content {
  width: 45%;
  padding: 1.875rem;
}

.hero-content.abs {
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-h1 {
  color: var(--midnight-blue);
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 115%;
}

.hero-p {
  margin-top: 1.875rem;
  margin-bottom: 3.125rem;
  font-size: 1.15rem;
  line-height: 150%;
}

.btn-wrapper {
  align-items: center;
  display: flex;
}

.wrapper-side-button-text {
  color: var(--midnight-blue);
  margin-left: 1.25rem;
  font-size: .8125rem;
  font-weight: 500;
}

.img-hero {
  z-index: 1;
  object-fit: contain;
  object-position: 0% 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper-play-btn {
  z-index: 3;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.play-btn {
  background-color: rgba(190, 118, 30, .1);
  border-radius: 1rem;
  height: 5rem;
  padding: .375rem;
  transition: all .2s;
}

.play-btn:hover {
  background-color: rgba(190, 118, 30, .2);
  padding: .125rem;
}

.btn {
  background-color: var(--peru);
  text-transform: uppercase;
  border-radius: 1rem;
  padding: 1.125rem 1.875rem;
  font-size: .9375rem;
  font-weight: 500;
  transition: all .2s;
}

.btn:hover {
  background-color: #e69634;
  transform: translate(0, -.1875rem);
}

.btn.topm {
  margin-top: 1.875rem;
}

.btn.alt {
  background-color: var(--midnight-blue);
}

.btn.alt:hover {
  background-color: #063481;
}

.pretitle {
  color: var(--peru);
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-size: .8125rem;
}

.img-symbol-hero {
  opacity: .1;
  object-fit: cover;
  object-position: 0% 0%;
  width: 70%;
  height: 100%;
  padding-top: 10rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -.625rem;
}

.wrapper-img-hero {
  z-index: 2;
  height: 100%;
  padding-top: 7.8125rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section {
  padding: 6.25rem .625rem;
}

.section.alt {
  background-color: rgba(0, 0, 0, .03);
}

.section.cta {
  background-color: var(--midnight-blue);
  color: var(--white);
  background-image: linear-gradient(rgba(3, 26, 65, .83), rgba(3, 26, 65, .83)), url('../images/img03.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.footer {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.section.alt2 {
  background-color: var(--peru);
  color: var(--white);
}

.container {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

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

.content {
  padding: 1.875rem;
}

.content._50 {
  width: 50%;
}

.content._50.r {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.content._50.np-sides {
  width: 45%;
  padding-top: 0;
  padding-bottom: 0;
}

.img-wrapper {
  height: 100%;
  position: relative;
}

.img {
  z-index: 0;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-title {
  color: var(--midnight-blue);
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 115%;
}

.section-title.w {
  color: var(--white);
}

.p18 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.wrapper-features-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 3.125rem;
  display: grid;
}

.feature-box {
  align-items: flex-start;
  display: flex;
}

.featurebox-title-wrapper {
  flex-direction: column;
  align-items: center;
}

.featurebox-icon {
  object-fit: contain;
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: .625rem;
}

.featurebox-h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.2rem;
}

.p15 {
  font-size: .9375rem;
  line-height: 1.4375rem;
}

.image-overlay {
  z-index: 1;
  mix-blend-mode: overlay;
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  padding: .625rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.title-wrapper {
  text-align: center;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem;
}

.grid-3x {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrapper-feature {
  background-color: var(--white);
  border-radius: .5rem;
  padding: 2.5rem 1.875rem;
}

.icon-large {
  object-fit: contain;
  width: auto;
  height: 3.125rem;
  margin-bottom: 1.875rem;
}

.mini-cta {
  color: var(--midnight-blue);
  background-color: #f5f5f5;
  border: .125rem solid rgba(190, 118, 30, .15);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.8125rem 1.875rem;
  display: flex;
}

.mini-cta.topm {
  background-color: var(--peru);
  color: var(--white);
  border-color: rgba(255, 255, 255, .15);
  margin-top: 5.625rem;
}

.wrapper-content-mini-cta {
  width: 70%;
}

.h4-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}

.wrapper-testimonial {
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.875rem;
  display: flex;
}

.star-wrapper {
  margin-bottom: 1.25rem;
}

.img-star {
  height: 1.25rem;
  margin-right: .3125rem;
}

.testimonial-quote {
  border-left-style: none;
  margin-bottom: 1.25rem;
  padding: 0;
  font-size: 1rem;
  line-height: 150%;
}

.wrapper-testimonial-name {
  color: var(--peru);
  font-weight: 600;
}

.wrapper-team {
  background-color: var(--white);
  border-radius: .5rem;
  padding: 0;
}

.team-content {
  padding: 2.5rem 1.875rem;
}

.team-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 26.875rem;
}

.nav-footer {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  opacity: .5;
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-left: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  opacity: 1;
}

.input-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid rgba(255, 255, 255, .3);
  border-radius: .5rem;
  transition: all .2s;
}

.input-2:hover {
  border-color: rgba(255, 255, 255, .7);
}

.input-2:focus {
  border-color: #fff;
}

.input-2.area {
  min-height: 5rem;
}

.success-message {
  background-color: var(--midnight-blue);
}

@media screen and (max-width: 991px) {
  .nav-section, .hero-section {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .hero-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
  }

  .hero-content {
    width: 100%;
  }

  .hero-content.abs {
    width: 100%;
    padding-bottom: 0;
    position: relative;
  }

  .img-hero {
    height: auto;
  }

  .wrapper-play-btn {
    padding-left: 1.875rem;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .img-symbol-hero {
    width: 100%;
    height: auto;
    padding-top: 5.9375rem;
  }

  .wrapper-img-hero {
    padding-top: 0;
    position: static;
  }

  .section {
    padding: 3.75rem 5rem;
  }

  .wrapper.rev {
    flex-direction: column-reverse;
  }

  .content._50, .content._50.r, .content._50.np-sides {
    width: 100%;
  }

  .img {
    height: auto;
    position: static;
  }

  .grid-3x {
    grid-template-columns: 1fr 1fr;
  }

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

  .wrapper-content-mini-cta {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-section, .hero-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hero-h1 {
    font-size: 2.4rem;
  }

  .hero-p {
    font-size: 1rem;
  }

  .btn {
    text-align: center;
  }

  .section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .wrapper-features-small {
    flex-direction: column;
    display: flex;
  }

  .grid-3x {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .mini-cta.topm {
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-section {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .nav-container {
    padding: .9375rem;
  }

  .img-logo {
    width: 6.25rem;
  }

  .phone-btn {
    padding: .4375rem .375rem;
  }

  .hero-section {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .hero-wrapper {
    padding-top: 5.625rem;
  }

  .hero-content {
    padding: .9375rem;
  }

  .hero-h1 {
    font-size: 2rem;
  }

  .btn-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-side-button-text {
    margin-top: 1.25rem;
    margin-left: 0;
    font-size: .75rem;
    line-height: 1.1875rem;
  }

  .wrapper-play-btn {
    padding-left: .9375rem;
  }

  .btn {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .pretitle {
    font-size: .75rem;
    line-height: 1.125rem;
  }

  .section {
    padding: 1.875rem .625rem;
  }

  .content {
    padding: .9375rem;
  }

  .title-wrapper {
    text-align: left;
  }

  .wrapper-feature {
    padding: 1.25rem;
  }

  .mini-cta.topm {
    margin-top: 1.25rem;
  }

  .h4-title {
    font-size: 1.2rem;
  }

  .wrapper-testimonial {
    padding: 1.25rem;
  }

  .team-content {
    padding: 1.25rem 0;
  }

  .team-image {
    height: 15.625rem;
  }
}

#w-node-ad29daf3-b9d6-16b9-9f9c-f47c8fcbae7f-877704fa, #w-node-_7ac09bd0-116a-8171-fc2c-812aecc5ecc9-877704fa, #w-node-_1b71d550-49ef-5aec-e717-f307ee99e317-877704fa, #w-node-_40cb5f0a-2835-1139-112c-388322a2d5a7-877704fa, #w-node-_91fd6da2-5526-7d06-70e8-934320e0ea4a-877704fa, #w-node-e9201345-e9c5-0eb9-88c3-b0bbcaeb591e-877704fa, #w-node-_7eddd023-8a9a-731e-4bea-c994ab377ea2-877704fa, #w-node-_82e8acc4-05d0-6f7b-47b9-fdc7aa1eb9f4-877704fa, #w-node-df3d26b9-1a07-8d1a-01ab-93d7a99cbd5b-877704fa, #w-node-b9900214-5b63-a286-9927-0c00ccf18c21-877704fa, #w-node-f5840ff7-d821-3e47-c3c8-41a0160f9b24-877704fa, #w-node-_40c5cf89-e00b-c564-8318-bb78cbd99845-877704fa, #w-node-cf69934a-3bec-a1f2-da9a-d5084a7398ac-877704fa, #w-node-_045b4192-089c-c724-dfe9-e5c03df1081f-877704fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


