/**
 * Importing global styles
 */
/**
 * Base Mixins
 */
/**
 * Defining all of the colors
 */
/**
 * Adding the gradients we are using
 */
/**
 * Typography
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Raleway:400,600");
/**
 * Spacing Parameters
 */
/**
 * Text Styles
 */
.treena-blue-text {
  color: #46a4eb; }

.treena-light-blue-text {
  color: #49c5ff; }

.treena-purple-text {
  color: #a27edc; }

.treena-light-purple-text {
  color: #bf9ef1; }

.treena-subtle-text {
  color: #252f3d; }

.treena-dark-text {
  color: #141f2d; }

/*
Waves and dooo rags
*/
.treena-wave-bottom-1::after {
  content: '';
  background-size: 100%;
  background: url(/files/site-images/homepage-top-wave.svg);
  position: absolute;
  bottom: -3px;
  height: 10vw;
  max-height: 7%;
  width: 100%; }

.treena-wave-top-1::before {
  content: '';
  background-size: 100%;
  background: url(/files/site-images/homepage-bottom-wave.svg);
  position: absolute;
  top: -1px;
  height: 10vw;
  max-height: 10%;
  width: 100%;
  left: 0; }

/**
 * Page animations
 */
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/**
 * Responsive Design Thresholds
 */
/**
 * General Page Styles
 */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: #f8e07d;
  --webkit-font-smoothing: antialiased;
  --webkit-appearance: none; }
  *::selection {
    background: #f8e07d; }

html {
  background-color: #ffffff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.618rem;
  overflow-x: hidden; }

body {
  color: #141f2d;
  min-height: 100vh;
  flex-direction: column;
  display: flex;
  margin: 0; }

a {
  text-decoration: none; }

hr {
  background: linear-gradient(to right, rgba(215, 219, 226, 0) 0%, #d7dbe2 20%, #d7dbe2 80%, rgba(215, 219, 226, 0) 100%);
  margin: 0 auto;
  opacity: 0.6;
  border: none;
  height: 2px;
  width: 100%; }

article {
  margin: 0; }

b {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.618rem;
  margin: 0 0.40ex; }

p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 1rem; }

h1 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 2.61792rem;
  line-height: 4.2358rem;
  margin-top: 2.61792rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #3f89d3; }

h2 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 1.618rem;
  line-height: 2.61792rem;
  margin-top: 1.618rem;
  margin-bottom: 1rem;
  color: #a27edc;
  margin: 0; }

h3 {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 1.618rem;
  line-height: 2.61792rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #141f2d;
  margin: 0; }

/*
Useful class types
*/
.hidden {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.transparent {
  opacity: 0 !important; }

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.docked {
  position: fixed !important; }

.treena-center-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

/**
 * Loading Placeholder
 */
.treena-placeholder {
  overflow: hidden;
  display: block; }
  .treena-placeholder::before {
    display: flex;
    content: "";
    height: 150%;
    width: 800%;
    background: repeating-linear-gradient(90deg, #f6f6f6 0%, #e8e9ea 25%, #f6f6f6 50%, #e8e9ea 75%, #f6f6f6 100%);
    animation-duration: 3s;
    animation-name: treena-loading;
    animation-iteration-count: infinite; }

.treena-placeholder-p100 {
  height: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%; }

.treena-placeholder-p75 {
  height: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 75%; }

@keyframes treena-loading {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-50%); } }

@media only screen and (max-width: 480px) {
  html {
    font-size: 0.9rem; } }

.treena-page-header {
  width: 100%;
  padding: 1.618rem;
  display: inline-block;
  background: linear-gradient(to right, #49c5ff, #3f89d3);
  color: #ffffff;
  text-align: center; }
  .treena-page-header h1 {
    font-family: "Raleway";
    font-weight: 600;
    font-size: 4.2358rem;
    line-height: 6.85353rem;
    line-height: 4.2358rem;
    color: #ffffff;
    margin-top: 1.618rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .treena-page-header p {
    margin: 0 auto;
    width: 68ex;
    max-width: 100%;
    padding: 1.618rem; }

/*
Value Slider Styles
 */
.slider {
  user-drag: false;
  user-select: none;
  border-radius: 18px;
  height: 18px;
  pointer-events: none;
  display: flex; }

.slider-range {
  width: 100%; }

.slider-thumb {
  transition: left 0.2s ease, border 0.2s ease;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-color: #7F76B4;
  margin-top: -23px;
  border: 6px #fff solid;
  box-shadow: 0px 2px 5px rgba(76, 76, 76, 0.35);
  cursor: pointer;
  pointer-events: all;
  position: relative;
  margin-left: -14px; }
  .slider-thumb:hover {
    border: 1px #fff solid; }

.slider-background {
  background-color: #fff;
  border-radius: 18px;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  pointer-events: all; }

.slider-track {
  width: 100%;
  transition: width 0.2s ease;
  transform-origin: left;
  overflow: hidden;
  height: 100%;
  background-color: #BA91F7; }

.slider-value {
  padding: 10px;
  margin: -5px 0 0 24px;
  pointer-events: initial;
  user-select: initial;
  outline: none;
  box-shadow: none;
  width: 56px;
  height: 28px;
  border-radius: 28px;
  border: 2px #8C8C8C solid;
  font-family: OpenSans;
  font-size: 16px;
  color: #8C8C8C;
  text-align: center; }

/*
Toggle Slider Styles
 */
.toggle {
  width: 32.4px; }

/*
Range slider Styles
*/
.range-background {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  pointer-events: all; }
  .range-background::before {
    content: '';
    width: 15px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    border-radius: 30px 0 0 30px;
    margin-left: -15px; }
  .range-background::after {
    content: '';
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
    background: #ffffff;
    border-radius: 0 30px 30px 0;
    position: absolute;
    margin-right: -15px; }

.range-slider-range {
  width: 100%;
  position: relative; }

.range-low-value, .range-high-value {
  user-select: initial;
  outline: none;
  color: #ffffff;
  text-align: center;
  background: #a27edc;
  transition: left 0.2s ease, border 0.2s ease;
  box-shadow: 0px 2px 5px rgba(76, 76, 76, 0.35);
  cursor: grab;
  pointer-events: all;
  height: 116%;
  width: 44.8px;
  font-size: 14px;
  border: 3px #fff solid;
  position: absolute;
  top: -8%; }
  .range-low-value:hover, .range-high-value:hover {
    border: 1px #fff solid; }

.range-low-value {
  border-radius: 50px 30% 30% 50px;
  left: -44.8px; }

.range-high-value {
  border-radius: 30% 50px 50px 30%; }

/*
Push Button Styles
*/
.treena-button, .treena-purple-button {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 1.618rem;
  line-height: 2.61792rem;
  box-shadow: 0px 3px 4px 0 rgba(20, 31, 45, 0.25);
  transition: all 0.2s ease;
  border-radius: 1rem;
  letter-spacing: 0.52px;
  background: #ffffff;
  line-height: initial;
  padding: 0.61805rem;
  text-align: center;
  color: #141f2d;
  cursor: pointer;
  display: block;
  border: none; }
  .treena-button:hover, .treena-purple-button:hover {
    transform: scale(1.03);
    box-shadow: 0px 3px 12px 0 rgba(20, 31, 45, 0.45); }
  .treena-button:active, .treena-purple-button:active {
    transform: scale(0.97);
    box-shadow: 0px 3px 0px 0 rgba(20, 31, 45, 0.45);
    outline: none; }
  .treena-button:focus, .treena-purple-button:focus {
    outline: none; }

.treena-purple-button {
  background: radial-gradient(circle at 0% -50%, #6D5AA7 0%, #C09DF5 59%);
  color: #ffffff; }

/*
Checkbox / Radio input styles
*/
.treena-checkbox, .treena-checkbox-blue, .treena-checkbox-green {
  height: 2.61792rem;
  width: 2.61792rem;
  display: block;
  position: relative;
  cursor: pointer;
  clear: both;
  background: white;
  border-radius: 100%; }
  .treena-checkbox input, .treena-checkbox-blue input, .treena-checkbox-green input {
    opacity: 0;
    position: absolute;
    cursor: pointer; }
  .treena-checkbox span, .treena-checkbox-blue span, .treena-checkbox-green span {
    box-shadow: 0 3px 3px rgba(20, 31, 45, 0.2);
    transition: all 0.3s ease-out;
    background-clip: content-box;
    border: 0.19099rem solid #e8e9ea;
    border-radius: 50%;
    position: absolute;
    padding: 3px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .treena-checkbox span:hover, .treena-checkbox-blue span:hover, .treena-checkbox-green span:hover {
    box-shadow: 0 6px 6px rgba(20, 31, 45, 0.3); }
  .treena-checkbox input:checked ~ span, .treena-checkbox-blue input:checked ~ span, .treena-checkbox-green input:checked ~ span {
    box-shadow: 0 1px 1px rgba(20, 31, 45, 0.3);
    background-color: #e8e9ea; }
  .treena-checkbox span::before, .treena-checkbox-blue span::before, .treena-checkbox-green span::before {
    width: 100%;
    height: 100%;
    border: 0.19099rem solid #e8e9ea;
    box-sizing: border-box;
    transform: scale(0);
    position: absolute;
    border-radius: 50%;
    margin: auto;
    content: "";
    left: 0;
    top: 0; }
  .treena-checkbox input:checked ~ span::before, .treena-checkbox-blue input:checked ~ span::before, .treena-checkbox-green input:checked ~ span::before {
    opacity: 0;
    z-index: 999;
    transform: scale(2.5);
    transition: all 0.3s ease-out;
    border-radius: 50%; }

.treena-checkbox-blue span {
  border: 0.19099rem solid #7de0ff; }

.treena-checkbox-blue input:checked ~ span {
  background-color: #7de0ff; }

.treena-checkbox-blue span::before {
  border: 0.19099rem solid #7de0ff; }

.treena-checkbox-green span {
  border: 0.19099rem solid #78e8b8; }

.treena-checkbox-green input:checked ~ span {
  background-color: #78e8b8; }

.treena-checkbox-green span::before {
  border: 0.19099rem solid #78e8b8; }

footer {
  z-index: 2;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.618rem;
  background: linear-gradient(to right, #30d298, #30d298, #00bd7f);
  display: block;
  overflow: auto;
  width: 100%;
  color: #ffffff; }

#treena-footer-left {
  justify-content: center;
  padding: 2.61792rem;
  max-width: 100vw;
  flex-wrap: wrap;
  display: flex;
  float: left; }
  #treena-footer-left .treena-footer-separator {
    width: 1px;
    height: 1.618rem;
    background: #d7dbe2; }
  #treena-footer-left a {
    color: #ffffff;
    font-family: "Raleway";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.618rem;
    padding: 0 1rem; }
  @media only screen and (max-width: 480px) {
    #treena-footer-left {
      padding: 1.618rem 2.61792rem; } }

#treena-footer-right {
  margin: 2.61792rem;
  float: right; }
  @media only screen and (max-width: 480px) {
    #treena-footer-right {
      margin: 0 2.61792rem 1.618rem 2.61792rem; } }

/**
 * Main page objects
 */
.card {
  display: none;
  flex: 1; }
  .card.selected {
    display: initial; }

/**
 * Tuition Styles
 */
#treena-tuition-header {
  background: linear-gradient(to right, #30d298, #30d298, #00bd7f);
  padding-bottom: 4.2358rem;
  position: relative;
  padding-top: 0;
  color: #141f2d; }
  #treena-tuition-header .treena-tuition-box-content {
    max-width: 37rem; }
  #treena-tuition-header h1 {
    color: #005f40;
    text-align: left; }
  #treena-tuition-header .treena-tuition-box-graphics {
    max-width: 16rem; }

#treena-tuition-specialized-focus .treena-tuition-box-graphics {
  max-width: 20rem; }

#treena-tuition-results {
  padding-top: 6.85353rem;
  background: #f6f6f6;
  display: flex;
  flex-direction: column; }
  #treena-tuition-results h2 {
    margin: 0 auto;
    text-align: center; }
  #treena-tuition-results p {
    margin-bottom: 0; }
  #treena-tuition-results #treena-results-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center; }
  #treena-tuition-results .treena-tuition-result-box {
    display: flex;
    flex-direction: column;
    padding: 3rem 1rem 0 1rem; }
  #treena-tuition-results .treena-tuition-result-box-percentage {
    font-size: 4rem;
    color: #30d298; }

#treena-tuition-experts {
  padding-bottom: 6.85353rem;
  background: #f6f6f6; }
  #treena-tuition-experts .treena-tuition-box-content-graphic {
    flex-wrap: wrap-reverse; }
  #treena-tuition-experts .treena-tuition-box-content {
    order: 2; }
  #treena-tuition-experts .treena-tuition-box-graphics {
    order: 1; }

@media (max-width: 870px) {
  .treena-tuition-wrapper {
    padding: 1.5rem 0; }
  .treena-tuition-wrapper-article h2 {
    text-align: center; }
  .treena-tuition-wrapper-article h3 {
    text-align: center; }
  .treena-tuition-box-content-graphic {
    justify-content: center !important; }
  #treena-tuition-header h1 {
    text-align: center; }
  #treena-tuition-header p {
    text-align: center; }
  #treena-tuition-header .treena-tuition-box-graphics {
    flex: 0;
    display: none; }
  .treena-tuition-box-graphics {
    height: auto; }
  #treena-tuition-results #treena-results-wrapper {
    justify-content: center; } }

.treena-tuition-contact-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center; }

.treena-tuition-contact-details-item {
  width: 12rem; }

#treena-tuition-map-embed {
  width: 100%;
  height: 24rem; }

#treena-course-inclusions-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.treena-course-inclusion-item {
  display: flex;
  flex-direction: column;
  max-width: 16rem;
  margin: 2rem 2rem 0 2rem;
  align-items: center;
  text-align: center; }
  .treena-course-inclusion-item img {
    max-width: 7rem;
    margin: 0 auto;
    max-height: 5rem; }
  .treena-course-inclusion-item h4 {
    margin-bottom: 0; }
  .treena-course-inclusion-item p {
    margin-bottom: 0; }

