@font-face {
  font-family: Basisgrtforthrivent Blk;
  src: url('../fonts/BasisGrtforThrivent-Blk.woff2') format("woff2"), url('../fonts/BasisGrtforThrivent-Blk.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Burgessforthrivent;
  src: url('../fonts/BurgessforThrivent.woff2') format("woff2"), url('../fonts/BurgessforThrivent.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrtforthrivent Lt;
  src: url('../fonts/BasisGrtforThrivent-Lt.woff2') format("woff2"), url('../fonts/BasisGrtforThrivent-Lt.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrtforthriventmono Bd;
  src: url('../fonts/BasisGrtforThriventMono-Bd.woff2') format("woff2"), url('../fonts/BasisGrtforThriventMono-Bd.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrtforthrivent;
  src: url('../fonts/BasisGrtforThrivent.woff2') format("woff2"), url('../fonts/BasisGrtforThrivent.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrtforthrivent;
  src: url('../fonts/BasisGrtforThrivent-Bold.woff2') format("woff2"), url('../fonts/BasisGrtforThrivent-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrtforthriventmono;
  src: url('../fonts/BasisGrtforThriventMono.woff2') format("woff2"), url('../fonts/BasisGrtforThriventMono.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Burgessforthrivent;
  src: url('../fonts/BurgessforThrivent-BoldIt.woff2') format("woff2"), url('../fonts/BurgessforThrivent-Bold.woff2') format("woff2"), url('../fonts/BurgessforThrivent-BoldIt.woff') format("woff"), url('../fonts/BurgessforThrivent-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrtforthrivent;
  src: url('../fonts/BasisGrtforThrivent-Italic.woff2') format("woff2"), url('../fonts/BasisGrtforThrivent-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Basisgrtforthrivent Offwht;
  src: url('../fonts/BasisGrtforThrivent-OffWht.woff2') format("woff2"), url('../fonts/BasisGrtforThrivent-OffWht.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Burgessforthrivent;
  src: url('../fonts/BurgessforThrivent-Italic.woff2') format("woff2"), url('../fonts/BurgessforThrivent-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

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

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

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

.page-wrapper.generosity-expressions {
  font-family: Open Sans, sans-serif;
}

.page-wrapper.rr-page-wrapper {
  padding-left: 0;
}

.full-screen-hero {
  position: relative;
}

.section-background {
  z-index: -10;
  position: absolute;
  inset: 0%;
}

.section-background.generosity-expressions-hero-bg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/open-book.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-background.generosity-expressions-gray-bg {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.section-background.generosity-expressions-black-bg {
  background-image: linear-gradient(#000, #000);
}

.hero-cta {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  margin-top: 15%;
  margin-bottom: 15%;
  display: flex;
}

.hero-cta.generosity-expressions {
  color: #fff;
}

.container {
  max-width: 1024px;
}

.pill {
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
}

.pill.generosity-expressions-hero-cta {
  color: #fff;
  background-color: #1c4259;
  margin-top: 20px;
  font-family: Basisgrtforthrivent, Arial, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.pill.generosity-expressions-cta {
  color: #fff;
  background-color: #1c4259;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 24px;
}

.pill.generosity-expressions-outline-cta {
  color: #1c4259;
  background-color: #fff;
  border: 2px solid #1c4259;
  margin-top: 20px;
  font-family: Basisgrtforthrivent, Arial, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.generosity-expressions-h1 {
  margin-bottom: 20px;
  font-family: Basisgrtforthrivent Blk, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.5rem;
}

.generosity-expressions-subtitle {
  font-family: Basisgrtforthrivent, Arial, sans-serif;
  font-size: 1.33rem;
  font-weight: 300;
  line-height: 1.86rem;
}

.section-light {
  color: #000;
  position: relative;
}

.row {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.row.generosity-expressions {
  color: #fff;
}

.row.generosity-expresssions-report {
  background-color: #fff;
  justify-content: space-between;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 10%;
}

.row.generosity-expressions-icons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.row.generosity-expressions-cards {
  justify-content: space-between;
  margin-bottom: 40px;
}

.column {
  flex-direction: column;
  display: flex;
}

.column.generosity-expressions-icons {
  min-width: 40%;
}

.column.generosity-expressions-cards {
  width: 50%;
}

.generosity-expressions-video-wrapper {
  flex: 1;
  align-items: center;
  margin-left: -20%;
  display: flex;
}

.generosity-expressions-video {
  width: 40vw;
}

.generosity-expressions-h2 {
  margin-bottom: 10px;
  margin-right: 20px;
  font-family: Basisgrtforthrivent Blk, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
}

.generosity-expressions-h2.explore {
  margin-top: 40px;
  margin-bottom: 20px;
}

.generosity-expressions-text {
  margin-right: 20px;
  font-family: Basisgrtforthrivent, Arial, sans-serif;
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.generosity-expressions-text.disclaimer {
  color: #666;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: .758rem;
}

.generosity-expresions-stats-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.generosity-expressions-stat {
  font-family: Basisgrtforthrivent Blk, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.generosity-expressions-stat-column {
  align-items: center;
  min-width: 25%;
  margin-right: 10px;
  display: flex;
}

.section-dark {
  color: #fff;
  position: relative;
}

.section-dark.generosity-expressions-icons {
  background-color: #9bbfc4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.card {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-right: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 2px 25px #0003;
}

.spacer {
  flex: 1;
  min-height: 10px;
}

.generosity-expressions-h3 {
  margin-bottom: 10px;
  font-family: Basisgrtforthrivent Offwht, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.logo-strip {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.logo {
  margin-right: 40px;
}

.section {
  color: #fff;
  text-align: left;
  background-color: #007689;
  height: 400px;
  padding-left: 72px;
  padding-right: 72px;
}

.text-block {
  color: #fff;
  text-align: center;
  column-count: 0;
  overflow-wrap: normal;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 300px;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.image {
  height: 400px;
}

.container-2 {
  display: flex;
}

.text-block-2 {
  color: #fff;
}

.text-block-3 {
  color: #fff;
  font-size: 40px;
  display: flex;
}

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

.image-2 {
  height: 400px;
}

.div-block-2 {
  margin-left: 44px;
}

.red-rocks-banner {
  background-color: #007689;
  width: auto;
  height: auto;
  margin-right: 0%;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.container-3 {
  aspect-ratio: auto;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.image-3 {
  flex: none;
  height: 400px;
  display: block;
}

.div-block-3 {
  aspect-ratio: auto;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 72px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 1.2px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-left: 72px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.text-span {
  flex: 0 auto;
}

.text-span-2 {
  color: #f1c800;
}

.heading {
  color: #fff;
}

.div-block-5 {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.rr-row {
  flex-flow: wrap;
  align-items: stretch;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
  overflow: visible;
}

.rr-col {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.div-block-6 {
  flex: 0 auto;
}

.rr-col-left {
  flex: 0 auto;
  justify-content: center;
  width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.rr-col-right {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.rr-col-right.content-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-4 {
  object-fit: fill;
  flex: none;
  height: auto;
  display: block;
  overflow: visible;
}

.heading-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 300%;
  line-height: 120%;
}

.text-span-3 {
  color: #f1c800;
}

.header-wrapper {
  margin-left: 10%;
}

.container-7 {
  height: 400px;
}

.rr-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.rr-section.grey-section {
  background-color: #f5f5f5;
}

.circle-image-wrapper {
  margin-top: 12%;
  margin-bottom: 12%;
}

.circle-image-wrapper.last-image {
  margin-top: 8%;
  margin-bottom: 8%;
}

.content-title {
  color: #000;
  margin-top: 0;
  margin-left: 10%;
  font-size: 24px;
}

.content-subtitle {
  color: #707070;
  margin-top: 10px;
  margin-left: 10%;
  font-size: 12px;
}

.product-box {
  background-color: #f5f5f5;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-top: 10px;
  margin-left: 10%;
  display: flex;
}

.product-box.first {
  margin-top: 20px;
}

.product-box.first.white, .product-box.white {
  background-color: #fff;
}

.product-title {
  margin-left: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.apply-now-button {
  color: #000;
  background-color: #f1c800;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.view-rates {
  color: #595959;
  text-align: right;
  align-self: flex-start;
  width: 80%;
  margin-top: 10px;
  margin-left: 10%;
  font-size: 11px;
  text-decoration: underline;
}

.product-subtitle {
  color: #8c8c8c;
  margin-left: 15px;
  font-size: 10px;
}

.div-block-7 {
  justify-content: flex-start;
  width: 50%;
  margin-left: 10%;
  display: flex;
}

.text-block-5 {
  color: #595959;
  align-self: center;
  font-size: 11px;
  text-decoration: underline;
}

.section-2 {
  color: #fff;
  background-color: #00768a;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.text-block-6 {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  margin-top: 30px;
  font-size: 16px;
  display: block;
}

.text-block-7 {
  text-align: center;
  width: 65%;
  margin-top: 10px;
  font-size: 12px;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.section-3 {
  text-align: center;
  padding: 2% 10%;
}

.text-block-8 {
  color: #aaa;
  font-size: 11px;
}

.link, .link-2 {
  color: #aaa;
}

.link-3, .link-4, .link-5, .link-6 {
  color: #595959;
}

.div-block-9 {
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  display: flex;
}

.disclosure-link-color {
  color: #aaa;
}

.loan-liner-bg {
  color: #333;
  background-color: #f5f5f5;
}

.loan-liner-header {
  background-color: #fff;
  width: auto;
  max-width: none;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.loan-liner-logo {
  width: 40%;
  margin-top: 0;
  padding-top: 0;
}

.loan-liner-container {
  max-width: 1024px;
}

.loan-liner-body {
  background-color: #696969;
}

.loan-liner-header-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 32px;
  font-weight: 400;
}

.grid {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area";
  padding: 32px 24px;
}

.image-7 {
  width: 50%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.loan-liner-grid {
  grid-template-areas: ".";
  padding: 32px 24px;
}

.div-block-11 {
  background-image: url('../images/holiday-loan.jpg');
  background-position: 50%;
  background-size: 100%;
  width: 50%;
  height: 240px;
}

.loan-liner-card-container-vertical {
  background-color: #fbfbfb;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  max-width: 1024px;
  height: 240px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.loan-liner-card-container-vertical.first {
  flex-flow: row;
  width: 100%;
}

.loan-liner-picture-div {
  background-image: url('../images/holiday-loan.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: static;
}

.loan-liner-picture-div.vertical-picture {
  height: 400px;
}

.loan-liner-button-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-block-9 {
  text-align: center;
  position: static;
}

.loan-liner-product-title {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  display: flex;
}

.loan-liner-button {
  text-align: center;
  letter-spacing: .25px;
  background-color: #063;
  border: 1px solid #063;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 350px;
  height: 50px;
  margin-top: 16px;
  padding: 1px 6px;
  font-size: 16px;
  display: flex;
}

.loan-liner-picture-div-vertical {
  width: 100%;
  height: 400px;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }

  .pill.generosity-expressions-hero-cta, .pill.generosity-expressions-cta, .pill.generosity-expressions-outline-cta {
    font-size: 15px;
    line-height: 28px;
  }

  .generosity-expressions-h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .generosity-expressions-subtitle {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .generosity-expressions-h2 {
    margin-bottom: 20px;
    font-size: 2.75rem;
    line-height: 3.575rem;
  }

  .generosity-expressions-text {
    font-size: 1rem;
  }

  .generosity-expressions-stat {
    font-size: 2.75rem;
    line-height: 4rem;
  }

  .generosity-expressions-stat-column {
    min-width: 20%;
  }

  .card {
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .generosity-expressions-h3 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 3rem;
  }

  .red-rocks-banner {
    flex: 1;
    display: flex;
  }

  .container-3 {
    justify-content: space-between;
  }

  .rr-row {
    justify-content: flex-start;
    display: flex;
  }

  .rr-col-left {
    flex: none;
    justify-content: center;
    width: 40%;
    display: flex;
  }

  .rr-col-right {
    flex: 1;
    align-self: center;
  }

  .rr-col-right.content-right {
    align-self: center;
  }

  .container-5 {
    aspect-ratio: auto;
    object-fit: contain;
    flex: 1;
    width: 100%;
    height: 400px;
    display: flex;
  }

  .container-6 {
    width: 1%;
    display: flex;
  }

  .image-4 {
    height: auto;
  }

  .heading-2 {
    color: #fff;
    margin-top: 10px;
    font-size: 400%;
    line-height: 120%;
  }

  .text-span-3 {
    color: #f1c800;
  }

  .header-wrapper {
    margin-left: 10%;
  }

  .content-title {
    font-size: 36px;
  }

  .content-subtitle {
    margin-top: 15px;
    font-size: 14px;
  }

  .product-title {
    font-size: 20px;
  }

  .apply-now-button {
    font-size: 16px;
  }

  .view-rates {
    font-size: 14px;
  }

  .product-subtitle {
    margin-top: 5px;
    font-size: 14px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .text-block-6 {
    font-size: 24px;
  }

  .text-block-7 {
    font-size: 16px;
  }

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

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1440px;
  }

  .pill.generosity-expressions-hero-cta, .pill.generosity-expressions-cta, .pill.generosity-expressions-outline-cta {
    border-radius: 35px;
    margin-top: 40px;
    padding: 15px 35px;
    font-size: 20px;
    line-height: 40px;
  }

  .generosity-expressions-h1 {
    margin-bottom: 30px;
    font-size: 5.5rem;
    line-height: 6rem;
  }

  .generosity-expressions-subtitle {
    font-size: 2rem;
    line-height: 3rem;
  }

  .generosity-expressions-video-wrapper {
    margin-left: -80px;
    margin-right: 80px;
  }

  .generosity-expressions-video {
    width: 40vw;
    max-width: 800px;
  }

  .generosity-expressions-h2 {
    margin-bottom: 30px;
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .generosity-expressions-text {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .generosity-expressions-stat {
    font-size: 3.5rem;
  }

  .generosity-expressions-stat-column {
    min-width: 25%;
  }

  .card {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .generosity-expressions-h3 {
    margin-bottom: 30px;
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .heading-2 {
    font-size: 600%;
  }

  .header-wrapper {
    margin-left: 10%;
  }

  .rr-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-5 {
    padding-top: 0;
  }

  .content-title {
    font-size: 42px;
  }

  .content-subtitle {
    margin-top: 20px;
    font-size: 18px;
  }

  .product-box.first.white {
    margin-top: 15px;
  }

  .product-box.white {
    margin-top: 20px;
  }

  .product-title {
    font-size: 24px;
  }

  .apply-now-button {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 25px;
    padding: 12px 19px;
    font-size: 20px;
  }

  .view-rates, .text-block-5 {
    font-size: 16px;
  }

  .text-block-6 {
    font-size: 28px;
  }

  .text-block-7, .button {
    margin-top: 20px;
    font-size: 20px;
  }

  .text-block-8 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .hero-cta {
    width: 75%;
  }

  .container {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .pill.generosity-expressions-cta {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .generosity-expressions-h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .generosity-expressions-subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .generosity-expressions-video-wrapper {
    margin-left: -10%;
  }

  .generosity-expressions-video {
    width: 50vw;
  }

  .generosity-expressions-h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .generosity-expressions-text {
    font-size: .75rem;
    line-height: 1.25rem;
  }

  .generosity-expressions-stat {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .generosity-expressions-h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .rr-col-left {
    align-self: center;
  }

  .rr-col-right.content-right {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-2 {
    font-size: 225%;
  }

  .content-title {
    font-size: 24px;
  }

  .product-box, .product-box.first, .product-box.first.white, .product-box.white {
    width: 90%;
  }

  .product-title {
    margin-right: 5px;
    font-size: 16px;
  }

  .view-rates {
    width: 90%;
  }

  .div-block-7 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .hero-cta {
    width: 100%;
  }

  .row.generosity-expresssions-report {
    flex-direction: column;
    margin-left: 0%;
  }

  .row.generosity-expressions-icons, .row.generosity-expressions-cards {
    flex-direction: column;
  }

  .column.generosity-expressions-report {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column.generosity-expressions-icons {
    max-width: 80%;
  }

  .column.generosity-expressions-cards {
    width: 100%;
    margin-bottom: 20px;
  }

  .generosity-expressions-video-wrapper {
    margin-left: 0%;
  }

  .generosity-expressions-video {
    width: 100%;
  }

  .generosity-expresions-stats-wrapper {
    margin-bottom: 10px;
  }

  .generosity-expressions-stat-column {
    min-width: 15%;
  }

  .card {
    margin-right: 0;
  }

  .heading-2 {
    font-size: 200%;
  }

  .content-title {
    font-size: 16px;
  }

  .content-subtitle {
    font-size: 10px;
  }

  .product-title {
    margin-right: 0;
    font-size: 12px;
  }

  .apply-now-button {
    text-align: center;
    padding: 5px 10px;
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pill.generosity-expressions-hero-cta, .pill.generosity-expressions-outline-cta {
    font-size: 12px;
  }

  .generosity-expressions-h1 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }

  .generosity-expressions-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .column.generosity-expressions-icons {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .generosity-expressions-stat-column {
    min-width: 28%;
  }

  .rr-row {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .rr-row.mobile {
    flex-direction: column;
    align-items: center;
  }

  .rr-row.grey {
    flex-direction: column;
  }

  .rr-row.banner {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .rr-col-left {
    flex-direction: row;
    align-self: center;
    width: 100%;
  }

  .rr-col-left.circle {
    width: 100%;
  }

  .rr-col-right {
    justify-content: center;
  }

  .rr-col-right.content-right {
    align-items: center;
    width: 100%;
  }

  .image-4 {
    text-align: center;
    align-self: auto;
    width: 200px;
  }

  .heading-2 {
    text-align: center;
    object-fit: contain;
    width: auto;
    font-size: 200%;
    display: block;
    overflow: visible;
  }

  .text-span-3 {
    overflow-wrap: normal;
    font-size: 100%;
  }

  .header-wrapper {
    margin-left: 0%;
  }

  .circle-image-wrapper {
    flex: 0 auto;
  }

  .content-title {
    margin-left: 0%;
  }

  .content-subtitle {
    text-align: center;
    margin-left: 0%;
  }

  .product-box.first.white, .product-box.white {
    margin-left: 0%;
  }

  .view-rates {
    text-align: center;
    align-self: center;
    margin-left: 0%;
  }

  .image-6 {
    width: auto;
  }
}

#w-node-_7ed6d227-5cd2-205d-779c-c1381a75c353-53dd22d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-c39a3fe4-7ea4-acab-3ffe-ab58a830b363-53dd22d9 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}


@font-face {
  font-family: 'Basisgrtforthrivent Blk';
  src: url('../fonts/BasisGrtforThrivent-Blk.woff2') format('woff2'), url('../fonts/BasisGrtforThrivent-Blk.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Burgessforthrivent';
  src: url('../fonts/BurgessforThrivent.woff2') format('woff2'), url('../fonts/BurgessforThrivent.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrtforthrivent Lt';
  src: url('../fonts/BasisGrtforThrivent-Lt.woff2') format('woff2'), url('../fonts/BasisGrtforThrivent-Lt.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrtforthriventmono Bd';
  src: url('../fonts/BasisGrtforThriventMono-Bd.woff2') format('woff2'), url('../fonts/BasisGrtforThriventMono-Bd.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrtforthrivent';
  src: url('../fonts/BasisGrtforThrivent.woff2') format('woff2'), url('../fonts/BasisGrtforThrivent.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrtforthrivent';
  src: url('../fonts/BasisGrtforThrivent-Bold.woff2') format('woff2'), url('../fonts/BasisGrtforThrivent-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrtforthriventmono';
  src: url('../fonts/BasisGrtforThriventMono.woff2') format('woff2'), url('../fonts/BasisGrtforThriventMono.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Burgessforthrivent';
  src: url('../fonts/BurgessforThrivent-BoldIt.woff2') format('woff2'), url('../fonts/BurgessforThrivent-Bold.woff2') format('woff2'), url('../fonts/BurgessforThrivent-BoldIt.woff') format('woff'), url('../fonts/BurgessforThrivent-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrtforthrivent';
  src: url('../fonts/BasisGrtforThrivent-Italic.woff2') format('woff2'), url('../fonts/BasisGrtforThrivent-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrtforthrivent Offwht';
  src: url('../fonts/BasisGrtforThrivent-OffWht.woff2') format('woff2'), url('../fonts/BasisGrtforThrivent-OffWht.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Burgessforthrivent';
  src: url('../fonts/BurgessforThrivent-Italic.woff2') format('woff2'), url('../fonts/BurgessforThrivent-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}