:root {
  --color-3: #081932;
  --color: white;
  --color-4: #1b2f5a;
  --color-5: #f37123;
  --color-2: #333;
  --color-6: #dce3f0;
  --color-7: #4292cf;
}

.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: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cinzel, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: -5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
}

.navbar {
  border-bottom: 1px solid var(--color-3);
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 65px;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.nav-menu {
  align-items: center;
  height: 85px;
  display: flex;
}

.nav-link-jm {
  color: var(--color-4);
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.nav-link-jm:hover {
  color: var(--color-5);
}

.nav-icon {
  width: 25px;
}

.nav-text {
  margin-left: 10px;
  margin-right: 10px;
}

.hero {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 600px;
  margin-top: 75px;
  padding: 5%;
  display: flex;
}

.hero-top-line {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Cinzel, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.button {
  background-color: var(--color-4);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: var(--color-5);
  transform: scale(.9);
}

.button.body {
  margin-bottom: 10px;
  margin-right: 10px;
}

.orange-line {
  background-color: var(--color-5);
  width: 80%;
  height: 1px;
  margin-bottom: 25px;
}

.what-section {
  padding-bottom: 8%;
}

.what-wrapper {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fancy-photo-div-48 {
  border-radius: 15px;
  width: 48%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-cover-div {
  object-fit: cover;
  overflow: hidden;
}

.img-cover-div._100 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.or-outline-square {
  border: 1px dashed var(--color-5);
  width: 50%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.or-outline-square.l {
  inset: 0% auto auto 0%;
}

.or-solid-sq {
  background-color: var(--color-5);
  width: 50%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.or-solid-sq.r {
  inset: auto 0% 0% auto;
}

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.txt-div._48 {
  width: 48%;
}

.txt-div._48.less {
  padding-bottom: 20px;
}

.body-btns {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.center {
  text-align: center;
}

.wrap.top-marg {
  margin-top: 30px;
}

.wrap.top-marg.test {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.doc-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonials {
  background-color: var(--color);
  padding-top: 5%;
  padding-bottom: 8%;
}

.test-div {
  border: 1px none var(--color-5);
  width: 32%;
  color: var(--color-2);
  text-align: center;
  background-color: #4292cf26;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.hero-content-div {
  width: 46%;
}

.image-3 {
  max-width: 250px;
  margin-bottom: 10px;
  margin-left: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.values-section {
  z-index: 20;
  color: #fff;
  background-color: #4292cf26;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin: 0 5% 5%;
  padding: 20px;
  display: flex;
  position: relative;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  font-size: 1em;
}

.check-div {
  color: var(--color-3);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.image-12 {
  width: 50px;
  margin-bottom: 10px;
  margin-right: 0;
}

.image-13 {
  max-width: 150px;
  margin-bottom: 10px;
}

.lens-holder {
  margin-bottom: 5px;
  display: flex;
}

.lens-img {
  width: 100px;
}

.lens-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.new-st-section {
  background-color: #4292cf26;
  border-radius: 20px;
  justify-content: space-between;
  width: 80%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.new-st-section-copy {
  background-color: #4292cf26;
  border-radius: 20px;
  justify-content: space-between;
  width: 80%;
  margin: 5% auto 8%;
  padding: 30px;
  display: flex;
}

._3-steps {
  background-color: #4292cf26;
  flex-flow: column;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.steps-wrap {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.step-div {
  background-color: #4292cf26;
  border-radius: 15px;
  flex-flow: column;
  align-items: center;
  padding: 23px;
  font-size: 1.2em;
  font-weight: 400;
  display: flex;
}

.icon-div {
  background-color: var(--color-3);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
}

.footer-new {
  background-image: url('../images/couple.jpg');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  display: flex;
}

.h2-max {
  max-width: 90%;
  margin-bottom: 10px;
}

.form-block-2 {
  background-color: #fff;
  border-radius: 15px;
  align-items: center;
  width: 100%;
  max-width: 550px;
  height: 90%;
  margin-top: 0%;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.orange-line-2 {
  background-color: #f37123;
  width: 80%;
  height: 1px;
  margin-bottom: 25px;
}

.orange-line-2.less {
  margin-bottom: 15px;
}

.form-center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-field-3 {
  background-color: #0819320d;
  border: 1px #000;
}

.text-field-3:focus, .text-field-3::placeholder {
  color: #333;
}

.button-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1b2f5a;
  padding: 15px 30px;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button-2:hover {
  background-color: #f37123;
  transform: scale(.9);
}

.heading {
  margin-bottom: 20px;
}

.div-block-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }

  .nav-text {
    display: none;
  }

  .hero {
    min-height: 300px;
    padding-top: 8%;
    padding-bottom: 6%;
  }

  .hero-top-line {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .orange-line {
    margin-bottom: 15px;
  }

  .what-wrapper {
    flex-flow: row;
  }

  .fancy-photo-div-48, .fancy-photo-div-48.hi {
    width: 48%;
  }

  .fancy-photo-div-48.max-mob {
    max-height: 450px;
  }

  .txt-div._48, .txt-div._48.less {
    width: 48%;
  }

  .wrap.top-marg.test {
    flex-flow: wrap;
    justify-content: center;
  }

  .test-div {
    width: 100%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .values-section {
    padding: 15px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .new-st-section, .new-st-section-copy {
    width: 90%;
  }

  .h2-max {
    max-width: none;
    font-size: 2em;
  }

  .form-block-2 {
    width: 48%;
    height: auto;
    margin-bottom: 0;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8em;
  }

  .image {
    height: 55px;
  }

  .brand {
    margin-left: 10px;
    padding-left: 0;
  }

  .nav-menu {
    height: 65px;
  }

  .hero {
    flex-flow: column;
    align-items: flex-end;
    height: auto;
    padding-top: 5%;
  }

  .hero-top-line {
    font-size: 2em;
  }

  .button {
    letter-spacing: 0;
    padding: 12px 20px;
  }

  .what-wrapper {
    flex-flow: column;
  }

  .fancy-photo-div-48 {
    width: 100%;
  }

  .fancy-photo-div-48.hi {
    width: 60%;
  }

  .fancy-photo-div-48.max-mob {
    width: 100%;
  }

  .fancy-photo-div-48.st {
    width: 65%;
  }

  .txt-div._48, .txt-div._48.less {
    width: 100%;
  }

  .txt-div._48.cent-mob {
    align-items: center;
  }

  .test-div, .hero-content-div {
    width: 100%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .new-st-section {
    text-align: center;
    flex-flow: column;
    align-items: center;
    padding: 30px;
  }

  .new-st-section-copy {
    flex-flow: column;
  }

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

  .footer-new {
    background-position: 50%;
  }

  .button-2 {
    letter-spacing: 0;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 45px;
  }

  .nav-menu {
    height: 55px;
  }

  .nav-link-jm {
    padding: 5px;
  }

  .hero {
    justify-content: flex-start;
    margin-top: 65px;
    padding-top: 5%;
  }

  .hero-top-line {
    margin-bottom: 15px;
    font-size: 1.6em;
  }

  .button {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .fancy-photo-div-48 {
    padding: 0;
  }

  .fancy-photo-div-48.hi {
    width: 100%;
    padding: 0;
  }

  .fancy-photo-div-48.max-mob {
    padding: 0;
  }

  .fancy-photo-div-48.st {
    width: 100%;
  }

  .txt-div._48 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .txt-div._48.less {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .test-div {
    margin-bottom: 5%;
    padding: 15px;
  }

  .hero-content-div {
    margin-bottom: 20px;
  }

  .new-st-section, .new-st-section-copy {
    padding: 10px;
  }

  .grid-3 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-new {
    background-color: var(--color-3);
    background-position: 50% 100%;
    background-size: contain;
    align-items: flex-start;
    padding-bottom: 200px;
    padding-left: 5%;
  }

  .form-block-2 {
    width: 100%;
    max-width: none;
  }

  .button-2 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}