.treena-tuition-courses-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 65rem;
  justify-content: space-evenly; }

.treena-tuition-course {
  width: 26rem;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  margin: 3rem 1.5rem 0 1.5rem;
  box-shadow: 0px 2px 11px -6px rgba(0, 0, 0, 0.69);
  height: fit-content; }

.treena-tuition-course-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d7dbe2;
  margin-bottom: 1rem; }
  .treena-tuition-course-header h3 {
    margin: 0.5rem; }
  .treena-tuition-course-header img {
    height: 1.7rem;
    margin: auto 0 auto auto; }

.treena-tuition-course-content-wrapper {
  margin: 0 2rem;
  display: flex;
  flex-direction: column; }
  .treena-tuition-course-content-wrapper .treena-tuition-button-green {
    margin: 0 auto 1rem auto; }

.treena-tuition-course-prices {
  margin-bottom: 1.5rem; }
  .treena-tuition-course-prices h3 {
    display: inline-block;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 1.618rem;
    line-height: 2.61792rem; }
  .treena-tuition-course-prices p {
    display: inline-block;
    margin: 0; }

.treena-tuition-course-checklist {
  display: flex;
  flex-direction: column; }

.treena-tuition-course-checklist-item {
  display: flex; }
  .treena-tuition-course-checklist-item img {
    height: 1.5rem;
    margin: 0 1rem auto 0; }
  .treena-tuition-course-checklist-item p {
    margin: 0 auto 1.5rem 0; }

