.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Merriweather, serif;
  color: #333;
  font-size: 16px;
  line-height: 1.6em;
}

h1 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 26px;
  line-height: 1.6em;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

.section-1 {
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.p-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

._1-title {
  padding-bottom: 32px;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 900;
}

._4-subtitle {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 26px;
  line-height: 1.6em;
}

._w-80 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

._w-60 {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}

._1-btn {
  margin-top: 24px;
  padding: 16px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #42005a;
  border-radius: 10px;
  background-color: transparent;
  color: #333;
  font-size: 18px;
}

._1-btn:hover {
  background-color: rgba(66, 0, 90, 0.3);
}

.section-2 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.85)), to(rgba(22, 22, 22, 0.85))), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.85), rgba(22, 22, 22, 0.85)), url('../images/hero.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: hsla(0, 0%, 100%, 0.9);
}

.purple-div {
  height: 5px;
  max-width: 120px;
  margin: 20px auto;
  background-color: #42005a;
}

.grid-col {
  position: relative;
  text-align: left;
}

.section-3 {
  padding-top: 70px;
  padding-bottom: 70px;
}

._3-link {
  color: #2e0031;
  font-size: 16px;
  text-decoration: none;
}

._3-link:hover {
  text-decoration: underline;
}

.section-4 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.85)), to(rgba(22, 22, 22, 0.85))), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.85), rgba(22, 22, 22, 0.85)), url('../images/hero.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: hsla(0, 0%, 100%, 0.9);
  text-align: center;
}

._4-text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.6em;
}

.section-5 {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.grid-2-col {
  margin-top: 50px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 41px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-subtitle {
  font-size: 26px;
  line-height: 1.6em;
}

._2-divider {
  height: 1px;
  margin: 40px auto;
  background-color: hsla(0, 0%, 100%, 0.6);
}

._2-title {
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 900;
}

._2-ordered-bullet {
  padding-bottom: 24px;
  font-size: 30px;
}

._2-list-content {
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.6em;
}

._2-button {
  padding: 16px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
  background-color: transparent;
  font-size: 18px;
}

._2-button:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}

._3-title {
  padding-bottom: 50px;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
}

._3-divider {
  display: none;
  height: 1px;
  margin: 20px auto;
  background-color: rgba(51, 51, 51, 0.5);
}

._3-grid-2-col {
  grid-column-gap: 40px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-course-name {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 28px;
  line-height: 1.6em;
  font-weight: 900;
}

._3-icon {
  padding-right: 8px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 16px;
}

._3-div-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3-divider-sm {
  height: 1px;
  margin: 30px auto;
  background-color: rgba(51, 51, 51, 0.2);
}

.section-6 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.85)), to(rgba(22, 22, 22, 0.85))), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.85), rgba(22, 22, 22, 0.85)), url('../images/hero.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: hsla(0, 0%, 100%, 0.9);
  text-align: center;
}

._6-title {
  padding-bottom: 40px;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
}

._6-button {
  margin-top: 20px;
  padding: 16px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
  background-color: transparent;
  font-size: 18px;
}

._6-button:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.section-7 {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

._6-icon {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 30px;
}

._7-button {
  margin-top: 24px;
  padding: 16px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #42005a;
  border-radius: 10px;
  background-color: transparent;
  color: #333;
  font-size: 18px;
}

._7-button:hover {
  background-color: rgba(66, 0, 90, 0.3);
}

._7-title {
  padding-bottom: 40px;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
}

.section-8 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.85)), to(rgba(22, 22, 22, 0.85))), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.85), rgba(22, 22, 22, 0.85)), url('../images/hero.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: hsla(0, 0%, 100%, 0.9);
  text-align: center;
}

._8-title {
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
}

._8-divider {
  width: 100px;
  height: 5px;
  margin: 20px auto 40px;
  background-color: #fff;
}

._8-subtitle {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 900;
}

.div-block {
  max-width: 70%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

._8-text {
  font-size: 18px;
  line-height: 1.6em;
}

._8-avatar {
  max-width: 180px;
  border-style: solid;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 100px;
}

._8-link {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

._8-link:hover {
  text-decoration: underline;
}

._8-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.8);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.8);
}

._8-icon {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 22px;
}

.section-9 {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

._9-title {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
}

._9-subtitle {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 26px;
  line-height: 1.6em;
}

.section-10 {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #202020;
  color: hsla(0, 0%, 100%, 0.9);
  text-align: center;
}

.tea-logo {
  width: 280px;
}

._1-enneagram-logo {
  width: 180px;
}

._3-button {
  margin-top: 24px;
  padding: 16px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #42005a;
  border-radius: 10px;
  background-color: transparent;
  color: #333;
  font-size: 18px;
}

._3-button:hover {
  background-color: rgba(66, 0, 90, 0.3);
}

._4-title {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
}

._5-title {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
}

._7-icon {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 30px;
}

._9-image {
  margin-bottom: 40px;
}

.featured-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.featured-image {
  width: 100px;
  margin-right: 30px;
  margin-left: 30px;
}

.testimonial-info-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #dbdbdb #dbdbdb #dbdbdb #6188bb;
  background-color: #fff;
}

