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

body {
  background-color: #edf2f9;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #f4ede8;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

h2 {
  margin-top: 5px;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  max-width: 70ch;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 16px;
  line-height: 1.5;
  list-style-type: none;
}

li {
  line-height: 1.7;
}

.fixed-image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url('../images/infoclues-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.light {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 300px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4ede8;
  text-align: center;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-width: 860px;
  margin-right: auto;
  margin-left: auto;
  padding: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(20, 13, 7, 0.4);
}

.elfsight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1300px;
  min-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #fff;
  background-color: #f4ede8;
  box-shadow: 0 5px 10px 0 rgba(179, 145, 125, 0.15);
}

.nav-bar._2 {
  border-bottom-color: rgba(14, 51, 107, 0.15);
  background-color: #edf2f9;
  box-shadow: 0 5px 10px 0 rgba(14, 51, 107, 0.12);
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 3px;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  color: #3d2614;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.nav-link.w--current {
  border-bottom-width: 3px;
  border-bottom-color: #d6a689;
}

.spacer-medium {
  width: 50px;
  height: 50px;
}

.span-light-brown {
  color: #d6a689;
  font-size: 52px;
}

.flex-v-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-h {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.half-div {
  width: 50%;
  padding: 34px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 1px;
  background-color: #faf3ee;
  box-shadow: 0 20px 30px -8px rgba(61, 38, 20, 0.12);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #3d2614;
}

.half-div:hover {
  box-shadow: 0 32px 30px -8px rgba(61, 38, 20, 0.12);
}

.p-dark {
  font-family: 'DM Sans', sans-serif;
  color: #3d2614;
  font-size: 21px;
}

.rich-dark {
  font-family: 'DM Sans', sans-serif;
  color: #000;
}

.spacer-big {
  height: 360px;
}

.section-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pin-svg {
  position: absolute;
  left: auto;
  top: auto;
  right: -63px;
  bottom: -9px;
  min-width: 80px;
  color: #f7f4f2;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  padding: 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d6a689;
}

.span {
  padding-right: 2px;
  padding-left: 2px;
  background-color: rgba(214, 166, 137, 0.2);
  color: #26180d;
}

.heading-3 {
  color: #000;
}

.padding-16left {
  padding-left: 16px;
}

.round {
  position: relative;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding: 7px 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #faf3ee;
  box-shadow: 0 20px 30px -8px rgba(61, 38, 20, 0.12);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #3d2614;
}

.round:hover {
  box-shadow: 0 32px 30px -8px rgba(61, 38, 20, 0.12);
}

.preload-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4ede8;
  color: #3d2614;
  text-align: center;
}

.preload-text {
  position: relative;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 50px;
  text-shadow: 1px 1px 2px rgba(26, 16, 8, 0.2);
}

.preload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3d2614;
  text-align: center;
}

.website-wrapper {
  overflow: hidden;
}

.color {
  background-color: #edf2f9;
}

.text-blue {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #0e336b;
}

.current-blue {
  border-bottom: 3px solid rgba(14, 51, 107, 0.5);
}

.nav-link-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 3px;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  color: #3d2614;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.nav-link-home.w--current {
  border-bottom-width: 3px;
  border-bottom-color: rgba(14, 51, 107, 0.7);
}

.testimonial-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edf2f9;
}

.slider {
  width: 700px;
  height: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide {
  height: 170px;
}

.section-home {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(14, 51, 107, 0.15);
  background-color: #fff;
  background-image: url('../images/copyclues-header.jpg');
  background-position: 150% 50%;
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.round-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 50%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding: 7px 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #edf2f9;
  box-shadow: 0 20px 30px -8px rgba(14, 51, 107, 0.12);
  -webkit-transform: translate(50%, 33px);
  -ms-transform: translate(50%, 33px);
  transform: translate(50%, 33px);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: center;
}

.round-copy:hover {
  box-shadow: 0 32px 30px -8px rgba(14, 51, 107, 0.12);
}

.round-copy.text-blue {
  border-color: rgba(14, 51, 107, 0.15);
}

.c-faq-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #c2d4e6;
  background-color: #edf2f9;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c2d4e6;
  cursor: pointer;
}

