@charset "UTF-8";

@font-face {
    font-family: 'Aileron-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/aileron/Aileron-Regular.woff') format('woff');
}
body {
  font-family: "Aileron-Regular";
}

p.home-font-size {
    font-size: 22px;
}

header {
  position: relative;
  overflow: visible;
  z-index: 99;
}

/*header::before {
  content: '';
  position: absolute;
    width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-image: url(../../public/assets/web/images/bg-header.png);
  background-repeat: no-repeat;
  background-position: 50% -18px;
  // background-color: #fff;
  // z-index: 1;
}*/

header.home::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  top: 0;
  background: #ca87ff;
  background: radial-gradient(circle, #ca87ff 0%, #60309f 30%, #110225 70%);
  border-radius: 0 0 130% 130%;
}

.navbar {
  height: 90px;
}

.navbar-nav.navbar-nav-brand .nav-link {
  color: #4c267e;
  border-radius: 999px;
  padding: 4px 16px;
}

.navbar-nav.navbar-nav-brand .nav-link:hover,
.navbar-nav.navbar-nav-brand .nav-link:focus {
  color: #4c267e;
}

.navbar-nav.navbar-nav-brand .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-nav.navbar-nav-brand .show > .nav-link,
.navbar-nav.navbar-nav-brand .active > .nav-link,
.navbar-nav.navbar-nav-brand .nav-link.show,
.navbar-nav.navbar-nav-brand .nav-link.active {
  color: #4c267e;
  background-color: #ffc100;
}