#treena-tuition-class-lessons {
  background: #f6f6f6;
  padding: 6.85353rem 0; }
  #treena-tuition-class-lessons::before {
    height: 30%;
    max-height: 4rem; }
  #treena-tuition-class-lessons::after {
    height: 30%;
    max-height: 4rem; }
  #treena-tuition-class-lessons .treena-tuition-wrapper-article {
    display: flex;
    flex-direction: column; }
  #treena-tuition-class-lessons #treena-tuition-class-lessons-item-wrapper {
    margin: 2rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
    #treena-tuition-class-lessons #treena-tuition-class-lessons-item-wrapper .treena-tuition-class-lessons-item {
      display: flex;
      flex-direction: column;
      flex: 1;
      margin: 1rem 2.5rem 0rem 2.5rem;
      min-width: 15rem;
      max-width: 20rem;
      align-items: center;
      text-align: center; }
      #treena-tuition-class-lessons #treena-tuition-class-lessons-item-wrapper .treena-tuition-class-lessons-item img {
        height: 8rem;
        margin: 1rem auto; }

#treena-tuition-outside-class .treena-tuition-box-content-graphic {
  flex-wrap: wrap-reverse; }
  #treena-tuition-outside-class .treena-tuition-box-content-graphic .treena-tuition-box-content {
    order: 2; }
  #treena-tuition-outside-class .treena-tuition-box-content-graphic .treena-tuition-box-graphics {
    order: 1; }

