@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Source Serif Pro;
  src: url('../fonts/SourceSerifPro-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inconsolata Semibold;
  src: url('../fonts/Inconsolata-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #1e1e1e;
  --primary: #fff6e8;
  --accent: #ca4726;
  --white: white;
  --hover: #2d2d2d;
  --light-bg: #fbf2eb;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--dark);
  font-family: Opensans, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--dark);
  text-decoration: none;
}

.navbar {
  background-color: var(--primary);
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 2500px;
  padding: 40px;
  display: flex;
}

.brand {
  margin-right: auto;
}

.nav-menu {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  letter-spacing: 2px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--accent);
}

.social-icon.white {
  filter: invert();
}

.social-links-container {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.hero-section {
  position: relative;
}

.container {
  width: 80vw;
  max-width: 2400px;
}

.container.hero {
  z-index: 1;
  position: relative;
}

.container.videos {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}

.hero-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
}

.hero-heading {
  margin-bottom: 42px;
}

.hero-left {
  max-width: 660px;
}

.hero-text {
  margin-bottom: 20px;
  transition: background-color .2s;
}

.primary-button {
  background-color: var(--accent);
  color: var(--white);
  letter-spacing: 2.2px;
  text-transform: uppercase;
  padding: 15px 40px;
  font-family: Inconsolata Semibold, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  transition: background-color .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--hover);
}

.hero-bg {
  background-color: var(--primary);
  width: 100vw;
  height: 700px;
  position: absolute;
  inset: 0% 0% auto;
}

.leader-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.button-deco {
  background-color: #fff;
  width: 0;
  height: 1px;
}

.secondary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--accent);
  color: var(--white);
  letter-spacing: 2.2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 40px;
  font-family: Inconsolata Semibold, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  transition: background-color .3s;
  display: inline-flex;
}

.rythmia-left {
  max-width: 30vw;
}

.leader-right {
  max-width: 660px;
}

.leader-left {
  object-fit: cover;
  object-position: 50% 50%;
  max-width: 60vw;
  max-height: 430px;
  margin-left: -10vw;
}

.rythmia-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rythmia-img-2 {
  object-fit: scale-down;
  object-position: 50% 100%;
  width: 28vw;
  transition: transform .2s;
}

.rythmia-img-2:hover {
  transform: scale(1.1);
}

.rythmia-img-1 {
  object-fit: scale-down;
  width: 28vw;
  transition: transform .2s;
}

.rythmia-img-1:hover {
  transform: scale(1.1);
}

.rythmia-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-bottom: 125px;
  display: flex;
}

.rythmia-heading {
  font-size: 65px;
  line-height: 65px;
}

.book-1-section {
  background-color: var(--light-bg);
}

.title-separator {
  background-color: var(--accent);
  width: 72px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.book-1-left {
  width: 100%;
  min-width: 46vw;
  max-width: 660px;
}

.book-1-heading {
  margin-bottom: 42px;
  font-size: 32px;
}

.book-1-heading.title {
  margin-bottom: 10px;
  font-size: 42px;
}

.book-1-heading._1 {
  line-height: 40px;
}

.book-1-text {
  margin-bottom: 20px;
  transition: background-color .2s;
}

.book-1-quote {
  max-width: 430px;
  margin-bottom: 20px;
  transition: background-color .2s;
}

.book-1-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  height: 620px;
  display: flex;
}

.book-1-image {
  object-fit: scale-down;
  width: 45vw;
  max-width: 1000px;
  max-height: 750px;
  transition: transform .5s;
  position: relative;
  left: -32px;
}

.book-1-image:hover {
  transform: scale(1.2);
}

.book-2-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  min-height: 800px;
  padding-top: 40px;
  display: flex;
}

.book-2-right {
  width: 100%;
  min-width: 41vw;
  max-width: 660px;
}

.book-2-text {
  margin-bottom: 20px;
  transition: background-color .2s;
}

.book-2-image {
  object-fit: scale-down;
  width: 45vw;
  max-width: 1000px;
  max-height: 690px;
  transition: transform .5s;
  position: relative;
  left: -32px;
}

.book-2-image:hover {
  transform: scale(1.2);
}

.live-streams-content {
  padding-top: 70px;
  padding-bottom: 190px;
}

.youtube-video {
  background-color: #fff;
  width: 70vw;
  min-width: 360px;
  max-width: 700px;
  padding: 16px 16px 6px;
}