.slider {
  min-height: 400px;
  background-color: #fff;
}

.testimonial-image {
  width: 55%;
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-image._3 {
  background-image: url('../images/stock-1.jpg');
  background-repeat: no-repeat;
}

.testimonial-image._1 {
  background-image: url('../images/testimonials.jpg');
  background-repeat: no-repeat;
}

.testimonial-info {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.testimonial-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow {
  left: -22px;
  width: 45px;
  height: 45px;
  padding: 10px;
  background-color: #6188bb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 17px;
}

.left-arrow:hover {
  opacity: 0.8;
}

.right-arrow {
  right: -22px;
  width: 45px;
  height: 45px;
  background-color: #6188bb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 17px;
}

.right-arrow:hover {
  opacity: 0.8;
}

.hidden-slider-nav {
  display: none;
}

.author-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

._7-testimonials {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 40px;
}

.testimonial-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #dbdbdb;
}

.author-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
}

.body {
  color: #242038;
}

.form {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.tea-input {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #42005a;
  border-radius: 8px;
  font-size: 18px;
}

._10-button {
  margin-top: 24px;
  padding: 16px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
  background-color: transparent;
  font-size: 24px;
  font-weight: 700;
}

._10-button:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.p-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

._10-subtitle {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 26px;
  line-height: 1.6em;
}

.ibf__col-left {
  text-align: left;
}

.ibf__button {
  margin-top: 20px;
  padding: 14px 30px;
  background-color: #6f4380;
  font-size: 14px;
}

.ibf__sep {
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(119, 99, 145, 0.6)), to(rgba(119, 99, 145, 0.6))), url('../images/separator.jpg');
  background-image: linear-gradient(180deg, rgba(119, 99, 145, 0.6), rgba(119, 99, 145, 0.6)), url('../images/separator.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ibf__logo {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}

.ibf__1 {
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: center;
}

.ibf__1-grid-2-col {
  margin-top: 50px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 41px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ibf__1-title {
  padding-bottom: 18px;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 900;
}

.ibf__2 {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #776391;
  color: #fff;
}

.ibf__2-grid-2-col {
  margin-top: 50px;
  margin-bottom: 40px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 60px;
  grid-row-gap: 41px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ibf__2-title {
  padding-bottom: 18px;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 900;
}

.list-item {
  list-style-type: square;
}

.ibf__2-subtitle {
  font-size: 20px;
  line-height: 1.6em;
}

.list {
  font-size: 20px;
  line-height: 1.5em;
}

.ibf__9 {
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: center;
}

.ibf__3 {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.ibf__3-grid-3-col {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ibf__3-title {
  padding-bottom: 18px;
  color: navy;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 900;
}

.ibf__3-subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4em;
}

.ibf__3-icon {
  font-family: 'Fa solid 900', sans-serif;
  color: #6188bb;
  font-size: 60px;
  line-height: 1.8em;
}

.span-small {
  font-size: 12px;
}

.ibf__4 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.5)), to(rgba(22, 22, 22, 0.5))), url('../images/stock-2.jpeg');
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.5), rgba(22, 22, 22, 0.5)), url('../images/stock-2.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: hsla(0, 0%, 100%, 0.9);
  text-align: right;
}

.ibf__4-subtitle {
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 1.4em;
}

.ibf__4-title {
  padding-bottom: 18px;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 900;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ibf__button-alt {
  margin-top: 20px;
  padding: 14px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #6188bb;
  font-size: 14px;
}

.ibf__5 {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.ibf__5-title {
  padding-bottom: 24px;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
}

.ibf__6 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f4f5f9;
  text-align: center;
}

.ibf__6-title {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
}

.image {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ibf__7 {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.ibf__7-button {
  margin-top: 20px;
  padding: 14px 30px;
  background-color: #6188bb;
  font-size: 14px;
}

.ibf__8 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.85)), to(rgba(22, 22, 22, 0.85))), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.85), rgba(22, 22, 22, 0.85)), url('../images/hero.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: hsla(0, 0%, 100%, 0.9);
  text-align: center;
}

.ibf__10 {
  padding-bottom: 70px;
  text-align: center;
}

.ibf__11 {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #6188bb;
  color: hsla(0, 0%, 100%, 0.9);
  text-align: center;
}

.ibf__10-button {
  display: inline-block;
  margin-top: 40px;
  padding: 14px 30px;
  background-color: #6f4380;
  font-size: 14px;
}

.ibf__11-subtitle {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  line-height: 1.6em;
}

.ibf_form {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.ibf__input {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 22px;
  border-radius: 8px;
  font-size: 16px;
}

.ibf__11-button {
  margin-top: 24px;
  padding: 12px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
}

.ibf__11-button:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.ibf__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ibf__8-title {
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
}

.ibf__8-divider {
  width: 100px;
  height: 5px;
  margin: 20px auto 40px;
  background-color: #fff;
}

.ibf__8-avatar {
  max-width: 180px;
  border-style: solid;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 100px;
}

.ibf__8-subtitle {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 900;
}

.ibf__8-small-text {
  font-size: 14px;
  line-height: 1.6em;
}

.ibf__8-text {
  font-size: 18px;
  line-height: 1.6em;
}

.ibf__8-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.8);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.8);
}