@media (max-width: 870px) {
  #treena-tuition-class-lessons h3 {
    margin: 0 auto; } }

#tuition-team h4 {
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #555555; }

#tuition-team .treena-tuition-box-content-graphic {
  justify-content: space-around; }

#tuition-team .treena-tuition-box-graphics {
  max-width: 22rem; }

#treena-tuition-navigator {
  color: #ffffff; }
  #treena-tuition-navigator .treena-tuition-wrapper {
    padding: 0; }
  #treena-tuition-navigator .treena-tuition-wrapper-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto; }
    #treena-tuition-navigator .treena-tuition-wrapper-article #treena-tuition-navigator-home {
      display: flex;
      align-items: center;
      left: 0;
      margin: 0 auto 0 0;
      order: 1; }
      #treena-tuition-navigator .treena-tuition-wrapper-article #treena-tuition-navigator-home #treena-tuition-navigator-text {
        color: #ffffff;
        font-size: 1.618rem; }
      #treena-tuition-navigator .treena-tuition-wrapper-article #treena-tuition-navigator-home #treena-tuition-navigator-text:hover {
        color: #beffdd; }
      #treena-tuition-navigator .treena-tuition-wrapper-article #treena-tuition-navigator-home a {
        color: #ffffff;
        width: 2.61792rem;
        margin-right: 1rem; }
      #treena-tuition-navigator .treena-tuition-wrapper-article #treena-tuition-navigator-home a:hover {
        color: grey; }
    #treena-tuition-navigator .treena-tuition-wrapper-article #treena-tuition-navigator-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      order: 2;
      margin: auto 0; }
      #treena-tuition-navigator .treena-tuition-wrapper-article #treena-tuition-navigator-buttons a {
        color: #ffffff;
        font-weight: bold;
        margin: 1rem 1.618rem; }
      #treena-tuition-navigator .treena-tuition-wrapper-article #treena-tuition-navigator-buttons a:hover {
        color: #beffdd; }
    #treena-tuition-navigator .treena-tuition-wrapper-article .treena-tuition-button-green {
      align-items: center;
      margin: auto 0 auto auto;
      order: 3; }

