@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 850;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BlackItalic.woff2") format("woff2");
  font-weight: 850;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/SF-Pro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/SF-Pro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
:root {
  font-size: 50%;
  line-height: 62.5%;
  /* Adjust this percentage for smaller text on mobile */
}

body {
  font-size: 1.6rem;
  /* Adjust the body font size for mobile */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #080808;
}

@media (min-width: 768px) {
  :root {
    font-size: 56.25%;
  }
}
@media (min-width: 992px) {
  :root {
    font-size: 62.5%;
  }
}
* {
  font-family: "Gilroy", "SF Pro", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline-style: dashed;
  outline-width: 0.05rem;
  outline-color: #9747ff;
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #080808;
  color: color(display-p3 0.0314 0.0314 0.0314);
}

.uppercase {
  text-transform: uppercase;
}

h0 {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h1 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h2 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h3 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h4 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h5 {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h6 {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p.p-body-xxxl {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p.p-body-xxl {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p.p-body-xl {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p.p-body-xl {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p.p-body-s {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p.p-body-s {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-margin-bottom {
  margin-bottom: 1.6rem;
}

button {
  outline: none;
  border: none;
  background: none;
}

.section-wrapper {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  /* Removes the margin from the last section to maintain the wrapper's padding */
}
.section-wrapper section {
  margin-bottom: 6.4rem;
}
.section-wrapper section:last-child {
  margin-bottom: 0;
}
.section-wrapper section.nospace {
  margin-bottom: 0;
}

.g-para-group {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 2.4rem;
}

ul,
ol {
  margin-bottom: 0;
  padding-left: 2.4rem;
}

li {
  padding-left: 0.4rem;
}

a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

.row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 575px) {
  .row {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

body {
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
}

.t-heading-lg {
  font-size: 6rem;
  font-weight: 600;
  line-height: 120%;
}

.t-heading-md {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 130%;
}

.t-heading-sm {
  font-size: 1.6rem;
  font-weight: 500;
}

.t-body-lg {
  font-size: 3.6rem;
  font-weight: 600;
}

.t-body-md {
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}

/*
.v-article-content-ctn {
	.t-body-md {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 130%;
	}
}
*/
.t-body-sm {
  font-size: 1.6rem;
  font-weight: 500;
}

.t-nav-md {
  font-size: 1.6rem;
  font-weight: 500;
}

.t-nav-sm {
  font-size: 1.6rem;
  font-weight: 600;
}

.pg--index {
  background-color: rgb(231, 214, 79);
  background-color: rgb(252, 227, 0);
  background-color: rgb(245, 229, 221);
  background-color: rgb(225, 224, 219);
  background-color: rgb(229, 226, 219);
}
.pg--index nav {
  width: 100%;
  position: sticky;
  top: 0rem;
  right: 0rem;
  z-index: 1000; /* Ensure it stays above other elements */
  transition: opacity 200ms ease-in-out, background-color 200ms ease-in-out, top 200ms ease-in-out;
}
.pg--index nav .v-nav-ctn .v-nav-banner {
  display: none;
  padding: 0.6rem 2.4rem 0.4rem 2.4rem;
  color: #f5f5f5;
  background-color: #080808;
  font-size: 1.4rem;
  font-weight: 500;
}
.pg--index nav .v-nav-ctn .v-nav-main {
  display: flex;
  flex-direction: row;
  align-items: start;
  align-items: center;
  gap: 2.4rem;
  padding: 2rem 2.4rem 1.6rem 2.4rem;
}
.pg--index nav .v-nav-ctn .h-nav-start {
  width: calc((100% - 12 * 2.4rem) / 12 * 2 + 1 * 2.4rem);
  margin-right: 2.4rem;
}
.pg--index nav .v-nav-ctn .h-nav-center {
  width: calc((100% - 12 * 2.4rem) / 12 * 8 + 7 * 2.4rem);
  margin-right: 2.4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.pg--index nav .v-nav-ctn .h-nav-center a {
  text-decoration: none;
}
.pg--index nav .v-nav-ctn .h-nav-center a .v-nav-text-ctn {
  transition: transform 200ms ease-in-out;
}
.pg--index nav .v-nav-ctn .h-nav-center a:hover .v-nav-text-ctn {
  transform: translateY(-4px);
  transform: rotate(8deg);
}
.pg--index nav .v-nav-ctn .h-nav-center a:active .v-nav-text-ctn {
  transform: translateY(-2px);
  transform: rotate(16deg);
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
.pg--index nav .v-nav-ctn .h-nav-end {
  width: calc((100% - 12 * 2.4rem) / 12 * 2 + 1 * 2.4rem);
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 2.4rem;
}
.pg--index nav.v-scrolled-pos .v-nav-ctn {
  background-color: rgba(231, 214, 79, 0.8);
  background-color: rgba(252, 227, 0, 0.8);
  background-color: rgba(245, 229, 221, 0.8);
  background-color: rgba(225, 224, 219, 0.8);
  background-color: rgba(229, 226, 219, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 500ms ease-in-out, background-color 200ms ease-in-out;
}
.pg--index nav.v-scrolled-pos .v-nav-ctn:hover {
  background-color: rgb(231, 214, 79);
  background-color: rgb(252, 227, 0);
  background-color: rgb(245, 229, 221);
  background-color: rgb(225, 224, 219);
  background-color: rgb(229, 226, 219);
}
.pg--index nav.v-scrolled-pos .v-nav-ctn.hide {
  transform: translateY(-100%);
}
.pg--index footer {
  width: 100%;
}
.pg--index section {
  width: 100%;
}
.pg--index section .h-page-margin {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.pg--index section .h-content-ctn {
  max-width: 124rem;
  margin-left: auto;
  margin-right: auto;
}
.pg--index .h-content-ctn.v-article-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 4rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pg--index .h-content-ctn img {
  width: 100%;
  height: auto;
  height: calc(100vh - 4.8rem);
  object-fit: cover;
  transition: border-radius ease-in-out 240ms;
}
.pg--index .h-article-ctn {
  width: 100%;
  max-width: 460px;
  margin: auto;
}
@media (min-width: 768px) {
  .pg--index .h-article-ctn {
    width: calc((100% - 12 * 2.4rem) / 12 * 8 + 7 * 2.4rem);
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .pg--index .h-article-ctn {
    width: calc((100% - 12 * 2.4rem) / 12 * 8 + 7 * 2.4rem);
    max-width: unset;
  }
}
.pg--index .h-article-ctn.v-article-header-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.6rem;
}
.pg--index .h-article-ctn.v-article-content-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.4rem;
}

.pg--custom {
  background-color: #000000;
  background-color: #151515;
  color: #ffffff;
  color: #f9f9f9;
}
.pg--custom nav {
  width: 100%;
  position: sticky;
  top: 0rem;
  right: 0rem;
  z-index: 1000; /* Ensure it stays above other elements */
  transition: opacity 200ms ease-in-out, background-color 200ms ease-in-out, top 200ms ease-in-out;
}
.pg--custom nav .v-nav-ctn .v-nav-banner {
  display: none;
  padding: 0.6rem 2.4rem 0.4rem 2.4rem;
  color: #f5f5f5;
  background-color: #080808;
  font-size: 1.4rem;
  font-weight: 500;
}
.pg--custom nav .v-nav-ctn .v-nav-main {
  display: flex;
  flex-direction: row;
  align-items: start;
  align-items: center;
  gap: 2.4rem;
  padding: 2rem 2.4rem 1.6rem 2.4rem;
}
.pg--custom nav .v-nav-ctn .h-nav-start {
  width: calc((100% - 12 * 2.4rem) / 12 * 2 + 1 * 2.4rem);
  margin-right: 2.4rem;
}
.pg--custom nav .v-nav-ctn .h-nav-center {
  width: calc((100% - 12 * 2.4rem) / 12 * 8 + 7 * 2.4rem);
  margin-right: 2.4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.pg--custom nav .v-nav-ctn .h-nav-center .v-nav-center-ctn {
  padding: 1.2rem 2rem;
  background-color: #9747ff;
  border-radius: 100rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 1.2rem;
}
.pg--custom nav .v-nav-ctn .h-nav-center a {
  text-decoration: none;
}
.pg--custom nav .v-nav-ctn .h-nav-center a .v-nav-text-ctn {
  transition: transform 200ms ease-in-out;
}
.pg--custom nav .v-nav-ctn .h-nav-center a:hover .v-nav-text-ctn {
  transform: translateY(-4px);
  transform: rotate(8deg);
}
.pg--custom nav .v-nav-ctn .h-nav-center a:active .v-nav-text-ctn {
  transform: translateY(-2px);
  transform: rotate(16deg);
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
.pg--custom nav .v-nav-ctn .h-nav-end {
  width: calc((100% - 12 * 2.4rem) / 12 * 2 + 1 * 2.4rem);
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 2.4rem;
}
.pg--custom nav.v-scrolled-pos .v-nav-ctn {
  background-color: rgba(0, 0, 0, 0.8);
  background-color: rgba(21, 21, 21, 0.8);
  background: none;
  transition: transform 500ms ease-in-out, background-color 200ms ease-in-out;
}
.pg--custom nav.v-scrolled-pos .v-nav-ctn:hover {
  background-color: rgb(0, 0, 0);
  background-color: rgb(21, 21, 21);
  background: none;
}
.pg--custom nav.v-scrolled-pos .v-nav-ctn.hide {
  transform: translateY(-100%);
}
.pg--custom footer {
  width: 100%;
}
.pg--custom section {
  width: 100%;
}
.pg--custom section .h-page-margin {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.pg--custom section .h-content-ctn {
  max-width: 124rem;
  margin-left: auto;
  margin-right: auto;
}
.pg--custom .h-content-ctn.v-article-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 4rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pg--custom .h-content-ctn img {
  width: 100%;
  height: auto;
  height: calc(100vh - 4.8rem);
  object-fit: cover;
  transition: border-radius ease-in-out 240ms;
}
.pg--custom .h-article-ctn {
  width: 100%;
  max-width: 460px;
  margin: auto;
}
@media (min-width: 768px) {
  .pg--custom .h-article-ctn {
    width: calc((100% - 12 * 2.4rem) / 12 * 8 + 7 * 2.4rem);
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .pg--custom .h-article-ctn {
    width: calc((100% - 12 * 2.4rem) / 12 * 8 + 7 * 2.4rem);
    max-width: unset;
  }
}
.pg--custom .h-article-ctn.v-article-header-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.6rem;
}
.pg--custom .h-article-ctn.v-article-content-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.4rem;
}

.pg--config {
  background-color: #000000;
  background-color: #151515;
  background-color: #efeee7;
  color: #ffffff;
  color: #f9f9f9;
  color: #151515;
}
.pg--config nav {
  width: 100%;
  position: sticky;
  top: 0rem;
  right: 0rem;
  z-index: 1000; /* Ensure it stays above other elements */
  transition: opacity 200ms ease-in-out, background-color 200ms ease-in-out, top 200ms ease-in-out;
}
.pg--config nav .v-nav-ctn .v-nav-banner {
  display: none;
  padding: 0.6rem 2.4rem 0.4rem 2.4rem;
  color: #f5f5f5;
  background-color: #080808;
  font-size: 1.4rem;
  font-weight: 500;
}
.pg--config nav .v-nav-ctn .v-nav-main {
  display: flex;
  flex-direction: row;
  align-items: start;
  align-items: center;
  gap: 2.4rem;
  padding: 2rem 2.4rem 1.6rem 2.4rem;
}
.pg--config nav .v-nav-ctn .h-nav-start {
  width: calc((100% - 12 * 2.4rem) / 12 * 2 + 1 * 2.4rem);
  margin-right: 2.4rem;
}
.pg--config nav .v-nav-ctn .h-nav-center {
  width: calc((100% - 12 * 2.4rem) / 12 * 8 + 7 * 2.4rem);
  margin-right: 2.4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.pg--config nav .v-nav-ctn .h-nav-center .v-nav-center-ctn {
  padding: 1.2rem 2rem;
  background-color: #9747ff;
  border-radius: 100rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 1.2rem;
}
.pg--config nav .v-nav-ctn .h-nav-center a {
  text-decoration: none;
}
.pg--config nav .v-nav-ctn .h-nav-center a .v-nav-text-ctn {
  transition: transform 200ms ease-in-out;
}
.pg--config nav .v-nav-ctn .h-nav-center a:hover .v-nav-text-ctn {
  transform: translateY(-4px);
  transform: rotate(8deg);
}
.pg--config nav .v-nav-ctn .h-nav-center a:active .v-nav-text-ctn {
  transform: translateY(-2px);
  transform: rotate(16deg);
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
.pg--config nav .v-nav-ctn .h-nav-end {
  width: calc((100% - 12 * 2.4rem) / 12 * 2 + 1 * 2.4rem);
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 2.4rem;
}
.pg--config nav.v-scrolled-pos .v-nav-ctn {
  background-color: rgba(0, 0, 0, 0.8);
  background-color: rgba(21, 21, 21, 0.8);
  background: none;
  transition: transform 500ms ease-in-out, background-color 200ms ease-in-out;
}
.pg--config nav.v-scrolled-pos .v-nav-ctn:hover {
  background-color: rgb(0, 0, 0);
  background-color: rgb(21, 21, 21);
  background: none;
}
.pg--config nav.v-scrolled-pos .v-nav-ctn.hide {
  transform: translateY(-100%);
}
.pg--config footer {
  width: 100%;
}
.pg--config section {
  width: 100%;
}
.pg--config section .h-page-margin {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.pg--config section .h-content-ctn {
  max-width: 124rem;
  margin-left: auto;
  margin-right: auto;
}
.pg--config .h-content-ctn.v-article-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 4rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pg--config .h-content-ctn img {
  width: 100%;
  height: auto;
  height: calc(100vh - 4.8rem);
  object-fit: cover;
  transition: border-radius ease-in-out 240ms;
}
.pg--config .h-article-ctn {
  width: 100%;
  max-width: 460px;
  margin: auto;
}
@media (min-width: 768px) {
  .pg--config .h-article-ctn {
    width: calc((100% - 12 * 2.4rem) / 12 * 8 + 7 * 2.4rem);
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .pg--config .h-article-ctn {
    width: calc((100% - 12 * 2.4rem) / 12 * 8 + 7 * 2.4rem);
    max-width: unset;
  }
}
.pg--config .h-article-ctn.v-article-header-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.6rem;
}
.pg--config .h-article-ctn.v-article-content-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.4rem;
}
.pg--config .h-content-line-ctn {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
}
.pg--config .h-content-line-ctn .h-line-ctn {
  width: 100%;
  height: 2px;
  background-color: #151515;
  opacity: 12%;
}
.pg--config .h-content-line-ctn .h-page-margin-line-start {
  width: 100%;
  max-width: 2.4rem;
  padding-right: 0.4rem;
}
@media (min-width: 768px) {
  .pg--config .h-content-line-ctn .h-page-margin-line-start {
    max-width: 4.8rem;
  }
}
@media (min-width: 992px) {
  .pg--config .h-content-line-ctn .h-page-margin-line-start {
    max-width: 6.4rem;
  }
}
.pg--config .h-content-line-ctn .h-page-content-center {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: flex-end;
  gap: 0.4rem;
}
.pg--config .h-content-line-ctn .h-page-content-center .v-content-heading-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0.8rem;
  flex-shrink: 0;
}
.pg--config .h-content-line-ctn .h-page-content-center .v-content-heading-ctn .h-content-header-ctn {
  color: #ff4e00;
  color: color(display-p3 1 0.3059 0);
  font-size: 3.2rem;
  font-weight: 600;
  padding: 0 1.2rem;
}
@media (min-width: 768px) {
  .pg--config .h-content-line-ctn .h-page-content-center .v-content-heading-ctn .h-content-header-ctn {
    padding: 0 1.6rem;
  }
}
@media (min-width: 992px) {
  .pg--config .h-content-line-ctn .h-page-content-center .v-content-heading-ctn .h-content-header-ctn {
    padding: 0 2rem;
  }
}
.pg--config .h-content-line-ctn .h-page-content-center .v-content-heading-ctn .h-line-ctn {
  opacity: 100%;
}
.pg--config .h-content-line-ctn .h-page-content-center .h-page-line-ctn {
  width: 100%;
  flex-grow: 1;
  min-width: 0;
}
.pg--config .h-content-line-ctn .h-page-margin-line-end {
  width: 100%;
  max-width: 2.4rem;
}
@media (min-width: 768px) {
  .pg--config .h-content-line-ctn .h-page-margin-line-end {
    max-width: 4.8rem;
  }
}
@media (min-width: 992px) {
  .pg--config .h-content-line-ctn .h-page-margin-line-end {
    max-width: 6.4rem;
  }
}

.pg--pilot {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #121212;
  background: color(display-p3 0.0706 0.0706 0.0706);
  color: #f4f2f7;
  color: color(display-p3 0.9569 0.949 0.9686);
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.pg--pilot .v-main-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 6.4rem;
  transition: opacity 350ms ease-in-out, transform 350ms ease, color ease-in-out 350ms;
  transform: rotate(90deg);
}
@media (orientation: landscape) {
  .pg--pilot .v-main-ctn {
    transform: rotate(0deg);
  }
}
@media (min-width: 768px) {
  .pg--pilot .v-main-ctn {
    transform: rotate(0deg);
  }
}
.pg--pilot .v-main-ctn.lecture-non-main {
  color: rgba(244, 242, 247, 0.48);
  color: color(display-p3 0.9569 0.949 0.9686/0.48);
}
.pg--pilot .v-main-ctn.loading {
  opacity: 0;
}
.pg--pilot .v-main-ctn .v-lecture-header-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0.4rem;
}
.pg--pilot .v-main-ctn .v-lecture-header-ctn .tt-lecture-header {
  font-size: 6.4rem;
  white-space: nowrap;
  transition: color ease-in-out 350ms;
}
.pg--pilot .v-main-ctn .v-lecture-header-ctn .tt-lecture-header.lecture-non {
  color: rgba(244, 242, 247, 0.24);
  color: color(display-p3 0.9569 0.949 0.9686/0.24);
}
.pg--pilot .v-main-ctn .v-lecture-header-ctn .h-lecture-duration {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1.6rem;
  font-size: 32px;
}
.pg--pilot .v-main-ctn .v-lecture-header-ctn .h-lecture-duration .h-lecture-time-bar {
  width: 100%;
  height: 0.8rem;
  background: rgba(244, 242, 247, 0.24);
  background: color(display-p3 0.9569 0.949 0.9686/0.24);
}
.pg--pilot .v-main-ctn .v-lecture-header-ctn .h-lecture-duration .h-lecture-time-bar-progress {
  transition: width linear 16ms, opacity ease-in-out 350ms;
  animation: pulse 1.5s ease-in-out infinite;
  width: 0%;
  height: 0.8rem;
  background: #b287fb;
  background: color(display-p3 0.6706 0.5373 0.9569);
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
.pg--pilot .v-main-ctn .v-lecture-header-ctn .h-lecture-duration .h-lecture-time-bar-progress.lecture-non {
  opacity: 0;
  animation: none;
}
.pg--pilot .v-main-ctn .h-lecture-details-ctn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
.pg--pilot .v-main-ctn .h-lecture-details-ctn .v-lecture-details-start {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0.6rem;
}
.pg--pilot .v-main-ctn .h-lecture-details-ctn .v-lecture-details-start .v-lecture-details-start-top {
  font-size: 1.6rem;
}
.pg--pilot .v-main-ctn .h-lecture-details-ctn .v-lecture-details-start .v-lecture-details-start-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  font-size: 1.4rem;
}
.pg--pilot .v-main-ctn .h-lecture-details-ctn .v-lecture-details-end {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  gap: 0.6rem;
  color: rgba(244, 242, 247, 0.48);
  color: color(display-p3 0.9569 0.949 0.9686/0.48);
}
.pg--pilot .v-main-ctn .h-lecture-details-ctn .v-lecture-details-end .v-lecture-details-end-top {
  font-size: 1.6rem;
}
.pg--pilot .v-main-ctn .h-lecture-details-ctn .v-lecture-details-end .v-lecture-details-end-bottom {
  font-size: 1.4rem;
}

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