.bg-brand-gradient {
  background: #a870d4;
  background: linear-gradient(90deg, #a870d4 0%, #4c267e 100%);
}

.bg-brand-gradient1 {
  background: #844cb1;
  background: linear-gradient(90deg, #844cb1 0%, #321f6c 100%);
}

.bg-brand-gradient-2 {
  background: #a870d4;
  background: linear-gradient(135deg, #a870d4 0%, #4c267e 100%);
}

.bg-primary-light {
  background-color: rgba(76, 38, 126, 0.7);
}

.bg-primary-dark {
  background-color: #3b1d62;
}

.bg-header-card {
  background: #ca87ff;
  background: radial-gradient(at 50% 20%, #ca87ff 0%, #60309f 50%, #110225 100%);
}

.bg-logo-watermark {
  background-image: url(/images/logo-transparent.png?f60ed8a1b818a75e434755ebd5001867);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.shadow-lg-light {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.005) !important;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.rounded-bottom-left-lg,
.rounded-bottom-lg {
  border-bottom-left-radius: 8px;
}

.rounded-bottom-right-lg,
.rounded-bottom-lg {
  border-bottom-right-radius: 8px;
}

.rounded-xl {
  border-radius: 12px;
}

.brighten img:hover {
    opacity: .7;
}

/*
*
* ==========================================
* MULTI LEVEL DROPDOWN CLASSES
* ==========================================
*
*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a::after {
  content: "\F0DA";
  float: right;
  border: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

.dropdown-menu.dropdown-primary {
  background-color: #4c267e;
}

.dropdown-menu.dropdown-primary .dropdown-item {
  color: #fff !important;
}

.dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropdown-menu.dropdown-primary .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d0e30;
}

.dropdown-menu.dropdown-primary .dropdown-item.active,
.dropdown-menu.dropdown-primary .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1d0e30;
}

.dropdown-menu.dropdown-primary .dropdown-item.disabled,
.dropdown-menu.dropdown-primary .dropdown-item:disabled {
  color: #d4d4d4;
  pointer-events: none;
  background-color: transparent;
}

img.thumbnail:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.carousel-card {
  display: flex;
}

.carousel-card-item {
  position: relative;
    height: 425px;
  min-width: 50px;
  border-radius: 10px;
  margin-right: -20px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.carousel-card-item > .carousel-card-item-header {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  opacity: 1;
}

.carousel-card-item > .carousel-card-item-header > .carousel-card-item-header-text {
  height: 100%;
  width: 100%;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  transform: rotate(180deg);
  /*margin: 6px;*/
  font-size: 16px;
  color: white;
}

.carousel-card-item > .carousel-card-item-content {
  display: none;
  transition: all 0.3s ease-in-out;
}

.carousel-card-item.active {
  flex: 1;
  z-index: 999;
  margin-right: 0;
}

.carousel-card-item.active > .carousel-card-item-header {
  opacity: 0;
}

.carousel-card-item.active > .carousel-card-item-content {
  display: block;
  padding: 20px;
}

.carousel-card-item.active ~ .carousel-card-item {
  margin-right: 0;
  margin-left: -20px;
}

.carousel-card-item.active ~ .carousel-card-item > .carousel-card-item-header {
  left: 20px;
}

.carousel-card.carousel-card-vertical {
  flex-direction: column;
}

.carousel-card.carousel-card-vertical .carousel-card-item {
  height: auto;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 20px;
}

.carousel-card.carousel-card-vertical .carousel-card-item:not(:first-child) {
  margin-top: -20px;
}

.carousel-card.carousel-card-vertical .carousel-card-item > .carousel-card-item-header {
  position: static;
  opacity: 1;
  width: 100%;
}

.carousel-card.carousel-card-vertical .carousel-card-item > .carousel-card-item-header > .carousel-card-item-header-text {
  height: 100%;
  width: 100%;
  text-align: center;
  -ms-writing-mode: unset;
      writing-mode: unset;
  transform: rotate(0deg);
}

.carousel-card.carousel-card-vertical .carousel-card-item > .carousel-card-item-content {
  display: block;
  height: 0;
}

.carousel-card.carousel-card-vertical .carousel-card-item.active > .carousel-card-item-header {
  opacity: 0;
  height: 0;
}

.carousel-card.carousel-card-vertical .carousel-card-item.active > .carousel-card-item-content {
  height: auto;
}

.carousel-card.carousel-card-vertical .carousel-card-item.active ~ .carousel-card-item {
  padding-bottom: 0;
  padding-top: 20px;
}
.carousel-card-item > .carousel-card-item-header > .carousel-card-item-header-text{
    cursor:pointer
}

@media (max-width: 768px) {
  .carousel-card.carousel-card-vertical-sm {
    flex-direction: column;
  }

  .carousel-card.carousel-card-vertical-sm .carousel-card-item {
    height: auto;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .carousel-card.carousel-card-vertical-sm .carousel-card-item:not(:first-child) {
    margin-top: -20px;
  }

  .carousel-card.carousel-card-vertical-sm .carousel-card-item > .carousel-card-item-header {
    position: static;
    opacity: 1;
    width: 100%;
  }

  .carousel-card.carousel-card-vertical-sm .carousel-card-item > .carousel-card-item-header > .carousel-card-item-header-text {
    height: 100%;
    width: 100%;
    text-align: center;
    -ms-writing-mode: unset;
        writing-mode: unset;
    transform: rotate(0deg);
  }

  .carousel-card.carousel-card-vertical-sm .carousel-card-item > .carousel-card-item-content {
    display: block;
    height: 0;
  }

  .carousel-card.carousel-card-vertical-sm .carousel-card-item.active > .carousel-card-item-header {
    opacity: 0;
    height: 0;
  }

  .carousel-card.carousel-card-vertical-sm .carousel-card-item.active > .carousel-card-item-content {
    height: auto;
  }

  .carousel-card.carousel-card-vertical-sm .carousel-card-item.active ~ .carousel-card-item {
    padding-bottom: 0;
    padding-top: 20px;
  }
}

.yes-and-box-header {
  display: flex;
}

.yes-and-box-header-left-button,
.yes-and-box-header-right-button {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 107px;
  padding-bottom: 16px;
  font-size: 30px;
  font-weight: bold;
  color: #552d81;
}

.yes-and-box-header-left-button:after,
.yes-and-box-header-right-button:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 22px;
  width: 100%;
  z-index: 1;
  background-color: #252525;
}

.yes-and-box-header-left-button {
  background-color: #f3a244;
  border-top-left-radius: 10px;
}

.yes-and-box-header-right-button {
  background-color: #58b4c2;
  border-top-right-radius: 10px;
}

.yes-and-box-header-logo img {
  width: 300px;
}

.yes-and-box-content {
  background-color: #252525;
  margin-top: -12px;
  padding: 28px 16px 16px 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  text-align: center;
}

.owl-theme .owl-dots {
  margin-top: 20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffc100;
}

.program {
  position: relative;
  background-color: #3b1d62;
  border-radius: 12px;
  min-height: 100%;
}

.program-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.program-bg img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
}

.program-arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: 14px;
  left: 9px;
  border-bottom: 10px solid var(--program-color);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.program-arrow-line {
  flex: 1 1 auto;
  margin: 1.5rem 88px 3rem 1rem;
  border-bottom-left-radius: 72px;
  border-left: 2px solid var(--program-color);
  border-bottom: 2px solid var(--program-color);
}

.program-content {
  padding: 1.5rem 0.5rem 80px 1.5rem;
  margin-left: 1rem;
}

.program-executive-team {
  --program-color: #ffe793;
}

.program-leaders-everywhere {
  --program-color: #93ffce;
}

.program-critical-team {
  --program-color: #fb93ff;
}

.program-coach-teacher {
  --program-color: #93bdff;
}

.program-key-element {
  min-height: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.program-key-element-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.program-key-element-circle {
  position: absolute;
  border-radius: 50%;
  width: 34%;
  left: -12%;
  top: -20%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.005) !important;
}

.program-key-element-circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.program-key-element-circle img {
  position: absolute;
  top: 40%;
  left: 45%;
}

.program-key-element-circle img.square {
  height: 30%;
}

.program-key-element-circle img.vertical {
  height: 35%;
}

.program-key-element-circle img.horizontal {
  width: 35%;
}

.program-key-element-content {
  padding: 15px;
  position: relative;
  text-align: center;
}

.program-key-element.program-key-element-program-length {
  background-color: #3db400;
}

.program-key-element.program-key-element-program-length .program-key-element-circle {
  background-color: #52d211;
}

.program-key-element.program-key-element-deeply-human {
  background-color: #05cfcb;
}

.program-key-element.program-key-element-deeply-human .program-key-element-circle {
  background-color: #22e9e5;
}

.program-key-element.program-key-element-digital-love {
  background-color: #59a0e4;
}

.program-key-element.program-key-element-digital-love .program-key-element-circle {
  background-color: #6bb3f8;
}

.program-key-element.program-key-element-smart-ideas {
  background-color: #df7969;
}

.program-key-element.program-key-element-smart-ideas .program-key-element-circle {
  background-color: #f29283;
}

.program-features {
  display: flex;
}

.program-features .program-feature {
  flex: 1;
}

.program-feature {
  color: #f8f9fa;
  text-align: center;
  padding: 1rem;
  background-color: #7794f3;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.leadership-journey {
  --leadership-journey-border-width: 3px;
  --leadership-journey-border-radius: 12px;
  --leadership-journey-header-img-size: 60px;
  --leadership-journey-arrow-line-margin: 24px;
}

.leadership-journey-header {
  display: flex;
}

.leadership-journey-header-item {
  display: flex;
  align-items: center;
}

.leadership-journey-header-item img {
  width: var(--leadership-journey-header-img-size);
  height: var(--leadership-journey-header-img-size);
  padding: 1rem;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  border: var(--leadership-journey-border-width) solid var(--leadership-journey-color);
  z-index: 10;
}

.leadership-journey-header-item + .leadership-journey-header-item {
  margin-left: 1.5rem;
}

.leadership-journey-header-item-content {
  color: var(--leadership-journey-color);
  margin-left: 1rem;
}

.leadership-journey-content {
  position: relative;
  width: 100%;
  min-height: 100px;
  padding-bottom: var(--leadership-journey-arrow-line-margin);
}

.leadership-journey-content h1,
.leadership-journey-content h2,
.leadership-journey-content h3,
.leadership-journey-content h4,
.leadership-journey-content h5,
.leadership-journey-content h6 {
  color: var(--leadership-journey-color);
}

.leadership-journey-content:before {
  content: " ";
  position: absolute;
  border: var(--leadership-journey-border-width) solid var(--leadership-journey-color);
}

.leadership-journey-content-arrow {
  position: absolute;
  opacity: 0.6;
}

.leadership-journey.leadership-journey-left .leadership-journey-content {
  padding-left: var(--leadership-journey-header-img-size);
}

.leadership-journey.leadership-journey-left .leadership-journey-content:before {
  border-right: none;
  border-top: none;
  top: calc(0px - (var(--leadership-journey-header-img-size) / 2));
  left: 0;
  right: calc(var(--leadership-journey-header-img-size) / 2);
  bottom: calc(0px - var(--leadership-journey-border-width));
  border-bottom-left-radius: var(--leadership-journey-border-radius);
}

.leadership-journey.leadership-journey-left .leadership-journey-content-arrow {
  top: var(--leadership-journey-arrow-line-margin);
  left: var(--leadership-journey-arrow-line-margin);
  bottom: var(--leadership-journey-arrow-line-margin);
  right: calc(var(--leadership-journey-header-img-size) + 30px);
  border-bottom-left-radius: var(--leadership-journey-border-radius);
  border: var(--leadership-journey-border-width) dashed var(--leadership-journey-color);
  border-top: none;
  border-right: none;
}

.leadership-journey.leadership-journey-left .leadership-journey-content-arrow:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -12px;
  right: -5px;
  border-left: 10px solid var(--leadership-journey-color);
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.leadership-journey.leadership-journey-right .leadership-journey-header {
  justify-content: flex-end;
}

.leadership-journey.leadership-journey-right .leadership-journey-header-item {
  flex-direction: row-reverse;
}

.leadership-journey.leadership-journey-right .leadership-journey-header-item-content {
  text-align: right;
  margin-right: 1rem;
}

.leadership-journey.leadership-journey-right .leadership-journey-content {
  padding-left: 10px;
}

.leadership-journey.leadership-journey-right .leadership-journey-content:before {
  border-left: none;
  border-top: none;
  top: calc(0px - (var(--leadership-journey-header-img-size) / 2));
  right: 0;
  left: calc(var(--leadership-journey-header-img-size) / 2);
  bottom: calc(0px - var(--leadership-journey-border-width));
  border-bottom-right-radius: var(--leadership-journey-border-radius);
}

.leadership-journey.leadership-journey-right .leadership-journey-content-arrow {
  top: var(--leadership-journey-arrow-line-margin);
  right: var(--leadership-journey-arrow-line-margin);
  bottom: var(--leadership-journey-arrow-line-margin);
  left: calc(var(--leadership-journey-header-img-size) + 30px);
  border-bottom-right-radius: var(--leadership-journey-border-radius);
  border: var(--leadership-journey-border-width) dashed var(--leadership-journey-color);
  border-top: none;
  border-left: none;
}

.leadership-journey.leadership-journey-right .leadership-journey-content-arrow:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -12px;
  left: -5px;
  border-right: 10px solid var(--leadership-journey-color);
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.leadership-journey.leadership-journey-first .leadership-journey-content {
  padding-left: 10px;
}

.leadership-journey.leadership-journey-first .leadership-journey-content:before {
  border-left: none;
  top: calc(0px - var(--leadership-journey-border-width));
  right: 0;
  left: calc(var(--leadership-journey-header-img-size) / 2);
  bottom: calc(0px - var(--leadership-journey-border-width));
  border-top-right-radius: var(--leadership-journey-border-radius);
  border-bottom-right-radius: var(--leadership-journey-border-radius);
}

.leadership-journey.leadership-journey-first .leadership-journey-content-arrow {
  top: var(--leadership-journey-arrow-line-margin);
  right: var(--leadership-journey-arrow-line-margin);
  bottom: var(--leadership-journey-arrow-line-margin);
  left: calc(var(--leadership-journey-header-img-size) + 30px);
  border-bottom-right-radius: var(--leadership-journey-border-radius);
  border: var(--leadership-journey-border-width) dashed var(--leadership-journey-color);
  border-top: none;
  border-left: none;
}

.leadership-journey.leadership-journey-first .leadership-journey-content-arrow:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -12px;
  left: -5px;
  border-right: 10px solid var(--leadership-journey-color);
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.leadership-journey.leadership-journey-last .leadership-journey-content:after {
  position: absolute;
  content: " ";
  width: 999px;
  right: calc(100% - var(--leadership-journey-header-img-size));
  height: var(--leadership-journey-border-width);
  background-color: var(--leadership-journey-color);
  bottom: calc(0px - var(--leadership-journey-border-width));
}

.leadership-journey.leadership-journey-self {
  --leadership-journey-color: #ffbf00;
}

.leadership-journey.leadership-journey-sprint {
  --leadership-journey-color: #00f76d;
}

.leadership-journey.leadership-journey-family-and-friends {
  --leadership-journey-color: #ec96ff;
}