.close-button-1 {
  cursor: pointer;
  background-color: #333;
  padding: 4px 8px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.youtube-overlay-1 {
  z-index: 2;
  opacity: 0;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-text {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.youtube-video-container {
  position: relative;
}

.live-streams-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.live-stream-card {
  justify-content: center;
  align-items: center;
  max-width: 435px;
}

.live-stream-image {
  object-fit: cover;
}

.play-button {
  position: absolute;
}

.live-stream-img-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.live-stream-text {
  font-size: 19px;
  line-height: 29px;
}

.youtube-overlay-2 {
  z-index: 2;
  opacity: 0;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-button-2 {
  cursor: pointer;
  background-color: #333;
  padding: 4px 8px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.youtube-overlay-3 {
  z-index: 2;
  opacity: 0;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-button-3 {
  cursor: pointer;
  background-color: #333;
  padding: 4px 8px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.film-section {
  background-color: #1b1b1b;
}

.film-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.film-heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
}

.live-stream-heading {
  margin-bottom: 42px;
}

.book-2-heading {
  margin-bottom: 42px;
  font-size: 32px;
  line-height: 40px;
}

.film-text {
  color: var(--white);
  text-align: center;
  max-width: 725px;
  margin-bottom: 70px;
}

.film-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.film-image {
  object-fit: scale-down;
  max-height: 46vw;
}

.youtube-overlay-4 {
  z-index: 2;
  opacity: 0;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-button-4 {
  cursor: pointer;
  background-color: #333;
  padding: 4px 8px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.featured-content {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 200px;
  overflow: hidden;
}

.featured-heading {
  text-align: center;
  margin-bottom: 42px;
}

.slider {
  background-color: #ddd0;
  max-height: 73px;
  margin-left: auto;
  margin-right: auto;
}

.slider-mask {
  width: 259px;
  max-height: 73px;
  overflow: visible;
}

.slide {
  max-height: 73px;
}

.slide._2 {
  width: 940px;
}

.left-arrow, .rigth-arrow {
  display: none;
}

.slide-nav {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 0% -65%;
}

.slide-image {
  object-fit: scale-down;
  max-height: 100px;
}

.slide-image._2 {
  width: 100%;
  max-height: 100%;
}

.footer-section {
  background-color: #231b1b;
}

.footer-content {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 28px;
  display: flex;
}

.footer-logo {
  margin-bottom: 56px;
}

.footer-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--white);
}

.copyright-text {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.link-block {
  margin-bottom: 70px;
}

.link-deco {
  background-color: var(--white);
  width: 0;
  height: 1px;
}

.youtube-overlay-5 {
  z-index: 2;
  opacity: 0;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-button-5 {
  cursor: pointer;
  background-color: #333;
  padding: 4px 8px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-image-desktop {
  width: 43vw;
  height: 50vw;
  display: block;
}

.hero-image-mobile {
  width: 43vw;
  height: 50vw;
  display: none;
}

.about-hero-heading {
  text-align: center;
  max-width: 840px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-section {
  background-color: #fff5e6;
  position: relative;
}

.about-film-section {
  background-color: #f1faf9;
}

.about-film-heading {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
}

.about-film-text {
  color: var(--dark);
  text-align: center;
  max-width: 725px;
  margin-bottom: 70px;
}

.film-about-image {
  object-fit: cover;
}

.about-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.about-text {
  text-align: center;
  max-width: 890px;
  margin-bottom: 80px;
}

.footer-container {
  width: 100%;
  max-width: 1230px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-container.hero {
  z-index: 1;
  position: relative;
}

.footer-container.videos {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}

.about-image {
  object-fit: cover;
  margin-bottom: 80px;
}

.about-text-2 {
  text-align: center;
  max-width: 890px;
  margin-bottom: 32px;
}

.about-image-2 {
  object-fit: cover;
  margin-bottom: 100px;
}

.featured-cards {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.featured-card {
  background-color: #ca47260d;
  max-width: 500px;
  padding: 12px;
}

.featured-img {
  object-fit: cover;
  margin-bottom: 12px;
}

.feautred-card-title {
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph {
  margin-bottom: 16px;
}

.link {
  font-weight: 500;
  text-decoration: underline;
}

.featured-pre-heading {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .leader-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .book-1-content {
    height: 720px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-bg {
    top: 5vw;
  }

  .leader-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .leader-left {
    max-height: 600px;
  }

  .book-1-quote {
    max-width: 600px;
  }

  .book-1-content {
    height: 960px;
  }

  .book-1-image {
    max-height: 940px;
  }

  .hero-image-desktop, .hero-image-mobile {
    width: 33vw;
    height: 40vw;
  }
}

@media screen and (min-width: 1920px) {
  .container.videos {
    max-width: 1500px;
  }

  .hero-bg {
    top: 7vw;
  }

  .leader-content {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .leader-left {
    width: 50vw;
    max-width: 1200px;
  }

  .rythmia-right {
    max-width: 910px;
    margin-left: auto;
  }

  .book-1-text {
    max-width: 800px;
  }

  .book-1-image {
    max-width: 900px;
  }

  .book-2-content {
    height: 1110px;
  }

  .hero-image-desktop, .hero-image-mobile {
    object-fit: scale-down;
    width: 33vw;
    max-width: 850px;
    height: 40vw;
  }

  .footer-container.videos {
    max-width: 1500px;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #fff7e9;
    flex-flow: column;
    padding: 40px;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-link {
    margin-bottom: 20px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-bg {
    height: 550px;
  }

  .leader-content {
    flex-flow: column;
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .rythmia-left {
    max-width: 800px;
    margin-bottom: 40px;
  }

  .leader-right {
    max-width: 800px;
  }

  .leader-left {
    object-fit: cover;
    max-width: 100%;
    height: 400px;
    margin-left: 0;
  }

  .rythmia-right {
    margin-left: auto;
    margin-right: auto;
  }

  .rythmia-img-2 {
    object-fit: cover;
    width: 40vw;
  }

  .rythmia-img-2:hover {
    transform: none;
  }

  .rythmia-img-1 {
    object-fit: cover;
    width: 40vw;
  }

  .rythmia-img-1:hover {
    transform: none;
  }

  .rythmia-content {
    flex-flow: column;
  }

  .book-1-content {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .book-1-image:hover {
    transform: none;
  }

  .book-2-content {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .book-2-image:hover {
    transform: none;
  }

  .live-streams-content {
    padding-bottom: 120px;
  }

  .featured-content {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .footer-container {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-image-2 {
    max-height: 410px;
  }
}

@media screen and (max-width: 767px) {
  .nav-container, .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content {
    flex-flow: column;
    padding-top: 70px;
  }

  .hero-heading {
    margin-bottom: 30px;
  }

  .leader-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .leader-right {
    order: -1;
  }

  .rythmia-right {
    flex-flow: column;
  }

  .rythmia-img-2, .rythmia-img-1 {
    width: 100%;
  }

  .rythmia-content {
    padding-bottom: 70px;
  }

  .book-1-quote {
    max-width: 600px;
  }

  .book-1-content {
    flex-flow: column;
    padding-top: 70px;
    padding-bottom: 0;
  }

  .book-1-image {
    width: 100%;
    max-height: 600px;
    left: 0;
  }

  .book-2-content {
    flex-flow: column;
    padding-top: 70px;
  }

  .book-2-image {
    order: 1;
    width: 100%;
    max-width: 100%;
    max-height: 520px;
    left: 0;
  }

  .live-streams-content {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .live-streams-cards {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .film-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .live-stream-heading {
    text-align: center;
  }

  .featured-content {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .hero-image-desktop {
    object-fit: cover;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .hero-image-mobile {
    object-fit: cover;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-hero-heading {
    margin-bottom: 30px;
  }

  .about-content {
    padding-top: 70px;
  }

  .about-text {
    margin-bottom: 50px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-image {
    margin-bottom: 50px;
  }

  .about-image-2 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 479px) {
  .nav-logo {
    object-fit: scale-down;
    max-width: 220px;
  }

  .hero-content {
    padding-top: 50px;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .leader-left {
    width: 100vw;
    max-width: 100vw;
    height: 240px;
    margin-left: -20px;
  }

  .rythmia-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .book-1-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .book-1-image {
    max-height: 420px;
  }

  .book-2-image {
    max-height: 400px;
  }

  .film-heading, .live-stream-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .book-2-heading {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .featured-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 70px;
  }

  .link-block {
    margin-bottom: 40px;
  }

  .about-hero-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .about-film-heading {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .about-film-text {
    margin-bottom: 40px;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url('../fonts/SourceSerifPro-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inconsolata Semibold';
  src: url('../fonts/Inconsolata-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}