/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrapper {
  max-width: 1440px;
  width: 80.5%;
  margin: 0 auto;
  font-family: Poppins, Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: 91%;
  }
}

h1 {
  max-width: 398px;
  color: #1A1A1A;
  margin-bottom: 16px;
  font-family: Poppins;
  font-size: 56px;
  font-weight: 600;
  line-height: 67px;
  letter-spacing: -0.04em;
  text-align: left;
}
@media only screen and (max-width: 1150px) {
  h1 {
    font-size: 53px;
  }
}
@media only screen and (max-width: 995px) {
  h1 {
    max-width: unset;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
}

h2 {
  color: #1A1A1A;
  font-family: Poppins;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.04em;
  text-align: center;
}
h2::before {
  content: "";
  width: 80px;
  height: 4px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
  background-color: #C85D20;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 28.8px;
  }
}

h3 {
  color: #1A1A1A;
  font-family: Poppins;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.04em;
  text-align: left;
  opacity: 1;
}

.cta a:hover {
  transition: 0.42s ease-in-out;
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .cta a:hover {
    opacity: 1;
  }
}

.seq {
  margin-bottom: 16px;
  display: inline-block;
}
.seq span {
  padding: 16px;
  display: block;
  border-radius: 25px;
  background-color: #FFE7DA;
  color: #C85D20;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-align: center;
}
.seq span.blue {
  color: #2D7DFA;
  background-color: #E5F0FF;
}
.seq span.green {
  background-color: #DFF9EE;
  color: #1BBD83;
}
.seq span.purple {
  background-color: #EEE5F9;
  color: #872DFA;
}

header {
  padding: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  header {
    padding-top: 20px;
  }
}
header svg {
  width: 164px;
  height: 42px;
}
@media only screen and (max-width: 768px) {
  header svg {
    width: 114px;
    height: 28px;
  }
}

.banner {
  position: relative;
}
.banner .background-overlay-desktop img {
  width: 100%;
  max-height: 650px;
  min-height: 651px;
}
@media only screen and (max-width: 1280px) {
  .banner .background-overlay-desktop img {
    max-height: 600px;
    min-height: 600px;
  }
}
@media only screen and (max-width: 995px) {
  .banner .background-overlay-desktop {
    display: none;
  }
}
.banner .background-overlay-mobile {
  display: none;
}
@media only screen and (max-width: 995px) {
  .banner .background-overlay-mobile {
    display: block;
  }
  .banner .background-overlay-mobile img {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -9999;
  }
}
.banner .two-col {
  padding: 80px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 995px) {
  .banner .two-col {
    padding: 20px 0 50px;
    flex-direction: column;
    position: unset;
    transform: unset;
  }
}
.banner .left-layout {
  flex: 1;
  margin-right: 50px;
}
@media only screen and (max-width: 995px) {
  .banner .left-layout {
    margin-right: 0;
  }
}
@media only screen and (max-width: 995px) {
  .banner .left-layout .cta {
    text-align: center;
  }
}
.banner .left-layout img {
  width: 238px;
  cursor: pointer;
}
@media only screen and (max-width: 995px) {
  .banner .left-layout img {
    width: 172px;
    text-align: center;
  }
}
.banner .left-layout .disclaimer {
  margin-top: 20px;
}
.banner .left-layout .disclaimer p {
  font-size: 12px;
  line-height: 18px;
  color: #717171;
}
@media only screen and (max-width: 995px) {
  .banner .left-layout .disclaimer p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .banner .left-layout .disclaimer p a:hover {
    text-decoration: underline;
  }
}
.banner .left-layout p {
  color: #454545;
  max-width: 521px;
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
}
@media only screen and (max-width: 995px) {
  .banner .left-layout p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
}
.banner .left-layout p a {
  color: #717171;
  text-decoration: underline;
}
.banner .left-layout p a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .banner .left-layout p a:hover {
    text-decoration: underline;
  }
}
.banner .right-layout {
  flex: 1;
}
.banner .right-layout img {
  width: 100%;
  height: auto;
  position: absolute;
  width: 58%;
  top: 10%;
  left: 42%;
}
@media only screen and (max-width: 995px) {
  .banner .right-layout img {
    width: 100%;
    position: unset;
  }
}

