@font-face {
  font-family: "roboto";
  src: url("../../fonts/roboto.woff2") format("woff2"), local("roboto");
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("../../fonts/roboto-light.woff2") format("woff2"), local("roboto-light");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  min-height: 140vh;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: roboto, Arial, Helvetica, sans-serif;
}

html body .hidden {
  display: none;
}

html body .disabled {
  opacity: 0.5;
  pointer-events: none;
}

button,
.btn {
  border-radius: 5px;
  background-color: #24323b;
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
button b,
button span,
.btn b,
.btn span {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
button svg,
.btn svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
button svg path,
.btn svg path {
  fill: #fff;
}
button:hover,
.btn:hover {
  opacity: 0.7;
}

b,
span {
  letter-spacing: 0.5px;
}

h1,
h2,
h3 {
  font-family: roboto, Arial, Helvetica, sans-serif;
}

p,
span {
  font-family: roboto-light, Arial, Helvetica, sans-serif;
}

b {
  font-family: roboto, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}

h1,
h2,
h3,
b,
span,
p {
  color: #24323b;
}

img {
  user-select: none;
}

span,
b {
  user-select: none;
}

p {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.5px;
}
p span,
p b {
  user-select: auto;
}

* {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: rgb(100, 100, 100);
  cursor: pointer;
}
*::-webkit-scrollbar-thumb:hover {
  background: rgba(100, 100, 100, 0.4);
}

.formField {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.formField label {
  font-size: 15px;
  margin-bottom: 0.5rem;
}

input,
select {
  border: none;
  padding: 0.5rem 0.5vw;
  border-radius: 5px;
  font-size: 14px;
  width: 16vw;
}

select {
  width: 17vw;
}

input:focus,
select:focus {
  outline: none;
}

.verticalBar {
  width: 2px;
  background-color: #f87349;
}

.pageContent {
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
}

p {
  line-height: 26px;
}

.dualBtnContainer {
  display: flex;
  align-items: center;
}
.dualBtnContainer button {
  width: 10vw;
}
.dualBtnContainer button:first-of-type {
  margin-right: 1rem;
}

.secondaryBtn {
  opacity: 0.8;
  border: 1px solid #24323b;
  background-color: rgba(0, 0, 0, 0);
}
.secondaryBtn span,
.secondaryBtn b {
  color: #24323b;
}
.secondaryBtn:hover {
  opacity: 1;
}

.title {
  font-size: 36px;
}

.emptyBtn {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  min-width: 10vw;
  padding: 0.75rem 0;
}
.emptyBtn svg {
  margin-left: 1rem;
  margin-right: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.emptyBtn svg path {
  fill: #fff;
}
.emptyBtn span,
.emptyBtn b,
.emptyBtn svg {
  position: relative;
  left: 0.75rem;
}
.emptyBtn span,
.emptyBtn b {
  color: #24323b;
  white-space: nowrap;
}
.emptyBtn a[href^="tel:"] {
  color: inherit; /* Inherits the color from the parent element */
  text-decoration: none; /* Removes underline from the link */
  /* Add any other styles you need */
}

.promoBar {
  width: 100vw;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fefdfa;
}
.promoBar .promoBtn {
  background-color: #577E4E;
  padding: 0.5rem 2rem;
  box-shadow: 0 5px 15px rgba(85, 82, 77, 0.2);
}
.promoBar .promoBtn span {
  color: #fff;
}
.promoBar .promoBtn:hover {
  background-color: #fff;
  opacity: 1;
}
.promoBar .promoBtn:hover span,
.promoBar .promoBtn:hover b {
  color: #577E4E;
}

.promoTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}
.promoTxt b,
.promoTxt span {
  color: #24323b;
}
.promoTxt .verticalBar {
  margin: 0 1rem;
  align-self: stretch;
  background-color: #577E4E;
}

.header {
  width: 100vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.nav {
  width: 65vw;
  padding: 0.25rem 17.5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #24323b;
  box-shadow: 0px 4px 4px rgba(85, 82, 77, 0.1);
}
.nav .mobileNavMenu {
  display: none;
}
.nav .verticalBar {
  width: 1px;
  height: 4vh;
  background-color: #505459;
  margin: 0 1rem 0 0.5rem;
}

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

.navLogo {
  width: 10vw;
  height: 2.7777777777vw;
}

.navMenu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 40vw;
  margin-left: 2.5vw;
}

.navLink {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  cursor: pointer;
}
.navLink span {
  color: #24323b;
}
.navLink b {
  color: #fff;
}
.navLink:hover span {
  opacity: 0.7;
}

.footer {
  width: 100vw;
  padding: 2rem 0 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #24323b;
}

.footerNav {
  width: 65vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerLogo {
  width: 10vw;
  height: 2.7777777777vw;
}

.footerMenu {
  width: 20vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerMenu span,
.footerMenu b {
  color: #fff;
}

.socialBtnContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.socialBtnContainer span {
  margin-bottom: 0.5rem;
  color: #5c6069;
  font-size: 12px;
}

.footerLink {
  padding: 1rem;
  cursor: pointer;
}
.footerLink:hover span,
.footerLink:hover b {
  opacity: 0.7;
}

.socialBtns {
  width: 10vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.socialBtn {
  padding: 0.75rem;
  border-radius: 50%;
  background-color: #44474e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.socialBtn svg {
  width: 1rem;
  height: 1rem;
}
.socialBtn svg path {
  fill: #fff;
}
.socialBtn:hover svg {
  opacity: 0.8;
}

.divider {
  width: 65vw;
  height: 1px;
  margin: 1rem 0 1rem 0;
  background-color: #505459;
}

.footerDetails {
  width: 65vw;
  display: flex;
  align-items: center;
}
.footerDetails span {
  color: #fff;
  font-size: 12px;
  user-select: auto;
}
.footerDetails .verticalBar {
  width: 1px;
  height: 1rem;
  background-color: #505459;
  margin: 0 1rem;
}

.copyright {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.copyright svg path {
  stroke: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 8;
}

.modal {
  position: absolute;
  width: 40vw;
  height: 80vh;
  padding: 4vh 2vw;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(85, 82, 77, 0.2);
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  border-radius: 5px;
  overflow-x: hidden;
}
.modal p {
  width: 80%;
}

.closeModalBtn {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  z-index: 10;
  padding: 0.5rem;
  border-radius: 50%;
  position: absolute;
  top: 4vh;
  right: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.closeModalBtn svg {
  width: 1.25svw;
  height: 1.25svw;
}
.closeModalBtn svg path {
  stroke: #fff;
}
.closeModalBtn:hover svg {
  transition: all 1s;
  transform: rotate(-90deg);
  opacity: 0.6;
}

.meetingOverlay .closeModalBtn {
  top: 5vh;
  right: 12vw;
}

.meetingModal {
  width: 70vw;
  height: 70vh;
  padding: 4rem 0;
  max-height: none;
  max-width: none;
  background-color: #fefdfa;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.meetingModal::-webkit-scrollbar {
  width: 7.5px;
}
.meetingModal::-webkit-scrollbar-track {
  border-radius: 7.5px;
}
.meetingModal::-webkit-scrollbar-thumb {
  border-radius: 7.5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: rgb(100, 100, 100);
  cursor: pointer;
}
.meetingModal::-webkit-scrollbar-thumb:hover {
  background: rgba(100, 100, 100, 0.4);
}
.meetingModal .contactInfo {
  background-color: #24323b;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 2.5px;
}
.meetingModal .contactInfo .contactMethod {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
}
.meetingModal .contactInfo .contactMethod svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
}
.meetingModal .contactInfo .contactMethod svg path {
  fill: #fff;
}
.meetingModal .contactInfo b,
.meetingModal .contactInfo span {
  color: #fff;
  font-size: 14px;
}
.meetingModal .meetings-iframe-container {
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) and (orientation: portrait) {
  .modal {
    max-height: 80vh;
    width: 70vw;
    padding: 2.5vw;
    overflow-x: hidden;
  }
}
@media (min-width: 601px) and (orientation: portrait) {
  .modal {
    max-height: 80vh;
    width: 70vw;
    padding: 2.5vw;
    overflow-x: hidden;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .modal {
    max-height: 80vh;
    width: 70vw;
    padding: 2.5vw;
    overflow-x: hidden;
  }
}
.mobileNavMenu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobileNavMenu .mobileNavSvg {
  margin-left: 0.25rem;
  padding: 0.5rem;
}
.mobileNavMenu svg {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.mobileNavMenu svg:hover {
  opacity: 0.8;
}
.mobileNavMenu svg path {
  fill: #24323b;
  stroke: #24323b;
}

.navModal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 2rem 0 3rem 0;
}

.mobilNavLogo {
  width: 40vw;
  margin-bottom: 2rem;
}

.mobileNavMenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobileNavMenu .navLink {
  font-size: 20px;
  margin: 0.75rem 0;
}

@media (min-width: 1401px) and (max-width: 1600px) and (orientation: landscape) {
  .nav {
    width: 75vw;
    padding: 0.25rem 12.5vw;
  }
  .emptyBtn {
    width: 13vw;
  }
  .navMenu {
    width: 50vw;
    margin-left: 1vw;
  }
  .footerNav {
    width: 75vw;
  }
  .divider {
    width: 75vw;
  }
  .footerDetails {
    width: 75vw;
  }
  .meetingModal {
    width: 90vw;
    height: 70vh;
  }
  .meetingOverlay .closeModalBtn {
    top: 10vh;
    right: 8vw;
  }
}
@media (max-width: 600px) and (orientation: portrait) {
  .nav {
    width: 90vw;
    padding: 0.25rem 5vw;
  }
  .nav .mobileNavMenu {
    display: flex;
  }
  .navLogo {
    width: 35vw;
    height: 9.722222222vw;
  }
  .emptyBtn {
    width: 40vw;
  }
  .emptyBtn b {
    left: auto;
  }
  .emptyBtn svg {
    display: none;
  }
  .promoBar {
    justify-content: space-between;
    width: 90vw;
    padding: 0.75rem 5vw 0.75rem 5vw;
  }
  .promoBar .promoTxt {
    margin-right: 0;
  }
  .promoBar .promoTxt b,
  .promoBar .promoTxt span {
    font-size: 14px;
  }
  .promoBar .promoTxt button b,
  .promoBar .promoTxt button span {
    font-size: 14px;
  }
  .secondaryPromo {
    display: none;
  }
  .promoTxt {
    font-size: 16px;
  }
  .promotBtn b {
    font-size: 16px;
  }
  .navMenu {
    display: none;
  }
  .closeModalBtn {
    top: 1rem;
    right: 1rem;
  }
  .closeModalBtn svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .meetingModal {
    width: 85vw;
    height: 70vh;
    padding-top: 15vh;
  }
  .meetingOverlay .closeModalBtn {
    top: 1rem;
    right: 0.5rem;
    z-index: 4;
  }
  .meetingOverlay .closeModalBtn svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .meetingModal .contactInfo {
    top: 0;
    border-radius: 5px 5px 0 0;
    left: auto;
    width: 100%;
    padding: 1rem 0;
  }
  .meetingModal .contactInfo .contactMethod {
    margin: 1rem 0;
  }
  .footerNav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 0.5rem 0;
  }
  .footerLogo {
    width: 40vw;
    height: 11.1111111108vw;
  }
  .footerMenu {
    width: 90vw;
    margin: 2rem 0;
  }
  .socialBtns {
    width: 50vw;
  }
  .footerDetails {
    width: 100vw;
    flex-direction: column;
    height: 10vh;
    justify-content: space-between;
  }
  .footerDetails .verticalBar {
    display: none;
  }
  .pageContent {
    padding-top: 14vh;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .pageContent {
    padding-top: 10vh;
  }
  .nav {
    width: 96vw;
    padding: 0.25rem 2vw;
  }
  .navLogo {
    width: 15vw;
    height: 4.1666666666vw;
  }
  .navLink {
    font-size: 12px;
  }
  .emptyBtn {
    width: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .emptyBtn span,
  .emptyBtn b {
    font-size: 12px;
    text-align: center;
    margin: 0;
    left: auto;
  }
  .emptyBtn svg {
    display: none;
  }
  .navMenu {
    width: 59vw;
    margin-left: 1vw;
  }
  .footerNav {
    width: 90vw;
  }
  .divider {
    width: 90vw;
  }
  .footerDetails {
    width: 90vw;
  }
  .socialBtns {
    width: 20vw;
  }
  .promoBar {
    display: none;
  }
  .footerLogo {
    width: 15vw;
    height: 4.1666666666vw;
  }
  .footerMenu {
    width: 37.5vw;
  }
  .closeModalBtn {
    top: 1rem;
    right: 1rem;
  }
  .closeModalBtn svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .meetingModal {
    width: 70vw;
    height: 70vh;
    padding-top: 15vh;
  }
  .meetingOverlay .closeModalBtn {
    top: 6vh;
    right: 4vw;
  }
  .meetingModal .contactInfo {
    top: 0;
    border-radius: 5px 5px 0 0;
    left: auto;
    width: 100%;
    flex-direction: row;
    padding: 1rem 0;
  }
  .meetingModal .contactInfo .contactMethod {
    margin: 0 0.5rem;
  }
}
@media (min-width: 901px) and (max-width: 1400px) and (orientation: landscape) {
  .nav {
    width: 75vw;
    padding: 0.25rem 12.5vw;
  }
  .emptyBtn {
    width: 13vw;
  }
  .navMenu {
    width: 50vw;
    margin-left: 1vw;
  }
  .footerNav {
    width: 75vw;
  }
  .divider {
    width: 75vw;
  }
  .footerDetails {
    width: 75vw;
  }
  .meetingModal {
    width: 98vw;
    height: 80vh;
  }
  .meetingOverlay .closeModalBtn {
    top: 6vh;
    right: 4vw;
  }
}
@media (min-width: 901px) and (max-width: 1250px) and (orientation: landscape) {
  .nav {
    width: 96vw;
    padding: 0.25rem 2vw;
  }
  .navLogo {
    width: 15vw;
    height: 4.1666666666vw;
  }
  .emptyBtn {
    width: 20vw;
  }
  .navMenu {
    width: 59vw;
    margin-left: 1vw;
  }
  .footerNav {
    width: 90vw;
  }
  .divider {
    width: 90vw;
  }
  .footerDetails {
    width: 90vw;
  }
  .meetingModal {
    width: 98vw;
    height: 74vh;
    padding-top: 12vh;
  }
  .meetingOverlay .closeModalBtn {
    top: 6vh;
    right: 4vw;
  }
  .socialBtns {
    width: 15vw;
  }
  .footerLogo {
    width: 15vw;
    height: 4.1666666666vw;
  }
  .footerMenu {
    width: 37.5vw;
  }
}
@media (min-width: 601px) and (orientation: portrait) {
  .nav {
    width: 80vw;
    padding: 0.25rem 10vw;
  }
  .nav .mobileNavMenu {
    display: flex;
  }
  .nav .mobileNavMenu svg {
    width: 2.5rem;
    height: 2.5rem;
  }
  .navLogo {
    width: 20vw;
    height: 5.5555555554vw;
  }
  .emptyBtn {
    width: 30vw;
  }
  .emptyBtn b {
    left: auto;
  }
  .promoBar {
    justify-content: space-between;
    width: 80vw;
    padding: 0.75rem 10vw 0.75rem 10vw;
  }
  .promoTxt {
    font-size: 16px;
  }
  .promotBtn b {
    font-size: 16px;
  }
  .navMenu {
    display: none;
  }
  .closeModalBtn {
    top: 1rem;
    right: 1rem;
  }
  .closeModalBtn svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .meetingModal {
    width: 65vw;
    height: 60vh;
    padding-top: 10vh;
  }
  .meetingOverlay .closeModalBtn {
    top: 1rem;
    right: 1rem;
  }
  .meetingOverlay .closeModalBtn svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .meetingModal .contactInfo {
    top: 0;
    border-radius: 5px 5px 0 0;
    left: auto;
    width: 100%;
    padding: 1rem 0;
    flex-direction: row;
  }
  .meetingModal .contactInfo .contactMethod {
    margin: 0.5rem 1rem;
  }
  .footerNav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 0.5rem 0;
  }
  .footerLogo {
    width: 25vw;
    height: 6.9444444443vw;
  }
  .footerMenu {
    width: 40vw;
    margin: 2rem;
  }
  .socialBtns {
    width: 30vw;
  }
  .footerDetails {
    width: 100vw;
    flex-direction: column;
    height: 10vh;
    justify-content: space-between;
  }
  .footerDetails .verticalBar {
    display: none;
  }
}
.heroSection {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  gap: 0;
  padding: 4rem 0;
}
.heroSection .dualBtnContainer {
  margin-top: 2rem;
}
.heroSection .dualBtnContainer button.primaryBtn {
  background-color: #24323b;
}

.heroTxtIntro {
  color: #577E4E;
  font-size: 24px;
}

h1 {
  color: #24323b;
  font-size: 36px;
  margin: 1rem 0 2rem 0;
}

.heroBulletContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bullet {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}
.bullet svg {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 1rem;
}
.bullet svg path {
  fill: #b2cdab;
}

.heroImgContainer {
  display: flex;
  justify-content: center;
  width: 30vw;
}
.heroImgContainer img {
  height: auto;
  max-width: 60rem;
  width: 100%;
}

.heroTxtContainer {
  margin-right: 2.5vw;
  width: 32.5vw;
}
.heroTxtContainer p {
  width: 90%;
}
.heroTxtContainer p span {
  color: #24323b;
  font-weight: bold;
}

.calloutBanner {
  width: 100vw;
  padding: 2rem 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.calloutBanner h2 {
  font-size: 20px;
  margin-bottom: 2rem;
}
.calloutBanner .calloutImgContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80vw;
}
.calloutBanner .calloutImgContainer img {
  width: 8%;
  height: auto;
  padding: 2vw;
}

.howDoesItWorkSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  width: 100vw;
  box-shadow: 0 1px 15px rgba(85, 82, 77, 0.1);
  background-color: #fefdfa;
}

.howDoesItWorkIntro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35vw;
  text-align: center;
  font-size: 18px;
  margin-bottom: 8rem;
}

.contentSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65vw;
  margin-bottom: 6rem;
}
.contentSection .imgContainer {
  display: flex;
  justify-content: center;
  width: 30vw;
}
.contentSection .imgContainer img {
  height: auto;
  max-width: 60rem;
  width: 100%;
}
.contentSection .txtContainer h2 {
  font-size: 36px;
}
.contentSection .txtContainer {
  width: 25vw;
}
.contentSection .txtContainer h2,
.contentSection .txtContainer p {
  width: 25vw;
}
.contentSection p span {
  color: #24323b;
  font-weight: bold;
}
.contentSection .ctaBtn {
  margin-top: 2rem;
  width: 15vw;
}

.reverseContent {
  flex-direction: row-reverse;
}
.reverseContent .txtContainer {
  width: 28vw;
}

.previewSection {
  margin: 4rem 0;
  width: 65vw;
  border-radius: 25px;
  background-color: #faf5e9;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.previewSection img {
  height: auto;
  max-width: 60rem;
  width: 30vw;
}

.previewTab {
  background-color: #383c43;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 20px;
  width: fit-content;
}

.previewCtaContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 4rem;
}
.previewCtaContainer h2 {
  font-size: 36px;
  margin: 1.5rem 0;
}
.previewCtaContainer .dualBtnContainer {
  margin-top: 2rem;
}
.previewCtaContainer .dualBtnContainer button {
  width: 12.5vw;
  margin-bottom: 0.5rem;
}
.previewCtaContainer .btnContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.previewCtaContainer .btnContainer .btnDisclaimer {
  color: #24323b;
}
.previewCtaContainer .btnDisclaimer {
  color: #505459;
  font-size: 12px;
  opacity: 0.8;
}

.featureSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 2rem 0 4rem 0;
}
.featureSection h2 {
  font-size: 36px;
}

.showFeatureBtnContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.showFeatureBtn {
  margin: 0 1rem;
  padding: 0.75rem 2rem;
  border-radius: 25px;
}

.featureCardContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65vw;
  margin-top: 4rem;
}

.featureCard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.featureCard .imgContainer {
  display: flex;
  justify-content: center;
  width: 35vw;
}
.featureCard .imgContainer img {
  height: auto;
  max-width: 60rem;
  width: 100%;
}
.featureCard .txtContainer {
  width: 25vw;
}

.reviewsSection {
  padding: 2rem 0 6rem 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reviewsSection h2 {
  font-size: 36px;
  margin-bottom: 4rem;
}

.reviewCardContainer {
  width: 65vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviewCard {
  padding: 1.5rem 2.5vw 3rem 2.5vw;
  border-radius: 25px;
  width: 15vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 15px rgba(85, 82, 77, 0.2);
  align-self: stretch;
}
.reviewCard .div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reviewCard p {
  font-size: 14px;
  margin: 2rem 0;
  width: 100%;
}

.reviewImg {
  width: 10vw;
  height: 4.5vw;
}

.tallLogo {
  width: 5vw;
  height: 5vw;
}

.reviewer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.reviewer .reviewerName {
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.reviewer .reviewerTitle {
  color: #24323b;
  font-weight: 900;
}

.pricingSection {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 4rem 0 0 0;
}
.pricingSection h2 {
  font-size: 36px;
  margin-bottom: 8rem;
}

.pricingOptions {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fcf9f1;
}

.priceTab {
  padding: 1rem;
  width: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  background-color: #f3f3f6;
}
.priceTab:hover {
  opacity: 0.8;
}

.activePriceTab {
  background-color: #fcf9f1;
}

.switchPricingTabContainer {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.priceCardContainer {
  width: 65vw;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 4rem 0;
}

.priceCard .dualBtnContainer button {
  margin-right: 0;
}

.priceCard {
  border: 1px solid rgb(232, 232, 232);
  border-radius: 10px;
  position: relative;
  width: 17.5vw;
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  background-color: #fff;
}
.priceCard .dualBtnContainer {
  flex-direction: column;
  margin: 2rem 0 1rem 0;
}
.priceCard .dualBtnContainer button {
  margin-bottom: 1rem;
  width: 15vw;
}

.priceBadge {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background-color: #b2cdab;
  padding: 0.5rem 2rem;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.priceDetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.priceTitle {
  font-size: 28px;
}

.price {
  margin: 1.5rem 0 0.25rem 0;
}
.price b {
  font-size: 32px;
  margin: 0 0.5rem;
}

.pricingMethod {
  color: #24323b;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.pricingPromo {
  color: #577E4E;
  font-size: 20px;
}

.noPromo .pricingPromo {
  opacity: 0;
}

.priceFeatureList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
}

.priceFeature {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.priceFeature svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.priceFeature svg path {
  fill: #577E4E;
}
.priceFeature span {
  font-size: 12px;
}

.securitySection {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0;
}
.securitySection h2 {
  font-size: 36px;
  margin-bottom: 0.5rem;
}

.securityFeatureContainer {
  width: 65vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4rem 0;
}

.securityTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.securityFeature {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 18vw;
  text-align: center;
  align-self: stretch;
}
.securityFeature b {
  font-size: 24px;
  margin: 2rem 0 1rem 0;
}
.securityFeature p {
  font-size: 16px;
}
.securityFeature .securityIcon {
  background-color: #b2cdab;
  width: fit-content;
  height: fit-content;
  padding: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.securityFeature .securityIcon svg {
  width: 2.5rem;
  height: 2.5rem;
}
.securityFeature .securityIcon svg path {
  stroke: #24323b;
}

@media (min-width: 1401px) and (max-width: 1600px) and (orientation: landscape) {
  .heroSection .heroImgContainer {
    width: 32.5vw;
  }
  .heroSection .heroTxtContainer {
    width: 40vw;
  }
  .contentSection {
    width: 75vw;
  }
  .contentSection .imgContainer {
    width: 35vw;
  }
  .contentSection .txtContainer {
    width: 35vw;
  }
  .contentSection .txtContainer h2,
  .contentSection .txtContainer p {
    width: 35vw;
  }
  .contentSection .ctaBtn {
    width: 17.5vw;
  }
  .dualBtnContainer button {
    width: 12.5vw;
  }
  .featureCardContainer {
    width: 75vw;
  }
  .featureCard .imgContainer {
    width: 35vw;
  }
  .featureCard .txtContainer {
    width: 30vw;
  }
  .reviewCardContainer {
    width: 75vw;
  }
  .reviewCard {
    width: 17.5vw;
  }
  .priceCardContainer {
    width: 70vw;
  }
  .priceCardContainer .priceCard {
    width: 20vw;
  }
  .securityFeatureContainer {
    width: 75vw;
  }
  .securityFeature {
    width: 22vw;
  }
}
@media (max-width: 600px) and (orientation: portrait) {
  .heroSection {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
  }
  .heroSection h1 {
    font-size: 24px;
    text-align: center;
  }
  .heroContentContainer {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    height: 90vw;
  }
  .heroContentContainer img {
    width: 90vw;
    height: 90vw;
  }
  .heroImgContainer {
    width: 100vw;
  }
  .heroImgContainer img {
    max-width: 30rem;
    width: 90vw;
  }
  .heroTxtContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85vw;
  }
  .bullet {
    margin: 1rem 0;
  }
  .bullet svg {
    width: 2rem;
    height: 2rem;
  }
  .dualBtnContainer button {
    width: 40vw;
  }
  .dualBtnContainer button b {
    font-size: 14px;
  }
  .calloutBanner {
    text-align: center;
  }
  .calloutBanner h2 {
    font-size: 14px;
    width: 70%;
  }
  .calloutBanner .calloutImgContainer {
    width: 80vw;
  }
  .calloutBanner .calloutImgContainer img {
    width: 30vw;
    padding: 4vw;
  }
  .howDoesItWorkSection {
    padding: 2rem 0;
  }
  .howDoesItWorkIntro {
    width: 80vw;
    margin-bottom: 2rem;
  }
  .howDoesItWorkIntro h2 {
    font-size: 24px;
  }
  .howDoesItWorkIntro .processImg {
    width: 85vw;
    margin: 1rem 0;
  }
  .contentSection {
    flex-direction: column-reverse;
  }
  .contentSection .imgContainer {
    width: 100vw;
  }
  .contentSection .imgContainer img {
    max-width: 30rem;
  }
  .contentSection .ctaBtn {
    width: 80vw;
  }
  .contentSection .txtContainer {
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 1rem;
  }
  .contentSection .txtContainer h2,
  .contentSection .txtContainer p {
    width: 80vw;
  }
  .contentSection .txtContainer h2 {
    font-size: 24px;
  }
  .previewSection {
    margin: 2rem 0;
    width: 90vw;
    padding: 1rem 0 2rem 0;
    flex-direction: column;
  }
  .previewSection img {
    margin-bottom: 1rem;
    max-width: 30rem;
    width: 80vw;
  }
  .previewCtaContainer {
    margin-left: 0;
    width: 70vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .previewCtaContainer h2 {
    font-size: 24px;
  }
  .previewCtaContainer .dualBtnContainer button {
    margin: 0;
    margin-bottom: 0.5rem;
    width: 40vw;
  }
  .previewCtaContainer .dualBtnContainer button b {
    font-size: 14px;
  }
  .previewCtaContainer .dualBtnContainer button:first-child {
    margin-right: 0.5rem;
  }
  .previewCtaContainer .btnDisclaimer {
    font-size: 10px;
  }
  .featureSection {
    padding: 2rem 0;
  }
  .featureSection h2 {
    font-size: 24px;
    text-align: center;
  }
  .showFeatureBtnContainer {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .showFeatureBtnContainer .showFeatureBtn {
    margin: 0.5rem 0;
    padding: 0.75rem 0;
    width: 60vw;
  }
  .showFeatureBtnContainer .showFeatureBtn span {
    font-size: 12px;
  }
  .featureCardContainer {
    margin: 1rem 0 1rem 0;
    width: 80vw;
    height: auto;
    text-align: center;
  }
  .featureCardContainer .txtContainer {
    width: 80vw;
  }
  .featureCard {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .featureCard .imgContainer {
    width: 80vw;
  }
  .featureCard .imgContainer img {
    max-width: 30rem;
  }
  .reviewsSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
  }
  .reviewsSection h2 {
    font-size: 24px;
    text-align: center;
  }
  .reviewCardContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
  }
  .reviewCardContainer .reviewCard {
    width: 90vw;
    margin-bottom: 1rem;
    padding: 2rem 0 3rem 0;
    text-align: center;
  }
  .reviewCardContainer .reviewCard p {
    width: 80%;
  }
  .reviewCardContainer .reviewCard b {
    width: 100%;
    font-size: 14px;
  }
  .reviewCardContainer .reviewCard .reviewImg {
    width: 50vw;
    height: 22.5vw;
  }
  .reviewCardContainer .reviewCard .tallLogo {
    width: 30vw;
    height: 30vw;
  }
  .priceFeatureList span {
    width: 57.5vw;
  }
  .pricingSection {
    padding-top: 0;
  }
  .pricingSection h2 {
    font-size: 24px;
    text-align: center;
    width: 80vw;
  }
  .pricingSection .priceTab {
    width: 35vw;
  }
  .priceCardContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
  }
  .priceCardContainer .priceCard {
    width: 80vw;
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
  .priceCardContainer .dualBtnContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .priceCardContainer .dualBtnContainer button {
    width: 65vw;
  }
  .securitySection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .securitySection h2 {
    width: 80vw;
    font-size: 24px;
  }
  .securitySection p {
    width: 80vw;
  }
  .securitySection .securityFeatureContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
  }
  .securitySection .securityFeature {
    width: 80vw;
    margin-bottom: 1rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .heroSection {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .heroSection h1 {
    font-size: 24px;
    text-align: center;
  }
  .heroImgContainer {
    width: 100vw;
  }
  .heroImgContainer img {
    max-width: 30rem;
    width: 70vw;
  }
  .heroTxtContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85vw;
  }
  .bullet {
    margin: 1rem 0;
  }
  .bullet svg {
    width: 2rem;
    height: 2rem;
  }
  .dualBtnContainer button {
    width: 40vw;
  }
  .dualBtnContainer button b {
    font-size: 14px;
  }
  .calloutBanner {
    text-align: center;
  }
  .calloutBanner h2 {
    font-size: 14px;
    width: 70%;
  }
  .calloutBanner .calloutImgContainer {
    width: 80vw;
  }
  .calloutBanner .calloutImgContainer img {
    width: 20vw;
    padding: 4vw;
  }
  .howDoesItWorkSection {
    padding: 2rem 0;
  }
  .howDoesItWorkIntro {
    width: 80vw;
    margin-bottom: 2rem;
  }
  .howDoesItWorkIntro .processImg {
    width: 100vh;
  }
  .howDoesItWorkIntro h2 {
    font-size: 24px;
  }
  .contentSection {
    flex-direction: column-reverse;
  }
  .contentSection .imgContainer {
    width: 100vw;
  }
  .contentSection .imgContainer img {
    max-width: 30rem;
  }
  .contentSection .ctaBtn {
    width: 80vw;
  }
  .contentSection .txtContainer {
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 1rem;
  }
  .contentSection .txtContainer h2,
  .contentSection .txtContainer p {
    width: 80vw;
  }
  .contentSection .txtContainer h2 {
    font-size: 24px;
  }
  .previewSection {
    margin: 2rem 0;
    width: 90vw;
    padding: 1rem 0 2rem 0;
    flex-direction: column;
  }
  .previewSection img {
    margin-bottom: 1rem;
    max-width: 30rem;
    width: 80vw;
  }
  .previewCtaContainer {
    margin-left: 0;
    width: 70vw;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .previewCtaContainer h2 {
    font-size: 24px;
  }
  .previewCtaContainer .dualBtnContainer button {
    margin: 0;
    margin-bottom: 0.5rem;
    width: 40vw;
  }
  .previewCtaContainer .dualBtnContainer button b {
    font-size: 14px;
  }
  .previewCtaContainer .dualBtnContainer button:first-child {
    margin-right: 0.5rem;
  }
  .previewCtaContainer .btnDisclaimer {
    font-size: 10px;
  }
  .featureSection {
    padding: 2rem 0;
  }
  .featureSection h2 {
    font-size: 24px;
    text-align: center;
  }
  .showFeatureBtnContainer {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .showFeatureBtnContainer .showFeatureBtn {
    margin: 0.5rem 0;
    padding: 0.75rem 0;
    width: 60vw;
  }
  .showFeatureBtnContainer .showFeatureBtn span {
    font-size: 12px;
  }
  .featureCardContainer {
    margin-top: 1rem;
    width: 80vw;
    text-align: center;
  }
  .featureCardContainer .txtContainer {
    width: 80vw;
  }
  .featureCard {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .featureCard .imgContainer {
    width: 80vw;
  }
  .featureCard .imgContainer img {
    max-width: 30rem;
  }
  .reviewsSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
  }
  .reviewsSection h2 {
    font-size: 24px;
    text-align: center;
  }
  .reviewCardContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70vw;
  }
  .reviewCardContainer .reviewCard {
    width: 70vw;
    margin-bottom: 1rem;
    padding: 2rem 0 3rem 0;
    text-align: center;
  }
  .reviewCardContainer .reviewCard p {
    width: 80%;
  }
  .reviewCardContainer .reviewCard b {
    width: 100%;
    font-size: 14px;
  }
  .reviewCardContainer .reviewCard .reviewImg {
    width: 30vw;
    height: 13.5vw;
  }
  .reviewCardContainer .reviewCard .tallLogo {
    width: 15vw;
    height: 15vw;
  }
  .pricingSection {
    padding-top: 0;
  }
  .pricingSection h2 {
    font-size: 24px;
    text-align: center;
    width: 80vw;
  }
  .pricingSection .priceTab {
    width: 35vw;
  }
  .priceCardContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60vw;
  }
  .priceCardContainer .priceCard {
    width: 60vw;
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
  .priceCardContainer .dualBtnContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .priceCardContainer .dualBtnContainer button {
    width: 50vw;
    margin-right: 0;
  }
  .securitySection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .securitySection h2 {
    width: 60vw;
    font-size: 24px;
  }
  .securitySection p {
    width: 60vw;
  }
  .securitySection .securityFeatureContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60vw;
  }
  .securitySection .securityFeature {
    width: 60vw;
    margin-bottom: 1rem;
  }
}
@media (min-width: 901px) and (max-width: 1400px) and (orientation: landscape) {
  .heroSection .heroImgContainer {
    width: 32.5vw;
  }
  .heroSection .heroTxtContainer {
    width: 40vw;
  }
  .contentSection {
    width: 75vw;
  }
  .contentSection .txtContainer {
    width: 35vw;
  }
  .contentSection .txtContainer h2,
  .contentSection .txtContainer p {
    width: 35vw;
  }
  .contentSection .imgContainer {
    width: 35vw;
  }
  .contentSection .ctaBtn {
    width: 17.5vw;
  }
  .dualBtnContainer button {
    width: 12.5vw;
  }
  .featureCardContainer {
    width: 75vw;
  }
  .featureCard .txtContainer {
    width: 30vw;
  }
  .featureCard .imgContainer {
    width: 35vw;
  }
  .reviewCardContainer {
    width: 75vw;
  }
  .reviewCard {
    width: 17.5vw;
  }
  .priceCardContainer {
    width: 80vw;
  }
  .priceCardContainer .priceCard {
    width: 22.5vw;
  }
  .priceCardContainer .dualBtnContainer button {
    width: 17.5vw;
  }
  .securityFeatureContainer {
    width: 75vw;
  }
  .securityFeature {
    width: 22vw;
  }
}
@media (min-width: 901px) and (max-width: 1250px) and (orientation: landscape) {
  .heroSection .heroImgContainer {
    width: 42.5vw;
  }
  .heroSection .heroTxtContainer {
    width: 40vw;
  }
  .contentSection {
    width: 85vw;
  }
  .contentSection .imgContainer {
    width: 45vw;
  }
  .contentSection .txtContainer {
    width: 35vw;
  }
  .contentSection .txtContainer h2,
  .contentSection .txtContainer p {
    width: 35vw;
  }
  .contentSection .ctaBtn {
    width: 20vw;
  }
  .dualBtnContainer button {
    width: 15vw;
  }
  .featureCardContainer {
    width: 85vw;
  }
  .featureCard .imgContainer {
    width: 45vw;
  }
  .featureCard .txtContainer {
    width: 30vw;
  }
  .reviewCardContainer {
    width: 85vw;
  }
  .reviewCard {
    width: 20vw;
  }
  .priceCardContainer {
    width: 85vw;
  }
  .priceCardContainer .priceCard {
    width: 30vw;
    padding-top: 2rem;
  }
  .priceCardContainer .dualBtnContainer button {
    width: 25vw;
  }
  .securityFeatureContainer {
    width: 85vw;
  }
  .securitySubTitle {
    width: 80%;
    text-align: center;
  }
  .securityFeature {
    width: 22vw;
  }
  .previewSection {
    flex-direction: column;
  }
  .previewSection img {
    margin-bottom: 2rem;
    width: 60vw;
  }
  .previewSection .dualBtnContainer button {
    width: 20vw;
  }
  .priceTab {
    width: 20vw;
  }
}
@media (min-width: 601px) and (orientation: portrait) {
  .heroSection {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .heroSection h1 {
    font-size: 24px;
    text-align: center;
  }
  .heroImgContainer {
    width: 100vw;
  }
  .heroImgContainer img {
    max-width: 30rem;
  }
  .heroTxtContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85vw;
  }
  .bullet {
    margin: 1rem 0;
  }
  .bullet svg {
    width: 2rem;
    height: 2rem;
  }
  .dualBtnContainer button {
    width: 40vw;
  }
  .dualBtnContainer button b {
    font-size: 14px;
  }
  .calloutBanner {
    text-align: center;
  }
  .calloutBanner h2 {
    font-size: 14px;
    width: 70%;
  }
  .calloutBanner .calloutImgContainer {
    width: 90vw;
  }
  .calloutBanner .calloutImgContainer img {
    width: 20vw;
    padding: 4vw;
  }
  .howDoesItWorkSection {
    padding: 2rem 0;
  }
  .howDoesItWorkIntro {
    width: 80vw;
    margin-bottom: 2rem;
  }
  .howDoesItWorkIntro h2 {
    font-size: 24px;
  }
  .contentSection {
    flex-direction: column-reverse;
  }
  .contentSection .imgContainer {
    width: 100vw;
  }
  .contentSection .imgContainer img {
    max-width: 30rem;
  }
  .contentSection .ctaBtn {
    width: 80vw;
  }
  .contentSection .txtContainer {
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 1rem;
  }
  .contentSection .txtContainer h2,
  .contentSection .txtContainer p {
    width: 80vw;
  }
  .contentSection .txtContainer h2 {
    font-size: 24px;
  }
  .previewSection {
    margin: 2rem 0;
    width: 90vw;
    padding: 1rem 0 2rem 0;
    flex-direction: column;
  }
  .previewSection img {
    margin-bottom: 1rem;
    max-width: 30rem;
    width: 80vw;
  }
  .previewCtaContainer {
    margin-left: 0;
    width: 70vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .previewCtaContainer h2 {
    font-size: 24px;
  }
  .previewCtaContainer .dualBtnContainer button {
    margin: 0;
    margin-bottom: 0.5rem;
    width: 40vw;
  }
  .previewCtaContainer .dualBtnContainer button b {
    font-size: 14px;
  }
  .previewCtaContainer .dualBtnContainer button:first-child {
    margin-right: 0.5rem;
  }
  .previewCtaContainer .btnDisclaimer {
    font-size: 10px;
  }
  .featureSection {
    padding: 2rem 0;
  }
  .featureSection h2 {
    font-size: 24px;
    text-align: center;
  }
  .showFeatureBtnContainer {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .showFeatureBtnContainer .showFeatureBtn {
    margin: 0.5rem 0;
    padding: 0.75rem 0;
    width: 60vw;
  }
  .showFeatureBtnContainer .showFeatureBtn span {
    font-size: 12px;
  }
  .featureCardContainer {
    margin-top: 1rem;
    width: 80vw;
    text-align: center;
  }
  .featureCardContainer .txtContainer {
    width: 80vw;
  }
  .featureCard {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .featureCard .imgContainer {
    width: 80vw;
  }
  .featureCard .imgContainer img {
    max-width: 30rem;
  }
  .reviewsSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
  }
  .reviewsSection h2 {
    font-size: 24px;
    text-align: center;
  }
  .reviewCardContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70vw;
  }
  .reviewCardContainer .reviewCard {
    width: 70vw;
    margin-bottom: 1rem;
    padding: 2rem 0 3rem 0;
    text-align: center;
  }
  .reviewCardContainer .reviewCard .reviewer {
    width: 70vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reviewCardContainer .reviewCard p {
    width: 80%;
  }
  .reviewCardContainer .reviewCard b {
    width: 80%;
    font-size: 14px;
  }
  .reviewCardContainer .reviewCard .reviewImg {
    width: 30vw;
    height: 13.5vw;
  }
  .reviewCardContainer .reviewCard .tallLogo {
    width: 15vw;
    height: 15vw;
  }
  .pricingSection {
    padding-top: 0;
  }
  .pricingSection h2 {
    font-size: 24px;
    text-align: center;
    width: 80vw;
  }
  .pricingSection .priceTab {
    width: 35vw;
  }
  .priceCardContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60vw;
  }
  .priceCardContainer .priceCard {
    width: 60vw;
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
  .priceCardContainer .dualBtnContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .priceCardContainer .dualBtnContainer button {
    width: 45vw;
  }
  .priceFeature span {
    font-size: 16px;
  }
  .securitySection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .securitySection h2 {
    width: 60vw;
    font-size: 24px;
  }
  .securitySection p {
    width: 60vw;
  }
  .securitySection .securityFeatureContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60vw;
  }
  .securitySection .securityFeature {
    width: 60vw;
    margin-bottom: 2rem;
  }
}

/*# sourceMappingURL=lander.css.map */
