* {
  outline: none;
  box-sizing: border-box;
}
.n-visible .notification-wrapper {
  overflow: visible;
}
.spinner {
  animation: loading-spin-ea7b3a3a 1s linear infinite;
  height: 16px;
  pointer-events: none;
  width: 16px;
}
.spinner:before {
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-color: transparent currentcolor currentcolor transparent;
  opacity: 0.2;
}
.spinner:after,
.spinner:before {
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.spinner:after {
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-color: currentcolor transparent transparent currentcolor;
  opacity: 1;
}
@keyframes loading-spin-ea7b3a3a {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.design-canvas__modal {
  height: 100%;
  pointer-events: none;
  position: fixed;
  transition: none;
  width: 100%;
  z-index: 2;
}
.design-canvas__modal:focus {
  outline: none;
}
.design-canvas__modal.isNone {
  transition: none;
}
.design-canvas__modal.v-enter-active .studio-canvas,
.design-canvas__modal.v-leave-active .studio-canvas {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
.design-canvas__modal.v-enter-active .studio-canvas *,
.design-canvas__modal.v-leave-active .studio-canvas * {
  transition: none !important;
}
.design-canvas__modal .design-canvas__modal__base {
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: fixed;
  top: 0;
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  width: 100%;
  z-index: -1;
}
.design-canvas__modal .studio-canvas {
  height: 100%;
  pointer-events: none;
}
.design-canvas__modal .studio-canvas > * {
  background: none !important;
  pointer-events: none;
}
.product-font-style {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
@font-face {
  font-family: grandam;
  font-style: normal;
  font-weight: 400;
  src: url(https://storage.googleapis.com/studio-front/fonts/grandam.ttf)
    format("truetype");
}
@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff2)
      format("woff2"),
    url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff)
      format("woff"),
    url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.ttf)
      format("truetype");
}
.canvas {
  display: flex;
  height: auto;
  min-height: 100vh;
}
.canvas > .sd {
  min-height: 100vh;
  overflow: hidden;
}
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  border: 0;
  box-sizing: border-box;
  color: var(--color-text-alt);
  font-family: sans-serif;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  word-spacing: 1px;
}
a:focus:not(:focus-visible),
summary:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}
button:focus:not(:focus-visible) {
  outline: none;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
a,
button {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  text-decoration: none;
}
ins,
mark {
  background-color: #ff9;
  color: var(--color-text);
}
mark {
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
textarea {
  resize: none;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
[slot="after"] button {
  overflow-anchor: none;
}
.sd {
  -webkit-overflow-scrolling: touch;
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 100%;
  pointer-events: all;
  position: relative;
  z-index: 0;
}
.sd::-webkit-scrollbar {
  display: none;
}
.sd[tabindex]:focus {
  outline: none;
}
.sd[tabindex]:focus-visible {
  outline: 1px solid;
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
}
input[type="email"],
input[type="tel"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
}
select {
  cursor: pointer;
}
.frame {
  display: block;
  overflow: hidden;
}
.frame > iframe {
  height: 100%;
  width: 100%;
}
.frame .formrun-embed > iframe:not(:first-child) {
  display: none !important;
}
.image {
  position: relative;
}
.image:before {
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: -2;
}
.sd.file {
  cursor: pointer;
  flex-direction: row;
  outline: 2px solid transparent;
  outline-offset: -1px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.sd.file:focus-within {
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
}
.file > input[type="file"] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.sd.icon,
.sd.text {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.material-icons {
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  display: inline-block;
  font-family: Material Icons;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
}
a,
a.icon,
a.text {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15);
}
.fixed {
  z-index: 2;
}
.button {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
.button,
.link {
  cursor: pointer;
}
.submitLoading {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.richText {
  display: block;
  word-break: break-word;
}
.richText [data-thread],
.richText a,
.richText blockquote,
.richText em,
.richText h1,
.richText h2,
.richText h3,
.richText h4,
.richText li,
.richText ol,
.richText p,
.richText p > code,
.richText pre,
.richText pre > code,
.richText s,
.richText strong,
.richText table tbody,
.richText table tbody tr,
.richText table tbody tr > td,
.richText table tbody tr > th,
.richText u,
.richText ul {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
}
.richText p {
  display: block;
  margin: 10px 0;
}
.richText > p {
  min-height: 1em;
}
.richText img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.richText h1 {
  display: block;
  font-size: 3em;
  font-weight: 700;
  margin: 20px 0;
}
.richText h2 {
  font-size: 2em;
}
.richText h2,
.richText h3 {
  display: block;
  font-weight: 700;
  margin: 10px 0;
}
.richText h3 {
  font-size: 1em;
}
.richText h4,
.richText h5 {
  font-weight: 600;
}
.richText h4,
.richText h5,
.richText h6 {
  display: block;
  font-size: 1em;
  margin: 10px 0;
}
.richText h6 {
  font-weight: 500;
}
.richText [data-type="table"] {
  overflow-x: auto;
}
.richText [data-type="table"] p {
  white-space: pre-line;
  word-break: break-all;
}
.richText table {
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
  border-spacing: unset;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
  table-layout: auto;
}
.richText table tr th {
  background: hsla(0, 0%, 96%, 0.5);
}
.richText table tr td,
.richText table tr th {
  border: 1px solid #f2f2f2;
  max-width: 240px;
  min-width: 100px;
  padding: 12px;
}
.richText table tr td p,
.richText table tr th p {
  margin: 0;
}
.richText blockquote {
  border-left: 3px solid rgba(0, 0, 0, 0.15);
  font-style: italic;
  margin: 10px 0;
  padding: 10px 15px;
}
.richText [data-type="embed_code"] {
  margin: 20px 0;
  position: relative;
}
.richText [data-type="embed_code"] > .height-adjuster > .wrapper {
  position: relative;
}
.richText
  [data-type="embed_code"]
  > .height-adjuster
  > .wrapper[style*="padding-top"]
  iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="instagram"]
  > .height-adjuster
  > .wrapper[style*="padding-top"] {
  padding-top: 100%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="instagram"]
  > .height-adjuster
  > .wrapper[style*="padding-top"]
  blockquote {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="codepen"]
  > .height-adjuster
  > .wrapper {
  padding-top: 50%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="codepen"]
  > .height-adjuster
  > .wrapper
  iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="slideshare"]
  > .height-adjuster
  > .wrapper {
  padding-top: 56.25%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="slideshare"]
  > .height-adjuster
  > .wrapper
  iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="speakerdeck"]
  > .height-adjuster
  > .wrapper {
  padding-top: 56.25%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="speakerdeck"]
  > .height-adjuster
  > .wrapper
  iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="snapwidget"]
  > .height-adjuster
  > .wrapper {
  padding-top: 30%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="snapwidget"]
  > .height-adjuster
  > .wrapper
  iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="firework"]
  > .height-adjuster
  > .wrapper
  fw-embed-feed {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.richText [data-type="embed_code_empty"] {
  display: none;
}
.richText ul {
  margin: 0 0 0 20px;
}
.richText ul li {
  list-style: disc;
  margin: 10px 0;
}
.richText ul li p {
  margin: 0;
}
.richText ol {
  margin: 0 0 0 20px;
}
.richText ol li {
  list-style: decimal;
  margin: 10px 0;
}
.richText ol li p {
  margin: 0;
}
.richText hr {
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
.richText p > code {
  background: #eee;
  border: 1px solid var(--color-sepline);
  border-radius: 6px;
  display: inline;
  margin: 2px;
  padding: 0 5px;
}
.richText pre {
  background: #eee;
  border-radius: 6px;
  font-family: Menlo, Monaco, Courier New, monospace;
  margin: 20px 0;
  padding: 25px 35px;
  white-space: pre-wrap;
}
.richText pre code {
  border: none;
  padding: 0;
}
.richText strong {
  color: inherit;
  display: inline;
  font-family: inherit;
  font-weight: 900;
}
.richText em {
  font-style: italic;
}
.richText a,
.richText u {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.richText a {
  color: #007cff;
  display: inline;
}
.richText s {
  text-decoration: line-through;
}
.richText [data-type="table_of_contents"] {
  background-color: #f5f5f5;
  border-radius: 2px;
  color: #616161;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 24px 24px 8px;
  text-decoration: underline;
}
.richText [data-type="table_of_contents"] .toc_list {
  margin: 0;
}
.richText [data-type="table_of_contents"] .toc_item {
  color: currentColor;
  font-size: inherit !important;
  font-weight: inherit;
  list-style: none;
}
.richText [data-type="table_of_contents"] .toc_item > a {
  border: none;
  color: currentColor;
  font-size: inherit !important;
  font-weight: inherit;
  text-decoration: none;
}
.richText [data-type="table_of_contents"] .toc_item > a:hover {
  opacity: 0.7;
}
.richText [data-type="table_of_contents"] .toc_item--1 {
  margin: 0 0 16px;
}
.richText [data-type="table_of_contents"] .toc_item--2 {
  margin: 0 0 16px;
  padding-left: 2rem;
}
.richText [data-type="table_of_contents"] .toc_item--3 {
  margin: 0 0 16px;
  padding-left: 4rem;
}
.loading {
  align-content: center;
  align-items: center;
  background-color: var(--color-bg);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  perspective: 300px;
  position: fixed;
  top: 0;
  transition: none;
  width: 100%;
  z-index: 1000;
}
.icon {
  height: 140px;
  position: relative;
  transform: rotate(45deg);
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  width: 14px;
}
.back {
  background: #f1f1f1;
  top: 0;
}
.back,
.progress {
  border-radius: 3px;
  height: 140px;
  left: 0;
  position: absolute;
  width: 14px;
}
.progress {
  clip: rect(10px, 14px, 140px, 0);
  background: linear-gradient(0deg, #f05, #f94cff) bottom;
  bottom: 0;
}
.loading-enter-from .progress {
  clip: rect(140px, 14px, 140px, 0);
}
.loading-enter-active .progress {
  transition: 2s cubic-bezier(0.31, 0.13, 0, 1);
}
.loading-leave-active,
.loading-leave-active .icon {
  transition: 0.8s cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
}
.loading-leave-active .progress {
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.loading-leave-to {
  background-color: #fff0;
}
.loading-leave-to .icon {
  opacity: 0;
  transform: scale(2) rotate(45deg);
}
.loading-leave-to .progress {
  clip: rect(0, 16px, 160px, 0);
}
.TitleAnnouncer {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.publish-studio-style {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
body {
  background: var(--color-bg);
  transition: background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}
.container {
  align-content: center;
  align-items: center;
  background: var(--color-bg);
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
.designed {
  align-content: center;
  align-items: center;
  background-color: var(--color-bg);
  border-radius: 4px;
  bottom: 30px;
  left: 30px;
  box-shadow: 0 2px 4px #00000024;
  display: flex;
  justify-content: center;
  padding: 6px 12px;
  perspective: 300px;
  position: fixed;
  transition: 0s linear;
  z-index: 2000;
}
.designed img {
  object-fit: contain;
  height: 20px;
  width: auto;
}
.designed:hover {
  filter: brightness(0.95);
}
.header {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid var(--color-sepline);
  border-left: 0px solid var(--color-sepline);
  border-right: 0px solid var(--color-sepline);
  border-top: 0px solid var(--color-sepline);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 60px;
  justify-content: space-between;
  margin: 0px 20px 0px;
  transition-delay: 0ms;
  transition-duration: 1000ms;
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.site-title {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 17px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.38em;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  text-transform: uppercase;
}
.menu {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
}
.languages {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
}
@media screen and (max-width: 840px) {
  .languages {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .languages {
    display: none;
  }
}
.language {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 13px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  margin: 0px 0px 0px 20px;
}
.language:hover {
  text-decoration: underline;
}
.language.selected {
  font-weight: 700;
}
.language.selected:hover {
  text-decoration: underline;
}
.themes {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  margin: 0px 0px 0px 40px;
}
@media screen and (max-width: 840px) {
  .themes {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .themes {
    display: none;
  }
}
.theme-item {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 13px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  margin: 0px 0px 0px 20px;
}
.theme-item:hover {
  text-decoration: underline;
}
.theme-item.selected {
  font-weight: 700;
}
.theme-item.selected:hover {
  text-decoration: underline;
}
.navigation {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0px 0px 0px 60px;
  padding: 0px;
}
@media screen and (max-width: 840px) {
  .navigation {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .navigation {
    display: none;
  }
}
.navigation-item {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 13px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.navigation-item:hover {
  text-decoration: underline;
}
.navigation-item.selected {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 13px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 0px 25px;
  text-align: center;
  text-decoration: underline;
  width: auto;
  max-width: calc(100% - 25px);
  justify-content: center;
}
.navigation-item.selected:hover {
  text-decoration: underline;
}
.navigation-item-dot {
  background: var(--color-text);
  border-radius: 50%;
  flex: none;
  height: 7px;
  margin: 0px 0px 0px 25px;
  width: 7px;
  max-width: calc(100% - 25px);
}
.header-action {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 50px;
  justify-content: center;
  margin: 0px 0px 0px 40px;
  width: 50px;
  max-width: calc(100% - 40px);
}
.header-action:hover {
  background: var(--color-text);
}
@media print {
  .header-action {
    display: none;
  }
}
.header-action-lines {
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
}
.header-action-line1 {
  background: var(--color-text);
  flex: none;
  height: 1px;
  margin: 1px 0px 1px 0px;
  width: 40px;
  max-width: 100%;
}
.header-action:hover .header-action-line1 {
  background: var(--color-bg);
}
.header-action-line2 {
  background: var(--color-text);
  flex: none;
  height: 1px;
  margin: 1px 0px 1px 0px;
  width: 20px;
  max-width: 100%;
}
.header-action:hover .header-action-line2 {
  background: var(--color-bg);
  flex: none;
  width: 40px;
  max-width: 100%;
}
.content {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 60px 20px 0px;
  width: 1160px;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 840px) {
  .content {
    margin: 35px 20px 0px;
    max-width: calc(100% - 40px);
  }
}
@media print {
  .content {
    margin: 35px 20px 0px;
    max-width: calc(100% - 40px);
  }
}
.banner {
  align-content: flex-end;
  align-items: flex-end;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px;
  transition-duration: 1000ms;
  width: 100%;
  max-width: 100%;
}
.banner.appear {
  opacity: 0;
  transform: translate(0px, 30px);
}
.banner.appear-active {
}
@media screen and (max-width: 840px) {
  .banner {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media print {
  .banner {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.banner-title {
  color: var(--color-text);
  flex: none;
  font-family: var(--s-font-ecbb00d0);
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 1;
  margin: 0px 30px 0px 0px;
  padding: 0px 0px 0px;
  text-align: left;
  width: calc(63% - 30px);
  max-width: calc(63% - 30px);
  text-transform: uppercase;
}
.banner-title > h1 {
  font-size: 51px;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin: 0px 0px 0px 0px;
}
@media print {
  .banner-title > h1 {
    font-size: 44px;
  }
}
.banner-title > p {
  margin: 0px 0px 0px 0px;
}
.banner-title strong {
  font-style: italic;
  font-weight: 700;
}
@media screen and (max-width: 1140px) {
  .banner-title {
    flex: 1;
    width: auto;
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 540px) {
  .banner-title {
    margin: 0px 0px 0px 0px;
    max-width: 100%;
  }
  .banner-title > h1 {
    font-size: 44px;
  }
}
.banner-social {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-end;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 840px) {
  .banner-social {
    margin: 20px 0px 0px 0px;
    max-width: 100%;
  }
}
@media print {
  .banner-social {
    margin: 20px 0px 0px 0px;
    max-width: 100%;
  }
}
.banner-social-item {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid var(--color-sepline);
  border-left: 1px solid var(--color-sepline);
  border-radius: 50%;
  border-right: 1px solid var(--color-sepline);
  border-top: 1px solid var(--color-sepline);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 38px;
  justify-content: center;
  margin: 0px 0px 0px 5px;
  width: 38px;
  max-width: calc(100% - 5px);
}
.banner-social-item:hover {
  background: var(--color-text);
}
.banner-social-item-icon {
  color: var(--color-text);
  font-size: 14px;
}
.banner-social-item:hover .banner-social-item-icon {
  color: var(--color-bg);
}
.detail {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 50px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 840px) {
  .detail {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 30px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }
}
@media print {
  .detail {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 30px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }
}
.intro {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  transition-duration: 1000ms;
  width: 30%;
  max-width: 30%;
}
.intro.appear {
  opacity: 0;
  transform: translate(0px, 30px);
}
.intro.appear-active {
}
@media screen and (max-width: 840px) {
  .intro {
    width: 100%;
    max-width: 100%;
  }
}
@media print {
  .intro {
    width: 100%;
    max-width: 100%;
  }
}
.intro-avatar {
  border-radius: 50%;
  flex: none;
  height: 215px;
  transition-delay: 300ms;
  transition-duration: 1000ms;
  width: 215px;
  max-width: 100%;
  overflow: hidden;
}
.intro-avatar.appear {
  transform: scale(0.8, 0.8);
}
.intro-avatar.appear-active {
}
.intro-avatar:before {
  filter: grayscale(1);
}
@media screen and (max-width: 840px) {
  .intro-avatar {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: unset;
    aspect-ratio: 4/3;
  }
}
@media print {
  .intro-avatar {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: unset;
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 540px) {
  .intro-avatar {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: unset;
    aspect-ratio: 4/3;
  }
}
.intro-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--color-sepline);
}
.intro-name {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 17px;
  font-weight: 600;
  height: auto;
  line-height: 1.4;
  margin: 20px 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.intro-description {
  color: var(--color-text-alpha);
  font-family: var(--s-font-ecbb00d0);
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1.6;
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px;
  text-align: start;
  width: 600px;
  max-width: 100%;
}
.intro-description > p {
  margin: 0px 0px 0px 0px;
}
.intro-description u {
  color: var(--color-text);
}
.intro-info {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 40px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.intro-info-item {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  border-bottom: 0px solid var(--color-text);
  border-left: 0px solid var(--color-text);
  border-right: 0px solid var(--color-text);
  border-top: 2px solid var(--color-text);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: space-between;
  padding: 10px 0px 10px 0px;
  width: 100%;
  max-width: 100%;
}
.intro-info-item:last-of-type {
  border-bottom: 2px solid var(--color-text);
}
.intro-info-item-name {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  text-transform: uppercase;
}
.intro-info-item-value,
.intro-info-item-value * {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.button {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  border-bottom: 2px solid var(--color-text);
  border-left: 2px solid var(--color-text);
  border-right: 2px solid var(--color-text);
  border-top: 2px solid var(--color-text);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 40px;
  justify-content: center;
  margin: 40px 0px 0px 0px;
  width: 100%;
  max-width: 100%;
}
.button:hover {
  background: var(--color-text);
  font-style: normal !important;
}
.button-title {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.button:hover .button-title {
  color: var(--color-bg);
  font-style: normal !important;
}
.detail-info {
  align-content: flex-end;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0);
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px 0px 70px;
  width: auto;
  max-width: calc(100% - 70px);
}
@media screen and (max-width: 1140px) {
  .detail-info {
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 840px) {
  .detail-info {
    margin: 50px 0px 0px 0px;
    max-width: 100%;
  }
}
@media print {
  .detail-info {
    margin: 50px 0px 0px 0px;
    max-width: 100%;
  }
}
.section-header {
  align-content: flex-end;
  align-items: flex-end;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 30px 0px 30px 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.section-header:first-of-type {
  margin: 0px 0px 30px 0px;
}
.section-header-title {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 24px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 10px 0px;
  text-align: center;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  width: auto;
  max-width: 100%;
  justify-content: center;
  text-transform: uppercase;
}
.section-header-title.appear {
  opacity: 0;
  transform: translate(0px, 20px);
}
.section-header-title.appear-active {
}
.section-header-line-thin {
  background: var(--color-text);
  flex: none;
  height: 2px;
  transform-origin: center right;
  transition-duration: 1000ms;
  width: 100%;
  max-width: 100%;
}
.section-header-line-thin.appear {
  transform: scale(0, 1);
}
.section-header-line-thin.appear-active {
}
.section-header-line-heavy {
  background: var(--color-text);
  flex: none;
  height: 4px;
  margin: 2px 0px 0px 0px;
  transform-origin: center right;
  transition-duration: 1000ms;
  width: 100%;
  max-width: 100%;
}
.section-header-line-heavy.appear {
  transform: scale(0, 1);
}
.section-header-line-heavy.appear-active {
}
.experiences {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.experience {
  align-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  transition-duration: 1000ms;
  width: 100%;
  max-width: 100%;
}
.experience.appear {
  opacity: 0;
  transform: translate(0px, 30px);
}
.experience.appear-active {
}
.experience-title {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .experience-title {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.experience-title-name {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 18px;
  font-weight: 700;
  height: auto;
  letter-spacing: -0.03em;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  text-transform: uppercase;
}
.experience-title-detail {
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
}
@media screen and (max-width: 540px) {
  .experience-title-detail {
    align-content: flex-start;
    align-items: flex-start;
    margin: 10px 0px 0px 0px;
  }
}
.experience-title-detail-date {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.experience-title-detail-position {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.experience-description {
  color: var(--color-text-alpha);
  font-family: var(--s-font-ecbb00d0);
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1.6;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px;
  text-align: start;
  width: 100%;
  max-width: 100%;
}
.experience-description > p {
  margin: 0px 0px 0px 0px;
}
.experience-description u {
  color: var(--color-text);
}
.separator-line {
  background: var(--color-sepline);
  flex: none;
  height: 1px;
  margin: 30px 0px 30px 0px;
  transition-delay: 300ms;
  transition-duration: 1000ms;
  width: 100%;
  max-width: 100%;
}
.separator-line.appear {
  opacity: 0;
}
.separator-line.appear-active {
}
.separator-line:last-child {
  /* display: none; */
}
div.project:last-of-type .separator-line {
  display: none;
}
.detail-info-subcontainer {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  margin: 40px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .detail-info-subcontainer {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.detail-info-subcontainer-column0 {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}
.detail-info-subcontainer-column1 {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0px 20px 0px 0px;
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 1140px) {
  .detail-info-subcontainer-column1 {
    margin: 0px 15px 0px 0px;
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 540px) {
  .detail-info-subcontainer-column1 {
    margin: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }
}
.educations {
  width: 100%;
}
.education {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  transition-duration: 1000ms;
  width: 100%;
  max-width: 100%;
}
.education.appear {
  opacity: 0;
  transform: translate(0px, 30px);
}
.education.appear-active {
}
.education-info {
  align-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.education-title {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0px;
  width: 60%;
  max-width: 60%;
}
.education-title-name {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 18px;
  font-weight: 700;
  height: auto;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  text-transform: uppercase;
}
.education-detail {
  align-content: flex-end;
  align-items: flex-end;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 40%;
  max-width: 40%;
}
.education-detail-date {
  align-content: center;
  align-items: center;
  border-bottom: 1px solid var(--color-text);
  border-left: 1px solid var(--color-text);
  border-radius: 9.5px;
  border-right: 1px solid var(--color-text);
  border-top: 1px solid var(--color-text);
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px 15px 0px;
}
.education-detail-date-content {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.education-description {
  color: var(--color-text-alpha);
  font-family: var(--s-font-ecbb00d0);
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1.6;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px;
  text-align: start;
  width: 100%;
  max-width: 100%;
}
.education-description > p {
  margin: 0px 0px 0px 0px;
}
.education-description u {
  color: var(--color-text);
}
.skills {
  width: 100%;
}
.skill {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  transition-duration: 1000ms;
  width: 100%;
  max-width: 100%;
  margin: 25px 0px 0px 0px;
}
.skill:first-child {
  margin: 0px 0px 0px 0px;
}
.skill.appear {
  opacity: 0;
  transform: translate(0px, 30px);
}
.skill.appear-active {
}
.skill&appear-active {
  transition-duration: 800ms;
}
.skill-info {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.skill-title {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0px;
  width: auto;
  max-width: 80%;
}
.skill-title-name {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 13px;
  font-weight: 700;
  height: auto;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
.skill-value {
  align-content: flex-end;
  align-items: flex-end;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: auto;
  max-width: 50%;
}
.skill-value-number {
  display: block;
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.skill-value-progress {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 60px;
  height: 16px;
  border: 1px solid var(--color-text);
  border-radius: 9999px;
  overflow: hidden;
}
.skill-value-progress .skill-value-progress-number {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  background: var(--color-text);
  /* border-radius: 9999px 0 0 9999px; */
}
.skill-bar {
  display: none;
  align-content: flex-start;
  align-items: flex-start;
  background: #eeeeee;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 3px;
  justify-content: center;
  margin: 20px 0px 0px 0px;
  width: 100%;
  max-width: 100%;
}
.skill-bar-value {
  background: var(--color-text);
  flex: none;
  height: 100%;
  transform-origin: center left;
  transition-duration: 1000ms;
  width: 50%;
  max-width: 100%;
}
.skill-bar-value.p10 {
  width: 10%;
}
.skill-bar-value.p20 {
  width: 20%;
}
.skill-bar-value.p30 {
  width: 30%;
}
.skill-bar-value.p40 {
  width: 40%;
}
.skill-bar-value.p50 {
  width: 50%;
}
.skill-bar-value.p60 {
  width: 60%;
}
.skill-bar-value.p70 {
  width: 70%;
}
.skill-bar-value.p80 {
  width: 80%;
}
.skill-bar-value.p90 {
  width: 90%;
}
.skill-bar-value.p100 {
  width: 100%;
}
.detail-info-subcontainer-column2 {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px 0px 20px;
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 1140px) {
  .detail-info-subcontainer-column2 {
    margin: 0px 0px 0px 15px;
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 540px) {
  .detail-info-subcontainer-column2 {
    margin: 40px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }
}
.awards {
  width: 100%;
}
.awards-group {
  width: 100%;
  margin: 25px 0px 0px 0px;
}
.awards-group:first-child {
  margin: 0px 0px 0px 0px;
}
.section-header-small {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 30px 0px 0px 0px;
  padding: 0px;
  transition-duration: 1000ms;
  width: 100%;
  max-width: 100%;
}
.section-header-small.appear {
  opacity: 0;
  transform: translate(0px, 30px);
}
.section-header-small.appear-active {
}
.section-header-small:first-of-type {
  margin: 0px 0px 0px 0px;
}
.section-header-small-info {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.section-header-small-info-wrapper {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0px;
  width: auto;
  max-width: 100%;
}
.section-header-small-info-title {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 18px;
  font-weight: 700;
  height: auto;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0px 6px 0px 0px;
  text-align: left;
  width: auto;
  max-width: calc(100% - 6px);
  justify-content: flex-start;
}
.section-header-small-info-subtitle-bg {
  align-content: center;
  align-items: center;
  background: var(--color-text);
  border-bottom: 1px solid var(--color-text);
  border-left: 1px solid var(--color-text);
  border-radius: 9.5px;
  border-right: 1px solid var(--color-text);
  border-top: 1px solid var(--color-text);
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px 15px 0px;
}
.section-header-small-info-subtitle {
  color: var(--color-bg);
  font-family: var(--s-font-ecbb00d0);
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.section-header-small-line {
  background: var(--color-text);
  flex: none;
  height: 2px;
  width: 100%;
  max-width: 100%;
}
.award {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 25px 0px 0px 0px;
  transition-duration: 1000ms;
  width: 100%;
  max-width: 100%;
}
.award.appear {
  opacity: 0;
  transform: translate(0px, 30px);
}
.award.appear-active {
}
.award-wrapper {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.award-title {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0px;
  width: 50%;
  max-width: 50%;
}
.award-title-name {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 13px;
  font-weight: 700;
  height: auto;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
.award-detail {
  align-content: flex-end;
  align-items: flex-end;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 50%;
  max-width: 50%;
}
.award-detail-date {
  align-content: center;
  align-items: center;
  border-bottom: 1px solid var(--color-text);
  border-left: 1px solid var(--color-text);
  border-radius: 9.5px;
  border-right: 1px solid var(--color-text);
  border-top: 1px solid var(--color-text);
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px 15px 0px;
}
.award-detail-date-value {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.projects {
  width: 100%;
}
.project {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  transition-duration: 1000ms;
  width: 100%;
  max-width: 100%;
}
.project.appear {
  opacity: 0;
  transform: translate(0px, 30px);
}
.project.appear-active {
}
.project-info {
  align-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.project-title {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0px;
  width: 70%;
  max-width: 70%;
}
.project-title-name,
.project-title-name * {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 18px;
  font-weight: 700;
  height: auto;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-align: left;
  width: 100%;
  max-width: 100%;
  justify-content: flex-start !important;
  text-transform: uppercase;
}
.project-title-icon {
  height: 18px;
  width: 18px;
  min-width: 18px;
  margin-right: 10px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid var(--color-sepline);
}
.project-detail {
  align-content: flex-end;
  align-items: flex-end;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 30%;
  max-width: 30%;
}
.project-detail-date {
  align-content: center;
  align-items: center;
  border-bottom: 1px solid var(--color-text);
  border-left: 1px solid var(--color-text);
  border-radius: 9.5px;
  border-right: 1px solid var(--color-text);
  border-top: 1px solid var(--color-text);
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px 15px 0px;
}
.project-detail-date-content {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.project-description {
  color: var(--color-text-alpha);
  font-family: var(--s-font-ecbb00d0);
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1.6;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px;
  text-align: start;
  width: 100%;
  max-width: 100%;
}
.project-description > p {
  margin: 0px 0px 0px 0px;
}
.project-description p:first-of-type {
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}
.project-description u {
  color: var(--color-text);
}
.preview {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.preview-image {
  position: relative;
  display: block;
  border-radius: 4px;
  background-color: #fafafa;
  overflow: hidden;
  width: calc((100% - 6px) * 0.5);
  /* max-width: calc((100% - (6px * 3)) * 0.25); */
  aspect-ratio: 3/4;
  object-fit: cover;
  border: 1px solid #eaeaea;
}
.preview-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 150ms ease-in-out;
}
.preview-image:hover img {
  transform: scale(1.2) rotate(3deg);
}
.preview-image.single {
  width: 100%;
  /* max-width: 100%; */
}
.hobbies {
  width: 100%;
}
.hobby-intro {
  color: var(--color-text-alpha);
  font-family: var(--s-font-ecbb00d0);
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1.6;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px;
  text-align: start;
  transition-duration: 1000ms;
  width: 100%;
  max-width: 100%;
}
.hobby-intro.appear {
  opacity: 0;
  transform: translate(0px, 30px);
}
.hobby-intro.appear-active {
}
.hobby-intro > p {
  margin: 0px 0px 0px 0px;
}
.hobby-intro u {
  color: var(--color-text);
}
.tags {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0px;
  transform: translate(-5px, 0px);
  transition-duration: 1000ms;
}
.tags.appear {
  opacity: 0;
  transform: translate(0px, 30px);
}
.tags.appear-active {
}
.tag {
  align-content: center;
  align-items: center;
  border-bottom: 1px solid var(--color-sepline);
  border-left: 1px solid var(--color-sepline);
  border-radius: 9.5px;
  border-right: 1px solid var(--color-sepline);
  border-top: 1px solid var(--color-sepline);
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 5px;
  padding: 0px 15px 0px;
}
.tag-title {
  color: var(--color-text);
  font-family: var(--s-font-ecbb00d0);
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  text-transform: uppercase;
}
.footer {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 90px 20px 60px;
  transition-duration: 1000ms;
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.footer.appear {
  opacity: 0;
  transform: translate(0px, 30px);
}
.footer.appear-active {
}
@media screen and (max-width: 540px) {
  .footer {
    margin: 45px 20px 60px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}
.footer-separator-line {
  display: block;
  background: var(--color-sepline);
  flex: none;
  height: 1px;
  width: 100%;
  max-width: 100%;
}
.footer-title {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 25px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .footer-title {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.footer-title-copyright {
  color: var(--color-text-alt);
  font-family: var(--s-font-ecbb00d0);
  font-size: 11px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.footer-title-note {
  color: var(--color-text-alt);
  font-family: var(--s-font-ecbb00d0);
  font-size: 11px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.side-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -260px;
  width: 260px;
  background-color: var(--color-bg);
  transition: all 250ms ease-in-out;
  padding: 20px 20px;
  box-shadow: 0px 0px 3px 2px var(--color-sepline);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.side-menu .languages {
  display: flex !important;
  margin: 0;
  width: 100%;
}
.side-menu .language {
  display: block !important;
}
.side-menu .language:first-of-type {
  margin: 0;
}
.side-menu .themes {
  display: flex !important;
  margin: 0;
  width: 100%;
}
.side-menu .theme-item {
  display: block !important;
}
.side-menu .theme-item:first-of-type {
  margin: 0;
}
.side-menu .navigation {
  display: flex !important;
  margin: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
}
.side-menu .navigation-item {
  display: block !important;
  margin: 0;
  width: 100%;
}
.side-menu .selected {
  display: block !important;
}
.side-menu .navigation-item-dot {
  display: block !important;
}
.side-menu-close {
  position: relative;
  /* background: var(--color-text); */
  background: none;
  border-bottom: 2px solid var(--color-text);
  border-left: 2px solid var(--color-text);
  border-right: 2px solid var(--color-text);
  border-top: 2px solid var(--color-text);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: auto;
}
@media print {
  .side-menu {
    display: none;
  }
}
.close-x,
.close-y {
  position: absolute;
  top: calc((100% - 2px) * 0.5);
  left: calc((100% - 20px) * 0.5);
  width: 20px;
  height: 2px;
  background: var(--color-text);
  border-radius: 1px;
}
.close-x {
  transform: rotate(45deg);
}
.close-y {
  transform: rotate(-45deg);
}
.side-menu-close:hover {
  background: var(--color-text);
}
.side-menu-close:hover .close-x,
.side-menu-close:hover .close-y {
  background: var(--color-bg);
}
.content a:hover {
  font-style: italic;
}
.projects-intro {
  margin-bottom: 12px;
}
.star {
  display: inline-block;
  margin-right: 6px;
  background-color: gold;
  -webkit-clip-path: polygon(50% 0%, 61.8% 38.2%, 100% 38.2%, 69.1% 61.8%, 80.9% 100%, 50% 76.4%, 19.1% 100%, 30.9% 61.8%, 0% 38.2%, 38.2% 38.2%);
  clip-path: polygon(50% 0%, 61.8% 38.2%, 100% 38.2%, 69.1% 61.8%, 80.9% 100%, 50% 76.4%, 19.1% 100%, 30.9% 61.8%, 0% 38.2%, 38.2% 38.2%);
}
.project-title-name .star {
  width: 14px;
  height: 14px;
}