html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1;
}

textarea {
  resize: none;
}

input:not([type=submit]),
textarea {
  display: block;
  width: 100%;
  border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  background: none;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0;
  color: var(--fg);
  margin: 0;
  padding: 0;
}

select option {
  color: var(--fg);
  margin: 0;
  padding: 0;
  background: var(--bg);
}

select:focus {
  outline: none;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

/* Input Elements */
button,
input[type=submit],
input[type=reset],
div[role=button] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=button],
input[type=button]:focus {
  outline: none;
}

a:link,
a:visited,
a:link span,
a:visited span {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

@font-face {
  font-family: "Turnery";
  src: url("../fonts/Turnery-Bold.eot");
  src: url("../fonts/Turnery-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Turnery-Bold.woff2") format("woff2"), url("../fonts/Turnery-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Root Elements */
:root {
  --Fb: 1rem;
  --black: #000000;
  --white: #ffffff;
  --off-white: #ebebeb;
  --fg: var(--black);
  --bg: var(--off-white);
  --Pm: 20px;
  --Pg: 40px;
  --negPg: -10px;
  --Ps: 8px;
  --Ph: calc(0.5 * var(--Pm));
  --Pq: calc(0.2 * var(--Ph));
  --Pd: calc(2 * var(--Pg));
  --Hh: var(--Pg);
  --Hs: calc(100vh - var(--Hh));
  --Wf: calc(100% + (2 * var(--Pm)));
  --Wg: calc(100% + var(--Pm));
  --Ml: calc(-1 * var(--Pm));
  --width: 333px;
  --fm: 22px;
  --fs: 14px;
  --fxs: 10px;
  --size: var(--fs);
}

@media (max-width: 768px) {
  :root {
    --Pg: 16px;
    --fs: 12px;
  }
}
html {
  font-size: var(--size);
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica, sans-serif;
  overflow-x: hidden;
  height: auto;
  background: #000000;
  color: var(--white);
}

body {
  font-size: var(--size);
}

body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

main {
  min-height: 100dvh;
}

.kl-private-reset-css-Xuajs1 {
  display: none !important;
}

.section-content .kl-private-reset-css-Xuajs1,
.form-container .kl-private-reset-css-Xuajs1 {
  display: block !important;
}

.visaully-hidden {
  visibility: hidden;
  position: absolute;
  z-index: -10;
  display: none;
}

.enter {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
}

.enter.entered {
  transform: translateY(0);
  opacity: 1;
}

/* Details Elements */
summary,
summary:focus {
  outline: none;
  list-style-type: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

details summary::marker,
details summary::-webkit-details-marker {
  content: "";
  visibility: hidden;
  position: absolute;
  z-index: -10;
  list-style-type: none;
  display: none;
}

summary > * {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

summary > *::after {
  content: "+";
  margin-left: var(--Pm);
}

@media (hover: hover) and (pointer: fine) {
  details summary:hover {
    opacity: 0.5;
  }
}
details[open] summary > *::after {
  content: "-";
}

details[open] summary ~ * {
  animation: appear 0.4s ease-in;
  -webkit-animation: appear 0.4s ease-in;
}

details.closing summary ~ * {
  animation: close 0.4s ease-out;
}

@keyframes appear {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: calc(var(--vh, 1vh) * 100);
  }
}
@keyframes close {
  0% {
    opacity: 1;
    max-height: calc(var(--vh, 1vh) * 100);
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}
/* Image/Video Elements */
.aspectholder > * {
  display: block;
}

.vsc-controller {
  height: 0 !important;
  width: 0 !important;
  object-fit: unset !important;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Ps);
  row-gap: var(--Ps);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Ps);
  row-gap: var(--Ps);
  width: 100%;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Ps);
  row-gap: var(--Ps);
  width: 100%;
}

@media (max-width: 1100px) {
  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.px {
  padding-left: var(--Pg);
  padding-right: var(--Pg);
}

.py {
  padding-top: var(--Pg);
  padding-bottom: var(--Pg);
}

.pxs {
  padding-left: calc(var(--Pg) / 2);
  padding-right: calc(var(--Pg) / 2);
}

.pys {
  padding-top: calc(var(--Pg) / 2);
  padding-bottom: calc(var(--Pg) / 2);
}

.pxl {
  padding-left: calc(var(--Pg) * 2);
  padding-right: calc(var(--Pg) * 2);
}

.pyl {
  padding-top: calc(var(--Pg) * 2);
  padding-bottom: calc(var(--Pg) * 2);
}

.pr {
  padding-right: var(--Pg);
}

.pl {
  padding-left: var(--Pg);
}

.pt {
  padding-top: var(--Pg);
}

.pb {
  padding-bottom: var(--Pg);
}

.prs {
  padding-right: calc(var(--Pg) / 2);
}

.pls {
  padding-left: calc(var(--Pg) / 2);
}

.pts {
  padding-top: calc(var(--Pg) / 2);
}

.pbs {
  padding-bottom: calc(var(--Pg) / 2);
}

.prl {
  padding-right: calc(var(--Pg) * 2);
}

.pll {
  padding-left: calc(var(--Pg) * 2);
}

.ptl {
  padding-top: calc(var(--Pg) * 2);
}

.pbl {
  padding-bottom: calc(var(--Pg) * 2);
}

body {
  height: 100dvh;
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.page-content {
  height: 200dvh;
  width: 200vw;
  position: absolute;
  top: 0;
  left: 0;
  background: #1f2a37;
  background: linear-gradient(180deg, rgb(31, 42, 55) 0%, rgb(13, 18, 24) 42%, rgb(0, 0, 0) 50%);
}

.buttons {
  display: flex;
  flex-direction: column;
  row-gap: var(--Ps);
  width: 100%;
}

a.btn,
button.btn {
  display: block;
  padding: 8px 8px 8px 8px;
  border: 1px solid var(--white);
  width: 100%;
  min-width: var(--width);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.3s ease;
}
a.btn.disabled,
button.btn.disabled {
  pointer-events: none;
}
a.btn-p,
button.btn-p {
  background: var(--white);
  color: var(--black);
}
a.btn:hover,
button.btn:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  a.btn,
  button.btn {
    min-width: 50vw;
  }
}
body.right header {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  z-index: 10;
}
header .aspectholder {
  width: 30vw;
  max-width: var(--width);
}
header .aspectholder * {
  width: 100%;
  height: 100%;
}

.rounder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98dvw;
  pointer-events: none;
}
.rounder * {
  width: 100%;
  height: 100%;
}

section {
  width: 100vw;
  height: 100dvh;
  position: absolute;
  display: flex;
  align-items: center;
}

.col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100dvh - var(--Pd));
  row-gap: var(--Pg);
  max-width: var(--width);
}

