.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  height: 100%;
  max-width: 1068px;
}
@media (min-width: 768px) {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 2.125rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: calc(100% - 2.5rem);
  }
}
@media (min-width: 1024px) {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
    width: calc(100% - 6rem);
  }
}
@media (min-width: 1440px) {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 1288px;
  }
}

.spoke-grid {
  grid-column: 1/span 4;
}
@media (min-width: 768px) {
  .spoke-grid {
    grid-column: 1/span calc(var(--grid-content-base-tablet-span) + 3);
  }
}
@media (min-width: 1440px) {
  .spoke-grid {
    grid-column: var(--grid-content-start-on-desktop)/span calc(var(--grid-content-base-desktop-span) + 4);
  }
}
.spoke-grid .grid-container {
  --grid-content-base-desktop-span: 4;
}

.cta-get-started-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cta-get-started-section .get-started-cta-component {
  grid-column: 1/span 4;
  display: grid;
  position: relative;
  z-index: 10;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-bottom: 4rem;
  gap: 3.75rem;
}
@media (min-width: 768px) {
  .cta-get-started-section .get-started-cta-component {
    grid-column: 1/span calc(var(--grid-content-base-tablet-span) + 3);
  }
}
@media (min-width: 1440px) {
  .cta-get-started-section .get-started-cta-component {
    grid-column: var(--grid-content-start-on-desktop)/span calc(var(--grid-content-base-desktop-span) + 4);
  }
}
@media (min-width: 768px) {
  .cta-get-started-section .get-started-cta-component {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0rem;
    padding-bottom: 4.5rem;
  }
}
.cta-get-started-section .get-started-cta-component .left-side {
  position: relative;
  order: -9999;
}
@media (min-width: 768px) {
  .cta-get-started-section .get-started-cta-component .left-side {
    order: 9999;
  }
}
.cta-get-started-section .get-started-cta-component .left-side .logo-circle {
  width: 100%;
  max-width: 140%;
}
@media (min-width: 768px) {
  .cta-get-started-section .get-started-cta-component .left-side .logo-circle {
    width: 140%;
  }
}
@media (min-width: 1024px) {
  .cta-get-started-section .get-started-cta-component .left-side .logo-circle {
    width: 120%;
  }
}
@media (min-width: 1280px) {
  .cta-get-started-section .get-started-cta-component .left-side .logo-circle {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cta-get-started-section .get-started-cta-component .right-side {
    padding-top: 4rem;
    order: -9999;
  }
}
.cta-get-started-section .get-started-cta-component .right-side .rating-badge {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .cta-get-started-section .get-started-cta-component .right-side .rating-badge {
    justify-content: flex-start;
  }
}
.cta-get-started-section .get-started-cta-component .right-side .get-started-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .cta-get-started-section .get-started-cta-component .right-side .get-started-content {
    align-items: start;
    text-align: left;
    max-width: 310px;
  }
}
@media (min-width: 1024px) {
  .cta-get-started-section .get-started-cta-component .right-side .get-started-content {
    max-width: 350px;
  }
}
.cta-get-started-section .get-started-cta-component .right-side .get-started-content .content-title {
  font-family: proxima-nova, sans-serif;
  font-size: 1.75rem !important;
  line-height: normal !important;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-align: center;
  text-align: inherit;
}
@media (min-width: 1024px) {
  .cta-get-started-section .get-started-cta-component .right-side .get-started-content .content-title {
    font-size: 2rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal !important;
    letter-spacing: -0.25px;
  }
}
@media (min-width: 768px) {
  .cta-get-started-section .get-started-cta-component .right-side .get-started-content .content-title {
    padding-top: 0.5rem;
  }
}
.cta-get-started-section .get-started-cta-component .right-side .get-started-content .content-description {
  font-family: proxima-nova, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
  width: 50%;
}
@media (min-width: 768px) {
  .cta-get-started-section .get-started-cta-component .right-side .get-started-content .content-description {
    width: 100%;
    max-width: 400px;
  }
}
.cta-get-started-section .get-started-cta-component .right-side .get-started-content .content-cta {
  padding: 14px 18px;
  border-radius: 4px;
  background: #3053FF;
  color: #FFF;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cta-get-started-section .get-started-cta-component .right-side .get-started-content .content-cta {
    width: auto;
  }
}
.cta-get-started-section .get-started-cta-component .right-side .get-started-content .logo-title {
  font-family: proxima-nova, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding-bottom: 1.125rem;
}
.cta-get-started-section.playbook {
  margin-top: 3.25rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .cta-get-started-section.playbook {
    margin-top: 5.625rem;
  }
}
.cta-get-started-section.playbook img {
  opacity: 1;
}
.cta-get-started-section.playbook .coeff-review-badge-text {
  color: black;
}