@font-face {
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght;
  src: url('../fonts/NunitoSans-VariableFont_YTLCopszwdthwght.ttf') format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --light: #f1f1f1;
  --dark: #0f0f0f;
  --dark_85: white;
}

.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;
  }
}

.section {
  aspect-ratio: auto;
  object-fit: none;
  justify-content: space-between;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 60%;
  height: auto;
  display: block;
  position: static;
  overflow: hidden;
}

.body {
  background-color: #0e0e0e;
  background-image: linear-gradient(#00000080, #00000080), url('../images/title.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image {
  z-index: 0;
  object-fit: none;
  max-width: none;
  height: auto;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.image-2 {
  z-index: 1;
  vertical-align: baseline;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.image-3 {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: contain;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.h1 {
  z-index: 1;
  color: #fff;
  text-align: left;
  object-fit: scale-down;
  margin-top: auto;
  margin-left: 0;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 200px;
  font-weight: 900;
  line-height: 160px;
  position: static;
}

.ref_sec {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 140px;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 1200px;
  margin-bottom: 10%;
  display: block;
  position: static;
  overflow: visible;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 46px;
  font-weight: 200;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
  display: flex;
}

.ref_thumb {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  max-width: 1000px;
  margin: auto 0 100px;
  padding-left: 0;
  display: flex;
}

.paragraph {
  color: var(--light);
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
}

.heading-3 {
  color: #e6e6e6;
  margin-top: 0;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
}

.paragraph-2 {
  color: #e6e6e6;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: none;
  flex-flow: column;
  order: -9999;
  align-items: stretch;
  max-width: 28%;
  display: flex;
  overflow: auto;
}

.year {
  color: #f2f2f2;
  order: -9999;
  margin-bottom: 0;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.h3 {
  clear: none;
  aspect-ratio: auto;
  color: var(--light);
  text-transform: uppercase;
  white-space: normal;
  object-fit: none;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.h3.dark {
  color: var(--dark);
}

.client {
  color: #e6e6e6;
  margin-bottom: 0;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.youtube {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: relative;
  overflow: visible;
}

.image-4 {
  width: 60px;
  margin-top: 22%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.thumb {
  order: 9999;
  align-self: auto;
  max-width: 50%;
  position: relative;
}

.ref_item {
  margin-top: 100px;
  padding-top: 0;
}

.vita_sec {
  background-color: #0f0f0f;
  padding-top: 140px;
  padding-bottom: 140px;
}

.spacer {
  background-color: #fff;
  align-self: stretch;
  width: 80px;
  max-width: 1000px;
  height: 5px;
  position: static;
  inset: 0%;
  overflow: visible;
}

.list {
  align-self: center;
  max-width: 1160px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  position: static;
}

.refblock {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container_1200 {
  box-sizing: border-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  aspect-ratio: auto;
  object-fit: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
  position: static;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: center;
  width: 1000px;
  max-width: 1160px;
}

.stage_bgv {
  z-index: -1;
  overflow-wrap: normal;
  object-fit: fill;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.div-block-4 {
  height: 0;
}

.workshops_sec {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-6 {
  color: #e6e6e6;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 86px;
}

.container-3 {
  display: flex;
}

.ws_linewrap {
  width: 100%;
  max-width: none;
  height: 50%;
  max-height: 33vw;
  display: flex;
  position: static;
}

.ws_box-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  height: 50%;
  display: flex;
}

.heading-7 {
  color: var(--light);
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.ws_titlewrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  order: 9999;
  display: flex;
}

.image-5 {
  z-index: 0;
  object-fit: fill;
  width: auto;
  max-width: none;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-6 {
  display: block;
}

.ws_box {
  background-image: url('../images/th_RETURN25webp.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.ws_box-2 {
  background-image: url('../images/th_MENT25.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.sec_text {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 160px;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  display: flex;
}

.ws_box-3 {
  background-image: url('../images/th_MENT24.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.ws_box-4 {
  background-image: url('../images/th_NIVRE24-2.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.ref_list {
  background-image: linear-gradient(to bottom, var(--dark), var(--dark)), url('../images/title.webp');
  object-fit: fill;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 140px;
}

.paragraph_big {
  color: var(--light);
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
}

.paragraph_small {
  color: var(--light);
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 26px;
  font-weight: 200;
  line-height: 36px;
}

.ws_box_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.watch_button {
  background-color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 20%;
  height: 60px;
  margin-top: 10px;
  display: flex;
}

.text-block {
  color: var(--light);
  text-align: center;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.ref_title {
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h4 {
  clear: none;
  aspect-ratio: auto;
  color: #e6e6e6;
  text-transform: uppercase;
  white-space: normal;
  object-fit: none;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.ref_full {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column wrap;
  order: 9999;
  place-content: stretch flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.ref_block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.ref_info {
  color: var(--light);
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.ref_name {
  color: var(--light);
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
}

.ref_info-copy {
  color: var(--light);
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
}

.ref_link {
  color: var(--light);
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  text-decoration: none;
}

.image-7 {
  align-self: center;
  width: 16px;
  height: 16px;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.paragraph-3 {
  color: var(--light);
  align-self: center;
  margin-bottom: 0;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  line-height: 14px;
  text-decoration: none;
}

.columns {
  order: 0;
  width: 100%;
}

.column {
  padding-left: 10px;
  padding-right: 10px;
}

.section-2 {
  background-color: #0000008c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  margin: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  font-size: 16px;
  display: flex;
}

.h5 {
  color: var(--light);
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.button {
  border: 1px solid var(--light);
  color: var(--light);
  background-color: #0000;
  border-radius: 0;
  order: 0;
  padding: 19px 50px;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 19px;
  line-height: 24px;
  text-decoration: none;
}

.section-3 {
  background-color: var(--dark);
  min-height: 50vh;
  padding-top: 140px;
  padding-bottom: 140px;
}

.link {
  color: var(--light);
  object-fit: fill;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.link.w--current {
  margin-top: 28px;
}

.container_contact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body-2 {
  background-color: var(--dark);
}

.link-block-2 {
  background-color: var(--light);
  object-fit: none;
  order: 0;
  align-self: auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 39px 40px;
  text-decoration: none;
  display: block;
  position: static;
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 140px;
    line-height: 120px;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .container_1200 {
    max-width: 660px;
  }

  .workshops_sec {
    flex-flow: column;
  }

  .ws_box_wrapper {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    object-fit: none;
  }

  .h1 {
    overflow-wrap: normal;
    object-fit: scale-down;
    margin-bottom: auto;
    margin-left: -10px;
    font-size: 60px;
    line-height: 50px;
  }

  .container-2 {
    float: none;
    clear: none;
    object-fit: scale-down;
    margin-bottom: 30%;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    overflow: auto;
  }

  .h2 {
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .h3 {
    font-size: 16px;
    line-height: 18px;
    overflow: visible;
  }

  .h3.ref {
    text-shadow: 2px 2px 3px #000;
  }

  .heading-4, .heading-5 {
    font-size: 120px;
  }

  .container_1200 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .workshops_sec {
    flex-flow: column;
  }

  .ws_box, .ws_box-2 {
    padding: 16px;
  }

  .sec_text {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ws_box-3, .ws_box-4 {
    padding: 16px;
  }

  .ref_list {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .paragraph_big {
    font-size: 20px;
    line-height: 28px;
  }

  .ws_box_wrapper {
    width: 100%;
    height: 50%;
  }

  .h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.cc--elegant-black {
    color-scheme: dark;

    --cc-bg: #000;
    --cc-primary-color: rgb(239, 244, 246);
    --cc-secondary-color: #b1bdc3;

    --cc-btn-primary-bg: #ffffff;
    --cc-btn-primary-color: #000;
    --cc-btn-primary-hover-bg: #ccd4d8;
    --cc-btn-primary-hover-color: #000;

    --cc-btn-secondary-bg: rgba(255, 255, 255, 0.039);
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-border-color: #252729;
    --cc-btn-secondary-hover-bg: #252729;
    --cc-btn-secondary-hover-color: #fff;
    --cc-btn-secondary-hover-border-color: #252729;

    --cc-cookie-category-block-bg: #101111;
    --cc-cookie-category-block-border: #1d1e1f;
    --cc-cookie-category-block-hover-bg: #151516;
    --cc-cookie-category-block-hover-border: #1d1e1f;
    --cc-cookie-category-expanded-block-hover-bg: #1d1e1f;
    --cc-cookie-category-expanded-block-bg: #101111;
    --cc-toggle-readonly-bg: #2f3132;
    --cc-overlay-bg: rgba(0, 0, 0, 0.9)!important;

    --cc-toggle-on-knob-bg: var(--cc-bg);
    --cc-toggle-readonly-knob-bg: var( --cc-cookie-category-block-bg);

    --cc-separator-border-color: #252729;

    --cc-footer-border-color: #212529;
    --cc-footer-bg: #000;
}

.cc--elegant-black #cc-main .cm,
.cc--elegant-black #cc-main .pm {
    border: 1px solid var(--cc-separator-border-color);
}

@font-face {
  font-family: 'Nunitosans Variablefont Ytlc Opsz Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

