.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.html-embed-2 {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.nl-2-header-wrapper {
  grid-column-gap: 700px;
  grid-row-gap: 700px;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 1.5em 0;
  display: flex;
}

.nl-2-header-wrapper.new-color {
  background-color: #0000;
}

.nl-2-logo {
  max-height: 30px;
}

.nl-2-advantages-section {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  margin-top: 5em;
  display: flex;
}

.nl-2-main-section {
  width: 65%;
  margin-top: 0;
}

.cta-section-steps {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
}

.star-rating {
  max-height: 15px;
}

.nl-sidebar-ul-li {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.paragraph-11 {
  margin-bottom: 0;
  text-decoration: none;
}

.nl-2-adv-item-img {
  border-radius: 0;
}

.nl-2-article-head {
  width: 65%;
}

.nl-2-heading {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

.nl-2-body-wrapper-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.cta-section-item-step {
  color: #000;
  text-align: left;
  flex: none;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.nl-cta-section-h1 {
  color: #000;
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 36px;
  line-height: 120%;
}

.nl-2-sidebar-ul {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-left: 15px;
  display: flex;
}

.italic-text {
  font-weight: 400;
}

.blockquote-img {
  max-height: 70px;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.nl-2-body-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.nl-p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.nl-p.cta-nl-p {
  text-align: center;
}

.nl-p.cta-nl-p.p-mt {
  margin-bottom: 2em;
}

.cta-section-step {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nl-content-piece {
  max-width: 60%;
}

.nl-content-piece.cta-section {
  background-color: #e6f3ff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 7em;
  margin-bottom: 7em;
  padding: 5em;
  display: flex;
}

.nl-content-piece.cta-section.nl-2-content-piece {
  background-color: #fff9be;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 3em;
  margin-bottom: 0;
  padding: 3em;
}

.nl-content-piece.cta-section.nl-2-content-piece.new-bk-color {
  background-color: #f8ffdd;
}

.cta-section-item-step-description {
  margin-bottom: 0;
}

.cta-section-item-step-description.nl-p.new-align-cen {
  text-align: center;
}

.paragraph-13 {
  color: #000;
  font-style: italic;
}

.nl-2-article-section {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  padding: 3em 2em;
}

.nl-2-sidebar-cta-btn {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.nl-2-sidebar-cta-btn.new-cta-color {
  background-color: #00d85e;
  border: 2px solid #00d85e;
}

.nl-2-sidebar-cta-btn.new-cta-color:hover {
  border-width: 2px;
}

.nl-sidebar-inner {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 3em 1.5em;
  position: sticky;
  top: 20px;
}

.hike-logo {
  max-height: 30px;
}

.cta-section-btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  margin-top: 2em;
  padding: 15px 3em;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
}

.cta-section-btn.new-color {
  background-color: #00d85e;
  border: 2px solid #00d85e;
}

.cta-section-btn.new-color:hover {
  border-style: solid;
  border-width: 2px;
}

.sidebar-reviews {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.nl-2-p {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
}

.nl-2-p.ta-c {
  text-align: center;
  margin-bottom: 0;
}

.nl-2-p.ta-c.fs-i {
  font-style: italic;
}

.nl-2-p.testimonial-inside-p {
  background-color: #fff9be;
  border-radius: 15px;
  padding: 30px 20px;
}

.content-wrapper-main {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrapper-main.new-bk-color {
  background-color: #0000;
}

.nl-2-sidebar-image {
  width: 100%;
  margin-bottom: 1em;
}

.nl-2-advantages-item {
  display: block;
}

.nl-2-sidebar {
  width: 33%;
  height: 33%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.nl-2-adv-item-description {
  text-align: left;
}

.nl-2-quote-block {
  background-color: #fff9be;
  border-radius: 15px;
  padding: 3em;
  position: relative;
}

.paragraph-14 {
  margin-bottom: 0;
}

.nl-2-cta-section {
  margin-top: 1em;
}

.scrll-vw-trigger {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  display: flex;
}

.nl-2-h1 {
  color: #000;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.nl-2-h1.sidebar-heading {
  margin-top: .5em;
  font-size: 24px;
  font-weight: 400;
}

.nl-2-footer {
  background-color: #0000;
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

.nl-footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 3em;
  display: flex;
}

.paragraph-12 {
  text-align: center;
}

.footer-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.mobile-fixed-cta {
  display: none;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.div-block-9.table-wrapper {
  height: auto;
  margin-bottom: 40px;
}

.div-block-9.table-wrapper.new-table-with-img {
  display: none;
}

.div-block-9.table-wrapper.new-table-with-img.desktop-donly {
  display: inline-flex;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.cell-7 {
  justify-content: center;
  align-items: center;
}

.rows-right {
  border: 1px solid #000;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rows-right.gray-color {
  background-color: #8b193d;
}

.rows-right.gray-color.color-green {
  background-color: #2f6d1c;
}

.rows-right.row-img {
  height: 200px;
}

.cell-14 {
  justify-content: center;
  align-items: flex-start;
  line-height: 18px;
}

.cell-16 {
  justify-content: center;
  align-items: center;
}

.rows {
  border: 1px solid #000;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rows.new-color {
  background-color: #8b193d;
}

.rows.new-color.color-green {
  background-color: #2f6d1c;
}

.rows.row-img {
  text-align: center;
  height: 200px;
}

.div-block-10 {
  flex-flow: column;
  width: 100%;
  height: 60px;
  display: flex;
}

.div-block-10.table-left, .div-block-10.table-right {
  height: 100%;
}

.text-block-10 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-10.no-bold {
  font-weight: 400;
}

.text-block-10.no-bold.size-s {
  font-size: 17px;
  line-height: 120%;
}

.text-block-10.white-color {
  color: #fff;
  font-size: 17px;
}

.text-block-10.text-smaller.new-fontweight {
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

.image {
  text-align: center;
}

.body {
  background-color: #eef0f4;
}

@media screen and (min-width: 1440px) {
  .nl-content-piece.cta-section {
    background-color: #ffc364;
  }
}

@media screen and (max-width: 991px) {
  .nl-2-header-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .nl-2-main-section {
    width: 100%;
  }

  .paragraph-11 {
    font-weight: 700;
  }

  .nl-2-article-head {
    width: 100%;
  }

  .nl-2-body-wrapper-inner {
    flex-direction: column;
    align-items: center;
  }

  .nl-2-sidebar-ul {
    text-align: left;
  }

  .nl-2-body-wrapper {
    max-width: 95%;
  }

  .nl-content-piece {
    max-width: 100%;
    padding: 1em;
  }

  .nl-2-sidebar-cta-btn {
    margin-top: 1em;
  }

  .nl-sidebar-inner {
    flex-flow: column;
    align-items: center;
    width: 80%;
    padding-left: 4em;
    padding-right: 4em;
    display: none;
  }

  .cta-section-btn.fixed-cta {
    background-color: #23b000;
    margin-top: 0;
    margin-bottom: .75em;
  }

  .nl-2-sidebar {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nl-2-h1.sidebar-heading {
    text-align: center;
  }

  .nl-footer-wrapper {
    width: 100%;
  }

  .mobile-fixed-cta {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cell-5, .cell-7 {
    justify-content: center;
    align-items: center;
  }

  .cell-8, .cell-15, .cell-14, .cell-9, .cell-13, .cell-12, .cell-11, .cell-10 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-10.no-bold.size-s {
    font-size: 17px;
    line-height: 120%;
  }

  .text-block-10.white-color {
    text-align: center;
  }

  .text-block-10.text-smaller {
    font-size: 12px;
  }

  .text-block-10.text-smaller.new-fontweight {
    font-size: 17px;
    line-height: 120%;
  }
}

@media screen and (max-width: 767px) {
  .nl-2-header-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    padding-left: 60px;
    padding-right: 60px;
  }

  .nl-2-logo {
    max-height: 25px;
  }

  .cta-section-steps {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
    display: flex;
  }

  .paragraph-11 {
    text-align: center;
    font-size: 18px;
  }

  .nl-2-adv-item-img {
    object-fit: cover;
    border-radius: 20px;
    min-height: 250px;
  }

  .nl-2-adv-item-img.obj-fit-img {
    min-height: 200px;
  }

  .cta-section-step {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .nl-content-piece.cta-section {
    padding: 3em 1.5em;
  }

  .nl-2-article-section {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nl-sidebar-inner {
    width: 100%;
  }

  .cta-section-btn.fixed-cta {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nl-footer-wrapper {
    width: 100%;
  }

  .mobile-fixed-cta {
    padding-left: 2em;
    padding-right: 2em;
  }

  .cell-13, .cell-12 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-10.no-bold.size-s {
    font-size: 16px;
    line-height: 120%;
  }

  .text-block-10.white-color {
    font-size: 16px;
  }

  .text-block-10.text-smaller {
    font-size: 11px;
  }

  .text-block-10.text-smaller.new-fontweight {
    font-size: 16px;
    line-height: 120%;
  }
}

@media screen and (max-width: 479px) {
  .nl-2-header-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
  }

  .cta-section-steps {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .nl-2-adv-item-img {
    border-radius: 10px;
    min-height: 200px;
  }

  .nl-2-adv-item-img.obj-fit-img {
    min-height: 150px;
  }

  .nl-2-heading {
    font-size: 38px;
  }

  .nl-cta-section-h1 {
    font-size: 28px;
  }

  .cta-section-step {
    align-items: center;
  }

  .nl-content-piece.cta-section.nl-2-content-piece {
    padding: 3em 1em;
  }

  .cta-section-item-step-description.nl-p {
    text-align: center;
  }

  .nl-2-article-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nl-sidebar-inner {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .cta-section-btn {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .cta-section-btn.fixed-cta {
    padding: 10px 1em;
  }

  .nl-2-quote-block {
    padding: 2em 1.5em;
  }

  .mobile-fixed-cta {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .div-block-9.table-wrapper {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .div-block-9.table-wrapper.new-table-with-img {
    display: inline-flex;
  }

  .div-block-9.table-wrapper.new-table-with-img.desktop-donly {
    display: none;
  }

  .text-block-10.no-bold.size-s {
    font-size: 16px;
  }

  .text-block-10.text-smaller {
    font-size: 12px;
  }
}

#w-node-_2a145953-08f5-9878-8374-bb0196d9ee5d-8b6c26db, #w-node-_2a145953-08f5-9878-8374-bb0196d9ee61-8b6c26db, #w-node-_2a145953-08f5-9878-8374-bb0196d9ee65-8b6c26db, #w-node-_2a145953-08f5-9878-8374-bb0196d9ee69-8b6c26db, #w-node-_2a145953-08f5-9878-8374-bb0196d9ee6d-8b6c26db, #w-node-_2a145953-08f5-9878-8374-bb0196d9ee71-8b6c26db, #w-node-_87ec632a-5a2a-6f06-8685-7308b2fb51fc-8b6c26db, #w-node-_2a145953-08f5-9878-8374-bb0196d9ee76-8b6c26db, #w-node-_2a145953-08f5-9878-8374-bb0196d9ee7a-8b6c26db, #w-node-_2a145953-08f5-9878-8374-bb0196d9ee7e-8b6c26db, #w-node-_2a145953-08f5-9878-8374-bb0196d9ee82-8b6c26db, #w-node-_2a145953-08f5-9878-8374-bb0196d9ee86-8b6c26db, #w-node-_2a145953-08f5-9878-8374-bb0196d9ee8a-8b6c26db, #w-node-_4f25fc9c-4c9b-c14d-5e9b-4b925dfd4830-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fcf5-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fcf9-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fcfc-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fd00-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fd04-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fd08-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fd0c-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fd11-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fd15-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fd18-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fd1e-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fd24-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fd28-8b6c26db, #w-node-d6fe372c-4776-6d2b-e942-a2c5a772fd2d-8b6c26db {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}