.features {
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .features {
    margin: 50px 0;
  }
}
.features h2 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .features h2 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .features .seq {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .features .seq span {
    padding: 10px;
    font-size: 14px;
    line-height: 16.8px;
  }
}
.features ul {
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.features ul li {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .features ul li {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
.features ul li h3 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .features ul li h3 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28.8px;
  }
}
.features ul li p {
  color: #454545;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .features ul li p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .features ul li.right-img {
    flex-direction: column-reverse;
  }
}
.features ul li.right-img .left-content {
  width: 474px;
}
@media only screen and (max-width: 1180px) {
  .features ul li.right-img .left-content {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .features ul li.right-img .left-content {
    width: auto;
  }
}
.features ul li.right-img img {
  max-width: 500px;
}
@media only screen and (max-width: 995px) {
  .features ul li.right-img img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .features ul li.right-img img {
    width: 328px;
    margin-bottom: 20px;
  }
}
.features ul li.left-img .left-content {
  width: 474px;
}
@media only screen and (max-width: 768px) {
  .features ul li.left-img .left-content {
    width: auto;
  }
}
@media only screen and (max-width: 995px) {
  .features ul li.left-img img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .features ul li.left-img img {
    margin-bottom: 20px;
    width: 328px;
    text-align: center;
  }
}
.features .cta {
  text-align: center;
}
.features .cta a img {
  width: 269px;
}
@media only screen and (max-width: 768px) {
  .features .cta a img {
    width: 236px;
  }
}

.steps::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/steps-bg.png);
  background-repeat: no-repeat;
  width: 673px;
  height: 420px;
  background-position: top;
  z-index: -9999;
}
@media only screen and (max-width: 768px) {
  .steps::before {
    background-image: url(../../assets/images/steps-mobile-bg.png);
    background-repeat: no-repeat;
    width: 287px;
    height: 142px;
  }
}
.steps .wrapper {
  padding: 40px 0 100px;
}
@media only screen and (max-width: 768px) {
  .steps .wrapper {
    padding: 50px 0;
  }
}
.steps h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .steps h2 {
    max-width: 240px;
    margin: 0 auto 20px;
  }
}
.steps p {
  margin-bottom: 50px;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.04em;
  color: #454545;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .steps p {
    max-width: 200px;
    margin: 0 auto 30px;
    font-size: 20px;
    line-height: 24px;
  }
}
.steps ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1340px) {
  .steps ul {
    align-items: flex-start;
  }
}
.steps ul li {
  border-radius: 12px;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 12px 32px -8px rgba(0, 0, 0, 0.0784313725);
  width: 32.1%;
  margin-right: 1.53%;
}
.steps ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1340px) {
  .steps ul li {
    min-height: 368px;
    margin-bottom: 20px;
  }
  .steps ul li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1105px) {
  .steps ul li {
    min-height: 420px;
  }
}
@media only screen and (max-width: 995px) {
  .steps ul li {
    min-height: unset;
    padding-bottom: 10px;
    border-radius: 11.4px;
    width: 100%;
  }
}
.steps ul li figure {
  margin: 20px;
  padding: 18px 0;
  border: 1px dashed #D1D1D1;
  border-radius: 4px;
  text-align: center;
}
@media only screen and (max-width: 995px) {
  .steps ul li figure {
    border-radius: 3.8px;
  }
}
.steps ul li figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .steps ul li figure img {
    width: 108px;
  }
}
.steps ul li .sub-content {
  padding: 0 20px 20px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .steps ul li .sub-content {
    flex-direction: row;
  }
}
@media only screen and (max-width: 995px) {
  .steps ul li .sub-content .seq span {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .steps ul li .sub-content .seq span {
    padding: 8px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
  }
}
.steps ul li .sub-content .inner-content {
  margin-left: 15px;
}
.steps ul li .sub-content .inner-content span {
  margin-bottom: 5px;
  display: block;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .steps ul li .sub-content .inner-content span {
    font-size: 24px;
    line-height: 36px;
  }
}
.steps ul li .sub-content .inner-content p {
  margin-bottom: 36px;
  padding: 0;
  color: #454545;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
@media only screen and (max-width: 1340px) {
  .steps ul li .sub-content .inner-content p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .steps ul li .sub-content .inner-content p {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 21px;
  }
}

.download {
  padding: 100px 0 0;
  background-color: #E5F0FF;
}
@media only screen and (max-width: 768px) {
  .download {
    padding: 50px 0 0;
  }
}
.download p {
  margin-top: 20px;
  color: #454545;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .download p {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }
}
.download .cta {
  margin-top: 20px;
  margin-bottom: 93px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .download .cta {
    margin-bottom: 15px;
  }
}
.download .cta a img {
  width: 269px;
}
@media only screen and (max-width: 768px) {
  .download .cta a img {
    width: 236px;
  }
}
.download figure {
  width: 1066px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1339px) {
  .download figure {
    width: 100%;
  }
}
.download figure .icon-pp {
  width: 52px;
  height: 51px;
  position: absolute;
  top: -40px;
  right: 8px;
  padding: 27px 26px 27px;
  background: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .download figure .icon-pp {
    width: 18px;
    padding: 9.7px;
    top: -20px;
    right: 3px;
  }
}
.download figure img {
  width: 1066px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
@media only screen and (max-width: 1339px) {
  .download figure img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .download figure img {
    vertical-align: top;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.faq {
  margin-top: 100px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 995px) {
  .faq {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-top: 50px;
  }
}
.faq h2 {
  margin-bottom: 60px;
}
.faq .accordian-layout {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .faq .accordian-layout {
    width: auto;
  }
}
.faq li {
  background-color: #fff;
  border-top: 2px solid #E4E4E4;
}
.faq li:first-child {
  border-top: 0;
}
.faq li:last-child {
  border-bottom: 2px solid #E4E4E4;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .faq li {
    border-radius: 6px;
    margin-top: 20px;
  }
}
.faq li .accordian-heading {
  padding: 36px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .faq li .accordian-heading {
    padding: 20px 12px 0;
    align-items: center;
    justify-content: space-between;
    align-items: center;
  }
}
.faq li h4 {
  margin-right: 50px;
  color: #1A1A1A;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .faq li h4 {
    margin-right: 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .faq li img {
    width: auto;
    margin-left: 10px;
  }
}
.faq li img.close {
  display: none;
}
.faq li .accordian-content {
  padding: 0 30px 20px 30px;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .faq li .accordian-content {
    padding: 10px 12px;
    margin-bottom: 0;
  }
}
.faq li .accordian-content p {
  padding-bottom: 16px;
  padding-right: 50px;
  color: #717171;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .faq li .accordian-content p {
    font-size: 14px;
  }
  .faq li .accordian-content p:last-child {
    padding-bottom: 0;
  }
}
.faq li .accordian-content ol {
  padding: 0 25px;
  list-style-type: decimal;
}
.faq li .accordian-content ol li {
  margin-top: 0;
  border: 0;
  color: #717171;
  font-size: 18px;
  line-height: 27px;
}
@media only screen and (max-width: 768px) {
  .faq li .accordian-content ol li {
    font-size: 14px;
  }
}

footer .disclaimer {
  background: #EEEFF1;
}
footer .disclaimer p {
  width: 880px;
  padding: 35px 35px;
  margin: 0 auto;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
}
@media only screen and (max-width: 995px) {
  footer .disclaimer p {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  footer .disclaimer p {
    padding: 20px 35px;
  }
}
footer ul.footer-links {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  footer ul.footer-links {
    flex-wrap: wrap;
    justify-content: unset;
    align-items: center;
  }
}
footer li a {
  color: #454545;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 1120px) {
  footer li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 995px) {
  footer li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  footer li a {
    font-size: 16px;
  }
}
footer li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  footer li a:hover {
    text-decoration: none;
  }
}
footer li::after {
  content: "|";
  padding: 0 16px;
  color: #E4E4E4;
}
@media only screen and (max-width: 892px) {
  footer li::after {
    padding: 0 4px;
  }
}
@media only screen and (max-width: 768px) {
  footer li::after {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 621px) {
  footer li::after {
    padding: 0 2px;
  }
}
@media only screen and (max-width: 499px) {
  footer li::after {
    padding: 0 16px;
  }
}
footer li:last-child::after {
  content: "";
}
@media only screen and (max-width: 768px) {
  footer li:last-child::after {
    content: "";
  }
}
@media only screen and (max-width: 768px) {
  footer li {
    margin-bottom: 24px;
  }
  footer li:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=aw-chrome-v1.css.map */