/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Troubadour/LoggedOut/AboutSubpage.less ***!
  \**********************************************************************************************************************************************************************************************************************/
html {
  scroll-behavior: smooth;
}
.troub-subpage-container {
  width: 100%;
  margin: 0;
}
.troub-subpage-container .troub-subpage-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
}
.troub-subpage-container .troub-subpage-section .section-inner {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  max-width: 4000px;
  margin: 0 auto;
  padding: 80px 10%;
}
.troub-subpage-container .troub-subpage-section.header-section {
  background-color: var(--default-bg-2);
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner {
  justify-content: center;
  align-items: center;
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-content {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  max-width: 1200px;
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-content::after {
  display: none;
  content: "";
  position: absolute;
  right: -10%;
  bottom: 10%;
  aspect-ratio: 156 / 174;
  width: 15%;
  max-width: 174px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/troub-shapes-paper-plane.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 801px) {
  .troub-subpage-container .troub-subpage-section.header-section .section-inner .header-content::after {
    display: block;
  }
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-content h1,
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-content h2 {
  font-family: Eagle, Lato, sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: none;
  text-align: center;
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-content h1 {
  color: var(--troubadour-main);
  font-size: clamp(48px, 8vw, 95px);
  line-height: 1em;
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-content h1.xlarge {
  font-size: clamp(48px, 8vw, 120px);
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-content h2 {
  color: var(--troubadour-main-9);
  font-size: clamp(32px, 4vw, 48px);
  font-style: normal;
  line-height: 1.1em;
  max-width: 800px;
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-content h3 {
  color: var(--troubadour-main-5);
  font-size: clamp(20px, 4vw, 25px);
  font-weight: 400;
  line-height: 1.2em;
  text-transform: none;
  text-align: center;
  max-width: 800px;
  margin: 0 0 30px;
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-content a {
  color: var(--troubadour-main-5);
  font-weight: 700;
  text-decoration: underline;
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-content a:hover {
  color: var(--default-color-3);
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px;
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-visual::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(110%);
  aspect-ratio: 156 / 174;
  width: 18%;
  min-width: 70px;
  max-width: 174px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/troub-shapes-paper-plane.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 801px) {
  .troub-subpage-container .troub-subpage-section.header-section .section-inner .header-visual::after {
    display: none;
  }
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-visual img {
  aspect-ratio: 1398 / 785;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.troub-subpage-container .troub-subpage-section.header-section .section-inner .header-visual .troub-video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.troub-subpage-container .troub-subpage-section.features-section {
  background: var(--troubadour-section-bg);
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner {
  gap: 20px;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner h2 {
  color: var(--default-color-2);
  font-family: Eagle, Lato, sans-serif;
  text-align: center;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1.68px;
  margin: 0 0 20px;
  text-transform: none;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .features {
  display: flex;
  flex-direction: column;
  margin: 0 auto 40px;
  max-width: 1200px;
  gap: 80px;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 40px;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row:nth-child(even) {
  flex-direction: column-reverse;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item .feature-text {
  max-width: 600px;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item .feature-text p {
  color: var(--troubadour-main-5);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 30px;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item .feature-text p:last-child {
  margin-bottom: 0;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item .feature-text ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item .feature-text ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: var(--troubadour-main-5);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item .feature-text ul li::before {
  content: "";
  aspect-ratio: 16 / 20;
  width: 16px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/troub-landing-bullet.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(3px);
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item .feature-text ol {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 15px;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item .feature-text ol li {
  color: var(--troubadour-main-5);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item img {
  max-width: 100%;
  object-fit: contain;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action {
  display: flex;
  flex-flow: column-reverse nowrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
  background: radial-gradient(117.19% 117.83% at 86.4% 16.87%, var(--troubadour-main-7) 31.72%, var(--troubadour-main-6) 100%);
  box-shadow: 0px 10px 30px 10px rgba(101, 17, 42, 0.2);
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action .cta-visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 1 0 100%;
  padding-top: 1em;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action .cta-visual img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action .cta-text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 100%;
  padding: 40px;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action .cta-text h3 {
  color: var(--troubadour-main-5);
  font-family: Eagle, Lato, sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.78px;
  text-transform: none;
  margin: 0 0 30px;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action .cta-text h3.smaller {
  font-size: clamp(18px, 3vw, 26px);
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action .cta-text p {
  color: var(--troubadour-main-5);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 30px;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action .cta-text p.smaller {
  font-size: clamp(18px, 3vw, 26px);
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action .cta-text a,
.troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action .cta-text button {
  align-self: flex-start;
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action.skippy .cta-visual img {
  aspect-ratio: 1198 / 1662;
  transform: scaleX(-1);
}
.troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action.student img {
  aspect-ratio: 484 / 448;
}
@media screen and (min-width: 1025px) {
  .troub-subpage-container .troub-subpage-section.features-section .section-inner .features {
    gap: 80px;
  }
  .troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row {
    flex-direction: row;
    gap: 80px;
  }
  .troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row:nth-child(even) {
    flex-direction: row;
  }
  .troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item {
    flex: 1 0 calc(50% - 40px);
  }
  .troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item.text-item {
    flex: 1 0 calc(45% - 40px);
  }
  .troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item.img-item {
    flex: 1 0 calc(55% - 40px);
  }
  .troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item:nth-child(odd) {
    align-items: flex-start;
  }
  .troub-subpage-container .troub-subpage-section.features-section .section-inner .features .features-row .feature-item:nth-child(even) {
    align-items: flex-end;
  }
  .troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action {
    flex-flow: row nowrap;
  }
  .troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action .cta-visual {
    flex: 1 0 40%;
    padding-top: 3em;
  }
  .troub-subpage-container .troub-subpage-section.features-section .section-inner .call-to-action .cta-text {
    flex: 1 0 60%;
    padding-top: 3em;
  }
}
.troub-subpage-container .troub-subpage-section.results-section {
  background-color: var(--default-bg-2);
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner h2 {
  color: var(--troubadour-main-5);
  font-family: Sofia Pro;
  font-size: clamp(24px, 2vw, 40px);
  font-weight: 800;
  line-height: 1em;
  text-transform: none;
  margin: 0 0 40px;
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner h2 span {
  color: var(--troubadour-main);
  font-family: Eagle, Lato, sans-serif;
  font-size: larger;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.32px;
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content {
  display: flex;
  flex-flow: column wrap;
  gap: 40px;
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .teacher-testimonial {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  min-width: 300px;
  max-width: 1200px;
  border-radius: 20px;
  overflow: hidden;
  gap: 20px;
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .teacher-testimonial img {
  position: relative;
  max-width: 100%;
  object-fit: contain;
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .teacher-testimonial .caption-box {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
  padding: 15px;
  background: radial-gradient(117.19% 117.83% at 86.4% 16.87%, var(--troubadour-main-7) 31.72%, var(--troubadour-main-6) 100%);
  box-shadow: var(--drop-shadow);
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--left {
  left: 0;
  border-radius: 20px 0 0 20px;
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--right {
  right: 0;
  border-radius: 0 20px 20px 0;
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .teacher-testimonial .caption-box h3 {
  color: var(--troubadour-main-5);
  font-family: Eagle, Lato, sans-serif;
  font-size: clamp(9px, 1.8vw, 36px);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.78px;
  text-transform: none;
  margin: 0 0 20px;
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .teacher-testimonial .caption-box p {
  color: var(--troubadour-main-5);
  font-size: clamp(7px, 1.8vw, 30px);
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .teacher-testimonial .caption-box {
    position: absolute;
    top: 5%;
    width: 40%;
    height: auto;
    padding: 30px;
  }
  .troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--left {
    left: 3%;
    border-radius: 20px;
  }
  .troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--right {
    right: 3%;
    border-radius: 20px;
  }
  .troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .teacher-testimonial .caption-box h3 {
    margin: 0 0 30px;
  }
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .compatibility-note {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  gap: 25px;
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .compatibility-note::before {
  content: "";
  aspect-ratio: 213 / 126;
  width: 50%;
  max-width: 213px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/troub-compatibility.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.troub-subpage-container .troub-subpage-section.results-section .section-inner .results-content .compatibility-note p {
  color: var(--default-color-3);
  font-size: clamp(14px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}
.subpage-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  background-color: var(--default-bg);
  gap: 40px;
}
.subpage-nav .troub-subpage-nav-link .button-text {
  color: var(--troubadour-main-5);
  font-weight: 600;
  line-height: 1.2em !important;
  font-size: clamp(16px, 2vw, 20px) !important;
}
.subpage-nav[data-nav-context="inline"] {
  position: relative;
  background-color: var(--bg-semitrans-low-opacity);
}
.subpage-nav[data-nav-context="fixed"] {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: var(--bg-semitrans-high-opacity);
}
@media screen and (min-width: 769px) {
  .subpage-nav[data-nav-context="fixed"] {
    padding-left: 170px !important;
  }
}


/*# sourceMappingURL=TroubadourAboutSubpage.6d5fbc0628d66968d7d2.css.map*/