@media (max-width: 750px) {
  #treena-tuition-navigator {
    max-width: 600px; }
    #treena-tuition-navigator .treena-tuition-wrapper-article {
      padding-top: 0; }
      #treena-tuition-navigator .treena-tuition-wrapper-article #treena-tuition-navigator-buttons {
        order: 3; }
        #treena-tuition-navigator .treena-tuition-wrapper-article #treena-tuition-navigator-buttons a {
          margin: 1rem 1rem; }
      #treena-tuition-navigator .treena-tuition-wrapper-article #treena-tuition-navigator-free {
        order: 2; } }

.treena-tuition-bottom-banner {
  background-color: #00bd7f;
  color: white;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  border-radius: 2rem;
  width: 90%;
  margin: 0 auto; }
  .treena-tuition-bottom-banner .treena-tuition-button-white {
    margin: 1.3rem;
    color: #00a067; }
  .treena-tuition-bottom-banner h3 {
    color: white;
    margin: 1rem 1rem 0 1rem;
    text-align: center; }
  .treena-tuition-bottom-banner p {
    margin: 0.3rem 1rem 0 1rem;
    text-align: center; }

.treena-tuition-button-green {
  width: 8.4716rem;
  height: 2.61792rem;
  background-color: #00a067;
  text-align: center;
  border-radius: 0.61805rem;
  line-height: 2.61792rem;
  margin-top: 1.618rem;
  margin-bottom: 1rem;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.37);
  letter-spacing: 0.05ex;
  font-weight: bold; }

