@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: "VFIFonts";
  src: url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitBk-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitEl-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitLt-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitRg-Bold.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitRg-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitSb-Regular.ttf") format("truetype");
}
.text-and-expand {
  flex-flow: row-swapped;
  display: flex;
  gap: 100px;
  max-width: 700px;
  margin: auto;
  position: relative;
  margin-top: 20px;
  padding: 0;
}
@media (max-width: 1279px) {
  .text-and-expand {
    flex-direction: column;
    gap: 20px;
  }
}
.text-and-expand .vfi-text-area,
.text-and-expand .expand-vertical-content {
  padding-bottom: 5px;
}
.text-and-expand .vfi-text-area h1,
.text-and-expand .vfi-text-area h2,
.text-and-expand .vfi-text-area h3,
.text-and-expand .expand-vertical-content h1,
.text-and-expand .expand-vertical-content h2,
.text-and-expand .expand-vertical-content h3 {
  font-family: "Source Sans Pro";
  font-weight: 700px;
}
.text-and-expand .vfi-text-area h1,
.text-and-expand .expand-vertical-content h1 {
  font-size: clamp(1.875rem, 2.5vw, 2.625rem);
  letter-spacing: 5.3px;
  line-height: 52px;
}
@media only screen and (max-width: 1279px) {
  .text-and-expand .vfi-text-area h1,
  .text-and-expand .expand-vertical-content h1 {
    letter-spacing: 4.5px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 639px) {
  .text-and-expand .vfi-text-area h1,
  .text-and-expand .expand-vertical-content h1 {
    letter-spacing: 3px;
    line-height: 35px;
  }
}
.text-and-expand .vfi-text-area h2,
.text-and-expand .expand-vertical-content h2 {
  font-size: clamp(1.375rem, 2.5vw, 1.625rem);
  letter-spacing: 0.5px;
  line-height: 33px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1279px) {
  .text-and-expand .vfi-text-area h2,
  .text-and-expand .expand-vertical-content h2 {
    line-height: 30px;
  }
}
@media only screen and (max-width: 639px) {
  .text-and-expand .vfi-text-area h2,
  .text-and-expand .expand-vertical-content h2 {
    line-height: 28px;
  }
}
.text-and-expand .vfi-text-area h3,
.text-and-expand .expand-vertical-content h3 {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  letter-spacing: 0.5px;
  line-height: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1279px) {
  .text-and-expand .vfi-text-area h3,
  .text-and-expand .expand-vertical-content h3 {
    line-height: 24px;
  }
}
@media only screen and (max-width: 639px) {
  .text-and-expand .vfi-text-area h3,
  .text-and-expand .expand-vertical-content h3 {
    line-height: 23px;
  }
}
.text-and-expand .vfi-text-area p,
.text-and-expand .expand-vertical-content p {
  font-family: "Source Sans Pro";
  font-size: clamp(1.063rem, 2.5vw, 1.25rem);
  letter-spacing: 0;
  line-height: 33px;
}
@media only screen and (max-width: 1279px) {
  .text-and-expand .vfi-text-area p,
  .text-and-expand .expand-vertical-content p {
    line-height: 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 639px) {
  .text-and-expand .vfi-text-area p,
  .text-and-expand .expand-vertical-content p {
    line-height: 27px;
    margin-bottom: 10px;
  }
}
.text-and-expand .vfi-text-area {
  color: #373737;
  font-family: "Source Sans Pro";
  padding: 0;
  max-width: 476px;
}
@media (max-width: 1279px) {
  .text-and-expand .vfi-text-area {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.text-and-expand blockquote {
  margin-top: 50px;
  border-left: none;
  padding: 0;
  font-family: "Libre Baskerville";
  font-style: italic;
  padding: 30px 0;
}
.text-and-expand blockquote::before {
  content: "“";
  font-size: 109px;
  position: absolute;
  margin-top: -10px;
  color: #009fff;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 639px) {
  .text-and-expand blockquote::before {
    font-size: 100px;
  }
}
.text-and-expand blockquote p {
  color: #373737;
  font-family: "Libre Baskerville";
  font-size: 27px;
  margin-bottom: 10px;
}
.text-and-expand blockquote p:last-of-type {
  color: #a2a2a2;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 639px) {
  .text-and-expand blockquote p:last-of-type {
    font-size: 17px;
  }
}
.text-and-expand blockquote p:first-of-type {
  color: #373737;
  font-size: 27px;
}
@media (max-width: 639px) {
  .text-and-expand blockquote p:first-of-type {
    font-size: 21px;
  }
}
.text-and-expand .expand-vertical {
  margin-right: -220px;
  max-height: 300px;
  margin-top: 10px;
  padding: 0;
}
@media (max-width: 1279px) {
  .text-and-expand .expand-vertical {
    position: initial;
    margin-bottom: 25px;
    max-width: 100%;
  }
}
.text-and-expand .expand-vertical .expand-vertical-content {
  word-wrap: break-word;
  max-height: 240px;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  background-color: #f9f9fa;
  position: relative;
  transition: ease-in-out 0.4s;
}
.text-and-expand .expand-vertical .expand-vertical-content .expand-vertical-shadow {
  position: absolute;
  height: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, #f9f9fa);
  pointer-events: none;
  z-index: 1;
}
.text-and-expand .expand-vertical .expand-vertical-content h2.did-you-know {
  color: #373737;
  font-family: "Libre Baskerville";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.77px;
  line-height: 22px;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.text-and-expand .expand-vertical .expand-vertical-content h1,
.text-and-expand .expand-vertical .expand-vertical-content h2,
.text-and-expand .expand-vertical .expand-vertical-content h3 {
  margin: 0 25px;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.text-and-expand .expand-vertical .expand-vertical-content h1 {
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  line-height: 35px;
}
.text-and-expand .expand-vertical .expand-vertical-content h2 {
  font-size: clamp(1.155rem, 2.5vw, 1.375rem);
  line-height: 22px;
  letter-spacing: 0.77px;
}
.text-and-expand .expand-vertical .expand-vertical-content h3 {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}
.text-and-expand .expand-vertical .expand-vertical-content p {
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 25px;
  padding-bottom: 15px;
}
.text-and-expand .expand-vertical .expand-vertical-content blockquote {
  border-left: none;
  padding: 0;
  font-family: "Libre Baskerville";
  font-style: italic;
  padding-bottom: 30px;
  padding-top: 66px;
  margin-top: 0;
  margin-bottom: 0;
}
.text-and-expand .expand-vertical .expand-vertical-content blockquote::before {
  content: "“";
  font-size: 109px;
  position: absolute;
  margin-top: -10px;
  margin-left: 25px;
  color: #009fff;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 639px) {
  .text-and-expand .expand-vertical .expand-vertical-content blockquote::before {
    font-size: 100px;
  }
}
.text-and-expand .expand-vertical .expand-vertical-content blockquote p {
  color: #373737;
  font-family: "Libre Baskerville";
  font-size: 27px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.text-and-expand .expand-vertical .expand-vertical-content blockquote p:last-of-type {
  color: #a2a2a2;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 639px) {
  .text-and-expand .expand-vertical .expand-vertical-content blockquote p:last-of-type {
    font-size: 16.8px;
  }
}
.text-and-expand .expand-vertical .expand-vertical-content blockquote p:first-of-type {
  color: #373737;
  font-size: 20px;
}
@media (max-width: 639px) {
  .text-and-expand .expand-vertical .expand-vertical-content blockquote p:first-of-type {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .text-and-expand .expand-vertical .expand-vertical-content {
    margin: auto;
  }
}
.text-and-expand .expand-vertical .expand-vertical-content .expand-vertical-content-text {
  margin-top: 36px;
  z-index: 1;
  position: relative;
  background-color: #f9f9fa;
  min-height: 196px;
}
.text-and-expand .expand-vertical .expand-vertical-button {
  max-width: 400px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9fa;
  background-image: transparent;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}
.text-and-expand .expand-vertical .expand-vertical-button .fa-angle-down {
  transition: ease-out 0.2s;
  transform: rotate(0deg);
}
@media (max-width: 1279px) {
  .text-and-expand .expand-vertical .expand-vertical-button {
    margin: auto;
  }
}
@media (max-width: 1279px) {
  .text-and-expand .expand-vertical {
    flex-direction: column;
    align-items: center;
  }
}
.text-and-expand .expand-vertical.expanded {
  max-height: unset;
}
.text-and-expand .expand-vertical.expanded .expand-vertical-content {
  max-height: unset;
}
.text-and-expand .expand-vertical.expanded .expand-vertical-button .fa-angle-down {
  transform: rotate(180deg);
}
.text-and-expand .expand-vertical.hide-expanded-element .expand-vertical-content {
  max-height: unset;
}
.text-and-expand .expand-vertical.hide-expanded-element .expand-vertical-content .expand-vertical-shadow {
  display: none;
}
.text-and-expand .expand-vertical.hide-expanded-element .expand-vertical-button {
  height: 33px;
}
.text-and-expand .expand-vertical.hide-expanded-element .expand-vertical-button .fa-angle-down {
  display: none;
}

.module-swapped {
  flex-flow: row;
}
@media (max-width: 1279px) {
  .module-swapped {
    flex-direction: column;
    flex-flow: column-reverse;
  }
}
.module-swapped .expand-vertical {
  margin-left: -220px;
  margin-right: unset;
}/*# sourceMappingURL=text_and_expand.css.map */