/* One Aster block styling */
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
div[id^='block-one-aster'] .container {
  padding: 5.625rem 0 8.125rem;
  position: relative;
}

@media only screen and (max-width: 992px) {
  div[id^='block-one-aster'] .container {
    padding: 5.625rem 0.9375rem 8.125rem;
    position: relative;
    z-index: 9;
  }
}

@media only screen and (max-width: 768px) {
  div[id^='block-one-aster'] .container {
    padding: 3.75rem 0 5.625rem;
    position: relative;
    z-index: 9;
  }
}

@media only screen and (max-width: 576px) {
  div[id^='block-one-aster'] .container {
    padding: 2.75rem 1.25rem 4.625rem;
  }
}

div[id^='block-one-aster'] .one-aster-main-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (min-width: 992px) {
  div[id^='block-one-aster'] .one-aster-main-wrapper {
    background-position-x: 60%;
  }
}

@media only screen and (max-width: 992px) {
  div[id^='block-one-aster'] .one-aster-main-wrapper {
    background-size: cover;
    background-position-x: 75%;
  }
  div[id^='block-one-aster'] .one-aster-main-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000 0% 0% no-repeat padding-box;
    opacity: 0.6;
    z-index: 0;
  }
}

div[id^='block-one-aster'] .one-aster-main-wrapper .one-aster-text {
  margin-bottom: 10rem;
}

div[id^='block-one-aster'] .barcode-wrapper {
  position: absolute;
  border: 0;
  left: 0;
  bottom: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem;
}

@media only screen and (max-width: 992px) {
  div[id^='block-one-aster'] .barcode-wrapper {
    display: none;
  }
}

div[id^='block-one-aster'] .barcode-wrapper img {
  width: 6rem;
  height: auto;
}

div[id^='block-one-aster'] .barcode-wrapper p {
  margin: 0 !important;
}

div[id^='block-one-aster'] .barcode-wrapper .barcode-text {
  display: none;
  text-align: center;
  font-size: 0.5625rem;
  color: #384f7e;
  padding-top: 0.625rem;
}

div[id^='block-one-aster'] .one-aster-text-wrapper {
  width: 60%;
}

@media only screen and (max-width: 992px) {
  div[id^='block-one-aster'] .one-aster-text-wrapper {
    width: 100%;
  }
}

div[id^='block-one-aster'] .one-aster-text-wrapper h2 {
  color: #164D92;
  font-size: 2.875rem;
  line-height: 4rem;
  font-weight: 600 !important;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}

@media only screen and (max-width: 1280px) {
  div[id^='block-one-aster'] .one-aster-text-wrapper h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

@media only screen and (max-width: 992px) {
  div[id^='block-one-aster'] .one-aster-text-wrapper h2 {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}

@media only screen and (max-width: 768px) {
  div[id^='block-one-aster'] .one-aster-text-wrapper h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    font-weight: 600;
  }
}

@media only screen and (max-width: 992px) {
  div[id^='block-one-aster'] .one-aster-text-wrapper h2 {
    color: #fff;
  }
}

div[id^='block-one-aster'] .one-aster-text-wrapper p {
  color: #384f7e;
  line-height: 1.5;
}

@media only screen and (min-width: 992px) {
  div[id^='block-one-aster'] .one-aster-text-wrapper p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 992px) {
  div[id^='block-one-aster'] .one-aster-text-wrapper p {
    color: #fff;
  }
}

div[id^='block-one-aster'] .one-aster-text-wrapper .download-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.03375rem;
}

@media only screen and (min-width: 992px) {
  div[id^='block-one-aster'] .one-aster-text-wrapper .download-text {
    font-size: 1.25rem;
  }
}

div[id^='block-one-aster'] .one-aster-text-wrapper .download-links {
  position: absolute;
  left: 9.5rem;
  bottom: 11rem;
  border-left: 1px solid #b9c3d8;
  padding-left: 2rem;
}

@media only screen and (max-width: 992px) {
  div[id^='block-one-aster'] .one-aster-text-wrapper .download-links {
    left: 0;
    bottom: 10.5rem;
    padding-left: 0;
    border-left: 0;
  }
}

@media only screen and (max-width: 576px) {
  div[id^='block-one-aster'] .one-aster-text-wrapper .download-links {
    left: 1.25rem;
    bottom: 8rem;
  }
}

@media only screen and (max-width: 435px) {
  div[id^='block-one-aster'] .one-aster-text-wrapper .download-links {
    bottom: 9rem;
  }
}

div[id^='block-one-aster'] .one-aster-text-wrapper .download-links a {
  display: block;
}

div[id^='block-one-aster'] .one-aster-text-wrapper .download-links a.appstore {
  margin-bottom: 1.25rem;
}

div[id^='block-one-aster'] .one-aster-text-wrapper .download-links img {
  max-width: 10.5rem;
}

div[id^='block-one-aster'] .one-aster-text-wrapper .download-links a.appstore img {
  margin-right: 1.25rem;
}

/*# sourceMappingURL=one-aster.css.map */
