.founder-page__arrows {
  display: flex;
  gap: 10px;
}
.founder-page__arrows--prev, .founder-page__arrows--next {
  align-items: center;
  color: #cc6978;
  border-radius: 100px;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.founder-page__arrows--prev {
  border: 1px solid #cc6978;
}
.founder-page__arrows--next {
  background: linear-gradient(to right, #ad515b, #d37681);
  color: white;
}
.founder-page__controls {
  align-items: flex-end;
  display: flex;
  gap: 100px;
  margin-top: 30px;
}
@media (min-width: 640px) {
  .founder-page__controls {
    display: none;
  }
}
.founder-page__counter {
  align-items: baseline;
  color: #cc6978;
  display: flex;
  font-family: Geometria;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
}
.founder-page__counter--current::after {
  content: "/";
}
.founder-page__counter--total {
  font-size: 18px;
  align-self: baseline;
}
.founder-page__intro {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 30px 50px 0px rgba(47, 13, 30, 0.1);
  margin: -70px 10px 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .founder-page__intro {
    background: transparent;
    box-shadow: none;
    margin: 100px 0;
  }
}
.founder-page__intro::after {
  content: "";
  display: none;
  background: rgba(44, 14, 22, 0.2);
  height: 1px;
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .founder-page__intro::after {
    display: block;
  }
}
.founder-page__intro--container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .founder-page__intro--container {
    flex-direction: row;
    padding: 0 10px 100px;
  }
}
.founder-page__intro--col.-left {
  display: none;
  flex: 1 1 0;
}
@media (min-width: 768px) {
  .founder-page__intro--col.-left {
    display: block;
  }
}
.founder-page__intro--col.-right {
  flex: 1 3 0;
}
.founder-page__intro--content {
  color: var(--Secondary-Text-Color, #191919);
  font-family: Geometria;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 639px) {
  .founder-page__intro--content p:nth-last-child(-n+3) {
    display: none;
  }
}
.founder-page__intro--content.-full p {
  display: block;
}
.founder-page__intro--content p + p {
  margin-top: 8px;
}
.founder-page__intro--img {
  border-radius: 100px 0px;
  box-shadow: 0px 52px 119px -71px rgba(0, 0, 0, 0.5);
  max-width: 100%;
}
.founder-page__intro--more {
  color: #cc6978;
  cursor: pointer;
  display: block;
  font-family: Geometria;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
  margin-top: 10px;
  text-decoration-line: underline;
}
@media (min-width: 640px) {
  .founder-page__intro--more {
    display: none;
  }
}
.founder-page__intro--title {
  color: #2c0e16;
  font-family: Lazurski;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 45.5px */
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .founder-page__intro--title {
    font-size: 35px;
  }
}
.founder-page__jumbotron {
  background: white;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .founder-page__jumbotron {
    background: url(/assets/templates/new-design/images/life-bg.svg) no-repeat center/cover;
    padding-bottom: 0;
  }
}
.founder-page__jumbotron--container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .founder-page__jumbotron--container {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    padding: 0 10px;
    text-align: left;
  }
}
.founder-page__jumbotron--col.-left {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .founder-page__jumbotron--col.-left {
    padding: 25px 0;
    flex-basis: 560px;
  }
}
@media (min-width: 768px) {
  .founder-page__jumbotron--col.-right {
    padding-top: 25px;
  }
}
.founder-page__jumbotron--image {
  max-width: 100%;
}
.founder-page__jumbotron--title {
  display: block;
}
.founder-page__jumbotron--title.-header {
  color: #cc6978;
  font-family: Geometria;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 22.1px */
  margin-bottom: 10px;
  text-transform: uppercase;
}
.founder-page__jumbotron--title.-name {
  color: #2c0e16;
  font-family: Lazurski;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 103%; /* 72.1px */
  text-transform: none;
}
.founder-page__jumbotron--title.-footer {
  color: #2c0e16;
  font-family: Geometria;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  text-transform: none;
}
.founder-page__jumbotron--title.-footer span {
  color: #2c0e16;
  display: block;
}
.founder-page__jumbotron--title.-footer .nowrap {
  white-space: nowrap;
}
@media (min-width: 920px) {
  .founder-page__jumbotron--title.-header {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .founder-page__jumbotron--title.-name {
    font-size: 70px;
  }
  .founder-page__jumbotron--title.-footer {
    font-size: 25px;
    margin-top: 20px;
  }
}
.founder-page__videos {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .founder-page__videos {
    margin-bottom: 100px;
  }
}
.founder-page__videos::after {
  content: "";
  display: block;
  background: rgba(44, 14, 22, 0.2);
  height: 1px;
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}
.founder-page__videos--caption {
  color: #000;
  font-family: Geometria;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; /* 35px */
  margin-top: 16px;
}
@media (min-width: 768px) {
  .founder-page__videos--caption {
    font-size: 25px;
  }
}
.founder-page__videos--container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .founder-page__videos--container {
    margin-bottom: 100px;
  }
}
.founder-page__videos--duration {
  background-color: black;
  border-radius: 10px;
  bottom: 20px;
  color: #fff;
  font-family: Geometria;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  padding: 6px 12px;
  right: 20px;
  position: absolute;
}
@media (min-width: 768px) {
  .founder-page__videos--duration {
    font-size: 24px;
  }
}
.founder-page__videos--item {
  flex: 1 1 400px;
}
.founder-page__videos--list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.founder-page__videos--play {
  background: white;
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  z-index: 1;
}
.founder-page__videos--play::before, .founder-page__videos--play::after {
  border-color: white;
}
.founder-page__videos--section {
  align-items: top;
  color: #2c0e16;
  display: flex;
  gap: 8px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  margin: 40px 0 30px;
}
@media (min-width: 768px) {
  .founder-page__videos--section {
    font-size: 20px;
    top: 0;
  }
}
.founder-page__videos--section svg {
  flex: 0 0 auto;
  position: relative;
  top: 4px;
}
.founder-page__videos--stat {
  color: #606060;
  font-family: Geometria;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: 8px;
}
.founder-page__videos--title {
  color: var(--Dark-Primary, #2c0e16);
  font-family: Lazurski;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .founder-page__videos--title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.founder-page__videos--video {
  position: relative;
  padding-bottom: 56%;
}
.founder-page__videos--video video {
  position: absolute;
  border-radius: 10px;
  display: block;
  top: 0;
  left: 0;
  min-height: initial !important;
  min-width: initial !important;
  height: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
.founder-page__separator {
  border-bottom: 1px solid rgba(44, 14, 22, 0.2);
}
.founder-page__sources--container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: 100px;
}
.founder-page__sources--caption {
  color: #2c0e16;
  font-family: Geometria;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  .founder-page__sources--caption {
    font-size: 26px;
  }
}
.founder-page__sources--content {
  flex: 1;
}
.founder-page__sources--date {
  color: #cc6978;
  display: block;
  font-family: Geometria;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 22.1px */
  letter-spacing: 0.85px;
  text-transform: uppercase;
  margin: 60px 0 30px;
}
.founder-page__sources--image {
  max-width: 100%;
}
@media (max-width: 639px) {
  .founder-page__sources--item {
    border: 8px solid #b95d67;
    padding: 60px 30px;
  }
}
@media (min-width: 640px) {
  .founder-page__sources--item {
    align-items: start;
    background-color: white;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 60px;
    width: calc(50% - 8px);
  }
}
@media (min-width: 920px) {
  .founder-page__sources--item {
    width: calc(33.3333% - 16px);
  }
}
.founder-page__sources--link {
  align-items: center;
  color: #2c0e16;
  display: flex;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  gap: 5px;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.84px;
  margin-top: auto;
  text-transform: uppercase;
}
.founder-page__sources--link:hover {
  color: #cc6978;
}
@media (min-width: 640px) {
  .founder-page__sources--list {
    background-color: #f2f0f1;
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px !important;
  }
}
.founder-page__sources--title {
  color: var(--Dark-Primary, #2c0e16);
  font-family: Lazurski;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .founder-page__sources--title {
    font-size: 40px;
  }
}

/*# sourceMappingURL=founder.css.map */