.accordion-header.js-accordion-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 212, 230, 0.6)), to(#e0eaf9));
  background-image: linear-gradient(180deg, rgba(194, 212, 230, 0.6), #e0eaf9);
}

.click {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #0e336b;
  border-radius: 2px;
  background-image: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #0e336b;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.click:hover {
  box-shadow: 0 10px 20px 0 rgba(194, 212, 230, 0.7);
  -webkit-transform: translate3d(0px, 0px, 76px);
  transform: translate3d(0px, 0px, 76px);
}

.section-prob {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordian {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1200px;
  min-width: 940px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.form {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
}

.html-embed {
  margin-bottom: 40px;
}

.c-faq-icon {
  position: relative;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-faq-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #0e336b;
}

.faq-stripe-2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0e336b;
}

.section-2 {
  position: relative;
  width: 93%;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 130px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 51, 107, 0.15);
  background-color: #fff;
}

.flex-h-space-between {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  background-color: transparent;
}

.vertical-50 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #0e336b;
}

.h2 {
  margin-bottom: 5px;
  font-size: 23px;
}

.pin-svg-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -56px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #f5f8fc;
}

.relative {
  position: relative;
}

.absolute-line {
  position: absolute;
  left: -5%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 90%;
  height: 100%;
  border-bottom: 1px solid #c2d4e6;
  border-left: 1px solid #c2d4e6;
}

