:root {
  --white: white;
  --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;
}

.home-section {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 0 solid rgba(228, 235, 243, 0);
  padding: 120px 30px 200px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 25px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #111;
  border: 1.5px solid #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .3s;
}

.button-primary:hover {
  color: #fff;
  background-color: #111;
  transform: scale(1.05);
  box-shadow: 0 0 20px -5px rgba(255, 255, 255, .2);
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: #e39704;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.heading {
  color: #fff;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 55px;
}

.body {
  background-color: #111;
  background-image: linear-gradient(90deg, #111, #1a1a1a);
}

.text-block {
  color: #fff;
  margin-bottom: 7px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: normal;
}

.counter {
  font-weight: 700;
}

.image {
  margin: 7px auto 20px;
}

.background-stripes {
  z-index: -1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.proposition {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 0 solid rgba(228, 235, 243, 0);
  padding: 80px 30px 120px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  border: 1px solid #e39704;
  box-shadow: -8px 8px 2px 1px rgba(227, 151, 4, .5);
}

.heading-2 {
  color: #fff;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
}

.text-block-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 25px;
}

.text-span-15 {
  color: #e39704;
}

.offer {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 0 solid rgba(228, 235, 243, 0);
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
}

.centered-subheading {
  color: #fff;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 2%;
}

.team-block {
  background-color: #111;
  border: 1px solid #e39704;
  padding-bottom: 24px;
}

.team-member-image-two {
  opacity: .9;
  object-fit: cover;
  border: 0 solid rgba(227, 151, 4, 0);
  width: 100%;
  height: 300px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #fff;
  text-align: left;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 35px;
}

.team-member-text {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.text-link-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow:hover {
  color: #fff;
}

.arrow-embed {
  color: #e39704;
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-3, .text-block-4 {
  color: #e39704;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.text-block-5 {
  color: #e39704;
  font-family: Lato, sans-serif;
  font-size: 20px;
  transition: all .3s;
}

.text-block-5:hover {
  color: #fff;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.mobile-stripes {
  display: none;
}

.text-span-16 {
  border: 0 solid rgba(255, 255, 255, 0);
  padding-left: 8px;
  padding-right: 8px;
  line-height: 40px;
}

.services {
  border-bottom: 0 solid rgba(228, 235, 243, 0);
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  color: #fff;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  background-color: #111;
  border: 1px solid #e39704;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 140px;
  height: 140px;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: #fff;
  text-align: center;
  max-width: 90%;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.pricing-card-text._1 {
  text-align: justify;
  max-width: 100%;
}

.text-link-arrow-2 {
  color: #e39704;
  justify-content: flex-start;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.text-link-arrow-2:hover {
  color: #fff;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.footer {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 0 solid rgba(228, 235, 243, 0);
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: #e39704;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.image-2 {
  filter: invert();
  font-size: 16px;
}

.image-3, .image-4 {
  filter: invert();
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 18px;
  font-family: Lato, sans-serif;
}

.text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  font-size: 20px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-2.pricing {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.image-5 {
  width: 25px;
  height: 25px;
}

.about-me {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 0 solid rgba(228, 235, 243, 0);
  padding: 80px 30px 60px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1050px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  display: flex;
}

.shadow-two-3 {
  border: 1px solid #e39704;
  box-shadow: -8px 8px 2px 1px rgba(227, 151, 4, .5);
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.pricing {
  border-bottom: 0 solid rgba(228, 235, 243, 0);
  padding: 20px 30px 80px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.container-6.contact {
  background-color: #111;
  border: 1px solid #e39704;
  max-width: 500px;
  box-shadow: -8px 8px 2px 1px rgba(227, 151, 4, .5);
}

.centered-heading-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.pricing-description-2 {
  color: #fff;
  text-align: center;
  max-width: 550px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.pricing-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  object-fit: cover;
  border: 1px solid #e39704;
  width: 140px;
  height: 140px;
  margin-bottom: 16px;
  box-shadow: -8px 8px 2px 1px rgba(227, 151, 4, .5);
}

.pricing-card-text-2 {
  color: #fff;
  max-width: 40%;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.heading-4, .heading-5 {
  color: #fff;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-block-3 {
  display: flex;
}

.contact-form {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 0 solid rgba(228, 235, 243, 0);
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form {
  text-align: center;
  margin-top: 40px;
}

.field-label, .field-label-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 7px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.submit-button {
  background-color: #111;
  border: 1.5px solid #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  transition: all .2s;
}

.submit-button:hover {
  transform: scale(1.03);
  box-shadow: 0 0 10px rgba(255, 255, 255, .2);
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field {
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 70px;
}

.success-message {
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-10 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.text-block-11 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.navbar-logo-center {
  background-color: #fff;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.navbar-logo-center-2 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

.link {
  color: #e39704;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.div-block-5 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(17, 17, 17, .8);
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-span-17 {
  font-weight: 700;
  text-decoration: underline;
}

.body-2 {
  background-color: #111;
  background-image: linear-gradient(90deg, #111, #1a1a1a);
}

.hero-heading-center {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 0 solid rgba(228, 235, 243, 0);
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  width: 100%;
  transition: all .3s;
}

.div-block-6 {
  background-color: #111;
  border: 1px solid #e39704;
  height: 100%;
  max-height: 100%;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
}

.div-block-6:hover {
  transform: scale(1.05);
}

.heading-6 {
  color: #fff;
  text-align: center;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.class {
  color: #fff;
  text-align: center;
  margin: 0 0 0 12px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.div1 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.grid-3 {
  grid-column-gap: 33px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-areas: ".";
  max-width: 800px;
  margin-top: 70px;
}

.grid-3._1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 400px;
  max-width: 450px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  margin: 20px 20px 30px;
  display: flex;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-18 {
  font-weight: 400;
}

.text-block-12 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .body {
    background-image: linear-gradient(90deg, #111, #1a1a1a);
  }

  .text-block {
    font-size: 20px;
  }

  .pricing-card-text {
    max-width: 90%;
  }

  .hero-wrapper-two {
    justify-content: center;
    align-items: center;
  }

  .container-6 {
    max-width: 900px;
  }

  .div-block-6 {
    padding-bottom: 30px;
  }

  .grid-3 {
    max-width: 900px;
  }
}

@media screen and (max-width: 991px) {
  .home-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary {
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary._1 {
    font-size: 15px;
  }

  .shadow-two {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar-no-shadow-container {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #111;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    color: #fff;
    padding: 12px;
    font-family: Lato, sans-serif;
    font-size: 40px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(166, 177, 191, 0);
  }

  .heading {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    background-image: linear-gradient(90deg, #111, #1a1a1a);
  }

  .div-block {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .background-stripes {
    z-index: -1;
    aspect-ratio: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: none;
    overflow: auto;
  }

  .proposition {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-2 {
    text-align: center;
  }

  .heading-2, .text-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .offer {
    padding-top: 20px;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-member-name-two {
    text-align: center;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    margin-bottom: 15px;
  }

  .mobile-stripes {
    z-index: -1;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: inline-block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .services {
    padding-top: 20px;
  }

  .container-4 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .pricing-card-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-card-text._1 {
    text-align: center;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .image-5 {
    width: 25px;
    height: 25px;
  }

  .about-me {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .shadow-two-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-6 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .container-7 {
    max-width: 728px;
  }

  .div-block-4 {
    max-width: 90%;
  }

  .container-8 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-9 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 90%;
  }

  .grid-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3._1 {
    width: 370px;
  }
}

@media screen and (max-width: 767px) {
  .home-section {
    padding: 60px 15px 20px;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .proposition {
    padding: 20px 15px 60px;
  }

  .margin-bottom-24px-2 {
    text-align: center;
  }

  .heading-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .offer {
    padding: 20px 15px 60px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .services {
    padding: 20px 15px 60px;
  }

  .pricing-grid {
    grid-row-gap: 30px;
  }

  .pricing-card-text._1 {
    max-width: 95%;
  }

  .footer {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: #e39704;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 30px;
  }

  .about-me {
    padding: 20px 15px 60px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .pricing {
    padding: 20px 15px 60px;
  }

  .container-6.contact {
    max-width: 400px;
  }

  .contact-form {
    padding: 60px 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .paragraph {
    font-size: 18px;
  }

  .class {
    font-size: 24px;
    line-height: 34px;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 98%;
    margin-top: 70px;
  }
}

@media screen and (max-width: 479px) {
  .home-section {
    padding-bottom: 30px;
  }

  .container {
    max-width: none;
  }

  .hero-split {
    margin-bottom: 30px;
  }

  .margin-bottom-24px {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .button-primary {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-no-shadow-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .heading {
    text-align: center;
    max-width: 100%;
    font-size: 38px;
    line-height: 45px;
  }

  .text-block {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .background-stripes {
    overflow: visible;
  }

  .proposition {
    padding-top: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .margin-bottom-24px-2 {
    text-align: center;
  }

  .heading-2, .text-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .offer {
    padding-top: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .arrow-embed, .text-block-5 {
    color: #e39704;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .title-small {
    font-size: 18px;
  }

  .about-me {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .container-5 {
    max-width: none;
  }

  .pricing {
    padding-bottom: 50px;
  }

  .container-6 {
    max-width: none;
  }

  .container-6.contact {
    width: 95%;
    max-width: 95%;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .pricing-grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .pricing-image-2 {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-card-text-2 {
    max-width: 50%;
  }

  .contact-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-7 {
    max-width: none;
  }

  .div-block-4 {
    max-width: 98%;
  }

  .container-8 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .link {
    color: #e39704;
    font-size: 15px;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    max-width: 100%;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .class {
    font-size: 22px;
  }

  .grid-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 95%;
    margin-top: 70px;
  }

  .grid-3._1 {
    width: 95%;
    max-width: 95%;
  }

  .div-block-8 {
    margin-bottom: 15px;
  }

  .text-block-12 {
    margin-bottom: 0;
  }

  .div-block-10 {
    margin-bottom: 20px;
  }
}

#w-node-_1f336a87-3e75-b7af-e55f-f186fbaf49e3-03eb945d, #w-node-_1f336a87-3e75-b7af-e55f-f186fbaf49ed-03eb945d, #w-node-_1f336a87-3e75-b7af-e55f-f186fbaf49f7-03eb945d, #w-node-_51c7a174-acea-9e35-0f80-42adeabc339f-03eb945d, #w-node-_571ec078-09e3-45b8-dae1-627de36ad607-03eb945d, #w-node-_571ec078-09e3-45b8-dae1-627de36ad611-03eb945d, #w-node-_9ed0d050-7862-5655-a048-4ab7dc0c0aa0-03eb945d, #w-node-_9ed0d050-7862-5655-a048-4ab7dc0c0aab-03eb945d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c69f072-240d-3107-dfed-ef078444705e-9299cca5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0caebc79-5ec8-d50b-70f2-0a9f73a2f3b4-9299cca5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_29ac04dd-cbb8-1617-8b0a-f5a81ea3c73b-9299cca5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_29ac04dd-cbb8-1617-8b0a-f5a81ea3c751-9299cca5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a658d770-8578-db9d-b072-58c96622ea21-9299cca5, #w-node-a658d770-8578-db9d-b072-58c96622ea26-9299cca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_0caebc79-5ec8-d50b-70f2-0a9f73a2f3b4-9299cca5 {
    grid-area: 3 / 1 / 4 / 2;
  }
}