.treena-tuition-button-green:hover {
  color: #ffffff; }

.treena-tuition-button-white {
  letter-spacing: 0.05ex;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.37);
  width: 8.4716rem;
  height: 2.61792rem;
  background-color: #ffffff;
  border-color: #d7dbe2;
  text-align: center;
  line-height: 2.61792rem;
  border-radius: 0.61805rem;
  border: none;
  margin-top: 1.618rem;
  margin-bottom: 1rem;
  color: black; }

.treena-tuition-button-white:hover {
  color: grey; }

.tuition-card p, .tuition-card b {
  font-size: 1.2rem;
  line-height: 1.8rem; }

.tuition-card h1 {
  font-size: 4rem;
  color: #005f40;
  line-height: 4rem;
  margin: 0; }

.tuition-card h2 {
  font-size: 3rem;
  color: #141f2d;
  line-height: 3rem;
  margin: 0; }

.tuition-card h3 {
  font-weight: 600; }

.tuition-card h4 {
  font-size: 1.4rem;
  font-weight: 600; }

.tuition-sub-page h2 {
  font-size: 2rem; }

.tuition-sub-page h3 {
  font-size: 1.5rem; }

.treena-tuition-wrapper {
  width: 100vw;
  margin: 0;
  padding: 3rem 0;
  position: relative; }

.treena-tuition-wrapper-article {
  max-width: 65rem;
  margin: auto;
  padding: 0 1rem 0 1rem;
  width: 100%; }

.treena-tuition-box-content-graphic {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between; }
  .treena-tuition-box-content-graphic .treena-tuition-box-content {
    display: flex;
    flex-direction: column;
    min-width: 16rem;
    max-width: 24rem; }
    .treena-tuition-box-content-graphic .treena-tuition-box-content .treena-tuition-box-buttons {
      display: flex;
      justify-content: space-evenly; }
  .treena-tuition-box-content-graphic .treena-tuition-box-graphics {
    max-width: 30rem;
    margin: auto 0; }
    .treena-tuition-box-content-graphic .treena-tuition-box-graphics img {
      max-width: 90vw;
      width: 100%;
      margin: auto;
      display: block;
      margin: 1rem auto; }

