.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;
}

body {
  font-family: Calibri, sans-serif;
  color: navy;
  font-size: 18px;
  line-height: 1.4em;
  text-align: left;
}

p {
  margin-bottom: 10px;
  font-family: Calibri, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
}

a {
  color: #e79100;
  text-decoration: none;
}

.c-color-item {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #666;
  background-color: #6c757d;
}

.c-color-item.color2 {
  border-style: solid;
  border-width: 2px;
  border-color: #666;
  background-color: #393939;
}

.c-color-item.color1 {
  background-color: #f0f1f2;
}

.c-color-item.color4 {
  background-color: #e79100;
}

.c-color-item.color3 {
  background-color: navy;
}

.c-color-item.cplor5 {
  background-color: #0490d5;
}

.c-color-item.color6 {
  background-color: #eeeff3;
}

.c-color-item.color7 {
  background-color: #1483d3;
}

.c-color-item.color8 {
  background-color: #fff;
}

.c-colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(82, 156, 50, 0);
}

.l-width-25per {
  max-width: 25%;
}

.l-container {
  width: 85%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Droid Serif', serif;
  font-size: 1em;
}

.c-color-discription {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.l-4-col-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.l-section.is--pading-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-color-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.text-block {
  background-color: #f0f1f2;
}

.l-3-col-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.l-width-33per {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: auto;
  max-width: none;
  margin-bottom: 40px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bold-text {
  font-family: Calibrib;
  font-weight: 400;
}

.heading2-orange {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Calibri, sans-serif;
  color: #e79100;
  font-size: 1.4em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.heading2-orange.button-margin-5 {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: center;
}

.heading2-orange.button-margin-20 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.heading2-orange.button-margin-40 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.heading2-orange.tm-szidhi {
  max-width: 310px;
}

.section {
  position: relative;
  width: auto;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.logo-wrapper {
  display: block;
  padding-top: 12px;
  padding-left: 0px;
}

.menu-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  display: block;
}

.reference-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 1000px;
  height: 2115px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/home-reference.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-weight: 400;
}

.site-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 1000px;
  height: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.79fr 1fr 0.52fr;
  grid-template-columns: 0.79fr 1fr 0.52fr;
  -ms-grid-rows: auto 60px minmax(auto, auto) 538px 1fr auto auto 120px auto auto;
  grid-template-rows: auto 60px minmax(auto, auto) 538px 1fr auto auto 120px auto auto;
}

.main-slider-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-content-wrapper-left {
  padding-top: 8px;
  padding-right: 25px;
}

.main-content-wrapper-middle {
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
}

.main-content-wrapper-right {
  padding-top: 8px;
  padding-right: 21px;
  padding-left: 20px;
}

.horizontal-divider {
  width: 70%;
  height: auto;
  margin: 20px auto;
  background-color: transparent;
}

.maximizing-intelligence-wrapper {
  display: block;
  height: auto;
  padding-top: 0px;
  text-align: center;
}

.links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.footer-wrapper {
  text-align: center;
}

.logo-text {
  display: block;
  margin-top: 5px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #1483d3;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.tm-logo {
  display: block;
  margin-right: 9px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.tm-logo._2 {
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.logo-holder._1st-page {
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4em;
  text-align: left;
}

.logo-holder._1st-page.mobile {
  display: none;
}

.heading-text {
  color: #3695d9;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  background-color: #f0f1f2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2d2), to(#fffffc));
  background-image: linear-gradient(180deg, #fff2d2, #fffffc);
}

.navbar.home {
  position: relative;
  top: 0px;
  z-index: 0;
  margin-bottom: 0px;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Calibri, sans-serif;
  color: #0490d5;
  font-weight: 700;
  letter-spacing: 0px;
}

.nav-link.w--current {
  color: #0490d5;
}

.hero-slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slider-nav {
  display: none;
}

.image {
  display: block;
  height: 100%;
}

.slider-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.maharishi-text {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  font-family: Calibri, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  font-style: italic;
  font-weight: 400;
  text-shadow: 1px 0 1px rgba(0, 0, 128, 0.5);
}

.paragrap-wrapper {
  margin-top: 45px;
  padding-right: 0px;
}

.paragrap-wrapper.extra-top-margin {
  margin-top: 35px;
  padding-right: 0px;
  line-height: 1.4em;
}

.paragrap-wrapper.no-top-margin {
  margin-top: 0px;
  margin-bottom: 10px;
}

.text-span {
  color: #e79100;
  font-weight: 400;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
}

.paragraph.button-margin-less {
  display: block;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.paragraph.top-margin20 {
  margin-top: 20px;
}

.paragraph.top-margin20.indented {
  padding-left: 50px;
}

.paragraph.button-margin-40 {
  margin-bottom: 40px;
}

.text-span-2 {
  margin-right: 14px;
  font-family: Wingding, sans-serif;
  color: #e79100;
  line-height: 0.8em;
}

.link-block {
  display: block;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #e79100;
  font-weight: 700;
  text-decoration: none;
}

.link-block._50perc {
  display: block;
  width: 50%;
  height: auto;
  margin-bottom: 10px;
  padding-left: 152px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.link-block._50perc.right {
  padding-left: 55px;
}

.link-block._50perc.left {
  padding-left: 20px;
}

.link-block._50perc.right2 {
  padding-left: 60px;
  text-align: left;
}

.link-block.no-indent {
  display: block;
  margin-bottom: 10px;
  padding-left: 0px;
}

.link-block.botton-margin25 {
  display: block;
  margin-bottom: 25px;
}

.link-block.botton-margin-60 {
  display: block;
  margin-bottom: 60px;
}

.link-block.botton-margin-10 {
  display: block;
  margin-bottom: 10px;
}

.link-block.lear-more {
  display: block;
  margin-top: 10px;
  padding-left: 80px;
  text-align: left;
}

.text-block-2 {
  display: inline;
}

.image-2 {
  margin-right: 5px;
  margin-bottom: 3px;
}

.take-first-step {
  width: 330px;
  height: auto;
  margin: 30px auto 25px;
  padding: 20px 16px;
  border-radius: 30px;
  background-color: #eeeff3;
}

.large-text {
  color: #e79100;
  font-size: 1.9em;
  font-weight: 400;
  text-align: center;
}

.find-tm-center {
  display: block;
  margin-top: 20px;
  color: navy;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
}

.click-here {
  color: #e79100;
  text-decoration: none;
}

.right-side-grey-container {
  display: block;
  margin-bottom: 20px;
  padding: 15px 12px;
  border-radius: 25px;
  background-color: #eeeff3;
  text-align: center;
}

.right-side-grey-container.centered-content {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #eeeff3;
  text-align: center;
}

.right-side-grey-container.centered-content.padding10 {
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-radius: 25px;
}

.right-side-grey-container.centered-content.home-page {
  display: none;
}

.right-side-grey-container.take-the-first-step-right {
  padding: 20px 10px 30px;
  border-radius: 25px;
  text-align: center;
}

.right-side-grey-container.take-the-first-step-right.desktop {
  display: none;
}

.right-side-grey-container.desktop2 {
  display: none;
}

.right-side-grey-container.home-page {
  display: none;
}

.blue-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 400;
}

.blue-heading.centered {
  line-height: 1.3em;
  text-align: center;
}

.research-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 24px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #1483d3;
  color: #eeeff3;
  text-decoration: none;
}

.research-button.iltalian {
  width: auto;
  height: auto;
}

.research-button.russian {
  width: 160px;
}

.image-3 {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.research-button-text {
  margin-left: 10px;
  line-height: 1em;
}

.play-button-circle {
  position: absolute;
  left: 7%;
  top: 39%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e79100;
}

.play-button-circle._2 {
  left: 14%;
  top: auto;
  right: auto;
  bottom: 12%;
}

.play-button-circle.national-tv {
  top: 40%;
  width: 40px;
  height: 40px;
  -webkit-transition: background-color 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: background-color 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), background-color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), background-color 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.play-button-circle.national-tv:hover {
  background-color: #f7a928;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.play-button-circle.yfc {
  left: 5%;
  top: auto;
  right: auto;
  bottom: 18%;
  width: 100px;
  height: 100px;
  -webkit-transition: background-color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: background-color 200ms cubic-bezier(.55, .085, .68, .53);
}

.play-button-circle.yfc:hover {
  background-color: #f7a928;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.play-button-circle.maharishi2 {
  left: 10%;
  top: 62%;
  width: 40px;
  height: 40px;
}

.play-button-circle.video1 {
  left: 6%;
  top: 39%;
  width: 40px;
  height: 40px;
}

.play-button-circle.video5 {
  left: 6%;
  top: auto;
  right: 0%;
  bottom: 16%;
  width: 40px;
  height: 40px;
}

.play-button-circle._5 {
  top: 54%;
}

.play-button-circle._6 {
  left: 7%;
  top: auto;
  right: auto;
  bottom: 18%;
  width: 40px;
  height: 40px;
  -webkit-transition: background-color 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: background-color 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), background-color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), background-color 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.play-button-circle._6:hover {
  background-color: #f7a928;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.play-button-triangle {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  background-color: transparent;
}

.play-button-triangle.ntv {
  width: 20px;
  height: 20px;
  margin-left: 9px;
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 18px;
}

.play-button-triangle.yfc {
  position: absolute;
  left: 30px;
  width: 60px;
  height: 60px;
  border-top-width: 35px;
  border-bottom-width: 35px;
  border-left-width: 50px;
}

.img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 128px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/wp840a27e5_05_06.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.img-wrapper.hagelin {
  margin-bottom: 10px;
  background-image: url('../images/wp9a6aa395_06.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.david-lynch {
  background-image: url('../images/maharishi-ji.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.kulreet {
  background-image: url('../images/wp7ba10ae5_06.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.dimitrios {
  background-image: url('../images/wped478f12_05_06.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.heather {
  background-image: url('../images/Heather-Heartnett---Total-Brain-page.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.jane-trevelyan {
  padding-top: 150px;
  background-image: url('../images/wp0fde9705_05_06.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.personal-exp {
  padding-top: 170px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/wp78879b66_06.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-wrapper.jeremy {
  background-image: url('../images/wp0d683bef_06.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.ed-malloy {
  padding-top: 170px;
  background-image: url('../images/wpd4cbd970_06.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.sarina-grosswald {
  padding-top: 145px;
  background-image: url('../images/wp15a028ed_05_06.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.angela-lynch {
  background-image: url('../images/wp0231dd7c_05_06.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.frank-dichara {
  background-image: url('../images/wpc1affd63_05_06.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.peter-beach {
  padding-top: 130px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/wpf2f5c17e_05_06.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.jane-trevelyan {
  padding-top: 130px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/wp169519c3_05_06.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.david-orme-johnson {
  padding-top: 141px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/513.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.karen-jordan {
  padding-top: 160px;
  background-image: url('../images/wp54f8fde5_05_06.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper.asher-fergusson {
  background-image: url('../images/wp63fa71c4_05_06.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.copyright-text {
  text-align: center;
}

.legal-details {
  display: block;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image-5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.two-col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.two-col-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.two-col-right {
  width: auto;
  max-width: 25%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 25px;
  text-align: center;
}

.take-the-first-step-text {
  margin-top: 0px;
  color: #e79100;
  font-size: 1.7em;
  font-weight: 400;
}

.bold-blue-text {
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}

.bold-blue-text.smaller {
  font-size: 1em;
}

.bold-blue-text.smaller.margins {
  margin-top: 20px;
  margin-bottom: 20px;
}

.qoutation-text-italic {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-style: italic;
  text-align: left;
}

.side-img {
  width: 100%;
  height: auto;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 30px;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.side-img.desktop {
  display: none;
}

.side-img.small {
  width: 80%;
  height: 300px;
  border-radius: 25px;
}

._2-col-wrapper-not-equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._2-col-wrapper-not-equal._20-button-margin {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._2-col-wrapper-not-equal._20-button-margin.testimonial {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mmy-text {
  margin-top: 16px;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
}

.what-is-tms-right {
  position: relative;
  width: 75%;
  max-width: none;
  min-width: auto;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.what-is-tms-right.left-padding {
  padding-left: 10px;
}

.find-out-more-left {
  position: relative;
  width: auto;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.find-out-more-left._2 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.find-out-more-left._3 {
  width: 190px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.find-out-more-left.two-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.find-out-more-left._4 {
  width: 190px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.yogic-flying-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.yogic-flying-img-wrapper.vertical {
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yogic-flyers-img {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold-blue-heading {
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 1em;
}

.content-wraper {
  position: relative;
  margin-bottom: 40px;
}

.content-wraper._60-button-margin {
  margin-bottom: 40px;
}

.content-wraper._60-button-margin.mobile {
  display: none;
}

.content-wraper._40-button-margin {
  margin-bottom: 40px;
}

.content-wraper.centered {
  text-align: center;
}

.content-wraper._10-button-margin-copy {
  margin-bottom: 10px;
}

.content-wraper.no-button-margin {
  margin-bottom: 10px;
}

.find-out-more-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.find-out-more-links.left-padding-less {
  margin-top: -7px;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.find-out-more-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  margin-bottom: 8px;
}

.maharishi-img {
  margin-top: 6px;
}

.tmufimg {
  max-width: none;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  clear: none;
  border-radius: 5px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.logos-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.maharishi-logo-text {
  display: inline;
  width: auto;
  margin-right: 0px;
  margin-left: 13px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 16px;
  line-height: 1.1em;
}

.top-maharishi-img {
  display: inline-block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.two-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-right: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.two-links.botton-margin-less {
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-side-two-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.left-side-two-col.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.left-side-two-col.button-margin20 {
  margin-bottom: 20px;
}

.left-side-two-col-child {
  position: relative;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.left-side-two-col-child.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  display: inline-block;
  width: 100%;
  max-width: none;
}

.caption {
  display: inline-block;
  margin-top: 5px;
  margin-right: 18px;
  margin-left: 18px;
}

.caption.tm {
  margin-left: 42px;
}

.caption.tm.danish {
  display: inline-block;
  margin-right: 0px;
}

.caption.danish {
  margin-left: 0px;
}

.caption-italic {
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: left;
}

.caption-italic.pos-abs {
  position: absolute;
  left: 10px;
  top: auto;
  right: 0%;
  bottom: 26px;
}

.caption-italic.pos-abs-2 {
  position: absolute;
  left: 10px;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.caption-italic.indented-caption {
  padding-left: 60px;
}

.caption-italic.centered {
  text-align: center;
}

.caption-italic.centered.side {
  margin-bottom: 20px;
  line-height: 1.7em;
}

.lightbox-link {
  width: 100%;
  padding-right: 0px;
}

.lightbox-link.improved-physical-health {
  padding-right: 0px;
}

.lightbox-link.improved-physical-health._2 {
  margin-top: 20px;
  padding-right: 20px;
}

.lightbox-link.centered {
  width: 50%;
}

.image-10 {
  display: block;
  width: 100%;
}

.click-to-enlarge {
  margin-top: 10px;
  line-height: 1.2em;
  text-align: center;
}

.optimizing-brain-functioning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-11 {
  display: block;
  margin-bottom: 10px;
}

.unified-field-chart {
  max-width: 100%;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
  text-align: left;
}

.yf-competition {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.four-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bullets-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area";
  -ms-grid-columns: auto 0px 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.testimonial-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.find-out-more-two-col-child {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.find-out-more-two-col-child.left-align {
  text-align: left;
}

.maharishi-ayurveda {
  color: #e79100;
  font-weight: 400;
  text-decoration: none;
}

.divider-line {
  width: 60%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  background-color: navy;
}

.narrower {
  display: inline-block;
  padding-right: 30px;
}

.paragraph-with-lightbox {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
}

.paragraph-with-lightbox._2 {
  display: inline;
  margin-left: 5px;
}

.text-block-4 {
  display: inline-block;
}

.text-lightbox-wrapper {
  margin-top: 20px;
}

.list {
  padding-left: 50px;
  font-size: 1em;
}

.orange-text {
  color: #e79100;
}

.side-video-lightbox {
  width: 95%;
  border-radius: 15px;
  background-image: url('../images/wp9929519d_05_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-video-lightbox.video1 {
  position: relative;
  margin-bottom: 25px;
  padding-top: 115px;
}

.side-video-lightbox.video2 {
  position: relative;
  margin-bottom: 25px;
  padding-top: 115px;
  background-image: url('../images/Bali-schools-flying.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-video-lightbox.video3 {
  position: relative;
  width: 80%;
  margin-bottom: 25px;
  padding-top: 115px;
  background-image: url('../images/wp5769d92e_05_06.jpg');
}

.side-video-lightbox.video4 {
  position: relative;
  width: 80%;
  margin-bottom: 25px;
  padding-top: 115px;
  background-image: url('../images/wp63fa71c4_05_06.jpg');
}

.side-video-lightbox.video5 {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 90%;
  height: 30px;
  margin-bottom: 10px;
  padding-top: 190px;
  background-image: url('../images/Bali-schools-flying.jpg');
  background-size: 180px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.side-video-lightbox.video6 {
  position: relative;
  width: 90%;
  margin-bottom: 10px;
  padding-top: 150px;
  background-image: url('../images/wp7e9b1b52_05_06.jpg');
  background-position: 50% 0%;
}

.side-video-lightbox.video7 {
  position: relative;
  margin-bottom: 10px;
  padding-top: 115px;
  border-radius: 15px;
  background-image: url('../images/wpea6d7f89_06.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.side-video-lightbox.video8 {
  position: relative;
  margin-bottom: 10px;
  padding-top: 115px;
  border-radius: 15px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.side-video-lightbox.video8 {
  position: relative;
  margin-bottom: 10px;
  padding-top: 115px;
  background-image: url('../images/wp840a27e5_05_06.jpg');
}

.side-video-lightbox.video9 {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 200px;
  background-image: url('../images/wp15c0c95c_06.png');
  background-size: cover;
}

.side-video-lightbox.video10 {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 140px;
  background-image: url('../images/maharishi-ji.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.side-video-lightbox.video11 {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 185px;
  border-radius: 5px;
  background-image: url('../images/wp3a95de65_06.png');
  background-size: cover;
}

.side-video-lightbox.video12 {
  position: relative;
  margin-bottom: 10px;
  padding-top: 150px;
  background-image: url('../images/wp48c54f0c_06.png');
}

.side-video-lightbox.video13 {
  position: relative;
  margin-bottom: 10px;
  padding-top: 145px;
  background-image: url('../images/wpf9830b90_06.png');
}

.side-video-lightbox.video14 {
  position: relative;
  width: 90%;
  margin-bottom: 10px;
  padding-top: 164px;
  background-image: url('../images/wpe20d0acb_06.png');
  background-position: 50% 0%;
}

.side-video-lightbox.video15 {
  position: relative;
  width: 95%;
  margin-bottom: 10px;
  padding-top: 150px;
  background-image: url('../images/maharishi-ji.jpg');
  background-position: 50% 0%;
}

.side-video-lightbox.video16 {
  position: relative;
  width: 90%;
  margin-bottom: 10px;
  padding-top: 160px;
  background-image: url('../images/Maharishi3.JPG');
  background-position: 50% 0%;
}

.side-video-lightbox.video17 {
  position: relative;
  width: 90%;
  margin-bottom: 10px;
  padding-top: 160px;
  background-image: url('../images/220px-MaharishiMaheshYogi-06.jpg');
  background-position: 50% 0%;
}

.side-video-lightbox.video19 {
  position: relative;
  width: 90%;
  margin-bottom: 0px;
  padding-top: 130px;
  background-image: url('../images/wp9929519d_05_06.jpg');
  background-position: 50% 0%;
}

.side-video-lightbox.video20 {
  position: relative;
  width: 90%;
  margin-bottom: 0px;
  padding-top: 130px;
  background-image: url('../images/220px-MaharishiMaheshYogi-06.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.side-video-lightbox.video21 {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 190px;
  background-image: url('../images/wpa6d2347f_06.png');
  background-position: 50% 0%;
}

.side-video-lightbox.video22 {
  position: relative;
  width: 80%;
  margin-bottom: 0px;
  padding-top: 200px;
  background-image: url('../images/maharishi-mahesh-yogi-03.jpg');
  background-position: 50% 0%;
}

.side-video-lightbox.video23 {
  position: relative;
  width: 70%;
  margin-bottom: 0px;
  padding-top: 200px;
  background-image: url('../images/wp20147f0e_05_06.jpg');
}

.side-video-lightbox.video23 {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 220px;
  background-image: url('../images/wp15c0c95c_06.png');
  background-position: 50% 0%;
}

.side-video-lightbox.video24 {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 210px;
  background-image: url('../images/wp4274fee9_06.png');
  background-position: 50% 0%;
}

.side-video-lightbox.video23-copy {
  position: relative;
  width: 80%;
  margin-bottom: 0px;
  padding-top: 200px;
  background-image: url('../images/wpd40340bd_06.png');
  background-position: 50% 39%;
}

.side-video-lightbox.video25 {
  position: relative;
  width: 90%;
  margin-bottom: 10px;
  padding-top: 140px;
  background-image: url('../images/wpea6d7f89_06.png');
  background-size: cover;
}

.side-video-lightbox.video26 {
  position: relative;
  width: 90%;
  margin-bottom: 10px;
  padding-top: 140px;
  background-image: url('../images/wpea6d7f89_06.png');
  background-size: cover;
}

.side-video-lightbox.video27 {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 180px;
  background-image: url('../images/Maharishi2.jpg');
  background-position: 50% 0%;
}

.side-video-lightbox.video28 {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 180px;
  background-image: url('../images/Maharishi2.jpg');
  background-position: 50% 0%;
}

.side-video-lightbox.video29 {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 180px;
  background-image: url('../images/wp3a95de65_06.png');
  background-position: 50% 0%;
}

.side-chart-lightbox {
  width: 100%;
}

.quation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.decreased-war-list {
  padding-left: 25px;
  color: #630;
  font-size: 0.7em;
  font-weight: 400;
}

.quation {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

.profesors-text-wrapper-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.side-img-container {
  display: none;
  width: 220px;
  height: 500px;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 111px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon {
  display: none;
}

.test-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f0f1f2;
}

.nav-bar-container {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #0490d5;
}

.drop-down-menu {
  padding: 0px;
  color: #0490d5;
  font-weight: 700;
}

.nav-link2 {
  margin-right: 16px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #0490d5;
  font-weight: 700;
}

.nav-link2.w--current {
  color: #0490d5;
}

.dropdown-list-2 {
  margin-top: 0px;
  border: 1px solid #fff;
}

.dropdown-list-2.w--open {
  position: absolute;
  left: -10px;
  margin-top: 0px;
  border-width: 2px;
  background-color: #f0f1f2;
  text-align: center;
}

.dropdown-list-2.benefits.w--open {
  left: -63px;
}

.dropdown-link2 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #0490d5;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.dropdown-link2:hover {
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.dropdown-link2.w--current {
  color: #0490d5;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-img {
  margin-bottom: 10px;
  border-radius: 5px;
}

.yogic-fliyers-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-img-container {
  position: relative;
  width: auto;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.professor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bold-text-2 {
  font-size: 1.2em;
}

.r-symbol {
  display: inline-block;
  margin-top: 0px;
  margin-left: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  font-size: 0.5em;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #1483d3;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.heading-subtext {
  margin-bottom: 20px;
  color: #3695d9;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.heading-subtext.navbar {
  display: none;
}

.maharishi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.maharishi.mobile {
  display: none;
}

.flag {
  display: none;
}

.language-selection {
  position: absolute;
  left: auto;
  top: 40px;
  right: 0%;
  bottom: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
}

.language-selection.navbar {
  position: relative;
  top: 0px;
  display: block;
  width: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.icon-4 {
  left: 0%;
  top: 16px;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 54px;
  color: #1483d3;
}

.dropdown-toggle {
  display: block;
  padding: 0px 40px 0px 0px;
}

.countries-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0490d5;
  font-weight: 700;
}

.dropdown-flags {
  margin-right: 10px;
}

.language-dropdown {
  top: 40px;
  padding-right: 1px;
  padding-left: 1px;
}

.language-dropdown.w--open {
  right: 0px;
  width: auto;
  min-width: 150px;
  margin-top: -5px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 10px 0px 10px 10px;
  border: 2px solid #fff;
  background-color: #f0f1f2;
}

.language-dropdown.navbar {
  position: absolute;
  top: 50px;
  display: none;
}

.dropdown {
  margin-right: 15px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.html-embed {
  width: 100%;
  border-radius: 5px;
}

.image-16 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .l-container {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .l-width-33per {
    width: 80%;
  }
  .heading2-orange.tm-szidhi {
    max-width: none;
  }
  .logo-wrapper {
    display: block;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99;
    margin-bottom: 0px;
  }
  .site-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }
  .main-slider-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .main-content-wrapper-left {
    padding-right: 0px;
  }
  .main-content-wrapper-middle {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-content-wrapper-right {
    display: none;
  }
  .horizontal-divider.home {
    display: none;
  }
  .text-program-for-enlight-wrapper {
    margin-bottom: 20px;
  }
  .logo-text {
    font-size: 0.8em;
    line-height: 1.2;
    text-align: center;
  }
  .tm-logo {
    margin-bottom: 10px;
  }
  .logo-holder._1st-page {
    display: none;
    text-align: center;
  }
  .logo-holder._1st-page.mobile {
    display: block;
  }
  .heading-text {
    display: none;
    font-size: 1.2em;
  }
  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-slider {
    width: auto;
    height: auto;
  }
  .paragrap-wrapper {
    margin-top: 0px;
  }
  .paragrap-wrapper.extra-top-margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .link-block._50perc {
    padding-left: 0px;
  }
  .take-first-step {
    width: 50%;
    border-radius: 15px;
  }
  .right-side-grey-container {
    display: block;
    margin-bottom: 0px;
  }
  .right-side-grey-container.centered-content {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
  }
  .right-side-grey-container.centered-content.home-page {
    display: block;
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .right-side-grey-container.take-the-first-step-right.desktop {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .right-side-grey-container.desktop2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .right-side-grey-container.desktop2.video {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .right-side-grey-container.desktop2.video.smaller {
    width: 50%;
  }
  .right-side-grey-container.desktop2.video.dl {
    width: 50%;
  }
  .right-side-grey-container.home-page {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
  }
  .blue-heading {
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .blue-heading.centered {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .research-button {
    margin-top: 10px;
  }
  .img-wrapper.david-lynch {
    display: block;
  }
  .two-col-right {
    display: none;
  }
  .bold-blue-text {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .bold-blue-text.smaller {
    text-align: left;
  }
  .bold-blue-text.centerd {
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .qoutation-text-italic {
    margin-bottom: 10px;
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .qoutation-text-italic.no-button-magin {
    margin-bottom: 0px;
  }
  .qoutation-text-italic.centered {
    text-align: center;
  }
  .side-img.desktop {
    display: block;
    width: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 5px;
  }
  .side-img.desktop.button-margin-20 {
    margin-bottom: 20px;
  }
  ._2-col-wrapper-not-equal._20-button-margin.testimonial {
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._2-col-wrapper-not-equal._20-button-margin.testimonial.professor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mmy-text {
    display: none;
  }
  .what-is-tms-right {
    width: 70%;
  }
  .find-out-more-left.two-col {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .find-out-more-left.two-col._2 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .yogic-flying-img-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .yogic-flying-img-wrapper.vertical {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .yogic-flyers-img {
    border-radius: 15px;
  }
  .content-wraper {
    display: block;
    margin-bottom: 20px;
  }
  .content-wraper._60-button-margin {
    margin-bottom: 20px;
  }
  .content-wraper._60-button-margin.mobile {
    display: block;
  }
  .content-wraper._60-button-margin.mobile._60-button {
    margin-bottom: 60px;
  }
  .content-wraper._40-button-margin {
    margin-bottom: 20px;
  }
  .content-wraper.centered {
    margin-bottom: 20px;
  }
  .content-wraper.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .content-wraper.no-button-margin {
    margin-bottom: 0px;
  }
  .find-out-more-links {
    padding-left: 70px;
  }
  .find-out-more-links.left-padding-less {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .find-out-more-wrapper {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .maharishi-img {
    display: none;
  }
  .logos-wrapper {
    margin-top: 50px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .two-links {
    margin-bottom: 20px;
  }
  .lightbox-link.centered {
    width: 100%;
  }
  .testimonial-text-wrapper {
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .find-out-more-two-col-child.left-align {
    margin-bottom: 10px;
    text-align: center;
  }
  .find-out-more-two-col-child.left-align.mobile {
    display: none;
  }
  .side-video-lightbox.video1 {
    width: 100%;
    padding-top: 270px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .side-video-lightbox.video2 {
    width: 100%;
    padding-top: 220px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .side-video-lightbox.video3 {
    width: 100%;
    padding-top: 250px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .side-video-lightbox.video4 {
    width: 100%;
    padding-top: 250px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .side-video-lightbox.video5 {
    width: 100%;
    padding-top: 320px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-position: 50% 50%;
    background-size: cover;
  }
  .side-video-lightbox.video6 {
    width: 100%;
    padding-top: 300px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .side-video-lightbox.video7 {
    width: 100%;
    padding-top: 250px;
    background-size: cover;
  }
  .side-video-lightbox.video8 {
    padding-top: 250px;
  }
  .side-video-lightbox.video9 {
    width: 100%;
    padding-top: 370px;
    background-position: 50% 0%;
  }
  .side-video-lightbox.video10 {
    width: 100%;
    padding-top: 275px;
    background-image: url('../images/maharishi-ji.jpg');
    background-position: 50% 0%;
  }
  .side-video-lightbox.video12 {
    width: 100%;
    padding-top: 290px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .side-video-lightbox.video13 {
    width: 100%;
    padding-top: 300px;
  }
  .side-video-lightbox.video14 {
    width: 100%;
    padding-top: 100%;
  }
  .side-video-lightbox.video15 {
    padding-top: 250px;
  }
  .side-video-lightbox.video16 {
    width: 95%;
    padding-top: 293px;
  }
  .side-video-lightbox.video17 {
    width: 95%;
    padding-top: 350px;
  }
  .side-video-lightbox.video19 {
    width: 75%;
    padding-top: 180px;
  }
  .side-video-lightbox.video20 {
    padding-top: 180px;
  }
  .side-video-lightbox.video22 {
    width: 100%;
    padding-top: 400px;
  }
  .side-video-lightbox.video23 {
    padding-top: 400px;
  }
  .side-video-lightbox.video23 {
    padding-top: 220px;
  }
  .side-video-lightbox.video23-copy {
    padding-top: 400px;
  }
  .side-video-lightbox.video25 {
    width: 100%;
    padding-top: 275px;
    background-image: url('../images/wpe68ac3ed_05_06.jpg');
    background-position: 50% 0%;
  }
  .side-video-lightbox.video26 {
    width: 100%;
    padding-top: 340px;
    background-image: url('../images/wpd40340bd_06.png');
    background-position: 50% 0%;
    background-size: cover;
  }
  .quation-wrapper {
    width: 100%;
    margin-top: 10px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .quation {
    text-align: left;
  }
  .profesors-text-wrapper-copy {
    padding-left: 20px;
  }
  .navbar-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .navbar-wrapper.home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .nav-menu-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #0490d5;
  }
  .testimonial-img {
    margin-bottom: 0px;
  }
  .testimonial-img-wrapper {
    display: block;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mobile-content-wrapper {
    padding-left: 0px;
  }
  .flyers-img-wrapper {
    width: 30%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .yogic-fliyers-img-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .professor-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
  }
  .header {
    position: relative;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .header-text {
    display: none;
    margin-bottom: 10px;
    font-size: 1.3em;
    line-height: 1.2;
  }
  .heading-subtext {
    display: block;
    margin-bottom: 0px;
    font-size: 1.2em;
  }
  .heading-subtext.navbar {
    position: static;
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1.4em;
  }
  .icon-2 {
    color: #1483d3;
  }
  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-button-2 {
    margin-right: 20px;
    padding: 10px;
  }
  .icon-3 {
    color: #1483d3;
  }
  .language-selection.navbar {
    position: static;
  }
  .language-dropdown {
    position: absolute;
  }
  .language-dropdown.w--open {
    position: absolute;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .l-container {
    max-width: none;
  }
  .l-width-33per {
    width: 100%;
  }
  .heading2-orange {
    margin-bottom: 20px;
  }
  .section {
    max-width: none;
  }
  .main-slider-wrapper {
    height: 300px;
  }
  .horizontal-divider {
    margin-top: 0px;
  }
  .links-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-program-for-enlight-wrapper {
    margin-bottom: 10px;
  }
  .logo-text {
    font-size: 0.7em;
  }
  .heading-text {
    font-size: 1em;
  }
  .navbar {
    margin-bottom: 10px;
  }
  .hero-slider-mask {
    overflow: hidden;
  }
  .image {
    height: auto;
  }
  .slider-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph {
    margin-bottom: 10px;
  }
  .paragraph.button-margin-less {
    margin-bottom: 10px;
  }
  .paragraph.no-button-margin {
    margin-bottom: 0px;
  }
  .link-block {
    margin-bottom: 10px;
    padding-left: 0px;
  }
  .link-block._50perc {
    width: 100%;
  }
  .link-block._50perc.right {
    padding-left: 0px;
  }
  .link-block._50perc.right2 {
    padding-left: 20px;
  }
  .link-block.lear-more {
    padding-left: 0px;
  }
  .take-first-step {
    width: 100%;
    text-align: center;
  }
  .right-side-grey-container.centered-content.home-page {
    width: 60%;
  }
  .right-side-grey-container.desktop2 {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .right-side-grey-container.desktop2.video {
    width: 100%;
  }
  .right-side-grey-container.desktop2.video.smaller {
    width: 100%;
  }
  .right-side-grey-container.desktop2.video.dl {
    width: 70%;
  }
  .right-side-grey-container.home-page {
    width: 100%;
  }
  .blue-heading {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .blue-heading.centered {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .play-button-circle.yfc {
    width: 40px;
    height: 40px;
  }
  .play-button-triangle.yfc {
    left: 11px;
    width: 20px;
    height: 20px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 18px;
  }
  .two-col-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bold-blue-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .qoutation-text-italic {
    margin-bottom: 0px;
    text-align: left;
  }
  .qoutation-text-italic.centered {
    text-align: center;
  }
  .side-img.desktop {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  ._2-col-wrapper-not-equal {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._2-col-wrapper-not-equal._20-button-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._2-col-wrapper-not-equal._20-button-margin.testimonial {
    margin-bottom: 10px;
  }
  ._2-col-wrapper-not-equal._20-button-margin.reversed-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .what-is-tms-right {
    width: auto;
    padding-left: 0px;
  }
  .find-out-more-left {
    margin-top: 0px;
  }
  .find-out-more-left._2 {
    width: auto;
    margin-bottom: 10px;
  }
  .find-out-more-left.two-col {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .find-out-more-left.larry-king {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .find-out-more-left._4 {
    margin-bottom: 20px;
  }
  .yogic-flying-img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .yogic-flying-img-wrapper.top-margin {
    margin-top: 10px;
  }
  .yogic-flyers-img {
    max-width: none;
  }
  .content-wraper {
    margin-bottom: 0px;
  }
  .content-wraper.flex {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .find-out-more-links {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .find-out-more-links.left-padding-less {
    margin-top: 0px;
  }
  .find-out-more-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .find-out-more-wrapper.larry-king {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .logos-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .maharishi-logo-text {
    margin-left: 10px;
    font-size: 14px;
  }
  .two-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .two-links.botton-margin-less {
    margin-bottom: 0px;
  }
  .left-side-two-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-side-two-col.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .left-side-two-col.button-margin20 {
    margin-bottom: 0px;
  }
  .left-side-two-col-child {
    width: 100%;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }
  .left-side-two-col-child.right {
    margin-bottom: 0px;
  }
  .left-side-two-col-child.button-margin10 {
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .left-side-two-col-child.button-margin0 {
    margin-bottom: 0px;
  }
  .left-side-two-col-child.centered {
    text-align: center;
  }
  .caption-italic.pos-abs {
    position: static;
    margin-bottom: 20px;
  }
  .caption-italic.pos-abs-2 {
    position: static;
    margin-top: 0px;
  }
  .lightbox-link {
    display: block;
    width: auto;
    text-align: center;
  }
  .image-10 {
    width: auto;
  }
  .testimonial-text-wrapper {
    width: 50%;
    margin-top: 10px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }
  .testimonial-text-wrapper.wide {
    width: 70%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .find-out-more-two-col-child {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .find-out-more-two-col-child.left-align {
    width: 80%;
  }
  .narrower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .side-video-lightbox.video1 {
    padding-top: 280px;
  }
  .side-video-lightbox.video2 {
    padding-top: 280px;
  }
  .side-video-lightbox.video3 {
    padding-top: 280px;
  }
  .side-video-lightbox.video4 {
    padding-top: 280px;
  }
  .side-video-lightbox.video5 {
    padding-top: 405px;
  }
  .side-video-lightbox.video6 {
    padding-top: 320px;
  }
  .side-video-lightbox.video7 {
    padding-top: 220px;
  }
  .side-video-lightbox.video8 {
    padding-top: 220px;
  }
  .side-video-lightbox.video9 {
    width: 50%;
    padding-top: 235px;
    background-position: 50% 23%;
  }
  .side-video-lightbox.video10 {
    width: 50%;
    padding-top: 195px;
  }
  .side-video-lightbox.video12 {
    padding-top: 220px;
  }
  .side-video-lightbox.video13 {
    padding-top: 330px;
  }
  .side-video-lightbox.video14 {
    padding-top: 100%;
  }
  .side-video-lightbox.video15 {
    padding-top: 200px;
  }
  .side-video-lightbox.video16 {
    padding-top: 200px;
  }
  .side-video-lightbox.video17 {
    padding-top: 239px;
  }
  .side-video-lightbox.video19 {
    width: 100%;
  }
  .side-video-lightbox.video20 {
    width: 100%;
  }
  .side-video-lightbox.video21 {
    padding-top: 402px;
  }
  .side-video-lightbox.video22 {
    padding-top: 400px;
  }
  .side-video-lightbox.video24 {
    display: inline-block;
    padding-top: 400px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .side-video-lightbox.video25 {
    padding-top: 340px;
  }
  .side-video-lightbox.video26 {
    padding-top: 340px;
    background-size: cover;
  }
  .side-video-lightbox.video27 {
    display: inline-block;
    padding-top: 220px;
  }
  .side-video-lightbox.video28 {
    display: inline-block;
    padding-top: 220px;
  }
  .side-video-lightbox.video29 {
    display: inline-block;
    padding-top: 220px;
  }
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profesors-text-wrapper-copy {
    margin-top: 10px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonial-img-wrapper {
    margin-right: 11px;
    margin-bottom: 10px;
  }
  .flyers-img-wrapper {
    width: auto;
    margin-bottom: 20px;
  }
  .yogic-fliyers-img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonial-img-container {
    margin-top: 0px;
  }
  .professor-wrapper {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-12 {
    margin-bottom: 20px;
  }
  .image-13 {
    margin-bottom: 20px;
  }
  .header {
    margin-bottom: 15px;
  }
  .header-text {
    font-size: 0.9em;
  }
  .heading-subtext {
    font-size: 1em;
  }
  .heading-subtext.navbar {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 479px) {
  .heading2-orange {
    font-size: 1.3em;
  }
  .menu-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .main-slider-wrapper {
    height: 175px;
  }
  .text-program-for-enlight-wrapper {
    display: block;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .logo-text {
    font-size: 0.6em;
  }
  .tm-logo {
    margin-bottom: 10px;
  }
  .tm-logo._2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .logo-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .navbar {
    z-index: 2;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar.home {
    margin-bottom: 0px;
  }
  .hero-slider-mask {
    overflow: hidden;
  }
  .image {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .link-block {
    margin-bottom: 20px;
  }
  .take-first-step {
    padding: 20px;
    border-radius: 15px;
  }
  .large-text {
    font-size: 1.6em;
  }
  .find-tm-center {
    margin-top: 10px;
  }
  .right-side-grey-container.centered-content.home-page {
    width: 100%;
  }
  .right-side-grey-container.desktop2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .right-side-grey-container.desktop2.video {
    width: auto;
  }
  .right-side-grey-container.desktop2.video.dl {
    width: 100%;
  }
  .blue-heading {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .blue-heading.centered {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .two-col-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .two-col-left {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .bold-blue-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .side-img {
    max-width: none;
  }
  .side-img.desktop {
    margin-bottom: 20px;
    text-align: center;
  }
  ._2-col-wrapper-not-equal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._2-col-wrapper-not-equal._20-button-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._2-col-wrapper-not-equal._20-button-margin.testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._2-col-wrapper-not-equal._20-button-margin.testimonial.professor {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .find-out-more-left {
    margin-bottom: 20px;
  }
  .yogic-flying-img-wrapper {
    display: block;
    width: auto;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .yogic-flying-img-wrapper.top-margin {
    margin-top: 20px;
  }
  .yogic-flyers-img {
    display: block;
    max-width: none;
  }
  .find-out-more-links {
    margin-top: 0px;
  }
  .find-out-more-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .maharishi-img {
    max-width: none;
  }
  .logos-wrapper {
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .maharishi-logo-text {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .maharishi-logo-text.mobile {
    margin-bottom: 0px;
  }
  .top-maharishi-img {
    margin-bottom: 10px;
  }
  .top-maharishi-img.mobile {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .left-side-two-col-child {
    padding-right: 0px;
  }
  .testimonial-text-wrapper {
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }
  .find-out-more-two-col-child {
    width: 100%;
  }
  .find-out-more-two-col-child.left-align {
    width: 100%;
  }
  .divider-line {
    display: block;
  }
  .side-video-lightbox.video1 {
    padding-top: 170px;
  }
  .side-video-lightbox.video2 {
    padding-top: 170px;
  }
  .side-video-lightbox.video3 {
    padding-top: 170px;
  }
  .side-video-lightbox.video4 {
    padding-top: 170px;
  }
  .side-video-lightbox.video5 {
    padding-top: 261px;
  }
  .side-video-lightbox.video6 {
    padding-top: 190px;
  }
  .side-video-lightbox.video7 {
    padding-top: 170px;
  }
  .side-video-lightbox.video8 {
    padding-top: 170px;
  }
  .side-video-lightbox.video12 {
    width: 100%;
    padding-top: 200px;
  }
  .side-video-lightbox.video13 {
    padding-top: 200px;
  }
  .side-video-lightbox.video19 {
    padding-top: 180px;
  }
  .side-video-lightbox.video20 {
    padding-top: 230px;
  }
  .side-video-lightbox.video21 {
    padding-top: 214px;
  }
  .side-video-lightbox.video22 {
    padding-top: 275px;
  }
  .side-video-lightbox.video23 {
    padding-top: 315px;
  }
  .side-video-lightbox.video24 {
    padding-top: 206px;
  }
  .side-video-lightbox.video23-copy {
    padding-top: 315px;
  }
  .side-video-lightbox.video25 {
    padding-top: 250px;
  }
  .side-video-lightbox.video26 {
    padding-top: 260px;
  }
  .side-video-lightbox.video27 {
    padding-top: 214px;
  }
  .side-video-lightbox.video28 {
    padding-top: 214px;
  }
  .side-video-lightbox.video29 {
    padding-top: 214px;
  }
  .navbar-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-menu-2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .testimonial-img-wrapper {
    width: 100%;
  }
  .testimonial-img-container {
    margin-bottom: 0px;
  }
  .professor-wrapper {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .header {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .header-text {
    font-size: 1em;
  }
  .heading-subtext {
    margin-bottom: 0px;
    font-size: 1em;
  }
  .heading-subtext.navbar {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.8em;
  }
  .image-15 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .maharishi {
    display: none;
    margin-bottom: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .maharishi.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .menu-button {
    padding-right: 0px;
    padding-left: 10px;
  }
  .menu-button-2 {
    margin-right: 0px;
  }
}

#w-node-afe3f27e1ed9-11f28cc3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-296c10113f82-11f28cc3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d4c3ff0be09a-11f28cc3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-2cfd2aa23ac6-11f28cc3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a07d735ef64b-11f28cc3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dca08aee9001-11f28cc3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-49f95dd76cce-11f28cc3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-04f4eb64a1ec-11f28cc3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-ca5335a4f321-11f28cc3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-445d3683ff96-d5f28d36 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-07e64b60fb5d-d5f28d36 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-88d21ee69fd9-d5f28d36 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-afe3f27e1ed9-e63e0c88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-296c10113f82-e63e0c88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d4c3ff0be09a-e63e0c88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-4c815386a941-e63e0c88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a07d735ef64b-e63e0c88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dca08aee9001-e63e0c88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-49f95dd76cce-e63e0c88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-04f4eb64a1ec-e63e0c88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-ca5335a4f321-e63e0c88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-445d3683ff96-6a181144 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-07e64b60fb5d-6a181144 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-88d21ee69fd9-6a181144 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-445d3683ff96-a7e02ff1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-07e64b60fb5d-a7e02ff1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-88d21ee69fd9-a7e02ff1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-4162afc0b325-a7e02ff1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c4351a8b4b73-a7e02ff1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-afe3f27e1ed9-b5b554f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-296c10113f82-b5b554f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d4c3ff0be09a-b5b554f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-c8fd98de6092-b5b554f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a07d735ef64b-b5b554f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dca08aee9001-b5b554f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-49f95dd76cce-b5b554f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-04f4eb64a1ec-b5b554f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-b58aaac84be6-aac84be6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-445d3683ff96-ae7bfbf0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-07e64b60fb5d-ae7bfbf0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-88d21ee69fd9-ae7bfbf0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-023a8d310025-8d310025 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-445d3683ff96-2c39bc8a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-07e64b60fb5d-2c39bc8a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-88d21ee69fd9-2c39bc8a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-afe3f27e1ed9-5ed1aeda {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-296c10113f82-5ed1aeda {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d4c3ff0be09a-5ed1aeda {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-0893775a5e3b-5ed1aeda {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a07d735ef64b-5ed1aeda {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dca08aee9001-5ed1aeda {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-49f95dd76cce-5ed1aeda {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-04f4eb64a1ec-5ed1aeda {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@media screen and (max-width: 991px) {
  #w-node-afe3f27e1ed9-11f28cc3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-296c10113f82-11f28cc3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-d4c3ff0be09a-11f28cc3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  #w-node-2cfd2aa23ac6-11f28cc3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  #w-node-d3fe366998e2-11f28cc3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  #w-node-afd34f3b9fd3-11f28cc3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  #w-node-436fac089845-11f28cc3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  #w-node-a07d735ef64b-11f28cc3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
  #w-node-dca08aee9001-11f28cc3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  #w-node-43e5537c8b7c-11f28cc3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  #w-node-49f95dd76cce-11f28cc3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  #w-node-04f4eb64a1ec-11f28cc3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  #w-node-ca5335a4f321-11f28cc3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  #w-node-afe3f27e1ed9-e63e0c88 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-296c10113f82-e63e0c88 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-d4c3ff0be09a-e63e0c88 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  #w-node-4c815386a941-e63e0c88 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-d3fe366998e2-e63e0c88 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  #w-node-afd34f3b9fd3-e63e0c88 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  #w-node-436fac089845-e63e0c88 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  #w-node-a07d735ef64b-e63e0c88 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
  #w-node-dca08aee9001-e63e0c88 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  #w-node-43e5537c8b7c-e63e0c88 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  #w-node-49f95dd76cce-e63e0c88 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  #w-node-04f4eb64a1ec-e63e0c88 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  #w-node-ca5335a4f321-e63e0c88 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  #w-node-afe3f27e1ed9-b5b554f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-296c10113f82-b5b554f8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-d4c3ff0be09a-b5b554f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  #w-node-c8fd98de6092-b5b554f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-d3fe366998e2-b5b554f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  #w-node-afd34f3b9fd3-b5b554f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  #w-node-436fac089845-b5b554f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  #w-node-a07d735ef64b-b5b554f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
  #w-node-dca08aee9001-b5b554f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  #w-node-43e5537c8b7c-b5b554f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  #w-node-49f95dd76cce-b5b554f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  #w-node-04f4eb64a1ec-b5b554f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  #w-node-b58aaac84be6-aac84be6 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  #w-node-023a8d310025-8d310025 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  #w-node-afe3f27e1ed9-5ed1aeda {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-296c10113f82-5ed1aeda {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-d4c3ff0be09a-5ed1aeda {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  #w-node-0893775a5e3b-5ed1aeda {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-d3fe366998e2-5ed1aeda {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  #w-node-afd34f3b9fd3-5ed1aeda {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  #w-node-436fac089845-5ed1aeda {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  #w-node-a07d735ef64b-5ed1aeda {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
  #w-node-dca08aee9001-5ed1aeda {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  #w-node-43e5537c8b7c-5ed1aeda {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  #w-node-49f95dd76cce-5ed1aeda {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  #w-node-04f4eb64a1ec-5ed1aeda {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Wingding';
  src: url('../fonts/wingding.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}