.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  box-shadow: 0 2px 12px 3px rgba(18, 18, 18, .06);
}

.container-large {
  max-width: 1500px;
  min-height: 100%;
  justify-content: space-around;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  display: block;
}

.container-large.vertical-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-link {
  width: 200px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body {
  color: #121212;
  background-color: rgba(0, 0, 0, 0);
  font-family: Metropolis, sans-serif;
}

.button-dark {
  color: #121212;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ededed;
  border-radius: 12px;
  padding: 12px 20px;
}

.button-dark.contactus-large {
  color: #fff;
  background-color: #4caf50;
  border-style: none;
  font-size: 14px;
}

.button-dark.contactus-small {
  display: none;
}

.logo {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.store-button {
  max-height: 60px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: 400;
}

.hero-image-wrapper {
  width: 100%;
  height: 100%;
  background-image: url('../images/Hero-Image.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
}

.hero-image {
  z-index: -1;
  width: 40vw;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-left-container {
  width: 60%;
  height: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-right-container {
  width: 40%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.heading {
  text-align: left;
  object-fit: fill;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Metropolis, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 72px;
}

.app-link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mobiile-image-wrapper {
  max-height: 710px;
  max-width: 356px;
}

.text-block {
  color: #4caf50;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.hero-wrapper {
  align-items: center;
  display: flex;
}

.legal-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

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

.footer-link-two {
  color: #656565;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

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

.footer-link-two.small-screen {
  display: none;
}

.footer-top, .footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #656565;
}

.footer-wrapper {
  margin-top: auto;
}

.paragraph {
  color: #656565;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.parellex-image {
  display: none;
}

.app-image {
  max-height: 90%;
}

.header-section {
  height: 250px;
  background-color: rgba(84, 175, 87, .05);
}

.header-container {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper.padding-vertical {
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.title-small {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-small {
  color: #656565;
  padding-right: 0;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-small.large-screen {
  color: #333;
  border: 1px #000;
  margin-bottom: auto;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-small.large-screen:hover {
  text-decoration: none;
}

.paragraph-small.small-screen {
  display: none;
}

.tos-single-details {
  color: #5c5c5c;
  text-align: justify;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.target-links {
  color: #007aff;
  font-weight: 500;
  text-decoration: none;
}

.point {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image {
  width: 20px;
  height: 20px;
  max-width: none;
  margin-left: auto;
  padding-left: 0;
}

.link-block {
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sources-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.body-3 {
  color: #121212;
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.body-4 {
  font-family: Metropolis, sans-serif;
}

.number {
  color: #121212;
  margin-bottom: auto;
  font-weight: 500;
}

.number:hover {
  text-decoration: none;
}

.source-link-style {
  color: #121212;
  margin-bottom: auto;
  font-weight: 500;
}

.source-link-style:hover {
  text-decoration: none;
}

.paragraph-2 {
  font-family: MATERIAL ICONS, sans-serif;
}

.text-span-3 {
  float: right;
  padding-left: 5px;
  font-family: MATERIAL ICONS, sans-serif;
}

.hover:hover {
  text-decoration: underline;
}

.sources-link-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hover-copy:hover {
  text-decoration: underline;
}

.arrow {
  color: rgba(18, 18, 18, 0);
  background-image: url('../images/arrow-tr.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

@media screen and (min-width: 1280px) {
  .parellex-image {
    display: none;
  }

  .header-section {
    height: 20vh;
    background-color: rgba(84, 175, 87, .05);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-container {
    color: #121212;
  }

  .body-2 {
    font-family: Montserrat, sans-serif;
  }

  .content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .title-small {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .paragraph-small {
    font-size: 18px;
    line-height: 30px;
  }

  .target-links {
    color: #007aff;
    font-weight: 500;
    text-decoration: none;
  }

  .sources-link {
    justify-content: flex-start;
    align-items: center;
    line-height: 0;
    position: relative;
  }

  .source-link-style {
    object-fit: fill;
    flex: 0 auto;
    position: static;
  }

  .source-link-style:hover {
    text-decoration: none;
  }

  .text-span, .text-span-2 {
    font-family: MATERIAL ICONS, sans-serif;
  }

  .text-span-2:hover {
    text-decoration: none;
  }

  .text-span-3 {
    float: none;
    white-space: normal;
    overflow-wrap: normal;
    font-family: Metropolis, sans-serif;
    font-size: 23px;
    line-height: 30px;
    text-decoration: none;
  }

  .hover {
    line-height: 30px;
  }

  .sources-link-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    line-height: 0;
    position: relative;
  }

  .hover-copy {
    line-height: 30px;
  }

  .arrow {
    color: rgba(0, 0, 0, 0);
    background-image: url('../images/arrow-tr.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 25px 25px;
  }
}

@media screen and (max-width: 991px) {
  .container-large {
    max-width: 700px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-dark.contactus-large {
    display: none;
  }

  .button-dark.contactus-small {
    color: #fff;
    background-color: #4caf50;
    border-style: none;
    display: block;
  }

  .hero-image {
    flex: 0 auto;
    display: none;
  }

  .hero-left-container {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-right-container {
    width: 100%;
    min-height: auto;
    justify-content: center;
    padding-top: 0;
  }

  .mobiile-image-wrapper {
    object-fit: fill;
    position: static;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .legal-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-link-two.small-screen {
    display: block;
  }

  .footer-link-two.large-screen {
    display: none;
  }

  .footer-wrapper {
    margin-top: 60px;
  }

  .parellex-image {
    z-index: -1;
    width: 100%;
    min-height: 400px;
    background-image: url('../images/Hero-Image.jpg');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .app-image {
    padding-bottom: 33px;
  }

  .paragraph-small.large-screen {
    display: none;
  }

  .paragraph-small.small-screen {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container-large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-link {
    width: 150px;
  }

  .body {
    font-family: Montserrat, sans-serif;
  }

  .content-wrapper {
    width: 100%;
    max-width: 550px;
  }

  .footer-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .content-wrapper.padding-vertical {
    max-width: none;
  }

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

  .sources-link, .sources-link-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .logo-link {
    width: 150px;
  }

  .button-dark, .button-dark.contactus-small {
    display: none;
  }

  .hero-left-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .heading {
    font-size: 42px;
    line-height: 52px;
  }

  .mobiile-image-wrapper {
    max-height: 650px;
    max-width: 300px;
  }

  .legal-links {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-two {
    text-align: center;
  }

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

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

  .footer-wrapper {
    margin-top: 40px;
  }

  .content-wrapper.padding-vertical {
    font-size: 22px;
  }

  .paragraph-small {
    display: block;
  }

  .heading-2 {
    text-align: center;
  }

  .text-span-3 {
    float: none;
    clear: none;
    direction: ltr;
  }

  .hover-copy {
    font-size: 22px;
  }
}


@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype'), url('../fonts/Metropolis-Light.otf') format('opentype'), url('../fonts/Metropolis-Light.otf') format('opentype'), url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype'), url('../fonts/Metropolis-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}