.treena-tuition-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to right, #30d298, #30d298, #00bd7f);
  padding-top: 0;
  color: #ffffff;
  padding-bottom: 5.5rem; }
  .treena-tuition-title::after {
    max-height: 25%;
    height: 2rem; }
  .treena-tuition-title h2 {
    color: #005f40;
    text-align: center;
    margin-top: 0; }
  .treena-tuition-title p {
    color: #141f2d;
    text-align: center; }

.carousel-wrapper {
  min-width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center; }

.heading-sub-text {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 0.5rem; }
  .heading-sub-text p {
    margin-top: 0.5rem;
    margin-bottom: 0; }

.review-carousel {
  margin: 3rem 0;
  overflow-x: hidden;
  position: relative;
  min-width: 90rem;
  max-width: 90rem; }

.review-carousel::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4rem;
  left: 0;
  top: 0;
  z-index: 1;
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%); }

.review-carousel::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 4rem;
  right: 0;
  top: 0;
  z-index: 1;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%); }

.element-wrapper {
  display: flex;
  width: fit-content;
  transition: 0.8s ease-out; }

.animate-left {
  animation: move-left 0.8s ease-out; }

@keyframes move-left {
  0% {
    margin-left: 0rem; }
  100% {
    margin-left: -18rem; } }

.pre-delete {
  display: none; }

.animate-right {
  animation: move-right 0.8s ease-out; }

@keyframes move-right {
  0% {
    margin-left: -18rem; }
  100% {
    margin-left: 0; } }

.carousel-element {
  height: fit-content;
  width: fit-content;
  margin: auto;
  padding: 0;
  background-clip: content-box;
  transition: all 0.8s ease-out;
  transform: scale(0.6); }

.focused-carousel-element {
  transform: scale(1); }

#carousel-left-arrow {
  width: 1rem;
  height: 2rem;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 55rem; }

#carousel-right-arrow {
  width: 1rem;
  height: 2rem;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 55rem; }

select option[data-default] {
  color: #888; }

.contact-form {
  display: flex;
  flex-direction: column;
  margin: 1rem auto 3rem auto; }
  .contact-form p {
    text-align: center; }

.form-input-element {
  width: 75vw;
  max-width: 25rem;
  height: 3rem;
  margin: 1rem auto;
  border-radius: 0.5rem;
  border-style: none;
  background: #ededed;
  color: black;
  padding: 0 1rem; }

.form-input-element::after {
  content: "required"; }

#checkbox-subjects {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0 2rem 1rem 2rem;
  max-width: 40rem; }
  #checkbox-subjects div {
    display: flex;
    flex-direction: column; }
  #checkbox-subjects label {
    margin: 0.5rem 1rem;
    width: 15rem; }

.submit-form-button {
  height: 2.427rem;
  margin: auto 1rem;
  border-radius: 0.61805rem;
  border: 0.14591rem solid #38d198;
  width: 12rem;
  text-align: center;
  margin: auto;
  background: white;
  color: #38d198;
  font-size: 1rem; }

.submit-form-button:hover {
  background: #38d198;
  color: white; }

.review-wrapper {
  background: #ededed;
  min-width: 18rem;
  max-width: 18rem;
  padding: 1rem;
  border-radius: 1rem; }
  .review-wrapper p {
    font-size: 1rem; }

.review-text {
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 7rem; }

.review-sub-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 13rem; }

.review-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem; }
  .review-header img {
    max-width: 3rem;
    height: 3rem;
    margin: auto; }

.review-name {
  font-size: 1.75rem;
  padding-bottom: 1rem;
  width: 13rem;
  color: #5783FB;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.review-rating {
  display: block;
  margin: 0 auto;
  width: 10rem; }

.form-submit-text {
  text-align: center;
  padding: 2rem 1rem; }

.enrolment-steps-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding-top: 2rem; }
  .enrolment-steps-wrapper img {
    max-height: 6rem;
    margin: 1rem auto; }

.enrolment-element-wrapper {
  max-width: 18rem;
  margin: 0 2.5rem;
  text-align: center; }
