/* Dark mode styles */
@import url('dark-mode.css');

:root {
  --light--background: var(--whitesmoke);
  --light--text: var(--darkgray);
  --purple: #8a6dfa;
  --light--border: #e8eafea3;
  --darkgray: #313131;
  --whitesmoke: #f6f6f6;
  --white-100: white;
  --white-20: #fff3;
  --dark--border: #ffffff0a;
  --green: #53edaa;
  --dark--text: var(--whitesmoke);
  --lightgray: #e8eafe;
  --black-100: black;
  --white-60: #fff9;
  --dark--background: var(--darkgray);
}

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

.w-layout-hflex {
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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 {
  background-color: var(--light--background);
  color: var(--light--text);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  font-size: 20px;
  line-height: 32px;
}

a {
  color: var(--purple);
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 4px solid var(--light--text);
  opacity: .8;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
  transition: opacity .2s;
}

blockquote:hover {
  opacity: 100;
}

.hero {
  z-index: 1;
  background-color: var(--light--background);
  box-shadow: inset 0 0 24px 24px var(--light--border);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 92vh;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.hero.page {
  min-height: 64vh;
  margin-bottom: 80px;
}

.hero.page.fluid-height {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.control-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light--background);
  box-shadow: inset 1px 1px 1px 0 var(--light--border), 0 -4px 8px 0 #00000014;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 96px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.control-ui {
  z-index: 1;
  background-color: var(--light--background);
  box-shadow: inset 0 -1px 2px 1px var(--light--border), 0 4px 8px 0 #0003;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 48px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 40px;
  transition-property: all;
  transition-duration: 30ms;
  transition-timing-function: ease-in-out;
  animation-delay: .3s;
  display: flex;
  position: relative;
  cursor: grab;
  touch-action: none;
}

.controlui-line {
  background-color: #00000014;
  width: 100%;
  height: 1px;
}

.control-light {
  background-color: #53edaa;
  border-radius: 4px;
  width: 8px;
  height: 4px;
  box-shadow: 0 20px 40px 20px #53edaa, 0 24px 96px 80px #e8eafe66;
}

.toggle_component {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
}

.toggle_component:hover {
  transform: scale(1.1);
}

.toggle_component:active {
  transform: scale(1.05);
}

.control-base {
  z-index: 0;
  border-radius: 8px;
  width: 48px;
  height: 120px;
  position: absolute;
  box-shadow: inset 0 2px 8px -2px #00000029;
}

.navbar-h1 {
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
}

.navbar-h1.min {
  opacity: 0;
  position: absolute;
}

.navbar-h1.tooltip {
  font-size: 20px;
  line-height: 20px;
}

.navbar-h1-italic {
  margin-right: 2px;
}

.body {
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-rendering: optimizelegibility !important;
}

.hero-title-light {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-title-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.hero-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.hero-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.subheading {
  pointer-events: none;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(160deg, #3131313d, #f6f6f63d 72%, #3131313d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-comment {
  background-color: var(--darkgray);
  box-shadow: 0 2px 8px 8px var(--light--border);
  color: var(--whitesmoke);
  cursor: pointer;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  font-size: 14px;
  line-height: 20px;
  transition: all .1s ease-in;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 48vw;
}

.hero-comment:hover {
  padding: 8px;
}

.hero-comment-img {
  border-radius: 24px;
}

.hero-comment-text {
  padding: 4px 8px;
  transition: all .2s;
  display: none;
}

.hero-comment-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.hero-comment-label-name {
  color: var(--white-100);
  font-weight: 600;
}

.hero-comment-label-time {
  color: var(--white-20);
  font-size: 12px;
}

.exp-skill {
  aspect-ratio: 1;
  background-color: var(--dark--border);
  box-shadow: inset 0 0 24px 24px var(--light--border);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.light-green {
  background-image: url('../images/light-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120%;
  max-width: none;
  height: 120%;
  position: absolute;
  inset: 0% -40vw auto auto;
}

.lights-container {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  height: 300%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.lights-container.secondary {
  z-index: -1;
  max-height: 240vh;
  position: absolute;
  top: auto;
}

.light-purple {
  background-image: url('../images/light-purple.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  max-width: none;
  height: 80%;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: -32vw;
}

.experience-years-container {
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.experience-years-title {
  background-image: linear-gradient(270deg, #fff6 20%, #ffffffa3 48%, #fff3 74%), linear-gradient(to bottom, var(--green), var(--green));
  filter: drop-shadow(0px 4px 24px var(--green));
  color: var(--green);
  text-align: center;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: hard-light;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 240px;
  font-style: italic;
  font-weight: 900;
  line-height: 240px;
}

.experience-container {
  box-shadow: inset 80px 80px 80px 0 var(--light--background), inset -32px -32px 32px -16px var(--light--border);
  border-bottom-right-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  min-height: 100vh;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.experience-section {
  background-color: var(--light--background);
  flex-flow: column;
  width: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.experience-years-shape.loaded {
  filter: blur(4px)!important;
  pointer-events: none;
  mix-blend-mode: hard-light;
}

.experience-years-shape.end {
  filter: blur(4px)!important;
}

.flex-block-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  margin-top: 200px;
  position: relative;
  overflow: visible;
}

.experience-years-subtitle {
  background-image: radial-gradient(circle farthest-corner at 50% 140%, var(--dark--border) 32%, var(--dark--text) 48%, var(--dark--border) 80%);
  filter: drop-shadow(0px 0px 40px var(--purple));
  -webkit-text-fill-color: transparent;
  mix-blend-mode: hard-light;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 48px;
  font-style: italic;
  line-height: 56px;
  overflow: visible;
}

.tooltip-wrapper {
  z-index: 999;
  background-color: var(--green);
  color: var(--darkgray);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  font-weight: 600;
  line-height: 20px;
  transition: all linear;
  display: flex;
  position: absolute;
  top: 8px;
  left: 8px;
}

.skills-container {
  max-width: 1440px;
}

.bg-skills-pattern {
  z-index: 0;
  object-fit: cover;
  object-position: 100% 100%;
  width: 50vw;
  height: 100%;
  margin-left: 1%;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: auto;
}

.flex-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  margin-bottom: 160px;
  position: relative;
}

.skill-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  box-shadow: inset 0 0 40px 0 var(--lightgray);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 48px;
}

.skill-tag {
  background-color: var(--light--background);
  box-shadow: inset 0 0 48px 0 var(--light--border);
  opacity: .64;
  cursor: default;
  border-radius: 12px;
  padding: 12px;
  font-weight: 600;
}

.flex-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.text-block {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--light--text), #8a6dfa66);
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.work-box {
  cursor: grab;
  border-radius: 0;
  width: 420px;
  height: 600px;
  transition: all 30ms;
  position: absolute;
  overflow: hidden;
  touch-action: none;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: auto;
}

.work-box:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-8deg) translateX(-80px) translateY(-20px);
  z-index: 6;
}

.work-box:nth-child(2) {
  transform: translate(-50%, -50%) rotate(5deg) translateX(40px) translateY(-60px);
  z-index: 5;
}

.work-box:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-12deg) translateX(100px) translateY(30px);
  z-index: 4;
}

.work-box:nth-child(4) {
  transform: translate(-50%, -50%) rotate(8deg) translateX(-120px) translateY(50px);
  z-index: 3;
}

.work-box:nth-child(5) {
  transform: translate(-50%, -50%) rotate(-5deg) translateX(70px) translateY(80px);
  z-index: 2;
}

.work-box:nth-child(6) {
  transform: translate(-50%, -50%) rotate(10deg) translateX(-60px) translateY(-90px);
  z-index: 1;
}

.work-box-label {
  z-index: 2;
  background-color: #1a1a1a;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 8px;
  width: 200px;
  height: auto;
  padding: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  inset: auto 40px 40px auto;
}

.work-box-label .flex-block-5 {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}

.work-box-label .flex-block-6 {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}

.work-box-label:hover {
  overflow: hidden;
  transform: scale(1.1);
}

.work-box-label-title {
  color: #ffffff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  display: none;
}

.flex-block-5 {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
}

.work-box-barcode {
  height: 36px;
}

.work {
  position: relative;
  margin-bottom: 160px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.work.page {
  margin-top: 80px;
  margin-bottom: 80px;
}

.work-box-image {
  z-index: -1;
  background-color: var(--light--border);
  opacity: .8;
  pointer-events: auto;
  object-fit: cover;
  border-radius: 0;
  width: 80%;
  height: 80%;
  margin: auto;
  transition: all .3s ease-in-out;
  position: absolute;
  inset: 0%;
  filter: url(/images/refraction-filter.svg#refraction) blur(12px);
}

.light-purple-2 {
  background-image: url('../images/light-purple.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80vw;
  max-width: none;
  height: 80vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.light-green-2 {
  background-image: url('../images/light-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .8;
  width: 2400px;
  min-width: 50vw;
  max-width: none;
  height: 2400px;
  position: absolute;
  inset: 0% auto auto -1200px;
}

.work-box-texture {
  z-index: 0;
  opacity: .28;
  filter: brightness(180%);
  pointer-events: none;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  position: relative;
}

.flex-block-6 {
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
}

.work-box-label-web {
  background-color: transparent;
  color: #ffffff;
  text-transform: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.flex-block-7 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.work-box-label-details {
  color: #ffffff;
  text-align: center;
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 8px;
  font-family: Roboto Mono, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 11px;
}

.skills {
  margin-left: 80px;
  margin-right: 80px;
  position: relative;
  overflow: hidden;
}

.footer-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

._10y-footer {
  filter: brightness(110%);
  border-radius: 200px;
  margin-top: -80px;
  transition: all .2s ease-in-out;
  transform: rotate(-20deg);
}

._10y-footer:hover {
  filter: brightness(120%);
  transform: scale(1.1)rotate(0);
}

.footer {
  z-index: 9999;
  background-color: var(--black-100);
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.footer-icon {
  border: 1px solid var(--darkgray);
  border-radius: 40px;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
}

.footer-icon:hover {
  border-color: var(--white-60);
  box-shadow: inset 0 0 24px 16px var(--black-100), inset 8px 8px 16px 8px var(--purple), inset -8px -8px 48px -8px var(--green);
}

.footer-icons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
}

.footer-based {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white-20);
  cursor: default;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  transition: all .2s;
}

.footer-based:hover {
  color: var(--white-100);
  transform: scale(1.05);
}

.footer-link {
  pointer-events: none;
  color: var(--white-100);
  padding: 4px 8px;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

.code-embed {
  display: none;
}

.footer-hour {
  text-transform: uppercase;
  width: 112px;
}

.footer-hour.type {
  text-align: center;
  width: 40px;
}

.tooltip-container {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.carouselhorizontal {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
}

.carouselhorizontallogos {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  align-self: stretch;
  display: flex;
  overflow: visible;
}

.logoblock {
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  overflow: visible;
}

.logoblock:hover {
  filter: drop-shadow(0px 0px 8px var(--light--border));
  transform: scale(1.1);
}

.logoblock:active {
  transform: scale(1.25);
}

.hover_skills {
  z-index: 9999;
  background-color: var(--lightgray);
  opacity: .64;
  color: var(--darkgray);
  mix-blend-mode: multiply;
  border-radius: 16px;
  width: auto;
  max-width: none;
  height: auto;
  display: none;
  position: absolute;
  bottom: 92%;
  right: 15%;
  overflow: visible;
}

.hover_skills.skill-tag {
  background-color: var(--light--background);
  box-shadow: inset 0 0 24px 0 var(--light--border);
  opacity: 1;
  color: var(--light--text);
  cursor: pointer;
  mix-blend-mode: normal;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  bottom: 80%;
  right: 16%;
}

.is-main {
  z-index: 3;
  letter-spacing: -.07em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.is-main.border-null {
  cursor: pointer;
  border-top: 2px #2e2a27;
  border-bottom: 2px #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.is-main.border-null.exp-skill {
  z-index: 9;
  cursor: auto;
  width: 120px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
}

.is-main.border-null.exp-skill:hover {
  box-shadow: inset 0 0 24px 24px var(--light--border);
  filter: drop-shadow(0px -8px 16px var(--green));
}

.is-main.exp-skill {
  justify-content: center;
  align-items: center;
}

.carouselhorizontal-last {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
}

.cd-skills {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  transition: all linear;
  display: flex;
  position: relative;
  cursor: grab;
  touch-action: none;
}

.cd-skills:hover {
  transform: scale(1.1);
}

.avatarmask {
  z-index: 1;
  mix-blend-mode: screen;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: auto;
  min-height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cd-title {
  position: absolute;
  top: 24px;
  left: auto;
  right: auto;
}

.typewriter-hidden {
  display: none;
}

.navbar-logo {
  z-index: 999;
  background-color: var(--white-20);
  box-shadow: inset 0 0 20px 4px var(--light--background);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--light--background);
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(90deg, #8a6dfa66, #53edaa7a);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 256px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  text-decoration: none;
  transition: all .1s linear;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo:hover {
  transform: scale(1.05);
}

.navbar-logo.w--current {
  transform: scale3d(1none, 1none, 1none);
}

.navbar-logo.tooltip-wrapper {
  width: 192px;
  padding: 12px 8px;
  position: absolute;
  bottom: auto;
  left: 8px;
  right: auto;
}

.gradient-color {
  background-image: linear-gradient(270deg, var(--green), var(--purple));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.video-embed-hero {
  pointer-events: none;
}

.work-icon {
  box-shadow: 0 2px 24px 0 var(--light--border);
  border-radius: 40px;
  width: 128px;
  height: 128px;
}

._10y-hero {
  filter: brightness(120%) saturate(0%);
  mix-blend-mode: luminosity;
  border-radius: 200px;
  margin-bottom: -96px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: auto auto 0%;
  transform: rotate(20deg);
}

._10y-hero:hover {
  transform: scale(1.1)rotate(0);
}

.work-page-container {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.work-page-image {
  border-radius: 40px;
  width: 100%;
}

.work-page-image._1-1 {
  aspect-ratio: 1;
  object-fit: cover;
}

.work-page-image.full {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
  overflow: visible;
}

.work-page-image.small {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.web-embed {
  aspect-ratio: 16 / 9;
  border-radius: 40px;
  margin-left: 160px;
  margin-right: 160px;
  overflow: hidden;
}

.video-embed {
  border-radius: 40px;
  overflow: clip;
}

.credits {
  background-color: var(--light--border);
  text-align: center;
  border: 0 solid #000;
  border-radius: 24px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.background-video-container {
  aspect-ratio: 16 / 9;
  border: 8px solid var(--lightgray);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 40px;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.web-container {
  aspect-ratio: 16 / 9;
  border: 8px solid var(--black-100);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 40px;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  overflow: hidden;
}

iframe {
  border: none!important;
  background: transparent!important;
}

.question-icon {
  margin-left: 0;
}

.counter-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.total-field {
  background-color: #f8fff4;
  border: 1px #000;
  font-size: 48px;
  line-height: 1.5em;
}

.total-field.margin-top-16 {
  cursor: default;
  margin-top: 16px;
}

.field-label {
  order: -1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.field-label.white {
  color: #fff;
}

.field-label.white.email {
  cursor: text;
  font-size: 18px;
  transition: all .2s ease-out;
  display: none;
}

.field-label.switch-label {
  color: #a7a7d3;
  order: 1;
}

.success-message {
  background-color: #0000;
  background-image: url('../images/star-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 500px;
}

.flex {
  display: flex;
}

.email-field {
  background-color: #0000;
  border: 1px #fff;
  border-bottom: 2px solid #fff;
}

.email-field.margin-top-16 {
  color: #fff;
  margin-top: 16px;
  padding-left: 0;
  padding-right: 27px;
  font-size: 16px;
  font-weight: 500;
}

.email-field.margin-top-16::placeholder {
  color: #fff;
}

.field-label-wrapper {
  display: flex;
}

.dollar {
  font-size: 48px;
  line-height: 1.5em;
}

.switch-checkbox {
  cursor: pointer;
  background-image: url('../images/Switch-button.svg'), url('../images/Switch-Track.svg');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border-style: none;
  width: 60px;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
}

.switch-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Switch-button.svg'), url('../images/Switch-Track.svg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.switch-checkbox.bottom-margin-16.w--redirected-focus {
  box-shadow: none;
}

.submit-button-2 {
  background-color: #0000;
  background-image: url('../images/fluent_send-28-filled.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-field {
  text-align: right;
  background-color: #0000;
  border: 1px #000;
  max-width: 10rem;
  font-size: 20px;
  line-height: 1.5rem;
  display: block;
}

.text-field.square {
  color: #fff;
  text-align: center;
  background-color: #1c19c8;
  border: 1px #000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 1.2em;
}

.form-column {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #1c19c8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.counter-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
}

.checkbox-field {
  text-align: center;
  flex-direction: column;
  order: -1;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-field.bottom-margin-16 {
  order: 1;
}

.round-checkbox {
  cursor: pointer;
  background-color: #1c19c84d;
  border-style: none;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
}

.round-checkbox.w--redirected-checked {
  background-color: #1c19c8;
  background-image: url('../images/fluent_checkmark-12-filled.svg');
}

.round-checkbox.w--redirected-focus {
  box-shadow: none;
}

.success-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 111px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
}

.question-icon-wrap {
  color: #a7a7d3;
}

.question-icon-wrap:hover {
  color: #1c19c8;
}

.question-icon-wrap.photos {
  margin-right: -20px;
  padding-left: 8px;
}

.question-icon-wrap.products {
  margin-right: 0;
  padding-left: 8px;
}

.question-icon-wrap.button {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.question-icon-wrap.producer {
  justify-content: center;
  align-items: center;
  width: 5rem;
  display: flex;
}

.question-icon-wrap.gifs {
  margin-right: -20px;
  padding-left: 8px;
}

.question-icon-wrap.location {
  justify-content: center;
  width: 5rem;
  display: flex;
}

.flex-between-row {
  justify-content: space-between;
  display: flex;
}

.email-input-wrap {
  position: relative;
}

.form-block {
  border: 1px solid #1c19c8;
  padding: 1.4rem;
  position: relative;
}

.form-block.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block.blue {
  background-color: #1c19c8;
}

@media screen and (max-width: 991px) {
  .hero-title-bold, .subheading {
    font-size: 32px;
  }

  .light-green {
    width: 200%;
    height: 200%;
    top: -16%;
    right: -80vw;
  }

  .lights-container.secondary {
    max-height: none;
  }

  .light-purple {
    width: 160%;
    height: 160%;
    top: 32%;
    left: -92vw;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .skill-box {
    width: 100%;
  }

  .light-purple-2 {
    width: 160vw;
    height: 160vw;
    top: 0;
    right: -80%;
  }

  .light-green-2 {
    top: 20%;
  }

  .skills {
    margin-left: 40px;
    margin-right: 40px;
  }

  .tooltip-container {
    display: none;
  }

  .carouselhorizontal {
    margin-left: 0;
  }

  .hover_skills {
    display: none;
  }

  .is-main {
    font-size: 3rem;
  }

  .carouselhorizontal-last {
    margin-left: 0;
  }

  .typewriter.hero-title-light {
    font-size: 32px;
  }

  .navbar-logo {
    border-radius: 32px;
  }

  .work-page-image.full {
    padding-left: 16px;
    padding-right: 16px;
  }

  .work-page-image.small {
    width: 80%;
  }

  .web-embed {
    aspect-ratio: 2 / 3;
    margin-left: 16px;
    margin-right: 16px;
  }

  .credits {
    margin-left: 40px;
    margin-right: 40px;
  }

  .background-video-container {
    width: 90%;
  }

  .form-column {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-comment {
    left: 44vw;
  }

  .light-green {
    width: 160%;
    height: 160%;
    top: 8%;
  }

  .light-purple {
    width: 150%;
    height: 150%;
    top: 32%;
    left: -50%;
  }

  .experience-years-title {
    font-size: 160px;
    line-height: 160px;
  }

  .work {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
  }

  .work-box {
    position: static;
    width: 100%;
    height: 500px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 32px;
    transform: none !important;
    z-index: auto !important;
    cursor: default;
    touch-action: auto;
  }

  .work-box:nth-child(1),
  .work-box:nth-child(2),
  .work-box:nth-child(3),
  .work-box:nth-child(4),
  .work-box:nth-child(5),
  .work-box:nth-child(6) {
    transform: none !important;
    z-index: auto !important;
  }

  .light-purple-2 {
    width: 150vw;
    height: 150vw;
    right: -50%;
  }

  .footer-icon {
    padding: 16px;
  }

  .carouselhorizontal {
    max-width: 100vw;
    height: auto;
    margin-top: 0;
  }

  .is-main {
    font-size: 2.5rem;
    line-height: 1;
  }

  .carouselhorizontal-last {
    max-width: 100vw;
    height: auto;
    margin-top: 0;
  }

  .work-page-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-page-image {
    margin-bottom: 24px;
  }

  .total-field.margin-top-16 {
    align-self: stretch;
    height: 60px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 6px;
    line-height: 60px;
  }

  .flex {
    align-items: flex-end;
  }

  .dollar {
    margin-bottom: 0;
    line-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-title-light {
    font-size: 24px;
  }

  .hero-title {
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .subheading {
    font-size: 24px;
  }

  .hero-comment {
    left: 36vw;
  }

  .light-green {
    top: 16%;
  }

  .experience-years-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 96px;
    line-height: 96px;
  }

  .experience-years-subtitle {
    font-size: 24px;
  }

  .work-box {
    justify-content: center;
    align-items: flex-end;
    width: 320px;
    height: 400px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .work-box-label {
    max-width: 100%;
    bottom: 20px;
    left: auto;
    right: auto;
    transform: scale(.8);
  }

  .work-box-label:hover {
    transform: scale(.9);
  }

  .skills {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 40px;
  }

  .skills:after {
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, #0000 0%, var(--light--background) 28%, var(--light--background) 100%);
    position: absolute;
    inset: auto -24px -1px;
    height: 180px;
    z-index: 0;
  }

  .bg-skills-pattern {
    opacity: .45;
    width: 80vw;
    left: -8vw;
  }

  ._10y-footer {
    transform: scale(.8)rotate(-20deg);
  }

  .footer-icon {
    border-radius: 32px;
    padding: 16px;
  }

  .footer-icons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-based {
    flex-flow: column;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-hour {
    width: auto;
  }

  ._10y-hero {
    transform: scale(.8)rotate(-20deg);
  }

  .total-field.margin-top-16 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .total-field.margin-top-16.margin-mobile-0 {
    margin-top: 0;
  }

  .text-field {
    max-width: 5rem;
  }

  .form {
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_4f74a39f-c529-35ae-bdc8-0512305b17c1-69a4e7ee {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4f74a39f-c529-35ae-bdc8-0512305b17cb-69a4e7ee, #w-node-_4f74a39f-c529-35ae-bdc8-0512305b17d7-69a4e7ee, #w-node-_4f74a39f-c529-35ae-bdc8-0512305b17e3-69a4e7ee, #w-node-_4f74a39f-c529-35ae-bdc8-0512305b17ec-69a4e7ee, #w-node-_4f74a39f-c529-35ae-bdc8-0512305b1811-69a4e7ee, #w-node-_4f74a39f-c529-35ae-bdc8-0512305b1818-69a4e7ee, #w-node-_4f74a39f-c529-35ae-bdc8-0512305b181f-69a4e7ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_4f74a39f-c529-35ae-bdc8-0512305b17c1-69a4e7ee {
    grid-column: span 2 / span 2;
  }
}



.work-box-label-icons {
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.work-box-label-icons img,
.work-box-label-icons svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.flex-block-5 {
  width: 100%;
}

.flex-block-6 {
  width: 100%;
  justify-content: center;
  align-items: center;
}
