@font-face {
  font-family: Universltstd obl;
  src: url('../fonts/UniversLTStd-Obl.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Universltstd ultracn;
  src: url('../fonts/UniversLTStd-UltraCn.otf') format("opentype"), url('../fonts/UniversLTStd-UltraCn.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Universltstd cnobl;
  src: url('../fonts/UniversLTStd-CnObl.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Universltstd ex;
  src: url('../fonts/UniversLTStd-Ex.otf') format("opentype"), url('../fonts/UniversLTStd-Ex.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Universltstd exobl;
  src: url('../fonts/UniversLTStd-ExObl.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Universltstd;
  src: url('../fonts/UniversLTStd-Black.otf') format("opentype"), url('../fonts/UniversLTStd-BlackExObl.otf') format("opentype"), url('../fonts/UniversLTStd-BlackEx.otf') format("opentype"), url('../fonts/UniversLTStd-XBlackExObl.otf') format("opentype"), url('../fonts/UniversLTStd-BlackObl.otf') format("opentype"), url('../fonts/UniversLTStd-XBlack.otf') format("opentype"), url('../fonts/UniversLTStd-XBlackEx.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Universltstd;
  src: url('../fonts/UniversLTStd-Bold.otf') format("opentype"), url('../fonts/UniversLTStd-BoldCnObl.otf') format("opentype"), url('../fonts/UniversLTStd-BoldExObl.otf') format("opentype"), url('../fonts/UniversLTStd-BoldObl.otf') format("opentype"), url('../fonts/UniversLTStd-BoldEx.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Universltstd cnobl;
  src: url('../fonts/UniversLTStd-CnObl.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Universltstd cn;
  src: url('../fonts/UniversLTStd-Cn.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Universltstd;
  src: url('../fonts/UniversLTStd-Light.otf') format("opentype"), url('../fonts/UniversLTStd-LightCnObl.otf') format("opentype"), url('../fonts/UniversLTStd-LightObl.otf') format("opentype"), url('../fonts/UniversLTStd-LightUltraCn.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Universltstd exobl;
  src: url('../fonts/UniversLTStd-ExObl.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Universltstd obl;
  src: url('../fonts/UniversLTStd-Obl.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transform: none;
}

a {
  text-decoration: underline;
}

.utility-page-wrap {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.wiltongorske {
  color: #000;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
  font-family: Universltstd, sans-serif;
  font-size: 50px;
  font-weight: 900;
  display: block;
  position: relative;
  top: 11px;
}

.boundingbox {
  min-height: 100px;
}

.bodytext {
  color: #000;
  background-color: #000;
  transform: none;
}

.bodybounding {
  color: #000;
  background-color: #000;
  flex: 1;
  order: 0;
  align-self: flex-start;
  margin-top: 2%;
  display: block;
}

.parisavatar {
  clear: none;
  margin-bottom: 10px;
  margin-left: 114px;
  display: block;
  position: static;
  bottom: 57px;
  left: 121px;
}

.circleofabilities {
  filter: invert();
  margin-top: 5%;
  margin-right: 10%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.intro {
  color: var(--white);
  text-align: left;
  column-span: none;
  padding-bottom: 15px;
  font-family: Universltstd, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.sociallinks {
  color: #000;
  text-align: right;
  text-transform: none;
  padding-bottom: 15px;
  font-family: Universltstd ex, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

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

.links {
  padding-top: 5px;
}

.workplaces {
  padding-top: 9px;
  font-family: Universltstd ex, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.sociallink {
  color: var(--white);
  text-align: right;
  font-family: Universltstd ex, sans-serif;
  text-decoration: underline;
  display: block;
}

.worklink {
  color: var(--white);
  padding-top: 10px;
  font-family: Universltstd ex, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.linksright {
  padding-top: 10px;
}

.wgheader2 {
  color: var(--white);
  text-shadow: 0 0 20px #000;
}

.bannertop, .body {
  background-color: #000;
}

.container {
  position: fixed;
  inset: 50%;
}

.button {
  background-color: #fff;
  font-size: 10px;
  line-height: 10px;
}

.navigationsection {
  position: sticky;
}

.container-2 {
  flex-wrap: nowrap;
}

.image {
  width: 100px;
  height: 100px;
  position: fixed;
  inset: 0%;
}

.yinyangholder {
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.section {
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.image-2 {
  width: 50px;
  height: 50px;
  position: fixed;
  inset: 45% 50% 50% 45%;
}

.grid {
  grid-template: ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 / 1fr 1fr 1fr 1fr 1fr;
}

.text-block {
  color: var(--white);
  width: 100%;
  height: 50px;
  margin-top: 1px;
  font-family: Universltstd, sans-serif;
  font-size: 50px;
  font-weight: 900;
  display: block;
  overflow: hidden;
}

.text-block-2 {
  color: #fff;
  margin-top: 40px;
  font-family: Universltstd, sans-serif;
  font-size: 50px;
  font-weight: 900;
}

.text-field-2 {
  color: #fff;
}

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

.text-field-3 {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  width: 50%;
  font-family: Universltstd, sans-serif;
  font-size: 12px;
}

.submit-button {
  border: 1px solid var(--white);
  color: #fff;
  background-color: #0000;
  font-family: Universltstd, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.submit-button.keyscta {
  margin-left: 10px;
}

.form-2 {
  padding: 20px 20px 4px;
}

.success-message {
  border: 1px solid var(--white);
  color: #fff;
  background-color: #0000;
  margin: 15px 20px 20px;
  font-family: Universltstd, sans-serif;
  font-weight: 300;
}

.text-block-3 {
  text-align: left;
  font-family: Universltstd exobl, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.error-message {
  color: #fff;
  background-color: #0000;
  font-family: Universltstd exobl, sans-serif;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-3 {
  z-index: 6;
  margin-top: 20px;
  margin-left: 57px;
  padding-left: 0;
  position: relative;
  transform: rotate(-23deg);
}

.image-4 {
  filter: invert();
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.image-5 {
  max-height: 800px;
  margin-top: -116px;
  margin-left: -92px;
}

.image-6 {
  margin-top: 10px;
  margin-bottom: -100px;
}

.image-7 {
  margin-left: 12px;
}

.image-8 {
  position: relative;
  bottom: 46px;
  left: 54px;
}

.section-2 {
  min-height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-9 {
  margin-top: -166px;
  position: static;
}

.image-10 {
  z-index: 5;
  margin-top: -14px;
  margin-left: 129px;
  position: relative;
}

.image-11 {
  margin-top: -34px;
  margin-left: 26px;
}

.image-12 {
  z-index: 10;
  align-self: start;
  margin-left: 27px;
  position: relative;
}

.image-13 {
  margin-top: -48px;
  position: relative;
}

.image-14 {
  z-index: 5;
  margin-bottom: -41px;
  margin-left: -13px;
  position: relative;
}

.image-15 {
  margin-top: -59px;
  margin-left: -38px;
}

.image-16 {
  z-index: 6;
  margin-left: 141px;
  position: relative;
}

.image-17 {
  z-index: 10;
  align-self: center;
  margin-top: -356px;
  margin-left: 44px;
  position: relative;
}

.image-18 {
  z-index: 10;
  margin-top: -59px;
  position: relative;
}

.image-19 {
  z-index: 10;
  margin-top: -69px;
  margin-left: 3px;
  position: relative;
}

.image-20 {
  z-index: 2;
  align-self: center;
  margin-left: 66px;
  position: relative;
}

.image-21 {
  margin-top: 20px;
  margin-bottom: -41px;
  margin-left: -8px;
}

.image-22 {
  margin-top: -181px;
  margin-left: 38px;
  position: relative;
}

.image-23 {
  align-self: center;
  margin-left: -46px;
}

.image-24 {
  margin-left: -24px;
}

.image-25 {
  margin-top: 51px;
  margin-bottom: 23px;
  margin-left: -51px;
}

.image-26 {
  margin-top: -118px;
  margin-left: 106px;
}

.image-27 {
  align-self: start;
  margin-left: -96px;
  position: static;
}

.image-28 {
  align-self: center;
  margin-top: 29px;
  margin-left: -124px;
}

.image-29 {
  margin-top: -3px;
  margin-bottom: 36px;
  margin-left: 11px;
}

.submit-button-2 {
  border: 1px solid var(--white);
  background-color: #000;
  font-family: Universltstd ex, sans-serif;
}

.body-2 {
  background-color: #000;
}

.text-field-4 {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  font-family: Universltstd ex, sans-serif;
}

.heading {
  font-family: Universltstd ex, sans-serif;
  font-size: 29px;
}

.error-message-2 {
  background-color: red;
}

.text-block-4 {
  font-family: Universltstd ex, sans-serif;
}

.image-31 {
  filter: invert();
}

.columns {
  min-height: 100px;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
}

.body-3 {
  background-color: #000;
  font-family: Inconsolata, monospace;
}

.keystext {
  color: #fff;
  margin-top: 30px;
  overflow: hidden;
}

.text-block-6 {
  color: #fff;
}

.container-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.columns-2 {
  padding-bottom: 40px;
}

.keyscta {
  font-family: Universltstd, sans-serif;
}

.image-32 {
  object-fit: fill;
  display: inline-block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-block-7 {
  color: var(--white);
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-block-8 {
  position: relative;
}

.link-2 {
  color: #fff;
}

.link-2.space {
  padding-left: 27px;
}

.link-3 {
  padding-left: 37px;
}

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

@media screen and (max-width: 991px) {
  .wiltongorske {
    overflow: visible;
  }

  .bodytext {
    flex-wrap: nowrap;
    align-content: flex-start;
  }

  .circleofabilities {
    margin-top: -3%;
    display: block;
    top: 9%;
    right: -5%;
  }

  .links {
    padding-top: 10px;
  }

  .body {
    display: block;
    overflow: hidden;
  }

  .image {
    position: absolute;
  }

  .text-field, .text-field-2 {
    border: 1px solid var(--white);
    background-color: #000;
  }

  .text-field-3 {
    color: var(--white);
    font-family: Universltstd, sans-serif;
  }

  .success-message {
    border: 1px solid var(--white);
    color: #fff;
    background-color: #0000;
    margin-top: 10px;
  }

  .image-11 {
    margin-top: -19px;
  }
}

@media screen and (max-width: 767px) {
  .wiltongorske {
    margin-top: 38px;
    left: 16px;
    overflow: visible;
  }

  .boundingbox {
    overflow: hidden;
  }

  .bodytext {
    margin-top: 330px;
  }

  .bodybounding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .parisavatar {
    margin-bottom: 27px;
    padding-bottom: 0;
  }

  .circleofabilities {
    margin-top: -1%;
    margin-right: 11%;
  }

  .sociallinks {
    padding-top: 10px;
  }

  .bannertop {
    max-height: 50px;
  }

  .body {
    display: block;
  }

  .text-field-3 {
    width: 100%;
  }

  .image-11 {
    margin-top: 10px;
  }

  .text-block-8 {
    justify-content: flex-start;
    margin-top: 19px;
    margin-left: 26px;
    display: inline-block;
  }

  .link-4 {
    padding-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .wiltongorske {
    flex-wrap: nowrap;
    place-content: flex-start;
    align-items: center;
    margin-top: 24px;
    font-size: 30px;
    display: block;
    top: 19px;
    left: 12px;
  }

  .wiltongorske.mobile {
    margin-top: -17px;
    line-height: 40px;
  }

  .boundingbox {
    position: static;
    overflow: hidden;
  }

  .bodytext {
    margin-top: 321px;
  }

  .parisavatar {
    overflow: hidden;
  }

  .circleofabilities {
    margin-top: -2%;
    margin-right: 4%;
    display: block;
    overflow: hidden;
  }

  .intro {
    padding-top: 15px;
  }

  .sociallinks {
    font-weight: 400;
  }

  .links {
    padding-bottom: 10px;
  }

  .workplaces {
    padding-top: 10px;
  }

  .wgheader2 {
    font-size: 50px;
    display: inline;
  }

  .wgheader2.mobile {
    object-fit: fill;
    max-width: 300px;
    display: block;
  }

  .bannertop {
    max-height: 25px;
  }

  .body {
    overflow: visible;
  }

  .navigation {
    width: 100vh;
    height: 100vh;
    display: block;
  }

  .container {
    font-size: 0;
    line-height: 0;
    position: fixed;
  }

  .button {
    display: inline;
  }

  .navigationsection {
    position: sticky;
  }

  .image {
    max-width: none;
    position: fixed;
    inset: 50% 50% 0% 43%;
  }

  .yinyangholder {
    position: fixed;
    inset: 50%;
  }

  .form {
    color: var(--white);
  }

  .form-2 {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .image-3 {
    opacity: 0;
    display: block;
  }

  .image-4 {
    margin-top: -146px;
    inset: 0% 0% auto;
  }

  .image-5 {
    margin-left: -88px;
  }

  .image-10 {
    margin-top: -29px;
    margin-left: 64px;
  }

  .image-11 {
    z-index: 3;
    margin-top: 79px;
    position: relative;
  }

  .image-12 {
    z-index: 1;
  }

  .image-15 {
    margin-top: -15px;
  }

  .image-16 {
    margin-left: 30px;
  }

  .image-19 {
    margin-top: -22px;
  }

  .image-26 {
    margin-left: -27px;
  }

  .image-27 {
    margin-left: -40px;
  }

  .image-28 {
    margin-left: 29px;
  }

  .image-30 {
    margin-top: 25px;
  }

  .text-block-8 {
    margin-top: 25px;
    margin-left: 18px;
  }

  .link-4 {
    padding-left: 19px;
  }
}

#w-node-_8c07b31a-5e09-1a7d-e94d-67a69f57bcfe-331b62f3 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_67888668-de87-4c93-4cdb-653236195a8d-331b62f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fa980c48-f689-5b8d-cb0e-038b43dd829f-331b62f3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f809e1f2-bc5e-5a8a-6a8d-ca57521ea06b-331b62f3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8abd9755-fb64-3b7c-81ad-c562af6ff799-331b62f3 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_11c8d29b-d797-611a-e9fe-ebe8d1cb1533-331b62f3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bf4de441-4293-515b-9855-74f3fd5c6838-331b62f3 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_903ebbb1-1e9e-a82b-7d0a-0ee3aec91de1-331b62f3 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3b1295fb-9776-cdae-1912-69745a52cb28-331b62f3 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_95a1e8ca-a9c5-31c7-ed50-9bc909076a30-331b62f3 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: center;
}

#w-node-_940592b9-7d76-8aea-f4df-e636476f52f1-331b62f3 {
  grid-area: 6 / 2 / 7 / 3;
  justify-self: center;
}

#w-node-dc2e01ca-2790-2abc-2e1b-07413a622b9f-331b62f3 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-fb5ad359-20b5-96f8-d5d8-641ab3b5e7a2-331b62f3 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_24191175-8c51-0f7f-4303-9274125b73c6-331b62f3 {
  grid-area: 7 / 3 / 8 / 4;
  align-self: center;
}

#w-node-_3b6e5e5e-a26f-372c-cdae-026153b249a2-331b62f3 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_1ad0eb81-1240-ded7-cac2-234a795150fc-331b62f3 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_4374c88f-3823-98a5-e245-99772c7e4ec1-331b62f3 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_54a0482e-7348-b457-302d-ef8ec3eab8fa-331b62f3 {
  grid-area: 9 / 3 / 10 / 4;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_9453fbce-5fa9-257c-d074-22ea1f77df67-331b62f3 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Universltstd obl';
  src: url('../fonts/UniversLTStd-Obl.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Universltstd ultracn';
  src: url('../fonts/UniversLTStd-UltraCn.otf') format('opentype'), url('../fonts/UniversLTStd-UltraCn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Universltstd cnobl';
  src: url('../fonts/UniversLTStd-CnObl.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Universltstd ex';
  src: url('../fonts/UniversLTStd-Ex.otf') format('opentype'), url('../fonts/UniversLTStd-Ex.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Universltstd exobl';
  src: url('../fonts/UniversLTStd-ExObl.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Universltstd';
  src: url('../fonts/UniversLTStd-Black.otf') format('opentype'), url('../fonts/UniversLTStd-BlackExObl.otf') format('opentype'), url('../fonts/UniversLTStd-BlackEx.otf') format('opentype'), url('../fonts/UniversLTStd-XBlackExObl.otf') format('opentype'), url('../fonts/UniversLTStd-BlackObl.otf') format('opentype'), url('../fonts/UniversLTStd-XBlack.otf') format('opentype'), url('../fonts/UniversLTStd-XBlackEx.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Universltstd';
  src: url('../fonts/UniversLTStd-Bold.otf') format('opentype'), url('../fonts/UniversLTStd-BoldCnObl.otf') format('opentype'), url('../fonts/UniversLTStd-BoldExObl.otf') format('opentype'), url('../fonts/UniversLTStd-BoldObl.otf') format('opentype'), url('../fonts/UniversLTStd-BoldEx.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Universltstd cnobl';
  src: url('../fonts/UniversLTStd-CnObl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Universltstd cn';
  src: url('../fonts/UniversLTStd-Cn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Universltstd';
  src: url('../fonts/UniversLTStd-Light.otf') format('opentype'), url('../fonts/UniversLTStd-LightCnObl.otf') format('opentype'), url('../fonts/UniversLTStd-LightObl.otf') format('opentype'), url('../fonts/UniversLTStd-LightUltraCn.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Universltstd exobl';
  src: url('../fonts/UniversLTStd-ExObl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Universltstd obl';
  src: url('../fonts/UniversLTStd-Obl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}