.spacer-small {
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.acc-head {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.5;
}

.heading-6 {
  max-width: 80%;
  margin-bottom: 20px;
  color: #0e336b;
}

.spacer-medium-home {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.center-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.color-blue {
  background-color: #0e336b;
}

.big-c {
  position: absolute;
  left: auto;
  top: -140px;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 410px;
  padding-top: 440px;
  color: rgba(194, 212, 230, 0.3);
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e336b;
}

.footer.foo2 {
  background-color: #f4ede8;
}

.footer-top {
  position: absolute;
  left: 0%;
  top: -53px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #0e336b;
}

.footer-mark {
  position: relative;
  z-index: 1;
  width: 60px;
  margin-top: -20px;
  margin-bottom: 10px;
  color: rgba(194, 212, 230, 0.6);
}

.footer-mark._2 {
  color: rgba(214, 166, 137, 0.5);
}

.flex-v-venter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-white {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: hsla(0, 0%, 100%, 0.8);
}

.text-block {
  font-size: 26px;
  font-weight: 400;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 900px;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(194, 212, 230, 0.15);
  background-color: hsla(0, 0%, 100%, 0.06);
}

.footer-bottom._2 {
  border-top-color: rgba(214, 166, 137, 0.6);
  background-color: hsla(0, 0%, 100%, 0.5);
}

.paragraph {
  margin-bottom: 0px;
  font-size: 14px;
}

.paragraph.text-brown {
  color: #d6a689;
}

.html-embed-3._2 {
  color: #f4ede8;
}

.span-white {
  padding-right: 2px;
  padding-left: 2px;
  background-color: #08234d;
  color: #d4e7fa;
}

.text-brown {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #3d2614;
}

.text-white-opacity {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: hsla(0, 0%, 100%, 0.5);
}

.c {
  position: absolute;
  left: auto;
  top: 0%;
  right: -11%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.paragraph-2 {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 17px;
}

.paragraph-2._2 {
  color: #3d2614;
}

.grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-transform: rotateX(20deg) rotateY(0deg) rotateZ(8deg);
  transform: rotateX(20deg) rotateY(0deg) rotateZ(8deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-grid {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(194, 212, 230, 0.6);
  border-radius: 2px;
  box-shadow: 0 0 14px 0 rgba(14, 51, 107, 0.12);
}

.perspective-grid {
  overflow: visible;
  width: 90%;
  margin-top: 60px;
  margin-bottom: -100px;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.section-new {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none;
  border-width: 1px;
  border-color: rgba(14, 51, 107, 0.15);
  background-color: #fff;
}

.image-grid-down {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(194, 212, 230, 0.7);
  border-radius: 2px;
  box-shadow: 0 0 14px 0 rgba(14, 51, 107, 0.16);
}

.section-strategy {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(14, 51, 107, 0.15);
  background-color: #fff;
}

@media screen and (min-width: 1440px) {
  .section-strategy {
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  .light {
    padding-top: 450px;
    padding-right: 70px;
    padding-left: 70px;
  }

  .form-wrapper {
    width: 100%;
    min-width: auto;
  }

  .c-main {
    min-width: auto;
  }

  .spacer-medium {
    height: 40px;
  }

  .flex-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .half-div {
    width: 100%;
  }

  .spacer-big {
    height: 460px;
  }

  .slider {
    width: 80%;
  }

  .section-home {
    background-position: 20% 50%;
    background-size: auto 110%;
  }

  .round-copy.text-blue {
    z-index: 10;
  }

  .accordion-header {
    position: relative;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .accordian {
    width: 80%;
    min-width: auto;
  }

  .flex-h-space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vertical-50 {
    width: 100%;
  }

  .vertical-50._16 {
    padding-left: 16px;
  }

  .absolute-line {
    width: 100%;
  }

  .big-c {
    width: 320px;
    padding-top: 340px;
  }

  .footer-top {
    top: -48px;
    width: 100%;
  }

  .footer-mark {
    margin-top: -10px;
  }

  .footer-bottom {
    min-width: auto;
  }

  .perspective-grid {
    width: 100vw;
  }

  .section-strategy {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  .light {
    width: 100%;
    padding-top: 420px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-wrapper {
    padding: 20px;
  }

  .c-main {
    width: 94%;
  }

  .nav-link {
    font-size: 18px;
  }

  .spacer-medium {
    width: 40px;
    height: 20px;
  }

  .span-light-brown {
    font-size: 40px;
  }

  .half-div {
    padding: 15px 12px;
  }

  .spacer-big {
    height: 390px;
  }

  .section-form {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pin-svg {
    right: -49px;
    min-width: 60px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .round {
    margin-top: 40px;
  }

  .preload-text {
    font-size: 40px;
  }

  .nav-link-home {
    font-size: 18px;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .slider {
    height: 240px;
  }

  .round-copy {
    margin-top: 40px;
  }

  .accordion-header.js-accordion-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-prob {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .accordian {
    width: 90%;
  }

  .section-2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .h2 {
    font-size: 21px;
    white-space: nowrap;
  }

  .pin-svg-2 {
    right: -40px;
    width: 60px;
  }

  .absolute-line {
    left: -4%;
  }

  .acc-head {
    font-size: 21px;
  }

  .center-text {
    padding-right: 20px;
    padding-left: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-top {
    top: -33px;
  }

  .section-new {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section-strategy {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 29px;
  }

  h4 {
    font-size: 19px;
  }

  .section {
    padding-top: 170px;
    padding-bottom: 34px;
  }

  .light {
    padding-top: 270px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-main {
    width: 92%;
  }

  .nav-bar {
    height: 50px;
  }

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

  .spacer-medium {
    width: 20px;
  }

  .flex-h {
    bottom: 15%;
    padding: 12px;
  }

  .p-dark {
    font-size: 18px;
    text-align: left;
  }

  .spacer-big {
    height: 75vh;
  }

  .section-form {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .div-block {
    padding-right: 20px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .padding-16left {
    font-size: 21px;
  }

  .round {
    padding-right: 15px;
    padding-left: 15px;
  }

  .website-wrapper {
    overflow: hidden;
  }

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

  .testimonial-section {
    padding-bottom: 40px;
  }

  .slider {
    width: 90%;
    height: 290px;
  }

  .section-home {
    padding-top: 170px;
    padding-bottom: 34px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .round-copy {
    padding-right: 15px;
    padding-left: 15px;
  }

  .accordion-header {
    padding: 0.5em 0.5em 0.5em 1.6em;
  }

  .accordion-header.js-accordion-header {
    font-size: 1.1em;
  }

  .click {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
  }

  .section-prob {
    padding-bottom: 140px;
  }

  .accordian {
    width: 94%;
  }

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

  .flex-h-space-between {
    bottom: 15%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .h2 {
    font-size: 21px;
  }

  .absolute-line {
    left: -5%;
    width: 88%;
  }

  .acc-head {
    font-size: 20px;
    line-height: 1.4;
  }

  .heading-6 {
    max-width: 88%;
    margin-bottom: 12px;
    font-size: 26px;
  }

  .heading-6._2 {
    max-width: 100%;
  }

  .spacer-medium-home {
    height: 46px;
  }

  .center-text {
    padding-right: 8px;
  }

  .big-c {
    top: -120px;
    width: 270px;
  }

  .footer-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-mark {
    margin-top: 0px;
  }

  .html-embed-3 {
    width: 150%;
  }

  .c {
    right: -20%;
  }

  .perspective-grid {
    width: 150vw;
    -webkit-perspective: 400px;
    perspective: 400px;
  }

  .section-strategy {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

