body {
  height: 100%;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

h1 {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 20px;
  float: none;
  font-family: Raleway, sans-serif;
  color: #505761;
  font-size: 46px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #505761;
  font-size: 50px;
  line-height: 56px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  float: none;
  color: #505761;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #223240;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 10px;
  border-bottom-style: none;
  font-family: Raleway, sans-serif;
  color: #505761;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  list-style-type: none;
}

a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.button {
  display: inline-block;
  margin-right: 62px;
  padding: 4px 15px;
  float: right;
  background-color: #000;
  color: #fff;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.button.log-in {
  width: 120px;
  margin-top: 15px;
  margin-right: 1px;
  margin-left: 0px;
  padding: 7px 15px;
  float: right;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
  text-transform: uppercase;
}

.button.log-in:hover {
  border-width: 2px;
  background-color: #1ba206;
  box-shadow: 0 0 2px 2px hsla(0, 0%, 100%, 0.26);
}

.button.join-now {
  width: 120px;
  height: auto;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 32px;
  padding-top: 7px;
  padding-bottom: 7px;
  float: right;
  border: 1px solid #6eb4c4;
  background-color: #6eb4c4;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-transform: uppercase;
}

.button.join-now:hover {
  background-color: #fff;
  color: #6eb4c4;
}

.button._404button {
  position: absolute;
  left: 0px;
  top: 277px;
  right: 0px;
  display: block;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 20px;
}

.button._404button:hover {
  background-color: #f07c20;
  color: #fff;
}

.button.close-window {
  display: block;
  width: 70%;
  height: 40px;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 7px;
  float: none;
  border-radius: 6px;
  background-color: #3e9b8c;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.button.close-window:hover {
  background-color: #65cabf;
}

.button.cta-button {
  display: block;
  width: 40%;
  height: 3%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  border: 3px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 26px;
  line-height: 32px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.button.cta-button:hover {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-width: 3px;
  border-color: #fff;
  border-radius: 4px;
  background-color: #578ebe;
  color: #fff;
}

.hero-section {
  height: 800px;
  background-image: url('../images/chain_break.jpeg');
  background-size: cover;
}

.hero-section.maintenance {
  margin-top: 0px;
  background-image: linear-gradient(187deg, rgba(0, 0, 0, 0.36) 6%, rgba(0, 0, 0, 0.5)), url('../images/under_construction2.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.section {
  display: block;
  min-height: 30vh;
  padding-top: 27px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #000;
}

.section.duck404 {
  display: block;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Lost-Duck-404.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.testimonials {
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 90px;
  padding-right: 50px;
  padding-left: 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;
  background-color: #2c3e50;
  color: transparent;
  font-size: 16px;
}

.footer-link {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 10px;
  border-style: none;
  border-right-width: 1px;
  border-right-color: hsla(0, 0%, 100%, 0.42);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.footer-link:hover {
  color: #6eb4c4;
}

.footer-link.login {
  border-style: none;
}

.copyright-text {
  display: block;
  width: 98%;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.footer-wrapper {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
  text-align: center;
}

.nav-link {
  display: block;
  margin-top: 0px;
  padding: 10px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  position: static;
  color: #000;
}

.nav-link.w--current:hover {
  color: #505761;
  font-size: 16px;
}

.logo {
  width: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._404container {
  margin-top: 91px;
}

._404headline {
  color: hsla(0, 0%, 100%, 0.76);
  font-style: italic;
  font-weight: 200;
}

.nav-icon {
  display: block;
  margin-top: 0px;
  background-color: transparent;
  font-size: 46px;
}

.menu-button-wrapper {
  display: inline-block;
  margin-top: 6px;
  margin-right: 50px;
  margin-left: -1px;
  padding-right: 0px;
  float: right;
}

.hamburger {
  position: static;
  overflow: hidden;
  height: 90px;
  padding-bottom: 14px;
  color: #fff;
}

.hamburger.w--open {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #6eb4c4;
}

.nav-menu {
  display: block;
  min-width: 200px;
  margin-top: 90px;
  float: none;
  background-color: #6eb4c4;
}

.menu-text {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.content-container-404 {
  padding-top: 43px;
}

.sidebar {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 330px;
  height: 100%;
  background-color: rgba(34, 50, 64, 0.99);
  color: #fff;
}

.sidebar-content-wrapper {
  margin-top: 68px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 300;
}

.sidebar-heading {
  margin-bottom: 26px;
  background-color: transparent;
  color: #fff;
  font-weight: 300;
}

.sidebar-text {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.earnings-disclaimer-container {
  height: auto;
  padding-top: 20px;
  padding-bottom: 75px;
}

.cta-wrapper {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.cta-text {
  width: 100%;
  margin-bottom: 40px;
  color: #fff;
  font-size: 35px;
  line-height: 42px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.nav-container {
  height: 80px;
}

.testimonial-block {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 7px;
  padding-top: 13px;
  padding-left: 125px;
  clear: left;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.testimonial-image {
  width: 115px;
  height: 115px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 19px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.11);
}

.testimonial-text {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 0px;
  color: #505761;
  font-size: 19px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.testimonial-name {
  display: block;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  color: #223240;
}

.testimonial-name.audio {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
}

.testimonial-name.video {
  margin-top: 29px;
  color: #fff;
}

.title-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 1px;
  padding-top: 0px;
  font-family: Raleway, sans-serif;
  color: #505761;
  line-height: 56px;
  font-weight: 900;
  text-align: center;
}

.title-heading.subtitle {
  color: #505761;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.title-heading.audio {
  margin-bottom: 29px;
  color: #fff;
  font-size: 48px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}

.title-heading.video {
  width: 80%;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.title.under-construction {
  margin-top: 134px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 106px;
  font-weight: 900;
}

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

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-title.underconstruction {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 66px;
  font-weight: 500;
  text-align: center;
}

.call-to-action-section {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3e576d;
}

.bottom-footer {
  overflow: hidden;
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2c3e50;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
}

.footer-section {
  height: 90px;
  background-color: #578ebe;
}

.website-owner {
  display: block;
  width: 100%;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
}

.website-owner-headline {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.audio-section {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(45deg, #0a0a0a, #292929);
}

.audio-row {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.audio-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.your-testimonial-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 69px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -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: 0px none #000;
  border-radius: 3px;
  background-color: #2d9197;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.textblock-next {
  font-size: 25px;
  font-weight: 700;
}

.section-video-testimonials {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #000;
}

.testimonial-video-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-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;
}

.testimonial-video-wrapper.left {
  position: relative;
  z-index: 10;
  max-width: 60%;
  margin-left: 100px;
}

.testimonial-video-wrapper.right {
  position: relative;
  z-index: 10;
  max-width: 60%;
  margin-right: 150px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.testimonial-hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 400px;
  padding-top: 65px;
  padding-bottom: 90px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/rawpixel-com-192251.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/rawpixel-com-192251.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: inset 0 -25px 140px -25px #000;
  text-align: center;
}

.testimonial_headline-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-hero-headline {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 8vw;
  line-height: 8vw;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.testimonial-hero-subheadline {
  position: relative;
  z-index: 9;
  color: #fff;
  font-size: 2.25vw;
  line-height: 2.25vw;
  text-transform: uppercase;
}

.disclaimer-modal {
  position: fixed;
  left: 0px;
  top: 76px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #08131f;
}

.disclaimer-wrapper {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.income-disclaimer-headline {
  margin-top: 26px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 35px;
  line-height: 42px;
}

.income-disclaimer-paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.close-window-text {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 10%;
  display: block;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  color: #6eb4c4;
  text-align: center;
}

.close-window-text:hover {
  color: #fff;
}

.hero-hr {
  display: block;
  width: 180px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: #e62f42;
}

.section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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;
}

.section-container.intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  min-height: 250px;
  padding: 0px 40px;
}

.flex-col {
  padding-top: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3px;
  margin-top: -15px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #36b6be;
}

.testimonial-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 25px;
  background-color: #fff;
  box-shadow: 13px 0 21px 0 rgba(0, 0, 0, 0.09);
}

.testimonial-container.right {
  padding-right: 0px;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-shadow: -9px 0 29px 0 rgba(0, 0, 0, 0.13);
}

.arrow {
  position: absolute;
  right: 0px;
  bottom: 50%;
  width: 25px;
  height: 25px;
  background-color: #fff;
  -webkit-transform: translate(6.5px, 25%) rotate(45deg);
  -ms-transform: translate(6.5px, 25%) rotate(45deg);
  transform: translate(6.5px, 25%) rotate(45deg);
}

.arrow.left {
  left: 0px;
  right: auto;
  bottom: 50%;
  -webkit-transform: translate(-6.5px, 25%) rotate(45deg);
  -ms-transform: translate(-6.5px, 25%) rotate(45deg);
  transform: translate(-6.5px, 25%) rotate(45deg);
}

.testimonial-image-container {
  position: relative;
  width: 200px;
  height: 200px;
  margin-top: -60px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background-image: url('../images/jack_z.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.16);
}

.testimonial-image-container.right {
  margin-right: -30px;
  margin-left: 20px;
}

.testimonial-image-container.pascal {
  width: 200px;
  height: 200px;
  background-image: url('../images/lisa_armor.jpg');
  font-size: 20px;
  line-height: 20px;
}

.testimonial-image-container.west {
  width: 200px;
  height: 200px;
  background-image: url('../images/natale_anne.jpg');
  background-position: 50% 0%;
}

.testimonial-image-container.new {
  background-image: none;
}

.testimonial-image-container.new.cheri {
  background-image: url('../images/ancel_medjugorje_waterfalls.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-image-container.new.chrissy {
  background-image: url('../images/chrissy.jpeg');
  background-position: 0px 0px;
  background-size: 120px;
}

.testimonial-image-container.new.thyra {
  background-image: url('../images/mwest.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-image-container.new.wolfgang {
  background-image: url('../images/wolfgang.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-image-container.new.joe {
  background-image: none;
}

.testimonial-image-container.new.maggie {
  background-image: url('../images/maggie.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-image-container.new.mano {
  background-image: url('../images/Mano.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-image-container.new.paulette {
  background-image: url('../images/mum.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-text-container {
  margin-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-text-container.right-align {
  text-align: right;
}

.testimonial-text-container.left-align {
  text-align: left;
}

.circle-top {
  position: absolute;
  left: -12.5px;
  top: 0px;
  right: 0px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #2c3e50;
  background-image: url('../images/Exitus-Logos-PNG-05.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.logo-header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.33);
}

.audio-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  background-image: linear-gradient(45deg, #2c3f9b, #00f5ff);
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
}

.audio-container:hover {
  box-shadow: 8px 8px 26px 0 rgba(0, 0, 0, 0.22);
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.testimonee {
  margin-top: 10px;
}

.audio-icon {
  max-width: 20%;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #eee;
  background-image: url('../images/high-volume.svg');
  background-position: 50% 50%;
  background-size: 25%;
  background-repeat: no-repeat;
}

.testimonial-name {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.html-name-container {
  margin-top: 15px;
  margin-bottom: 15px;
}

.audio-title {
  margin-bottom: 35px;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.video-embed {
  width: 670px;
  margin-bottom: -8px;
}

.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;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-test {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: 2px;
  background-color: #fff;
  box-shadow: 0 24px 39px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.quote-mark {
  width: 70px;
  margin-top: 29px;
  margin-left: -60px;
  opacity: 0.44;
}

.hero-quote {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: url('../images/left-quote-mark.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-testimonial {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(45deg, #141414, #303030);
  box-shadow: inset 0 23px 37px -23px rgba(0, 0, 0, 0.29), inset 0 -23px 37px -23px rgba(0, 0, 0, 0.29);
  color: #fff;
}

.video-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 670px;
  border-radius: 3px;
  box-shadow: 0 16px 35px -8px rgba(0, 0, 0, 0.19);
}

.video-embed-html {
  height: 100%;
}

.written-testimonial-section {
  display: block;
  min-height: 50vh;
  padding-top: 150px;
  padding-bottom: 70px;
  background-color: #fff;
  color: #000;
}

.written-testimonial-section.duck404 {
  display: block;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Lost-Duck-404.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.written-testimonial-section.testimonials {
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.testimonial-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: 2px;
  background-color: #fff;
  box-shadow: 0 -13px 39px -12px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.video-icon-bg {
  position: absolute;
  top: 0px;
  right: 50px;
  bottom: 0px;
  width: 50%;
  background-image: url('../images/play-button-19.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
}

.audio-testimonial {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: linear-gradient(45deg, #141414, #303030);
  box-shadow: inset 0 23px 37px -23px rgba(0, 0, 0, 0.29), inset 0 -23px 37px -23px rgba(0, 0, 0, 0.29);
  color: #fff;
}

.audio-icon-bg {
  position: absolute;
  left: 50px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  background-image: url('../images/volume-2.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.05;
}

.audio-embed {
  width: 100%;
  height: 20%;
  margin-bottom: -4px;
  border-top-right-radius: 0px;
  background-color: #303030;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #000;
  text-align: center;
}

.footer-message {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #fff;
}

.name {
  margin-top: 25px;
  margin-bottom: 5px;
  color: #2c3e50;
  font-weight: 600;
}

.testimonial-image-audio {
  position: relative;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  margin-bottom: -3px;
  margin-left: -1px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 3px solid #303030;
  border-top-left-radius: 5px;
  background-image: url('../images/jack_z.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-image-audio.right {
  margin-right: -30px;
  margin-left: 20px;
}

.testimonial-image-audio.pascal {
  background-image: url('../images/pascale_noury.jpg');
}

.testimonial-image-audio.west {
  background-image: url('../images/mwest.jpg');
}

.testimonial-image-audio.new {
  background-image: none;
}

.testimonial-image-audio.new.cheri {
  background-image: url('../images/cheri.jpg');
  background-position: 0px 0px;
  background-size: 114px;
}

.testimonial-image-audio.new.chrissy {
  background-image: url('../images/chrissy.jpeg');
  background-position: 0px 0px;
  background-size: 120px;
}

.testimonial-image-audio.new.thyra {
  background-image: url('../images/Thyra.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.testimonial-image-audio.new.wolfgang {
  background-image: url('../images/wolfgang.jpg');
  background-position: 50% 50%;
  background-size: 200px;
}

.testimonial-image-audio.new.joe {
  background-image: none;
}

.testimonial-image-audio.new.maggie {
  background-image: url('../images/maggie.jpg');
  background-position: 0px 0px;
  background-size: 127px;
  background-repeat: no-repeat;
}

.testimonial-image-audio.new.mano {
  background-image: url('../images/Mano.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-image-audio.new.paulette {
  background-image: url('../images/mum.jpg');
  background-position: 50% 50%;
  background-size: 167px;
}

.testimonial-image-audio.tamara {
  background-image: url('../images/Square-Headshot.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 50%, 50% 50%;
  background-size: contain, cover;
  background-repeat: repeat, no-repeat;
}

.testimonial-image-audio.joe {
  background-image: url('../images/Joseph.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 46% 4%, 50% 50%;
  background-size: 184px, cover;
  background-repeat: repeat, no-repeat;
}

.testimonial-image-audio.amy {
  background-image: url('../images/amy.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.testimonial-image-audio.steve {
  background-image: url('../images/stevevee_1stevevee.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: contain, cover;
  background-repeat: repeat, no-repeat;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.audio-testimonial-name {
  display: block;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  color: #223240;
}

.audio-testimonial-name.video {
  margin-top: 29px;
  color: #fff;
}

.flex-row-audio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -5px;
  padding-right: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 5px;
  background-color: #303030;
}

.audio-player-wrapper {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 16px 35px -8px rgba(0, 0, 0, 0.19);
  -o-object-fit: fill;
  object-fit: fill;
}

.disclaimer_text {
  margin-top: 30px;
  color: #5e738b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.earning-disclaimer-section {
  background-color: #000;
}

.disclaimer {
  padding: 10px 20px;
  background-color: #181818;
  text-align: center;
  text-decoration: none;
}

.disclaimer.no-background {
  background-color: transparent;
}

.footer-link {
  cursor: pointer;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0.71)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71));
  cursor: default;
}

.modal-window {
  overflow: auto;
  width: 750px;
  max-height: 85vh;
  max-width: 100%;
  padding: 25px 40px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 47px -8px #000;
}

.disclaimer-link {
  display: inline-block;
  color: #36b6be;
  font-weight: 400;
}

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

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  padding: 10px;
  cursor: pointer;
}

.sign-up-btn {
  padding: 9px 14px;
  border-radius: 2px;
  background-image: linear-gradient(45deg, #2e3093, #1ac5e5);
  box-shadow: 0 4px 23px 0 #000;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 17px;
}

.sign-up-btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.sign-up-btn.footer {
  margin-top: 20px;
  padding: 14px 19px;
  font-size: 21px;
}

.sign-up-btn.on-page {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.panel-subheading {
  margin-bottom: 24px;
}

.panel-subheading.text-primary-1 {
  color: #1ac5e5;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.panel-subheading.text-primary-3 {
  color: #36b6be;
}

.container-2 {
  width: 100%;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.container-2.justify-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.display-heading-3 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.display-heading-3.no-bottom-space {
  margin-right: auto;
}

.center-content {
  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;
  text-align: center;
}

.panels-body {
  background-color: #12141d;
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.card-heading {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.card-heading.display-inline {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.display-none {
  display: none;
}

.content-width-large {
  width: 100%;
  max-width: 824px;
}

.slider {
  height: auto;
  background-color: transparent;
}

.grid-two-thirds {
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.large-heading {
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.05);
  direction: ltr;
}

.panel.bg-gradient-7 {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff715b), to(#5132c0));
  background-image: linear-gradient(90deg, #ff715b, #5132c0);
}

.slider-dots {
  bottom: -48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  padding-top: 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;
  font-size: 8px;
}

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

.avatar {
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.avatar.avatar-large {
  width: 96px;
  height: 96px;
}

.panel-body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.panel-body.panel-body-large {
  padding: 48px;
}

.panel-body.panel-body-large.align-content-center {
  margin-left: auto;
  padding: 0px;
}

.panel-body.panel-body-large.align-content-center.text-body {
  padding: 50px;
  background-image: linear-gradient(45deg, #2e3093, #1ac5e5);
}

.panel-body.align-content-center {
  -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;
}

.panel-body.footer-1-panel-body {
  padding: 72px 72px 48px;
}

.space-bottom-large {
  margin-bottom: 36px;
}

.text-primary-1 {
  color: #ff715b;
}

.hero-bg-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 12px;
  background-image: url('../images/testimonials2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.5;
}

.content-width-extra-large {
  width: 100%;
  max-width: 964px;
  margin-right: auto;
  margin-left: auto;
}

.display-heading-2 {
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 88px;
  line-height: 88px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.02em;
}

.panel-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.05);
  direction: ltr;
}

.panel-2.section {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 108px;
  padding-bottom: 108px;
}

.background-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.exitus-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-2-3 {
  width: 65%;
}

.testimonial-1-3 {
  width: 32%;
}

.lblue-color {
  color: #1ac5e5;
  text-transform: uppercase;
}

.darren-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/darren.png');
  background-position: 50% 50%;
  background-size: cover;
}

.lisa-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/lisa_armor.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.jason-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/12534.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.natalie-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/natale_anne.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.hero {
  padding-top: 100px;
}

.sarah-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/IMG_1172.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.michelle-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/mwest.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.dan-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/dan.png');
  background-position: 50% 50%;
  background-size: cover;
}

.ancel-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/ancel_medjugorje_waterfalls.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.dhani-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/dhani.png');
  background-position: 50% 50%;
  background-size: cover;
}

.caps {
  text-transform: uppercase;
}

.margaret-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/maggie.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.wolfgang-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/wolfgang.png');
  background-position: 50% 50%;
  background-size: cover;
}

.ann-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/21590-iNUFQ6W.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sue-jerry-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/sue-and-jerry.png');
  background-position: 50% 50%;
  background-size: cover;
}

.keith-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/keith.png');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-menu-grids {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-1-bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-item {
  margin-right: 12px;
  margin-left: 12px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link-item:hover {
  opacity: 0.5;
}

.text-link {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.text-link.w--current {
  opacity: 1;
}

.text-lead {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0em;
}

.footer-2 {
  margin-top: 24px;
}

.text-small {
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0em;
  text-decoration: none;
}

.footer-1-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-width-extra-small {
  width: 100%;
  max-width: 328px;
}

.vertical-menu-grid {
  justify-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  margin-right: auto;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.back-to-top-container {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}

.text-block-2 {
  opacity: 0.85;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.link-block {
  padding: 15px;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.link-block:hover {
  opacity: 0.75;
}

.adnan-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-image: url('../images/adnan.png');
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  h3 {
    margin-top: 0px;
    margin-bottom: 9px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
  }

  p {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .button.cta-button {
    width: 70%;
    font-size: 20px;
  }

  .hero-section {
    background-position: 50% 50%;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-link {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }

  .footer-wrapper {
    width: 100%;
    font-size: 13px;
  }

  ._404container {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  ._404headline {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 41px;
    line-height: 47px;
    text-align: center;
  }

  .nav-icon {
    color: #fff;
    font-size: 40px;
    line-height: 46px;
  }

  .cta-text {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .testimonial-name.audio {
    font-size: 14px;
    line-height: 22px;
  }

  .title-heading.subtitle {
    line-height: 34px;
  }

  .title-heading.video {
    width: 60%;
  }

  .call-to-action-section {
    overflow: hidden;
  }

  .bottom-footer {
    overflow: hidden;
  }

  .footer-section {
    overflow: hidden;
  }

  .audio-row {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column {
    padding-top: 15px;
  }

  .your-testimonial-next {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonial-video-wrapper.left {
    max-width: 100%;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonial-video-wrapper.right {
    margin-right: 100px;
  }

  .section-container.intro {
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial-container {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.21);
  }

  .testimonial-container.right {
    padding-right: 20px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.2);
  }

  .testimonial-image-container {
    margin-bottom: 20px;
  }

  .testimonial-image-container.right {
    margin-right: 0px;
    margin-left: 0px;
  }

  .testimonial-text-container.right-align {
    padding-right: 30px;
    padding-left: 30px;
  }

  .audio-title {
    font-size: 40px;
    line-height: 46px;
  }

  .video-embed {
    width: 660px;
  }

  .hero-quote {
    margin-left: 45px;
  }

  .video-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
  }

  .written-testimonial-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .video-icon-bg {
    right: 10px;
    width: 70%;
  }

  .testimonial-image-audio {
    margin-bottom: 20px;
  }

  .testimonial-image-audio.right {
    margin-right: 0px;
    margin-left: 0px;
  }

  .audio-testimonial-name.audio {
    margin-top: 5px;
    margin-bottom: 25px;
    line-height: 26px;
  }

  .audio-player-wrapper {
    display: block;
    box-shadow: none;
  }

  .dislaimer-p {
    width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .section-2 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .display-heading-3 {
    font-size: 54px;
    line-height: 54px;
  }

  .grid-two-thirds {
    max-width: 824px;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-dots.panel-slider-dots {
    position: relative;
    bottom: 0px;
    margin-top: 24px;
  }

  .panel-body.footer-1-panel-body {
    padding-top: 48px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .display-heading-2 {
    font-size: 72px;
    line-height: 72px;
  }

  .panel-2.section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .testimonial-2-3 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .testimonial-1-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .all-testimonials {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .footer-menu-grids {
    margin-top: 48px;
  }

  .footer-1-top-row {
    margin-bottom: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    padding-bottom: 0px;
  }

  h2 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    font-size: 42px;
  }

  h3 {
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 28px;
  }

  .button.log-in {
    font-size: 13px;
  }

  .button.join-now {
    font-size: 13px;
  }

  .button._404button {
    top: 303px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.cta-button {
    margin-bottom: 0px;
  }

  .hero-section {
    background-position: 59% 28%;
  }

  .nav-bar {
    height: 80px;
  }

  .footer-link {
    font-size: 11px;
    line-height: 17px;
  }

  .copyright-text {
    overflow: hidden;
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .nav-link {
    display: block;
  }

  ._404headline {
    width: 100%;
    padding-top: 0px;
    font-size: 33px;
    line-height: 40px;
  }

  .cta-text {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    font-size: 26px;
    line-height: 38px;
  }

  .nav-container {
    overflow: hidden;
  }

  .testimonial-block {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .title-heading {
    padding-left: 0px;
    text-align: center;
  }

  .title-heading.subtitle {
    font-size: 25px;
  }

  .title-heading.audio {
    font-size: 24px;
    line-height: 47px;
  }

  .bottom-footer {
    overflow: hidden;
    height: 80px;
  }

  .footer-section {
    font-size: 21px;
  }

  .website-owner-headline {
    width: 95%;
    margin-top: 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .your-testimonial-next {
    width: 60%;
  }

  .textblock-next {
    width: 100%;
  }

  .testimonial-video-wrapper.left {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial-video-wrapper.right {
    max-width: 100%;
    margin-right: 20px;
  }

  .testimonial_headline-wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonial-hero-headline {
    font-size: 10vw;
    letter-spacing: 1px;
  }

  .testimonial-hero-subheadline {
    font-size: 3.25vw;
  }

  .video-embed {
    width: 420px;
    max-height: 330px;
  }

  .video-testimonial {
    padding-top: 0px;
  }

  .video-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .video-icon-bg {
    right: -160px;
    width: 90%;
  }

  .audio-icon-bg {
    left: -50px;
    width: 90%;
  }

  .audio-testimonial-name.audio {
    font-size: 17px;
    line-height: 23px;
  }

  .section-2 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .display-heading-3 {
    font-size: 54px;
    line-height: 54px;
  }

  .large-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .slider-dots.panel-slider-dots {
    position: relative;
    bottom: 0px;
    margin-top: 24px;
  }

  .avatar.avatar-large {
    width: 72px;
    height: 72px;
  }

  .panel-body.panel-body-large {
    padding: 36px;
  }

  .panel-body.panel-body-large.align-content-center.text-body {
    padding: 30px;
  }

  .panel-body.footer-1-panel-body {
    padding-right: 36px;
    padding-bottom: 24px;
    padding-left: 36px;
  }

  .display-heading-2 {
    font-size: 54px;
    line-height: 54px;
  }

  .panel-2.section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .exitus-testimonial {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .all-testimonials {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .footer-menu-grids {
    margin-top: 36px;
  }

  .footer-1-bottom-row {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-1-top-row {
    margin-bottom: 48px;
  }

  .heading {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    margin-top: 0px;
    padding-left: 0px;
  }

  p {
    font-size: 18px;
  }

  .button.cta-button {
    width: 80%;
    font-size: 16px;
    line-height: 22px;
  }

  .hero-section {
    background-position: 61% 0px;
    background-size: auto;
  }

  .section.duck404 {
    background-position: 47% 45%;
  }

  .section.testimonials {
    width: 100%;
  }

  .footer-link {
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 11px;
  }

  .copyright-text {
    font-size: 12px;
  }

  .footer-wrapper {
    margin-bottom: 0px;
  }

  .nav-link {
    position: relative;
    display: block;
    margin-top: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
    list-style-type: none;
  }

  .logo.navbar {
    margin-bottom: 20px;
  }

  .earnings-disclaimer-container {
    padding-bottom: 0px;
  }

  .cta-text {
    font-size: 25px;
  }

  .testimonial-name.video {
    font-size: 16px;
    line-height: 22px;
  }

  .title-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .title-heading.subtitle {
    padding-left: 0px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

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

  .bottom-footer {
    overflow: hidden;
  }

  .footer-section {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .website-owner-headline {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }

  .audio-wrapper {
    width: 98%;
  }

  .your-testimonial-next {
    width: 94%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .textblock-next {
    width: 100%;
  }

  .testimonial-video-wrapper {
    width: 90%;
  }

  .testimonial-video-wrapper.left {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .testimonial-video-wrapper.right {
    display: block;
    width: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonial-hero {
    min-height: 320px;
  }

  .testimonial_headline-wrapper {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonial-hero-headline {
    width: 100%;
    padding-left: 0px;
    font-size: 11vw;
  }

  .testimonial-hero-subheadline {
    padding-top: 0px;
    font-size: 4vw;
    line-height: 7vw;
  }

  .hero-hr {
    margin-top: 20px;
  }

  .section-container.intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-col {
    padding-top: 0px;
  }

  .testimonial-text-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonial-text-container.right-align {
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonial-text-container.left-align {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .video-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 330px;
    max-height: 260px;
    -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;
  }

  .hero-quote {
    height: 150%;
    margin-left: 0px;
  }

  .video-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: -5vw;
    -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;
  }

  .written-testimonial-section.duck404 {
    background-position: 47% 45%;
  }

  .written-testimonial-section.testimonials {
    width: 100%;
  }

  .video-icon-bg {
    right: -100px;
    width: 100%;
  }

  .audio-testimonial {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .audio-icon-bg {
    left: -90px;
    width: 100%;
  }

  .testimonial-image-audio.tamara {
    margin-right: 10px;
  }

  .audio-testimonial-name.video {
    font-size: 16px;
    line-height: 22px;
  }

  .flex-row-audio {
    padding-right: 10px;
  }

  .audio-player-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .modal-window {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .display-heading-3 {
    font-size: 40px;
    line-height: 44px;
  }

  .card-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .grid-two-thirds {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .panel {
    border-radius: 6px;
  }

  .panel-body {
    padding: 24px;
  }

  .panel-body.panel-body-large {
    padding: 24px;
  }

  .panel-body.panel-body-large.align-content-center.text-body {
    padding: 10px;
  }

  .hero-bg-1 {
    border-radius: 6px;
  }

  .display-heading-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .panel-2 {
    border-radius: 6px;
  }

  .panel-2.section {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero {
    padding-top: 150px;
  }

  .footer-menu-grids {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-1-bottom-row {
    text-align: center;
  }

  .text-lead {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-1-top-row {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .vertical-menu-grid {
    justify-items: center;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: ;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}