.ibf__8-icon {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 22px;
}

.ibf__8-link {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.ibf__8-link:hover {
  text-decoration: underline;
}

._8-icon-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 22px;
}

.text-span {
  color: #6f4380;
  font-weight: 700;
}

.ibf__3-grid-2-col {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ibf__1-title-copy {
  padding-bottom: 18px;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 900;
}

.testimonial-img {
  padding-top: 14px;
}

.ibf__4-button {
  margin-top: 20px;
  padding: 14px 30px;
  background-color: #fff;
  color: #6f4380;
  font-size: 14px;
  font-weight: 700;
}

.ibf__1-2 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #e7e7e7;
  text-align: center;
}

.ibf__1-2-title {
  padding-bottom: 24px;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
}

.ibf__1-2-subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4em;
}

.ibf__1-2-inner {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.ibf__1-2-arrow {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #6f4380;
  font-size: 24px;
}

.ibf__logo-inner {
  display: inline-block;
  width: 200px;
  margin-bottom: 22px;
  padding: 14px 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
}

.iea__logo-inner {
  margin-bottom: 18px;
}

.ibf__6-title-alt {
  color: #6f4380;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
}

.sec-1__grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-3 {
  display: none;
}

@media screen and (max-width: 991px) {
  ._w-60 {
    max-width: 80%;
  }

  .slider {
    min-height: 650px;
  }

  .testimonial-image {
    width: 100%;
  }

  .testimonial-info {
    position: static;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .testimonial-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form {
    width: 80%;
  }

  .ibf_form {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  ._1-title {
    font-size: 28px;
  }

  ._4-subtitle {
    font-size: 22px;
  }

  ._w-60 {
    max-width: 100%;
  }

  .grid-2-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-subtitle {
    font-size: 22px;
  }

  ._2-title {
    font-size: 32px;
  }

  ._3-title {
    font-size: 32px;
  }

  ._3-grid-2-col {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  ._3-course-name {
    font-size: 24px;
  }

  ._7-title {
    font-size: 26px;
  }

  ._8-title {
    font-size: 32px;
  }

  .div-block {
    max-width: 90%;
  }

  ._8-link {
    line-height: 1.4em;
  }

  ._9-title {
    font-size: 32px;
  }

  ._4-title {
    font-size: 32px;
  }

  ._5-title {
    font-size: 32px;
  }

  ._10-button {
    width: 100%;
    font-size: 18px;
  }

  .course-grid-col {
    display: none;
  }

  .ibf__col-left {
    text-align: center;
  }

  .ibf__1-grid-2-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ibf__1-title {
    font-size: 26px;
  }

  .ibf__2-grid-2-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ibf__2-title {
    font-size: 26px;
  }

  .list-item {
    font-size: 18px;
  }

  .ibf__2-subtitle {
    font-size: 18px;
  }

  .ibf__3-grid-3-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ibf__3-title {
    font-size: 28px;
  }

  .ibf__3-subtitle {
    font-size: 22px;
  }

  .ibf__4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.2)), to(rgba(22, 22, 22, 0.2)));
    background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.2), rgba(22, 22, 22, 0.2));
    background-position: 0px 0px;
    color: rgba(24, 23, 23, 0.9);
    text-align: center;
  }

  .ibf__4-subtitle {
    font-size: 22px;
  }

  .ibf__4-title {
    font-size: 26px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ibf__button-alt {
    width: 100%;
    text-align: center;
  }

  .ibf__5-title {
    font-size: 26px;
  }

  .ibf__6-title {
    font-size: 26px;
  }

  .ibf__11-button {
    width: 100%;
    font-size: 18px;
  }

  .ibf__8-title {
    font-size: 26px;
  }

  .ibf__8-link {
    line-height: 1.4em;
  }

  .div-block-2 {
    display: none;
  }

  .ibf__3-grid-2-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ibf__1-title-copy {
    font-size: 26px;
  }

  .ibf__1-2-title {
    font-size: 24px;
  }

  .ibf__1-2-subtitle {
    font-size: 18px;
  }

  .ibf__1-2-inner {
    width: 90%;
  }

  .ibf__6-title-alt {
    font-size: 26px;
  }

  .sec-1__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    display: none;
  }

  .image-3 {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .testimonial-info-inner {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .testimonial-info {
    margin-top: -75px;
  }

  .left-arrow {
    left: 20%;
    top: auto;
    right: auto;
    bottom: -2%;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 20%;
    bottom: -2%;
  }

  ._7-testimonials {
    position: relative;
  }

  .testimonial-text {
    font-size: 20px;
    line-height: 30px;
  }

  ._10-button {
    font-size: 14px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ibf__11-button {
    font-size: 14px;
  }

  .div-block-2 {
    display: none;
  }
}

#w-node-_96b39026-50ad-1f6b-3fab-1b1380b68c7a-4acdeeec {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}