.section-main {
  top: 0;
  left: 0;
}

.section-right {
  right: 0;
  top: 0;
  z-index: 100;
}
.section-right .section-content {
  align-items: flex-end;
}

.section-down {
  left: 0;
  bottom: 0;
}
.section-down .section-content {
  grid-column: span 1;
}

.more-talks-cont {
  position: absolute;
  top: var(--Pg);
  right: var(--Pg);
  z-index: 20;
}

.back-cont {
  position: absolute;
  top: var(--Pg);
  left: var(--Pg);
  z-index: 200;
}
.back-cont button {
  transition: opacity 0.3s ease;
}
.back-cont button:hover {
  opacity: 0.7;
}

.previous {
  grid-column: 4/-1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: var(--Pm);
  height: calc(100dvh - var(--Pd));
  overflow: scroll;
}
.previous::-webkit-scrollbar {
  display: none;
}
.previous .talk {
  display: flex;
  flex-direction: column;
  row-gap: var(--Ps);
  transition: opacity 0.3s ease;
}
.previous .talk .aspectholder {
  width: 100%;
}
.previous .talk .aspectholder * {
  width: 100%;
  aspect-ratio: 1.78;
  object-fit: cover;
}
.previous .talk:hover {
  opacity: 0.7;
}

.form-container {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: var(--width);
}

.klaviyo-form {
  width: 100%;
}
.klaviyo-form form {
  padding: 0 !important;
}
.klaviyo-form input {
  width: 100% !important;
  padding-left: 8px !important;
}
.klaviyo-form input:focus-visible {
  outline-width: 0px !important;
}
.klaviyo-form button {
  padding: 4px 0 !important;
}

.section-down .terms {
  position: absolute;
  bottom: var(--Pg);
  left: var(--Pg);
  width: 212px;
  font-size: var(--fxs);
}

.video-modal-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100dvh;
  background: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px var(--Pg);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
}
.video-modal-container.active {
  opacity: 1;
  visibility: visible;
}
.video-modal-container .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: var(--Pg);
  z-index: 10;
  transition: opacity 0.3s ease;
}
.video-modal-container .close-modal:hover {
  opacity: 0.7;
}
.video-modal-container .overlay {
  width: 100%;
  height: 100%;
  background-color: #565656;
  position: relative;
  z-index: 20;
  transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
}
.video-modal-container .overlay.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.video-modal-container .overlay.hide * {
  pointer-events: none !important;
}
.video-modal-container .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.video-modal-container .overlay .form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 447px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  z-index: 10;
}
.video-modal-container .video-overlay {
  width: calc(100% - var(--Pg) * 2);
  height: 100dvh;
  top: 50%;
  left: var(--Pg);
  position: absolute;
  transform: translateY(-50%);
}
.video-modal-container .video-overlay video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .video-modal-container .video-overlay {
    width: calc(100% - var(--Pg) * 2);
    height: auto;
    top: 50%;
    left: var(--Pg);
    position: absolute;
    transform: translateY(-50%);
  }
  .video-modal-container .video-overlay video {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: var(--Pg);
  background: #0d1218;
  width: 100vw;
  background: linear-gradient(180deg, rgba(13, 18, 24, 0) 0%, rgb(16, 16, 16) 100%);
  transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
}
footer.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
}
footer .footer-inner {
  width: var(--width);
}
footer .footer-links {
  display: flex;
  flex-direction: column;
}
footer a {
  transition: opacity 0.3s ease;
}
footer a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  input {
    font-size: var(--fs) !important;
  }
  .previous {
    padding-top: 80px;
    grid-column: span 1;
  }
  .video-modal-container .overlay {
    width: 100%;
    height: unset;
    /* background-color: #565656; */
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1.58;
  }
  .video-modal-container .overlay .form-container {
    padding: var(--Pg);
  }
  .video-modal-container .overlay .form-container * {
    min-height: unset !important;
  }
  .video-modal-container .overlay img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    aspect-ratio: 1.58;
    opacity: 0.5;
  }
}
.credits {
  position: absolute;
  bottom: var(--Pg);
  right: var(--Pg);
  font-size: var(--fxs);
  display: flex;
  flex-direction: column;
  row-gap: var(--Ps);
}
.credits .one, .credits .two {
  transition: opacity 0.3s ease;
  position: relative;
}
.credits .one {
  position: absolute;
}
.credits .two {
  opacity: 0;
}
.credits:hover .one {
  opacity: 0;
}
.credits:hover .two {
  opacity: 1;
}

@media (max-width: 768px) {
  .credits .one {
    position: relative;
  }
  .credits .two {
    display: none;
  }
  .credits:hover .one,
  .credits:hover .two {
    opacity: 1;
  }
}
