.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 {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.2em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Opensauceone, sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Opensauceone, sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Opensauceone, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensauceone, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensauceone, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

p {
  margin-bottom: 0px;
  opacity: 0.75;
  color: #222;
  font-size: 1.1em;
  line-height: 1.5em;
}

a {
  border-bottom: 1px solid #000;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.body {
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.s-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-right: 50px;
  padding-left: 50px;
  -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;
  background-image: linear-gradient(230deg, #39c, #122442);
  color: #fff;
}

.s-hero.hero-about {
  height: auto;
}

.nav {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #fff;
}

.s-hero-nav-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
}

.c-1200 {
  display: block;
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.c-1200.herosection-services {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 100px;
  -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;
}

.c-1200.herosection-services.herosection-about {
  left: 0%;
  top: 17%;
  right: 0%;
  bottom: auto;
}

.c-1200.ourteam {
  margin-bottom: 25px;
}

.nav-brand {
  border-bottom-style: none;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  margin-left: 35px;
  padding: 0px;
  border-bottom-style: none;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
}

.nav-link:hover {
  opacity: 1;
  color: #e5e5e5;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #e5e5e5;
}

.s-hero-left-content-wrapper {
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin-top: 160px;
}

.s-hero-left-content-wrapper.s-hero-left-content-wrapper2 {
  max-width: 800px;
  margin-top: 250px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.s-hero-h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 1.3em;
  font-weight: 600;
}

.s-hero-p {
  margin-top: 51px;
  margin-bottom: 0px;
  font-family: Opensauceone, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
}

.s-hero-btn-wrapper {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-secondary {
  padding: 20px 35px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

.btn-secondary:hover {
  background-color: #fff;
  box-shadow: 0 1px 50px 0 hsla(0, 0%, 100%, 0.1);
  color: #000;
}

.btn-text {
  margin-left: 50px;
  border-bottom-style: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
}

.s-hero-overlay-bottom-dark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
  opacity: 0.75;
}

.s-hero-overlay-stars {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-image: url('../images/hero-stars.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.s-hero-overlay-clouds {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-image: url('../images/futuristic_stylish_particle_wavy_background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.s-hero-overlay-clouds.clouds-about {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 1001px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/futuristic_stylish_particle_wavy_background.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.s-hero-overlay-moon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-image: url('../images/hero-1-moon-v3.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.s-hero-overlay-star-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-image: url('../images/star-50.png');
  background-position: -20px -30px;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.15;
  color: #fff;
}

.s-hero-overlay-star-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: url('../images/star-40.png');
  background-position: 30% 130%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.s-content-white {
  height: 100%;
  padding: 100px 50px 0px;
}

.s-content-white.footer {
  padding-bottom: 100px;
}

.s-content-white.full {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.s-content-white.contentwhiteservices {
  padding-top: 40px;
}

.s-content-white.services-short {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}

.s-content-white.our-team-heading {
  padding-top: 30px;
}

._2-1-grid {
  margin-top: 40px;
  grid-column-gap: 75px;
  grid-row-gap: 150px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-box-wrapper {
  text-align: left;
}

.grid-box-wrapper.center {
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
  cursor: pointer;
}

.h3-center {
  margin-bottom: 25px;
  font-weight: 500;
  text-align: center;
}

.h3-center.homepageservice {
  font-size: 20px;
  font-weight: 600;
}

.grid-3-1 {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.night-sky-inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  -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-style: none;
  border-width: 1px;
  border-color: #545454;
  box-shadow: 0 8px 20px 0 rgba(39, 58, 113, 0.05);
  outline-color: rgba(84, 84, 84, 0.1);
  outline-offset: -20px;
  outline-style: solid;
  outline-width: 1px;
  color: #fff;
}

.night-sky-inner-wrapper.innerwrapper2 {
  min-height: 470px;
  min-width: 90%;
  border-style: solid;
  border-width: 5px;
  border-color: red;
  box-shadow: none;
}

.night-sky-inner-wrapper.articleinnerwrapper {
  min-height: 450px;
  color: #000;
}

.night-sky-inner-wrapper.articleinnerwrapper.blogpagemobile {
  min-height: 475px;
}

.center-content-outer-wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-content-outer-wrapper.no-bm {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.h2-center {
  display: block;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.h2-center.left {
  text-align: left;
}

.h2-center.aboutsectionheader {
  color: #e5e5e5;
  font-size: 32px;
}

.center-content-inner-wrapper {
  display: block;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.sub-header-dark {
  margin-bottom: 0px;
  opacity: 0.5;
  color: #222;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subheader-clip-wrapper {
  margin-bottom: 25px;
  background-image: linear-gradient(230deg, #96506f, #273a71 67%);
  font-weight: 400;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-small {
  max-width: 30px;
  margin-bottom: 25px;
}

.c-full-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-img {
  height: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.card-img._1 {
  background-image: url('../images/card-img-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-img._2 {
  background-image: url('../images/card-img-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-img._3 {
  background-image: url('../images/card-img-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-box-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.grid-variable-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 125px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.grid-variable-wrapper.no-margin {
  margin-top: 125px;
  margin-bottom: 0px;
}

.grid-variable-wrapper.gridvariablewrapper1 {
  margin-top: 100px;
}

.grid-variable-wrapper.gridvariablewrapper1.articlewrapper {
  margin-top: 0px;
}

.grid-variable-img-wrapper {
  width: 35%;
  max-width: 40%;
  margin-top: auto;
  margin-bottom: auto;
}

.grid-variable-img-wrapper.articleimgwrapper {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.c-1200-2 {
  position: static;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-variable-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 55%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.grid-variable-content-wrapper.articletextwrapper {
  width: 80%;
  max-width: none;
  margin-right: 50px;
  margin-left: 50px;
}

.content-box-img {
  max-width: 30px;
}

.illustration-fullwidth {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100vh;
  background-image: linear-gradient(50deg, #96506f, #273a71 73%);
}

.s-content-lightgray {
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(199, 210, 243, 0.2);
}

.card-grid {
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 250px;
  margin-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.card-content-wrapper {
  padding: 35px;
  background-color: #fff;
}

.card-wrapper {
  border: 1px none #fff;
  background-color: #fff;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  cursor: pointer;
}

.card-wrapper:hover {
  border-style: none;
  border-color: #d1d1d1;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}

.card-wrapper.last {
  box-shadow: 0 15px 50px 0 rgba(39, 58, 113, 0.02);
}

.card-wrapper.last:hover {
  box-shadow: 0 15px 50px 0 rgba(39, 58, 113, 0.15);
}

.card-p {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
}

.card-link {
  display: block;
  margin-top: 50px;
  border-bottom-style: none;
  font-family: Inter, sans-serif;
  color: #545454;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}

.contact-wrapper {
  margin-top: 20px;
}

.google-maps-iframe {
  margin-top: 100px;
  box-shadow: 0 15px 50px 0 transparent;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}

.google-maps-iframe:hover {
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15);
}

._3-1-grid {
  margin-bottom: 0px;
  grid-column-gap: 75px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: url('../images/hero-stars.png'), linear-gradient(26deg, rgba(39, 58, 113, 0.5) 49%, rgba(150, 80, 111, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  opacity: 1;
}

.main-icon-2 {
  max-width: 110px;
}

.s-content-full {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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: #fafafa;
  color: #fff;
}

.s-content-full.fullsection {
  background-color: transparent;
}

.s-content-full.footersection {
  height: auto;
  margin-top: 110px;
}

.s-content-full-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(230deg, rgba(150, 80, 111, 0.4), rgba(39, 58, 113, 0.4) 67%), url('../images/nightsky-bg.png');
  background-position: 0px 0px, 0px 0px;
}

.p-center {
  display: block;
  font-family: Opensauceone, sans-serif;
  font-weight: 400;
  text-align: center;
}

.p-center.left {
  opacity: 1;
  color: #545454;
  font-size: 16px;
  text-align: left;
}

.p-center.left.readmoretext {
  padding: 5px 20px;
  cursor: pointer;
}

.p-center.left.readmoretext:hover {
  color: #fff;
}

.p-center.left.blog-preview-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.p-center.right.grid {
  opacity: 1;
  color: #545454;
}

.p-center.white {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
  line-height: 1.7em;
}

.p-center.homepageservicetext {
  display: none;
}

.p-center.services-sub-header {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-family: Opensauceone, sans-serif;
  color: #e5e5e5;
  font-size: 18px;
  text-align: center;
}

.h2-center-max-600 {
  max-width: 600px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}

.s-header {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #222;
  color: #fff;
}

.s-body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-link {
  border-bottom-color: #fff;
  color: #fff;
}

.image {
  max-width: none;
}

.hero-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-content-wrap.herocontentwrap2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.s-hero-right-content-wrapper {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero-social-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.social-icon-link {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 75px;
  border-bottom-style: none;
}

.image-2 {
  width: 25px;
}

.subheader {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.s-hero-particles {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.s-hero-particles-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.particles-wrapper-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.icon-big {
  max-width: 85px;
  margin-bottom: 25px;
}

.icon-big.no-margin {
  margin-bottom: 0px;
}

.subheader-standard {
  margin-bottom: 25px;
}

.block_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
  cursor: pointer;
}

.white_dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 60px 0 rgba(91, 58, 204, 0.55);
}

.line_02 {
  position: absolute;
  z-index: 999;
  width: 30%;
  height: 1px;
  margin-left: -29.5%;
  background-color: #f9f9f9;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 120px;
  -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;
}

.h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #e5e5e5;
  font-size: 18px;
}

.line_01 {
  position: absolute;
  z-index: 999;
  width: 30%;
  height: 1px;
  margin-left: 29.5%;
  background-color: #f9f9f9;
}

.process-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  min-height: auto;
  margin-top: 120px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.process-wrap.process-wrap2 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.h1 {
  position: absolute;
  z-index: 15;
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f9f9f9;
  font-size: 90px;
  line-height: 70px;
}

.content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -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;
}

.content_wrap.contentwrapheader {
  min-height: 175px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ring_03 {
  position: absolute;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 100px;
  opacity: 0.3;
}

.green_dot {
  position: relative;
  z-index: 9;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #39c;
}

.ring_01 {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 100px;
}

.plain_text {
  padding-top: 10px;
  color: #e5e5e5;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.ring_02 {
  position: absolute;
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 100px;
  opacity: 0.6;
}

.dot_container {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -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-radius: 100px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.image-3 {
  margin-top: 40px;
}

.success-message-cf8 {
  padding-left: 0px;
  border: 1px solid #4cc71f;
  background-color: transparent;
  font-weight: 500;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-subwrapper-cf8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.text-field-cf8 {
  margin-top: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #273a71;
  font-size: 16px;
  text-align: left;
}

.text-field-cf8:active {
  border-top-style: none;
  border-top-color: transparent;
  border-right-style: none;
  border-right-color: transparent;
  border-left-style: solid;
  border-left-color: transparent;
}

.text-field-cf8.big {
  height: 100px;
  margin-top: 10px;
}

.submit-button-cf8 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  border: 2px solid #273a71;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #dfdfdf;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #545454;
  font-size: 14px;
  font-weight: 600;
}

.submit-button-cf8:hover {
  background-color: #273a71;
  color: #fff;
}

.submit-button-cf8.readmore {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.field-wrapper-cf8 {
  width: 100%;
  margin-top: 20px;
}

.field-wrapper-cf8.right {
  width: 50%;
  margin-left: 30px;
}

.field-wrapper-cf8.left {
  width: 50%;
}

.form-title-cf8 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.form-subtitle-cf8 {
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #969696;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.field-label-cf8 {
  margin-bottom: 0px;
  font-size: 13px;
}

.contact-form-wrapper {
  width: 90%;
  height: auto;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.error-message-cf8 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form-cf8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -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;
}

.logo {
  margin-bottom: 32px;
}

.paragraph-light {
  color: #545454;
  font-size: 15px;
}

.paragraph-light.footercontact {
  text-decoration: none;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-link-wrap.footerlinkwrapcontact {
  margin-top: 10px;
  margin-bottom: 0px;
}

.footer-link-white {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px none #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-white:hover {
  opacity: 0.5;
}

.footer-wrapper {
  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;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 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;
  border: 1px none #000;
  -webkit-transition-property: none;
  transition-property: none;
}

.footer-07 {
  padding: 132px 3%;
  background-color: #273a71;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.s-content-full-wrapper-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(230deg, rgba(150, 80, 111, 0.4), rgba(39, 58, 113, 0.4) 67%), url('../images/ADL-Abstract-Background-v3.20-4.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.c-1200-3 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.center-content-outer-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-content-outer-wrapper-2.no-bm {
  margin-bottom: 0px;
}

.center-content-inner-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 100px;
  margin-bottom: 100px;
  -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;
}

.p-center-2 {
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-align: center;
}

.p-center-2.white {
  font-family: Opensauceone, sans-serif;
  color: #fff;
  font-size: 18px;
}

.user-3-t4 {
  width: 70px;
  margin-right: 22px;
  margin-left: 22px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 100px;
}

.quote-2-subwrapper-t4 {
  position: absolute;
  left: 0%;
  top: 40px;
  right: auto;
  bottom: auto;
  display: none;
  max-width: 730px;
}

.user-picture-t4 {
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 #b8b8b8;
}

.user-name-t4 {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

.testimonials-wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 80px auto 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: none;
}

.user-1-t4 {
  width: 70px;
  margin-right: 22px;
  margin-left: 22px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 100px;
}

.quote-4-subwrapper-t4 {
  position: absolute;
  left: 0%;
  top: 40px;
  right: auto;
  bottom: auto;
  display: none;
  max-width: 730px;
}

.quote-3-subwrapper-t4 {
  position: absolute;
  left: 0%;
  top: 40px;
  right: auto;
  bottom: auto;
  display: none;
  max-width: 730px;
}

.testimonials-t4 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -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;
}

.users-wrapper-t4 {
  margin-top: 5px;
}


.quote-1-subwrapper-t4 {
  max-width: 730px;
}

.quote-t4 {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 30px;
}

.user-4-t4 {
  width: 70px;
  margin-right: 22px;
  margin-left: 22px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 100px;
}

.quote-icon-t4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.quote-wrapper-t4 {
  position: relative;
  height: 200px;
  max-width: 730px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.user-2-t4 {
  width: 70px;
  margin-right: 22px;
  margin-left: 22px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 100px;
}

.popup-verify-text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}

.popup-terms-text-2 {
  font-size: 16px;
  line-height: 1.5em;
}

.list {
  padding-left: 20px;
}

.age-verif-parent {
  position: fixed;
  top: 0px;
  z-index: 99;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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: 1px solid #000;
  background-color: rgba(25, 23, 18, 0.75);
}

.popup-button-div {
  margin-top: 25px;
  text-align: center;
}

.overage-butt {
  border: 2px solid #000;
  background-color: #122442;
  font-size: 16px;
}

.error-msg {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #282828;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #282828;
  text-align: center;
}

.error-text {
  color: #fff;
  font-size: 18px;
}

.popup-head {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
}

.popup-terms-text {
  margin-top: 20px;
  font-size: 16px;
}

.age-popup {
  position: relative;
  left: 0px;
  top: 0%;
  display: block;
  width: 75%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #fff;
}

.list-item {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: square;
}

.underage-butt {
  margin-left: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #122442;
  background-color: #fff;
  color: #122442;
  font-size: 16px;
}

.age-verif-parent-2 {
  position: fixed;
  top: 0px;
  z-index: 99;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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: 1px solid #000;
  background-color: rgba(25, 23, 18, 0.75);
}

.zen-pic-2 {
  height: 12.9em;
}

.zen-text-2 {
  color: #909090;
  font-size: 16px;
  line-height: 1.3em;
}

.zen-container-1 {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
}

.zen-wrap-9 {
  margin-bottom: 1em;
}

.zen-pic-6 {
  height: 22em;
}

.zen-section-1 {
  margin-top: 52.9em;
  padding: 10em 7.2em;
  background-color: transparent;
  font-size: 1vw;
}

.zen-pic-1 {
  height: 13em;
}

.zen-text-1 {
  margin-bottom: 0.5em;
  color: #545454;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 700;
}

.zen-grid-1 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.zen-wrap-4 {
  padding-bottom: 2em;
  padding-left: 2em;
  border-left: 1px solid #8d9e91;
}

.zen-pic-3 {
  height: 12em;
}

.zen-wrap-8 {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 179px auto;
  grid-template-rows: 179px auto;
}

.zen-heading-1 {
  margin-top: 0px;
  margin-bottom: 1em;
  color: #545454;
  font-size: 2.5em;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.zen-decor-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000000;
  width: 1.2em;
  height: 1.2em;
  padding-bottom: 0px;
  background-image: url('../images/Ellipse-5_1Ellipse 5.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.zen-wrap-1-4 {
  margin-left: 1em;
}

.zen-wrap-3 {
  position: relative;
  padding-left: 0.6em;
}

.zen-wrap-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.zen-paragraph-1 {
  margin-bottom: 4em;
  color: #909090;
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 400;
}

.zen-wrap-4-copy {
  padding-bottom: 2em;
  padding-left: 2em;
  border-left: 1px none #000;
}

.zen-wrap-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.zen-wrap-1 {
  padding-right: 40px;
}

.zen-wrap-5 {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.zen-grid-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.popup_item {
  width: 100%;
  height: 100vh;
}

.popup_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 1;
}

.popup_list {
  width: 100%;
  height: 100vh;
}

.team_heading-wrap {
  padding-bottom: 3.1em;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.container-2 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 8em 12em;
}

.cursor_embed {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  font-size: 1em;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.popup_wrapper {
  position: relative;
  z-index: 2;
}

.team_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 2.5em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cursor_dot {
  width: 70px;
  height: 70px;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  color: #d3fd50;
}

.cta-heading {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 58px;
}

.container-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.cta-button-wrap {
  width: 100%;
  -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;
}

.cta-grid-2 {
  padding: 120px 90px 100px;
  grid-column-gap: 110px;
  -ms-grid-columns: 1fr 0.45fr;
  grid-template-columns: 1fr 0.45fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 40px;
  background-color: #02397a;
  background-image: linear-gradient(13deg, #122442, #39c);
  color: #fff;
}

.cta-6 {
  position: relative;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.cta-heading-wrap {
  -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;
}

.check-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  -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-radius: 50%;
  background-color: #09aef7;
}

.cta-subheading {
  max-width: 410px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

.accent-line {
  width: 60px;
  height: 6px;
  border-radius: 20px;
  background-color: #39c;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-text {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  max-width: 222px;
  margin-bottom: 24px;
  -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-radius: 10px;
  background-color: #39c;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.cta-button:hover {
  background-color: #fff;
  color: #0f1529;
}

.text-field {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.grid-2 {
  margin-top: 25px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.teamdiv {
  margin: 20px auto 30px;
}

.teamimg {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.teamname {
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
}

.text-block {
  text-align: center;
}

.text-block-4 {
  color: #5b3acc;
  text-align: center;
}

.column-4 {
  padding-left: 0px;
}

.heading {
  margin-bottom: 6px;
  color: #271740;
  text-align: center;
}

.link {
  color: #5b3acc;
}

.submit-form-wrap {
  position: relative;
  width: 80%;
  max-width: 630px;
  min-height: 400px;
  padding: 25px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 70px 0 rgba(81, 87, 172, 0.11);
}

.submission-form {
  margin-top: 35px;
}

.image-13 {
  margin-right: 9px;
}

.column-3 {
  padding-right: 0px;
}

.submission-image {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(1, 204, 190, 0.15);
  border-radius: 40px;
}

.submission-image.hide {
  display: none;
}

.upload-wrap {
  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;
}

.submission-decription {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 22px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(39, 23, 64, 0.1);
  border-radius: 40px;
}

.select-field {
  min-height: 45px;
  border-radius: 40px;
}

.submit-button-2 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 52px;
  border-radius: 40px;
  background-color: #5b3acc;
  font-size: 13px;
  font-weight: 600;
}

.submission-field {
  width: 100%;
  min-height: 45px;
  min-width: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(39, 23, 64, 0.1);
  border-radius: 40px;
  color: #000;
}

.submission-field::-webkit-input-placeholder {
  color: #a7a7a7;
}

.submission-field:-ms-input-placeholder {
  color: #a7a7a7;
}

.submission-field::-ms-input-placeholder {
  color: #a7a7a7;
}

.submission-field::placeholder {
  color: #a7a7a7;
}

.success-message {
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 10px;
  background-color: #01ccbe;
  color: #fff;
}

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 44px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding: 16px 24px;
  background-color: #4353ff;
  -webkit-transition-property: none;
  transition-property: none;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  overflow: auto;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-color: rgba(20, 20, 20, 0.8);
}

.modal-container {
  position: relative;
  z-index: 5;
  display: block;
  overflow: hidden;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 20px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
}

.modal-close_btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  padding: 12px 16px;
  border-bottom-style: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #000;
  font-size: 2.2rem;
  line-height: 0.7;
  font-weight: 500;
  text-decoration: none;
}

.modal-close_btn:hover {
  color: #444;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0px;
  border: 0px solid transparent;
  white-space: nowrap;
}

.modal-close_area {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -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;
}

.italic-text {
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
}

.paragraph {
  margin-top: 30px;
  font-size: 16px;
}

.container-3 {
  margin-bottom: 40px;
}

.italic-text-2 {
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
}

.link-block {
  border-bottom-style: none;
}

.link-block-2 {
  margin-right: 5px;
  margin-left: 5px;
  border-bottom-style: none;
}

.div-block {
  margin-top: 5px;
  margin-bottom: 5px;
}

.testimonials-wrapper-t6 {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.slider-t6 {
  background-color: transparent;
}

.user-picture-t6 {
  display: none;
  padding: 3px;
  border-radius: 100px;
}

.user-name-t6 {
  display: none;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.user-picture-subwrapper-t6 {
  border-radius: 100px;
  box-shadow: 1px 1px 10px 0 #cfcfcf;
}

.user-picture-wrapper-t6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.right-arrow-t6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 70px;
  margin-bottom: 70px;
  -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;
}

.testimonials-t6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-arrow-t6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 70px;
  margin-bottom: 70px;
  -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;
}

.slide-nav-t6 {
  display: none;
  margin-bottom: 28px;
}

.arrow-wrapper-t6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: #f1f1f1;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 0 #dfdfdf;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.arrow-wrapper-t6:hover {
  box-shadow: 1px 1px 2px 0 #ddd;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.company-name-t6 {
  display: none;
  margin-top: 11px;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}

.quote-t6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: 70px auto;
  -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;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.image-14 {
  border: 1px none #000;
  mix-blend-mode: darken;
}

.slide {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.italic-text-3 {
  font-style: normal;
}

.italic-text-4 {
  font-style: normal;
}

.italic-text-5 {
  font-style: normal;
}

.blog-heading {
  font-size: 1.3em;
  line-height: 1.5em;
}

.testimonial-slider-small {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-subheading {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.testimonial-slider {
  height: auto;
  max-width: 800px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.testimonial-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  margin-right: 0px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-author {
  margin-bottom: 2px;
}

.testimonial-author.blog-author-name {
  font-size: 1.1em;
}

.tagline {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-icon-wrapper.blog-author {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.testimonial-slider-left {
  left: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -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;
}

.testimonial-slider-left:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.testimonial-slider-left[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  right: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -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;
}

.testimonial-slider-right:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.testimonial-slider-right[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.testimonial-slide-nav {
  display: none;
}

.blog-author-name {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.author-preview-block {
  margin-right: 15px;
  margin-left: 15px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-5 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog-date-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-16 {
  width: 16px;
  margin-right: 5px;
  padding-right: 0px;
}

.article-block {
  margin-top: 0px;
  margin-bottom: 50px;
}

@media screen and (min-width: 1440px) {
  .c-1200.ourteam {
    margin-bottom: 58px;
  }

  .s-hero-overlay-bottom-dark {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
  }

  .s-hero-overlay-bottom-dark.lineargradientabout {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
  }

  .s-content-white.joinus {
    padding-top: 45px;
  }

  .h3-center.homepageservice {
    font-size: 24px;
    line-height: 1.5em;
  }

  .grid-variable-img-wrapper.articleimgwrapper {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .c-1200-2.articlewrapper {
    width: 80%;
  }

  .grid-variable-content-wrapper.articletextwrapper {
    width: 80%;
    max-width: none;
    margin-right: 50px;
    margin-left: 50px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-center.left.readmoretext {
    padding: 5px 20px;
  }

  .p-center.left.readmoretext:hover {
    color: #fff;
  }

  .icon-big {
    max-width: 70px;
  }

  .block_wrap {
    width: 30%;
  }

  .line_02 {
    width: 30%;
    margin-left: -29%;
  }

  .line_01 {
    width: 30%;
  }

  .process-wrap.process-wrap2 {
    margin-right: auto;
    margin-left: auto;
  }

  .submit-button-cf8.readmore {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
    cursor: pointer;
  }

  .submit-button-cf8.readmore:hover {
    color: #fff;
  }

  .age-popup {
    margin-top: 10px;
  }

  .age-verif-parent-2 {
    display: block;
  }

  .zen-section-1 {
    font-size: 14px;
  }

  .zen-decor-1 {
    padding-right: 0px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .zen-wrap-3 {
    padding-left: 0.6em;
  }

  .zen-wrap-4-copy {
    border-left-style: none;
  }
}

@media screen and (max-width: 991px) {
  .s-hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav {
    padding: 50px;
  }

  .c-1200 {
    max-width: 100%;
  }

  .c-1200.herosection-services {
    z-index: 2;
    margin-bottom: 55px;
  }

  .nav-menu-btn {
    z-index: 11;
    padding: 0px;
  }

  .nav-menu-btn.w--open {
    z-index: 10;
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .nav-menu {
    z-index: 100;
    width: 50vw;
    max-height: 100vh;
    padding-top: 100px;
    background-color: #122442;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .s-hero-left-content-wrapper {
    z-index: 5;
    max-width: 100%;
  }

  .s-hero-left-content-wrapper.s-hero-left-content-wrapper2 {
    margin-top: 90px;
  }

  .s-hero-h1 {
    text-align: center;
  }

  .s-hero-p {
    padding-right: 170px;
    padding-left: 170px;
    text-align: center;
  }

  .s-hero-btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn-text {
    margin-top: 0px;
    margin-left: 50px;
  }

  .s-content-white {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .night-sky-inner-wrapper {
    min-height: 250px;
  }

  .center-content-outer-wrapper {
    margin-bottom: 100px;
  }

  .h2-center.left {
    margin-top: 30px;
    text-align: left;
  }

  .grid-box-content-wrapper {
    margin-top: 25px;
    -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;
  }

  .grid-variable-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-variable-wrapper.no-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-variable-wrapper.gridvariablewrapper1 {
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-1200-2 {
    max-width: 100%;
  }

  .grid-variable-content-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .grid-variable-content-wrapper.articletextwrapper {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .s-content-lightgray {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-grid {
    display: -ms-grid;
    display: grid;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .card-wrapper {
    margin-bottom: 0px;
  }

  ._3-1-grid {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-center {
    text-align: center;
  }

  .p-center.right {
    text-align: right;
  }

  .hero-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s-hero-right-content-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    padding-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-social-icon-wrap {
    margin-top: 25px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .social-icon-link {
    margin-right: 25px;
    margin-left: 25px;
  }

  .subheader {
    display: none;
  }

  .block_wrap {
    width: 50%;
  }

  .line_02 {
    width: 50%;
    margin-left: 25%;
  }

  .line_01 {
    width: 50%;
    margin-left: 25%;
  }

  .success-message-cf8 {
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
  }

  .submit-button-cf8.readmore {
    margin-right: 0px;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .c-1200-3 {
    max-width: 100%;
  }

  .center-content-outer-wrapper-2 {
    margin-bottom: 100px;
  }

  .p-center-2 {
    text-align: center;
  }

  .testimonials-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .users-wrapper-t4 {
    margin-top: 26px;
  }

  .quote-1-subwrapper-t4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .age-verif-parent {
    position: absolute;
    overflow: visible;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .age-popup {
    width: 95%;
    margin-top: 0px;
  }

  .age-verif-parent-2 {
    position: absolute;
    display: block;
    overflow: visible;
    height: 580vh;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .zen-pic-2 {
    height: 10em;
  }

  .zen-pic-6 {
    height: 18em;
  }

  .zen-section-1 {
    font-size: 1.3vw;
  }

  .zen-pic-1 {
    height: 10em;
  }

  .zen-pic-3 {
    height: 10em;
  }

  .container-2 {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .cursor {
    display: none;
  }

  .cta-heading {
    font-size: 32px;
  }

  .cta-grid-2 {
    padding: 100px 120px 70px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-6 {
    max-width: 100%;
  }

  .cta-button {
    max-width: 100%;
  }

  .form-3 {
    margin-top: -65px;
  }

  .bold-text {
    text-align: left;
  }

  .right-arrow-t6 {
    left: 130px;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: inline-block;
  }

  .left-arrow-t6 {
    left: 0%;
    top: auto;
    right: 130px;
    bottom: 0%;
    display: inline-block;
  }

  .slide {
    margin-top: 0px;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .columns {
    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;
  }

  .column-5 {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .s-hero {
    height: 90vh;
  }

  .nav {
    padding: 40px 25px;
  }

  .c-1200.herosection-services {
    margin-bottom: 25px;
  }

  .s-hero-left-content-wrapper.s-hero-left-content-wrapper2 {
    margin-top: 20px;
  }

  .s-hero-h1 {
    font-size: 3.2em;
  }

  .s-hero-p {
    padding-right: 0px;
    padding-left: 0px;
  }

  .s-content-white {
    padding-right: 50px;
    padding-left: 50px;
  }

  .s-content-white.contentwhiteservices {
    padding-top: 20px;
  }

  .s-content-white.contentwhiteservices.blogpage {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  ._2-1-grid {
    display: block;
  }

  .grid-box-wrapper {
    margin-bottom: 50px;
  }

  .grid-3-1 {
    display: block;
    margin-bottom: -50px;
  }

  .night-sky-inner-wrapper {
    min-height: 300px;
    padding: 75px 50px;
  }

  .night-sky-inner-wrapper.articleinnerwrapper {
    padding: 10px 20px;
  }

  .h2-center {
    font-size: 2em;
  }

  .h2-center.left {
    text-align: left;
  }

  .grid-box-content-wrapper {
    margin-top: 0px;
  }

  .grid-variable-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-variable-wrapper.no-margin {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-variable-wrapper.gridvariablewrapper1.articlewrapper {
    margin-bottom: 20px;
  }

  .grid-variable-img-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .grid-variable-content-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }

  .grid-variable-content-wrapper.articletextwrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .s-content-lightgray {
    margin-top: 100px;
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .card-grid {
    display: block;
  }

  .card-wrapper {
    margin-bottom: 75px;
  }

  .card-wrapper.last {
    margin-bottom: 0px;
  }

  .s-content-full {
    height: 80vh;
  }

  .p-center.left {
    text-align: left;
  }

  .p-center.right {
    text-align: left;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .contact-form-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .s-content-full-wrapper-2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .user-3-t4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .testimonials-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .user-1-t4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .testimonials-t4 {
    padding: 40px 20px;
  }

  .users-wrapper-t4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .user-4-t4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .user-2-t4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .age-verif-parent-2 {
    height: 700vh;
  }

  .zen-pic-2 {
    height: 8em;
  }

  .zen-pic-6 {
    width: 20em;
    height: auto;
  }

  .zen-section-1 {
    padding: 5em 3em;
    font-size: 1.69vw;
  }

  .zen-pic-1 {
    height: 8em;
  }

  .zen-pic-3 {
    width: 10em;
    height: auto;
  }

  .team_grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cta-grid-2 {
    padding: 40px;
  }

  .heading {
    font-size: 32px;
  }

  .select-field {
    margin-bottom: 18px;
  }

  .input-wrapper {
    min-height: auto;
    margin-bottom: 18px;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .slider-t6 {
    height: auto;
  }

  .testimonials-t6 {
    padding: 40px 10px;
  }

  .quote-t6 {
    margin-top: 20px;
    margin-bottom: 160px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-right: 10px;
    margin-left: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .column-5 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .s-hero {
    height: 90vh;
  }

  .nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .c-1200.herosection-services {
    z-index: 2;
  }

  .nav-menu {
    z-index: 100;
    width: 100vw;
  }

  .s-hero-left-content-wrapper.s-hero-left-content-wrapper2 {
    margin-top: 35px;
  }

  .s-hero-h1 {
    margin-bottom: 20px;
    font-size: 2em;
  }

  .s-hero-p {
    margin-bottom: 35px;
  }

  .s-hero-btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-text {
    margin-top: 25px;
    margin-left: 0px;
  }

  .s-content-white {
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .s-content-white.footer {
    padding-bottom: 0px;
  }

  .s-content-white.contentwhiteservices {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .s-content-white.contentwhiteservices.blogpage {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._2-1-grid {
    display: block;
  }

  .grid-box-wrapper {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h3-center {
    font-size: 1.5em;
  }

  .night-sky-inner-wrapper {
    padding: 50px 25px;
    color: #fff;
  }

  .night-sky-inner-wrapper.articleinnerwrapper {
    margin-top: -30px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .night-sky-inner-wrapper.articleinnerwrapper.blogpagemobile {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .center-content-outer-wrapper {
    margin-bottom: 75px;
  }

  .h2-center {
    font-size: 1.5em;
  }

  .h2-center.left {
    font-size: 1.5em;
  }

  .center-content-inner-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid-box-content-wrapper {
    margin-top: 0px;
  }

  .grid-variable-wrapper {
    margin-right: 10px;
    margin-bottom: 75px;
    margin-left: 10px;
  }

  .grid-variable-wrapper.no-margin {
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid-variable-wrapper.gridvariablewrapper1 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid-variable-content-wrapper {
    margin-top: 0px;
  }

  .s-content-lightgray {
    padding: 0px 25px;
  }

  .card-h3 {
    font-size: 1.5em;
  }

  .card-content-wrapper {
    padding: 35px;
  }

  .contact-wrapper {
    margin-top: 0px;
  }

  .s-content-full {
    height: 50vh;
  }

  .s-content-full-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .p-center.left {
    text-align: left;
  }

  .p-center.left.grid {
    text-align: center;
  }

  .p-center.right.grid {
    text-align: center;
  }

  .p-center.services-sub-header {
    width: 100%;
  }

  .h2-center-max-600 {
    font-size: 1.5em;
  }

  .image {
    width: 150px;
  }

  .block_wrap {
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .form-subwrapper-cf8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .field-wrapper-cf8 {
    width: 100%;
    margin-left: 0px;
  }

  .field-wrapper-cf8.right {
    width: 100%;
    margin-left: 0px;
  }

  .field-wrapper-cf8.left {
    width: 100%;
  }

  .contact-form-wrapper {
    width: 100%;
    border-radius: 0px;
  }

  .contact-form-wrapper.large {
    height: auto;
  }

  .paragraph-light {
    padding-right: 2px;
    padding-left: 2px;
  }

  .paragraph-light.footercontact {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .s-content-full-wrapper-2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .center-content-outer-wrapper-2 {
    margin-bottom: 75px;
  }

  .user-3-t4 {
    width: 70px;
    margin: 20px;
    text-align: center;
  }

  .testimonials-wrapper {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
  }

  .user-1-t4 {
    width: 70px;
    margin: 20px;
    text-align: center;
  }

  .testimonials-t4 {
    width: 100%;
    padding-top: 15px;
  }

  .users-wrapper-t4 {
    margin-top: 120px;
  }

  .user-4-t4 {
    width: 70px;
    margin: 20px;
    text-align: center;
  }

  .quote-icon-t4 {
    width: 50px;
  }

  .quote-wrapper-t4 {
    padding-top: 25px;
  }

  .user-2-t4 {
    width: 70px;
    margin: 20px;
    text-align: center;
  }

  .age-verif-parent-2 {
    display: block;
    height: 850vh;
  }

  .zen-section-1 {
    font-size: 2.5vw;
  }

  .zen-grid-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .zen-heading-1 {
    text-align: center;
  }

  .zen-paragraph-1 {
    text-align: center;
  }

  .cta-grid-2 {
    padding-right: 5%;
    padding-left: 5%;
    border-radius: 5px;
  }

  .cta-6 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid-2 {
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .submit-form-wrap {
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.modal-open_btn:focus {
    border-style: solid;
    border-width: 2px;
    border-color: #ff9500;
  }

  .italic-text {
    font-size: 36px;
  }

  .slider-t6 {
    padding-bottom: 0px;
  }

  .testimonials-t6 {
    width: 100%;
  }

  .quote-t6 {
    margin-bottom: 160px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-right: 10px;
    margin-left: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-_60b28b65-bebe-670f-e42a-be44057ff975-80c72963 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_60b28b65-bebe-670f-e42a-be44057ff97f-80c72963 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_18b06362-3472-5d3a-083e-e8ab6ef865a2-80c72963 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f0a480ad-0ee6-1840-7ff8-1836956a5fe9-80c72963 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_60b28b65-bebe-670f-e42a-be44057ff97a-80c72963 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c37685a6-2517-e383-80c9-9477f4a26e10-80c72963 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_45dd724d-778c-6ad3-05b3-b8baa4c8cf22-80c72963 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3dd66e8d-3de5-c8f7-5c24-f9de6c1740ad-80c72963 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b9c82e50-a07d-7caf-f1f7-45f13d68117b-7abe5b82 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_9b4d85ee-ad31-e818-dde7-e0eec07f9a98-b15ba1f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_19799089-e29a-8e9e-8cdb-3729e3254e1d-b15ba1f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f89fdb8-0bfc-db65-8e4f-f9b71ed2001b-b15ba1f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c51b6d38-32d2-7b56-9569-e336fd5ebfb3-b15ba1f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6efb1c86-f7e0-3122-f297-b2898f38c259-b15ba1f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2a9e9e0c-4654-0e86-6647-20047a38bfbb-b15ba1f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_28792253-b2d7-8f8d-2a79-0af1634aee5b-b15ba1f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_81d01b5a-686e-e7c2-7ce8-ff3dc9c81391-b15ba1f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2562b8c0-de90-4dee-23df-5eeb099792e4-b15ba1f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_721fecd3-6ed0-f9d4-5392-69769ac052c3-b52ef6db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_721fecd3-6ed0-f9d4-5392-69769ac052c5-b52ef6db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_721fecd3-6ed0-f9d4-5392-69769ac052c6-b52ef6db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_721fecd3-6ed0-f9d4-5392-69769ac052c8-b52ef6db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_721fecd3-6ed0-f9d4-5392-69769ac052ca-b52ef6db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_721fecd3-6ed0-f9d4-5392-69769ac052cb-b52ef6db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_721fecd3-6ed0-f9d4-5392-69769ac052cd-b52ef6db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_721fecd3-6ed0-f9d4-5392-69769ac052d0-b52ef6db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_721fecd3-6ed0-f9d4-5392-69769ac052d2-b52ef6db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_721fecd3-6ed0-f9d4-5392-69769ac052d4-b52ef6db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_721fecd3-6ed0-f9d4-5392-69769ac052c3-b52ef6db {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}