/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../dev/parea/css/main.scss ***!
  \***************************************************************************************************************************************************************************/
/*
Examples: https://pyscss.readthedocs.io/en/latest/usage.html
*/
@CHARSET "UTF-8";
a, abbr, acronym, address, article, aside, audio, b, big, blockquote, body, canvas, caption,
center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure,
footer, form, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label,
legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small,
span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, time, th, thead, tr, tt, u,
ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

body, html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter/Inter-VariableFont_slnt,wght.ttf");
}
body {
  background-color: #ffffff;
  font-family: "Inter";
  display: flex;
  flex-direction: column;
}

.hidden {
  display: none !important;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.tcenter {
  text-align: center;
}

.tspace {
  margin-top: 10px;
}

.col1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content;
  align-items: start;
}

.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content;
  align-items: start;
}

.col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: min-content;
  align-items: start;
}

.fill2 {
  grid-column: 1/3;
}

.fill3 {
  grid-column: 1/4;
}

.gap {
  gap: 20px;
}

a {
  color: #ffffff;
}

.content {
  padding: 0px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.welcome-panel {
  padding: 40px;
  background-color: #282828;
  color: #fff;
  border-radius: 20px;
  margin-top: 100px;
  padding: 60px 100px 60px 100px;
}
.welcome-panel .header {
  height: 30px;
  width: 100%;
  background: transparent url(img/logo.png) center center no-repeat;
  background-position: center center;
}
.welcome-panel .content {
  margin-top: 80px;
}

form.col1 {
  gap: 20px 40px;
  width: 300px;
}

form.col2 {
  gap: 20px 40px;
  width: 600px;
}

form.col3 {
  gap: 20px 40px;
  width: 900px;
}

form {
  display: inline-block;
  padding: 25px;
  background-color: transparent;
  border-radius: 10px;
  font-size: 0.8rem;
  box-sizing: border-box;
  color: #FFFFFF;
}
form h2 {
  font-size: 1.05rem;
  font-weight: bold;
  margin-top: 0px !important;
  margin-bottom: 10px;
}
form p label {
  display: block;
  margin-bottom: 5px;
}
form p input[type=text], form p input[type=number], form p input[type=email], form p input[type=password], form p textarea {
  box-sizing: border-box;
  border: solid 1px #c1c1c1;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  padding: 5px;
  width: 100%;
}
form p select {
  box-sizing: border-box;
  width: 100%;
}
form p span.error {
  display: block;
  font-size: 0.7rem;
  color: #ff0000;
  margin-top: 3px;
}
form p input[type=submit] {
  border: none;
  background-color: #c6e9af;
  color: #282828;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 15px;
  padding: 10px 40px 10px 40px;
}

body {
  position: relative;
  overflow: hidden auto;
  background: radial-gradient(84.73% 127.09% at 27.32% 32.54%, #182066 0%, #101542 75.13%);
  margin: 0;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
body::-webkit-scrollbar-thumb {
  background: rgb(90, 90, 90);
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 100px;
}

* {
  -webkit-user-drag: none;
}

.bg {
  -webkit-mask-image: url(./img/mask.png);
  -webkit-mask-size: 1920px 100%;
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: center top;
  mask-image: url(./img/mask.png);
  mask-size: 1920px 100%;
  mask-repeat: repeat;
  mask-position: center top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 800px) {
  .bg {
    -webkit-mask-position-x: -70px;
    mask-position: -70px top;
  }
}

span {
  z-index: 10;
}

.panel {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 12% 150px 12%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1740px) {
  .panel {
    justify-content: center;
    gap: 100px;
  }
}
@media (max-width: 800px) {
  .panel {
    padding: 0 20px 100px 20px;
  }
}
.panel .info {
  width: 680px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  gap: 50px;
}
.panel .info .title {
  display: block;
}
.panel .info .description {
  display: block;
}
.panel .info .links {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.panel .artwork {
  position: relative;
  width: 743px;
}
.panel .artwork * {
  user-select: none;
}
.panel .artwork-img {
  position: absolute;
  user-select: none;
  pointer-events: none;
}
.panel .artwork-img.glow {
  width: 850px;
  height: 850px;
  background: radial-gradient(rgba(97, 11, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -2;
}
.panel .artwork-img.glow-dark {
  width: 850px;
  height: 850px;
  background: radial-gradient(#04113d 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 12%;
  color: #FFFFFF;
}
.header a.logo {
  z-index: 1;
}
@media (max-width: 800px) {
  .header {
    padding-left: 20px;
  }
}
.header a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
}
@media (max-width: 800px) {
  .header a {
    font-size: 24px;
    line-height: 29px;
  }
}
.header .links {
  display: flex;
  flex-direction: row;
  gap: 75px;
}
.header .links a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.header .links a.active, .header .links a:hover {
  color: #E3C219;
}
.header .links-list {
  display: none;
  width: 21px;
  height: 21px;
  border: none;
  outline: none;
  background: none;
  background-image: url("./img/header/bullet-list.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 800px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
  }
  .header .links {
    flex-direction: column;
    margin-top: 0;
    overflow: hidden;
    height: 0;
    gap: 25px;
    transition: height 0.4s;
    transition: margin-top 0.4s;
    width: 100%;
  }
  .header .links.active {
    height: 170px;
    margin-top: 50px;
    transition: height 0.4s;
  }
  .header .links-list {
    display: block;
  }
}

.footer {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  padding: 150px 12% 100px 12%;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .footer {
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
.footer .item .logo-idf {
  width: 177px;
  height: 45px;
  background-image: url(./img/footer/idf-logo.svg);
}
.footer .item .details {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}
.footer .item .details a {
  color: #1E1E1E;
  text-decoration: none;
}
.footer .item .separator {
  width: 0;
  height: 47px;
  border: 1px solid #1E1E1E;
}
@media (max-width: 1200px) {
  .footer .item {
    flex-direction: column;
  }
  .footer .item .separator {
    display: none;
  }
}
@media (max-width: 800px) {
  .footer .item {
    gap: 25px;
  }
  .footer .item .details {
    text-align: center;
  }
}
.footer .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.footer .links a {
  display: block;
  width: 61px;
  height: 61px;
}
.footer .links a.icon-facebook {
  background-image: url(./img/footer/icon-facebook.svg);
}
.footer .links a.icon-instagram {
  background-image: url(./img/footer/icon-instagram.svg);
}
.footer .links a.icon-youtube {
  background-image: url(./img/footer/icon-youtube.svg);
}
.footer .links a.icon-linkedin {
  background-image: url(./img/footer/icon-linkedin.svg);
}
.footer .links a:hover.icon-facebook {
  background-image: url(./img/footer/icon-facebook-active.svg);
}
.footer .links a:hover.icon-instagram {
  background-image: url(./img/footer/icon-instagram-active.png);
}
.footer .links a:hover.icon-youtube {
  background-image: url(./img/footer/icon-youtube-active.svg);
}
.footer .links a:hover.icon-linkedin {
  background-image: url(./img/footer/icon-linkedin-active.svg);
}
.footer .bg {
  background-color: #E3C219;
  -webkit-mask-size: 1920px 745px;
  -webkit-mask-position-x: -500px;
}
@media (max-width: 800px) {
  .footer .bg {
    mask-size: 1920px 745px;
    mask-position: -500px 0;
  }
}
.footer .artwork-img {
  position: absolute;
}
.footer .artwork-img.p1 {
  top: -130px;
  left: 0;
}
.footer .artwork-img.p2 {
  display: none;
}
.footer .artwork-img.p3 {
  display: none;
}
@media (max-width: 800px) {
  .footer .artwork-img.p1 {
    display: none;
  }
  .footer .artwork-img.p2 {
    display: block;
    top: -40px;
    right: 0;
  }
  .footer .artwork-img.p3 {
    display: block;
    top: -35px;
    left: 85px;
  }
}

.landing .panel1 {
  flex-wrap: wrap-reverse;
}
@media (max-width: 800px) {
  .landing .panel1 {
    padding-top: 0;
    padding-bottom: 75px;
    gap: 0;
  }
}
.landing .panel1 .info {
  width: 575px;
}
.landing .panel1 .info .title {
  font-weight: 600;
  font-size: 56px;
  line-height: 65px;
  color: #FFFFFF;
}
.landing .panel1 .info .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #C9CAD8;
  max-width: 530px;
}
.landing .panel1 .info .links a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 48px;
  border-radius: 25vw;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  user-select: none;
}
.landing .panel1 .info .links a.marked {
  color: #1E1E1E;
  background-color: #FFFFFF;
}
.landing .panel1 .info .links a:hover {
  background-color: #E3C219;
  border-color: #E3C219;
  color: #1E1E1E;
}
@media (max-width: 800px) {
  .landing .panel1 .info {
    gap: 25px;
  }
  .landing .panel1 .info .title {
    font-size: 32px;
    line-height: 36px;
  }
  .landing .panel1 .info .description {
    font-size: 16px;
    line-height: 23px;
  }
  .landing .panel1 .info .links {
    width: 100%;
    gap: unset;
    justify-content: space-around;
  }
}
.landing .panel1 .artwork-img.p1 {
  top: 450px;
  right: 10px;
}
.landing .panel1 .artwork-img.p2 {
  top: 0;
  left: 10px;
}
.landing .panel1 .artwork-img.p3 {
  top: -100px;
  right: 250px;
}
.landing .panel1 .artwork-img.p4 {
  top: -250px;
  left: -300px;
}
.landing .panel1 .artwork-img.glow1 {
  width: 650px;
  height: 650px;
  background: radial-gradient(rgba(97, 11, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
}
.landing .panel1 .artwork-img.glow2 {
  width: 850px;
  height: 850px;
  background: radial-gradient(rgba(97, 11, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
}
@media (max-width: 800px) {
  .landing .panel1 .artwork-img.p1 {
    display: none;
  }
  .landing .panel1 .artwork-img.p2 {
    display: none;
  }
  .landing .panel1 .artwork-img.p3 {
    scale: 0.7;
    transform-origin: top left;
    top: unset;
    bottom: -400px;
    right: -350px;
    z-index: -1;
  }
  .landing .panel1 .artwork-img.p4 {
    scale: 0.7;
    transform-origin: top left;
    top: -200px;
    left: -50px;
  }
}
.landing .panel1 .artwork {
  position: relative;
  width: 745px;
  height: 689px;
  margin-top: 70px;
}
.landing .panel1 .artwork img {
  position: absolute;
}
.landing .panel1 .artwork img.p1 {
  top: 0;
  right: 65px;
}
.landing .panel1 .artwork img.p2 {
  top: 415px;
  left: -20px;
}
.landing .panel1 .artwork img.p3 {
  display: none;
}
.landing .panel1 .artwork .frame {
  position: absolute;
  right: 0;
  top: 0;
  width: 345px;
  height: 434px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(82, 57, 183, 0.3019607843);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.landing .panel1 .artwork .frame.p1 {
  top: 0;
  left: 0;
}
.landing .panel1 .artwork .frame.p1 img {
  top: 30px;
  left: 50px;
}
.landing .panel1 .artwork .frame.p1 img.extra {
  width: 190px;
  height: 150px;
  top: 255px;
  left: 144px;
}
.landing .panel1 .artwork .frame.p2 {
  top: 155px;
  left: 400px;
}
.landing .panel1 .artwork .frame.p2 img {
  top: 65px;
  left: 30px;
}
.landing .panel1 .artwork .frame.p3 {
  top: 255px;
  left: 120px;
}
.landing .panel1 .artwork .frame.p3 img {
  top: 15px;
  left: 90px;
}
.landing .panel1 .artwork .frame.p3 img.extra {
  top: 230px;
  left: 132px;
  z-index: -1;
}
@media (max-width: 800px) {
  .landing .panel1 .artwork {
    margin-top: 50px;
    width: 350px;
    height: 370px;
  }
  .landing .panel1 .artwork .frame {
    scale: 0.45;
    transform-origin: top left;
  }
  .landing .panel1 .artwork .frame.p1 {
    top: 0;
    left: 0;
  }
  .landing .panel1 .artwork .frame.p2 {
    top: 75px;
    left: 190px;
  }
  .landing .panel1 .artwork .frame.p3 {
    top: 110px;
    left: 55px;
  }
  .landing .panel1 .artwork img.p1 {
    top: -25px;
    right: 35px;
    scale: 0.7;
    transform-origin: top left;
  }
  .landing .panel1 .artwork img.p2 {
    top: unset;
    bottom: 25px;
    left: -50px;
    scale: 0.5;
    transform-origin: top left;
  }
  .landing .panel1 .artwork img.p3 {
    bottom: 75px;
    right: 25px;
    display: block;
  }
}
.landing .panel2 .bg {
  background-color: #E3C219;
}
@media (max-width: 800px) {
  .landing .panel2 {
    padding-top: 70px;
    padding-bottom: 150px;
  }
}
.landing .panel2 .info {
  padding-top: 100px;
}
.landing .panel2 .info .title-big {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 150px;
  line-height: 150px;
  color: #1E1E1E;
}
.landing .panel2 .info .title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
  color: #1E1E1E;
  max-width: 320px;
  padding-left: 10px;
}
.landing .panel2 .info .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #1E1E1E;
}
.landing .panel2 .info .links {
  display: flex;
  justify-content: space-around;
  gap: unset;
}
.landing .panel2 .info .links .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.landing .panel2 .info .links .item img {
  display: inline-block;
  z-index: 2;
}
.landing .panel2 .info .links .item span {
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #1E1E1E;
}
.landing .panel2 .info .links a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 48px;
  border-radius: 25vw;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  user-select: none;
  margin-bottom: 36px;
}
.landing .panel2 .info .links a.marked {
  color: #1E1E1E;
  background-color: #FFFFFF;
}
.landing .panel2 .info .links a:hover {
  background-color: #E3C219;
  border-color: #E3C219;
  color: #1E1E1E;
}
.landing .panel2 .info .links.alt {
  margin-top: -10px;
}
@media (max-width: 800px) {
  .landing .panel2 .info {
    gap: 25px;
  }
  .landing .panel2 .info .title-big {
    font-size: 100px;
    line-height: 100px;
  }
  .landing .panel2 .info .title {
    font-size: 26px;
    line-height: 30px;
    max-width: 120px;
  }
  .landing .panel2 .info .description {
    font-size: 16px;
    line-height: 23px;
  }
  .landing .panel2 .info .links {
    justify-content: space-between;
  }
  .landing .panel2 .info .links .item {
    flex-direction: column;
    align-items: center;
  }
  .landing .panel2 .info .links .item span {
    text-align: center;
    font-size: 19px;
    line-height: 23px;
  }
}
.landing .panel2 .artwork-img.p1 {
  top: 300px;
  left: 0;
}
.landing .panel2 .artwork-img.p1e {
  top: 240px;
  left: 60px;
}
.landing .panel2 .artwork-img.p2 {
  top: -100px;
  right: 50px;
}
.landing .panel2 .artwork-img.p3 {
  top: -15px;
  left: 275px;
}
.landing .panel2 .artwork-img.p4 {
  display: none;
}
.landing .panel2 .artwork-img.p5 {
  display: none;
}
.landing .panel2 .artwork-img.p6 {
  display: none;
}
@media (max-width: 1200px) {
  .landing .panel2 .artwork-img.p1 {
    display: none;
  }
}
@media (max-width: 800px) {
  .landing .panel2 .artwork-img.p1 {
    display: none;
  }
  .landing .panel2 .artwork-img.p1e {
    display: none;
  }
  .landing .panel2 .artwork-img.p2 {
    display: none;
  }
  .landing .panel2 .artwork-img.p3 {
    display: none;
  }
  .landing .panel2 .artwork-img.p4 {
    display: block;
    top: 0;
    left: 0;
  }
  .landing .panel2 .artwork-img.p5 {
    display: block;
    top: 60px;
    right: 10px;
  }
  .landing .panel2 .artwork-img.p6 {
    display: block;
    top: -20px;
    left: 175px;
  }
}
.landing .panel2 .artwork {
  position: relative;
  width: 600px;
  height: 759px;
}
@media (max-width: 1740px) {
  .landing .panel2 .artwork {
    display: none;
  }
}
.landing .panel2 .artwork img {
  position: absolute;
}
.landing .panel2 .artwork img.p1 {
  top: 175px;
  left: 250px;
}
.landing .panel2 .artwork img.p2 {
  top: 575px;
  left: 215px;
}
.landing .panel2 .artwork img.extra {
  z-index: -1;
}
.landing .panel3 {
  padding-top: 250px;
}
@media (max-width: 800px) {
  .landing .panel3 {
    padding-top: 100px;
    padding-bottom: 75px;
    gap: 40px;
  }
}
.landing .panel3 .item {
  position: relative;
  width: 323px;
  height: 260px;
  padding: 50px 25px;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(82, 57, 183, 0.3019607843);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.landing .panel3 .item .num {
  position: absolute;
  top: -25px;
  right: 50px;
  font-weight: 600;
  font-size: 80px;
  line-height: 50px;
  color: #E3C219;
}
.landing .panel3 .item .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.landing .panel3 .item .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #C9CAD8;
}
@media (max-width: 800px) {
  .landing .panel3 .item {
    height: 235px;
  }
  .landing .panel3 .item .num {
    font-size: 60px;
    line-height: 50px;
  }
  .landing .panel3 .item .title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
  }
  .landing .panel3 .item .description {
    font-size: 16px;
    line-height: 23px;
  }
}
.landing .panel3 .artwork-img.p1 {
  top: 50px;
  right: 425px;
}
.landing .panel3 .artwork-img.p2 {
  top: 150px;
  right: 25px;
}
.landing .panel3 .artwork-img.p3 {
  top: 440px;
  right: 600px;
}
.landing .panel3 .artwork-img.p4 {
  top: 210px;
  right: 340px;
}
.landing .panel3 .artwork-img.p5 {
  top: 150px;
  left: 260px;
}
.landing .panel3 .artwork-img.p6 {
  top: -300px;
  left: -100px;
}
.landing .panel3 .artwork-img.p7 {
  display: none;
}
.landing .panel3 .artwork-img.p8 {
  display: none;
}
.landing .panel3 .artwork-img.p9 {
  display: none;
}
.landing .panel3 .artwork-img.p10 {
  display: none;
}
.landing .panel3 .artwork-img.p11 {
  display: none;
}
.landing .panel3 .artwork-img.glow {
  width: 850px;
  height: 850px;
  background: radial-gradient(rgba(97, 11, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
}
@media (max-width: 800px) {
  .landing .panel3 .artwork-img.p1 {
    display: none;
  }
  .landing .panel3 .artwork-img.p2 {
    display: none;
  }
  .landing .panel3 .artwork-img.p3 {
    display: none;
  }
  .landing .panel3 .artwork-img.p4 {
    display: none;
  }
  .landing .panel3 .artwork-img.p5 {
    display: none;
  }
  .landing .panel3 .artwork-img.p6 {
    top: -425px;
    left: -150px;
    scale: 0.7;
  }
  .landing .panel3 .artwork-img.p7 {
    display: block;
    top: 0;
    left: 0;
  }
  .landing .panel3 .artwork-img.p8 {
    display: block;
    top: 175px;
    right: 0;
  }
  .landing .panel3 .artwork-img.p9 {
    display: block;
    top: 350px;
    left: 0;
  }
}
@media (max-width: 800px) and (max-width: 720px) {
  .landing .panel3 .artwork-img.p10 {
    display: block;
    top: 850px;
    left: 75px;
  }
  .landing .panel3 .artwork-img.p11 {
    display: block;
    top: 1000px;
    right: 0;
  }
}
.landing .panel4 {
  padding-top: 150px;
  flex-wrap: wrap-reverse;
}
@media (max-width: 800px) {
  .landing .panel4 {
    padding-top: 300px;
    padding-bottom: 150px;
  }
}
.landing .panel4 .bg {
  background-color: #304789;
}
.landing .panel4 .info .title {
  font-weight: 600;
  font-size: 46px;
  line-height: 50px;
  color: #FFFFFF;
}
.landing .panel4 .info .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #C9CAD8;
}
@media (max-width: 800px) {
  .landing .panel4 .info {
    gap: 25px;
  }
  .landing .panel4 .info .title {
    font-size: 34px;
    line-height: 40px;
  }
  .landing .panel4 .info .description {
    font-size: 17px;
    line-height: 23px;
  }
}
.landing .panel4 .artwork-img.p1 {
  top: -70px;
  right: 0;
}
.landing .panel4 .artwork-img.p2 {
  top: 80px;
  right: 0;
}
.landing .panel4 .artwork-img.p3 {
  top: -40px;
  left: 330px;
}
.landing .panel4 .artwork-img.p4 {
  top: 350px;
  left: 0;
}
.landing .panel4 .artwork-img.p5 {
  display: none;
}
.landing .panel4 .artwork-img.p6 {
  display: none;
}
@media (max-width: 800px) {
  .landing .panel4 .artwork-img.p1 {
    display: none;
  }
  .landing .panel4 .artwork-img.p2 {
    display: none;
  }
  .landing .panel4 .artwork-img.p3 {
    display: none;
  }
  .landing .panel4 .artwork-img.p4 {
    display: none;
  }
  .landing .panel4 .artwork-img.p5 {
    display: block;
    top: 0;
    left: 0;
  }
  .landing .panel4 .artwork-img.p6 {
    display: block;
    top: 100px;
    right: 0;
  }
}
.landing .panel4 .artwork {
  width: 600px;
  height: 400px;
}
@media (max-width: 800px) {
  .landing .panel4 .artwork {
    display: none;
  }
}
.landing .panel4 .artwork img {
  position: absolute;
}
.landing .panel4 .artwork img.p1 {
  top: 0;
  left: 0;
}
.landing .panel5 {
  padding-top: 150px;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .landing .panel5 {
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 150px;
    padding-right: 0;
    gap: 25px;
  }
}
.landing .panel5 .title {
  display: block;
  font-weight: 600;
  font-size: 46px;
  line-height: 50px;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  margin-bottom: 75px;
}
.landing .panel5 .title.mobile {
  display: none;
}
@media (max-width: 800px) {
  .landing .panel5 .title {
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    margin-bottom: 0;
  }
  .landing .panel5 .title.desktop {
    display: none;
  }
  .landing .panel5 .title.mobile {
    display: block;
  }
}
.landing .panel5 .item-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
.landing .panel5 .item-list .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 430px;
  gap: 10px;
}
.landing .panel5 .item-list .item img {
  width: 430px;
  height: 280px;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}
.landing .panel5 .item-list .item .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 50px;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 0;
}
.landing .panel5 .item-list .item .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #C9CAD8;
}
@media (max-width: 800px) {
  .landing .panel5 .item-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: 25px;
    padding-right: calc(100vw - 330px);
    width: 100%;
    gap: 30px;
    -webkit-mask: linear-gradient(90deg, white 75%, white 75%, rgba(255, 255, 255, 0) 105%);
    mask: linear-gradient(90deg, white 75%, white 75%, rgba(255, 255, 255, 0) 105%);
  }
  .landing .panel5 .item-list::-webkit-scrollbar {
    display: none;
  }
  .landing .panel5 .item-list .item {
    width: 300px;
    min-width: 300px;
    gap: 15px;
  }
  .landing .panel5 .item-list .item img {
    width: 300px;
    height: 210px;
  }
  .landing .panel5 .item-list .item .title {
    font-size: 24px;
    line-height: 28px;
  }
  .landing .panel5 .item-list .item .description {
    font-size: 16px;
    line-height: 23px;
  }
}
.landing .panel5 .artwork-img.p1 {
  top: 40px;
  left: 400px;
}
.landing .panel5 .artwork-img.p2 {
  top: 520px;
  left: 25px;
}
.landing .panel5 .artwork-img.p3 {
  top: 520px;
  left: -300px;
}
.landing .panel5 .artwork-img.p4 {
  display: none;
}
.landing .panel5 .artwork-img.p5 {
  display: none;
}
.landing .panel5 .artwork-img.glow {
  width: 850px;
  height: 850px;
  background: radial-gradient(rgba(97, 11, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
}
@media (max-width: 800px) {
  .landing .panel5 .artwork-img.p1 {
    display: none;
  }
  .landing .panel5 .artwork-img.p2 {
    display: none;
  }
  .landing .panel5 .artwork-img.p3 {
    top: -400px;
    left: -430px;
    scale: 0.7;
  }
  .landing .panel5 .artwork-img.p4 {
    display: block;
    top: -50px;
    left: 0;
  }
  .landing .panel5 .artwork-img.p5 {
    display: block;
    top: 15px;
    right: 35px;
  }
}
.landing .panel5 .slides-controls {
  display: none;
}
@media (max-width: 800px) {
  .landing .panel5 .slides-controls {
    display: flex;
    flex-direction: row;
    gap: 20px;
    left: 0;
  }
  .landing .panel5 .slides-controls button {
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    background: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .landing .panel5 .slides-controls button.arrow-l {
    background-image: url("./img/landing/panel5/arrow-l.svg");
  }
  .landing .panel5 .slides-controls button.arrow-r {
    background-image: url("./img/landing/panel5/arrow-r.svg");
  }
}
@media (max-width: 800px) {
  .landing .panel6 {
    padding-bottom: 25px;
  }
}
.landing .panel6 .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  width: 1090px;
  padding: 50px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(82, 57, 183, 0.3019607843);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  overflow: hidden;
  min-height: 560px;
}
.landing .panel6 .item .title {
  display: block;
  font-weight: 600;
  font-size: 46px;
  line-height: 50px;
  color: #FFFFFF;
}
.landing .panel6 .item .title.success {
  display: flex;
  position: absolute;
  height: calc(100% - 100px);
  align-items: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 50px;
}
.landing .panel6 .item .description {
  display: block;
  font-weight: 300;
  font-size: 19px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  max-width: 250px;
}
.landing .panel6 .item .fill {
  width: 100%;
  text-align: center;
}
.landing .panel6 .item .error input, .landing .panel6 .item .error textarea, .landing .panel6 .item .error label {
  border-bottom: 1px solid rgba(255, 0, 0, 0.6);
}
.landing .panel6 .item .permission {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
}
.landing .panel6 .item .permission label {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 10px;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
  user-select: none;
}
.landing .panel6 .item .permission label input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: none;
  outline: none;
  cursor: pointer;
}
.landing .panel6 .item .errorlist {
  margin-top: 4px;
}
.landing .panel6 .item input, .landing .panel6 .item textarea {
  width: 70%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "Inter";
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  padding: 10px 0;
  color: #FFFFFF;
  resize: vertical;
}
.landing .panel6 .item input::placeholder, .landing .panel6 .item textarea::placeholder {
  color: #C9CAD8;
}
.landing .panel6 .item button {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 48px;
  border-radius: 25vw;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  cursor: pointer;
}
.landing .panel6 .item button.marked {
  color: #1E1E1E;
  background-color: #FFFFFF;
}
.landing .panel6 .item button:hover {
  background-color: #E3C219;
  border-color: #E3C219;
  color: #1E1E1E;
}
.landing .panel6 .item .errorlist {
  color: #ff0000;
}
@media (max-width: 800px) {
  .landing .panel6 .item {
    gap: 25px;
    padding: 50px 20px;
  }
  .landing .panel6 .item .title {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }
  .landing .panel6 .item .description {
    font-size: 17px;
    line-height: 35px;
  }
  .landing .panel6 .item .sent {
    font-size: 16px;
    line-height: 40px;
  }
  .landing .panel6 .item input, .landing .panel6 .item textarea {
    width: 100%;
    font-size: 16px;
    line-height: 27px;
  }
  .landing .panel6 .item button {
    margin-top: 25px;
  }
}
.landing .panel6 .item .grecaptcha-badge {
  bottom: 50px !important;
}
.landing .panel6 .artwork-img.p1 {
  bottom: 40px;
  right: 50px;
}
.landing .panel6 .artwork-img.p2 {
  top: -80px;
  right: 90px;
}
.landing .panel6 .artwork-img.p3 {
  top: 275px;
  left: 140px;
}
.landing .panel6 .artwork-img.p4 {
  top: -125px;
  left: 25px;
}
.landing .panel6 .artwork-img.p5 {
  top: 120px;
  left: 550px;
}
.landing .panel6 .artwork-img.p6 {
  bottom: -400px;
  left: -250px;
}
.landing .panel6 .artwork-img.p7 {
  display: none;
}
.landing .panel6 .artwork-img.p8 {
  display: none;
}
.landing .panel6 .artwork-img.p9 {
  display: none;
}
.landing .panel6 .artwork-img.p10 {
  display: none;
}
.landing .panel6 .artwork-img.glow1 {
  width: 850px;
  height: 850px;
  background: radial-gradient(#04113d 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}
.landing .panel6 .artwork-img.glow2 {
  width: 850px;
  height: 850px;
  background: radial-gradient(rgba(97, 11, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 800px) {
  .landing .panel6 .artwork-img.p1 {
    display: none;
  }
  .landing .panel6 .artwork-img.p2 {
    display: none;
  }
  .landing .panel6 .artwork-img.p3 {
    display: none;
  }
  .landing .panel6 .artwork-img.p4 {
    display: none;
  }
  .landing .panel6 .artwork-img.p5 {
    top: 335px;
    left: 235px;
    scale: 0.7;
  }
  .landing .panel6 .artwork-img.p6 {
    display: none;
  }
  .landing .panel6 .artwork-img.p7 {
    display: block;
    top: -95px;
    left: 0;
  }
  .landing .panel6 .artwork-img.p8 {
    display: block;
    top: -100px;
    right: 0;
  }
  .landing .panel6 .artwork-img.p9 {
    display: block;
    bottom: -25px;
    left: 0px;
  }
  .landing .panel6 .artwork-img.p10 {
    display: block;
    bottom: -525px;
    left: -390px;
    scale: 0.7;
    z-index: -1;
  }
}
.landing .panel7 {
  padding-top: 35px;
  text-align: center;
  flex-direction: column;
  gap: 30px;
}
.landing .panel7 .bg {
  background-color: #304789;
}
.landing .panel7 .title {
  font-weight: 600;
  font-size: 46px;
  line-height: 50px;
  color: #FFFFFF;
}
.landing .panel7 .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #C9CAD8;
  max-width: 776px;
}
.landing .panel7 .item-list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: center;
  gap: 46px;
  margin-top: 100px;
}
.landing .panel7 .item-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 330px;
  height: 732px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(82, 57, 183, 0.3019607843);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  padding: 54px 24px;
  box-sizing: border-box;
  color: #FFFFFF;
}
.landing .panel7 .item-list .item .title {
  color: #E3C219;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 12px;
}
.landing .panel7 .item-list .item .description {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 40px;
}
.landing .panel7 .item-list .item .price {
  font-size: 34px;
  font-weight: 900;
  line-height: 41px;
  margin-bottom: 2px;
}
.landing .panel7 .item-list .item .price-spec {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 40px;
}
.landing .panel7 .item-list .item .links {
  display: block;
  padding: 12px 0;
  margin-bottom: 40px;
}
.landing .panel7 .item-list .item .links a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 50px;
  border-radius: 25vw;
  border: 2px solid #FFFFFF;
  color: #1E1E1E;
  background-color: #FFFFFF;
  user-select: none;
}
.landing .panel7 .item-list .item .links a.marked {
  color: #1E1E1E;
  background-color: #04BC00;
}
.landing .panel7 .item-list .item .links a:hover {
  background-color: #E3C219;
  border-color: #E3C219;
  color: #1E1E1E;
}
.landing .panel7 .item-list .item .links a.sm {
  padding: 12px 30px;
}
.landing .panel7 .item-list .item .feature-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 18px;
  width: 100%;
}
.landing .panel7 .item-list .item .feature-list .feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}
.landing .panel7 .item-list .item .feature-list .feature .checkmark {
  width: 12px;
  height: 10px;
  position: absolute;
  background-image: url("./img/landing/panel7/checkmark.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
}
.landing .panel7 .item-list .item .feature-list .feature label {
  margin-left: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.landing .panel7 .item-list .item.marked {
  background-color: #FFFFFF;
  color: #232B36;
}
.landing .panel7 .item-list .item.marked .featured,
.landing .panel7 .item-list .item.marked .title,
.landing .panel7 .item-list .item.marked .description,
.landing .panel7 .item-list .item.marked .price,
.landing .panel7 .item-list .item.marked .price-spec {
  color: #1D1D1F;
}
.landing .panel7 .item-list .item.marked .feature-list .feature .checkmark {
  background-image: url("./img/landing/panel7/checkmark-dark.svg");
}
.landing .panel7 .item-list .item.marked .featured {
  position: absolute;
  top: 0;
  width: 227px;
  height: 34px;
  border-radius: 0 0 20px 20px;
  background-color: #E3C219;
  margin-top: -1px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 0;
  box-sizing: border-box;
}
@media (max-width: 1740px) {
  .landing .panel7 .item-list {
    flex-wrap: wrap;
    width: 800px;
  }
}
@media (max-width: 1000px) {
  .landing .panel7 .item-list {
    flex-wrap: wrap;
    width: 400px;
  }
  .landing .panel7 .item-list .item.marked {
    order: -1;
  }
}
@media (max-width: 800px) {
  .landing .panel7 {
    padding-top: 0;
    gap: 20px;
  }
  .landing .panel7 .item-list {
    margin-top: 40px;
  }
  .landing .panel7 .title {
    font-size: 32px;
    line-height: 36px;
  }
  .landing .panel7 .description {
    font-size: 16px;
    line-height: 23px;
  }
  .landing .panel7 .item-list {
    flex-wrap: wrap;
  }
}
.landing .panel7 .artwork-img.p1 {
  top: -20px;
  right: 50px;
}
.landing .panel7 .artwork-img.p2 {
  top: 350px;
  left: 0;
}
.landing .panel7 .artwork-img.p3 {
  bottom: 100px;
  right: 160px;
}
.landing .panel7 .artwork-img.p4 {
  top: -300px;
  right: -150px;
}
.landing .panel7 .artwork-img.p5 {
  top: 300px;
  left: -350px;
}
.landing .panel7 .artwork-img.p6 {
  top: 350px;
  right: -350px;
}
.landing .panel7 .artwork-img.p7 {
  display: none;
}
.landing .panel7 .artwork-img.p8 {
  display: none;
}
.landing .panel7 .artwork-img.p9 {
  display: none;
}
@media (max-width: 800px) {
  .landing .panel7 .artwork-img.p1 {
    display: none;
  }
  .landing .panel7 .artwork-img.p2 {
    display: none;
  }
  .landing .panel7 .artwork-img.p3 {
    display: none;
  }
  .landing .panel7 .artwork-img.p4 {
    display: none;
  }
  .landing .panel7 .artwork-img.p5 {
    display: none;
  }
  .landing .panel7 .artwork-img.p6 {
    display: block;
    top: -250px;
    right: -350px;
  }
  .landing .panel7 .artwork-img.p7 {
    display: block;
    top: 500px;
    right: -350px;
  }
  .landing .panel7 .artwork-img.p8 {
    display: block;
    top: 1750px;
    right: -350px;
  }
  .landing .panel7 .artwork-img.p9 {
    display: block;
    bottom: -425px;
    left: -350px;
  }
}

.about .panel {
  justify-content: space-around;
}
.about .panel .info {
  width: 780px;
  gap: 30px;
}
.about .panel .info .title {
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
}
.about .panel .info .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.about .panel .info .description b {
  font-weight: 600;
}
@media (max-width: 800px) {
  .about .panel .info .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
  }
  .about .panel .info .description {
    font-size: 16px;
    line-height: 23px;
  }
}
.about .panel1 {
  color: #FFFFFF;
  padding-top: 110px;
  padding-bottom: 90px;
}
@media (max-width: 800px) {
  .about .panel1 {
    padding-top: 300px;
    padding-bottom: 40px;
  }
}
.about .panel1 .info {
  position: relative;
}
.about .panel1 .info .description {
  color: #C9CAD8;
}
.about .panel1 .artwork-img.p1 {
  top: 0;
  left: -325px;
}
.about .panel1 .artwork-img.p2 {
  top: 150px;
  right: -350px;
}
.about .panel1 .artwork-img.p3 {
  top: -50px;
  right: -150px;
}
.about .panel1 .artwork-img.p4 {
  top: 125px;
  left: 25px;
}
.about .panel1 .artwork-img.p5 {
  bottom: 200px;
  right: 0;
}
.about .panel1 .artwork-img.p6 {
  top: -300px;
  left: -300px;
}
.about .panel1 .artwork-img.p7 {
  display: none;
}
.about .panel1 .artwork-img.p8 {
  display: none;
}
.about .panel1 .artwork-img.p9 {
  display: none;
}
@media (max-width: 800px) {
  .about .panel1 .artwork-img.p1 {
    top: -275px;
    left: 15%;
    scale: 0.53;
    transform-origin: top left;
  }
  .about .panel1 .artwork-img.p2 {
    display: none;
  }
  .about .panel1 .artwork-img.p3 {
    display: none;
  }
  .about .panel1 .artwork-img.p4 {
    display: none;
  }
  .about .panel1 .artwork-img.p5 {
    top: -25px;
    right: 25px;
    scale: 0.3;
  }
  .about .panel1 .artwork-img.p6 {
    top: -25px;
    left: unset;
    right: -500px;
    scale: 0.8;
    transform-origin: top left;
  }
  .about .panel1 .artwork-img.p7 {
    display: block;
    top: -50px;
    right: 0px;
  }
  .about .panel1 .artwork-img.p8 {
    display: block;
    top: 125px;
    left: 0px;
  }
  .about .panel1 .artwork-img.p9 {
    display: block;
    bottom: -500px;
    right: -500px;
    scale: 0.8;
    transform-origin: top left;
  }
}
.about .panel2 {
  color: #1E1E1E;
  padding-top: 150px;
  padding-bottom: 450px;
}
@media (max-width: 800px) {
  .about .panel2 {
    padding-bottom: 350px;
  }
}
.about .panel2 .bg {
  background-color: #E3C219;
}
.about .panel2 .info {
  align-items: center;
}
.about .panel2 .info img {
  position: absolute;
  bottom: 150px;
}
.about .panel2 .info .title {
  width: 100%;
  text-align: left;
}
.about .panel2 .info .description {
  font-weight: 400;
}
.about .panel2 .info .description b {
  font-weight: 700;
}
@media (max-width: 1600px) {
  .about .panel2 .info .artwork-img.p4 {
    display: none;
  }
  .about .panel2 .info .artwork-img.p5 {
    display: none;
  }
}
@media (max-width: 800px) {
  .about .panel2 .info img {
    scale: 0.625;
    position: absolute;
    bottom: 140px;
  }
  .about .panel2 .info .artwork-img.p4 {
    display: block;
    bottom: 0;
    right: calc(5% + 100px);
    scale: 0.6;
    transform-origin: top left;
  }
  .about .panel2 .info .artwork-img.p5 {
    display: block;
    bottom: -260px;
    right: calc(5% - 200px);
    scale: 0.6;
    transform-origin: top left;
  }
}
.about .panel2 .artwork-img.p1 {
  top: -400px;
  right: 0;
}
.about .panel2 .artwork-img.p2 {
  top: 200px;
  left: 50px;
}
.about .panel2 .artwork-img.p3 {
  bottom: -200px;
  left: 0;
}
.about .panel2 .artwork-img.p4 {
  bottom: 330px;
  right: 275px;
}
.about .panel2 .artwork-img.p5 {
  bottom: 100px;
  right: 25px;
}
.about .panel2 .artwork-img.p6 {
  display: none;
}
@media (max-width: 1200px) {
  .about .panel2 .artwork-img.p2 {
    display: none;
  }
  .about .panel2 .artwork-img.p3 {
    display: none;
  }
}
@media (max-width: 800px) {
  .about .panel2 .artwork-img.p1 {
    display: none;
  }
  .about .panel2 .artwork-img.p2 {
    display: none;
  }
  .about .panel2 .artwork-img.p3 {
    display: none;
  }
  .about .panel2 .artwork-img.p6 {
    display: block;
    bottom: 250px;
    left: 0px;
    scale: 1;
  }
}
.about .panel3 {
  padding-top: 200px;
  padding-bottom: 100px;
}
.about .panel3 .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  width: 1090px;
  padding: 50px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(82, 57, 183, 0.3019607843);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  overflow: hidden;
  min-height: 560px;
}
.about .panel3 .item .title {
  display: block;
  font-weight: 600;
  font-size: 46px;
  line-height: 50px;
  color: #FFFFFF;
}
.about .panel3 .item .title.success {
  display: flex;
  position: absolute;
  height: calc(100% - 100px);
  align-items: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 50px;
}
.about .panel3 .item .description {
  display: block;
  font-weight: 300;
  font-size: 19px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  max-width: 250px;
}
.about .panel3 .item .fill {
  width: 100%;
  text-align: center;
}
.about .panel3 .item .error input, .about .panel3 .item .error textarea, .about .panel3 .item .error label {
  border-bottom: 1px solid rgba(255, 0, 0, 0.6);
}
.about .panel3 .item .permission {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
}
.about .panel3 .item .permission label {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 10px;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
  user-select: none;
}
.about .panel3 .item .permission label input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: none;
  outline: none;
  cursor: pointer;
}
.about .panel3 .item .errorlist {
  margin-top: 4px;
}
.about .panel3 .item input, .about .panel3 .item textarea {
  width: 70%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "Inter";
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  padding: 10px 0;
  color: #FFFFFF;
  resize: vertical;
}
.about .panel3 .item input::placeholder, .about .panel3 .item textarea::placeholder {
  color: #C9CAD8;
}
.about .panel3 .item button {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 48px;
  border-radius: 25vw;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  cursor: pointer;
}
.about .panel3 .item button.marked {
  color: #1E1E1E;
  background-color: #FFFFFF;
}
.about .panel3 .item button:hover {
  background-color: #E3C219;
  border-color: #E3C219;
  color: #1E1E1E;
}
.about .panel3 .item .errorlist {
  color: #ff0000;
}
@media (max-width: 800px) {
  .about .panel3 .item {
    gap: 25px;
    padding: 50px 20px;
  }
  .about .panel3 .item .title {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }
  .about .panel3 .item .description {
    font-size: 17px;
    line-height: 35px;
  }
  .about .panel3 .item .sent {
    font-size: 16px;
    line-height: 40px;
  }
  .about .panel3 .item input, .about .panel3 .item textarea {
    width: 100%;
    font-size: 16px;
    line-height: 27px;
  }
  .about .panel3 .item button {
    margin-top: 25px;
  }
}
.about .panel3 .item .grecaptcha-badge {
  bottom: 50px !important;
}
@media (max-width: 800px) {
  .about .panel3 {
    padding-top: 125px;
  }
}
.about .panel3 .artwork-img.p1 {
  top: 0;
  left: 250px;
}
.about .panel3 .artwork-img.p2 {
  top: 300px;
  left: 600px;
}
.about .panel3 .artwork-img.p3 {
  top: 125px;
  right: 100px;
}
.about .panel3 .artwork-img.p4 {
  bottom: 200px;
  left: 175px;
}
.about .panel3 .artwork-img.p5 {
  top: 0;
  right: 35%;
}
.about .panel3 .artwork-img.p6 {
  top: -250px;
  left: -250px;
}
.about .panel3 .artwork-img.p7 {
  bottom: -100px;
  right: -100px;
}
.about .panel3 .artwork-img.p8 {
  display: none;
}
.about .panel3 .artwork-img.glow-dark {
  width: 460px;
  height: 460px;
  background: radial-gradient(#04113d 25%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 800px) {
  .about .panel3 .artwork-img.p1 {
    display: none;
  }
  .about .panel3 .artwork-img.p2 {
    top: unset;
    bottom: 250px;
    left: unset;
    right: 50px;
  }
  .about .panel3 .artwork-img.p3 {
    top: 0;
    right: -300px;
    scale: 0.6;
    transform-origin: top left;
  }
  .about .panel3 .artwork-img.p4 {
    bottom: -100px;
    left: -100px;
    scale: 0.6;
    transform-origin: top left;
  }
  .about .panel3 .artwork-img.p5 {
    display: none;
  }
  .about .panel3 .artwork-img.p6 {
    top: -250px;
    left: unset;
    right: -550px;
    scale: 0.7;
    transform-origin: top left;
  }
  .about .panel3 .artwork-img.p7 {
    bottom: -100px;
    right: -100px;
    scale: 0.6;
    transform-origin: top left;
  }
  .about .panel3 .artwork-img.p8 {
    display: block;
    top: 25px;
    left: 0;
  }
}
.about .panel4 {
  color: #FFFFFF;
  padding-bottom: 50px;
}
@media (max-width: 800px) {
  .about .panel4 {
    padding-bottom: 150px;
  }
}
.about .panel4 .info {
  align-items: center;
}
.about .panel4 .info .title {
  font-weight: 600;
}
.about .panel4 .info .description {
  font-weight: 400;
  color: #BCBDCC;
}
.about .panel4 .info img {
  margin-top: 25px;
  max-height: 137px;
}
@media (max-width: 800px) {
  .about .panel4 .info {
    text-align: left;
  }
  .about .panel4 .info img {
    scale: 0.73;
    position: absolute;
    bottom: 0;
  }
  .about .panel4 .info .title {
    width: 100%;
  }
}
.about .panel4 .artwork-img.p1 {
  top: 50%;
  left: 150px;
}
.about .panel4 .artwork-img.p2 {
  bottom: 0;
  right: 50px;
}
.about .panel4 .artwork-img.p3 {
  top: 20%;
  right: 300px;
}
.about .panel4 .artwork-img.p4 {
  bottom: -400px;
  right: -250px;
}
.about .panel4 .artwork-img.p5 {
  bottom: -400px;
  left: -250px;
}
.about .panel4 .artwork-img.glow-dark {
  width: 850px;
  height: 850px;
  background: radial-gradient(#04113d 0, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .about .panel4 .artwork-img.p1 {
    left: 50px;
  }
  .about .panel4 .artwork-img.p3 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .about .panel4 .artwork-img.p1 {
    display: none;
  }
  .about .panel4 .artwork-img.p3 {
    display: none;
  }
}
@media (max-width: 800px) {
  .about .panel4 .artwork-img.p1 {
    display: none;
  }
  .about .panel4 .artwork-img.p2 {
    display: none;
  }
  .about .panel4 .artwork-img.p3 {
    display: none;
  }
  .about .panel4 .artwork-img.p4 {
    bottom: unset;
    top: -250px;
    right: unset;
    left: -250px;
    scale: 0.6;
    transform-origin: top left;
  }
  .about .panel4 .artwork-img.p5 {
    display: none;
  }
}

.blogs .panel {
  justify-content: space-around;
  padding-bottom: 50px;
}
.blogs .panel .info {
  width: 780px;
  gap: 30px;
}
.blogs .panel .info .title {
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
}
.blogs .panel .info .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.blogs .panel .info .description b {
  font-weight: 600;
}
@media (max-width: 800px) {
  .blogs .panel {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .blogs .panel .info .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
  }
  .blogs .panel .info .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
  }
}
.blogs .panel1 .info .title {
  color: #FFFFFF;
}
.blogs .panel1 .info .description {
  color: #C9CAD8;
}
.blogs .panel2 {
  justify-content: space-around;
  align-items: center;
  gap: 75px;
}
.blogs .panel2 .item {
  display: flex;
  flex-direction: column;
  width: 400px;
  overflow: hidden;
  gap: 10px;
}
.blogs .panel2 .item img {
  width: 400px;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
}
.blogs .panel2 .item .pcontent {
  padding: 0 14px;
}
.blogs .panel2 .item .pcontent .ptitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}
.blogs .panel2 .item .pcontent .ptitle a {
  text-decoration: none;
}
.blogs .panel2 .item .pcontent .pfooter {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  padding-top: 10px;
}
.blogs .panel2 .item .pcontent .pfooter a {
  text-decoration: none;
}
@media (max-width: 800px) {
  .blogs .panel2 {
    gap: 50px;
  }
  .blogs .panel2 .item {
    width: 360px;
  }
  .blogs .panel2 .item img {
    width: 100%;
    height: 220px;
  }
  .blogs .panel2 .item .pcontent {
    padding: 0 10px;
  }
  .blogs .panel2 .item .pcontent .ptitle {
    font-size: 19px;
    line-height: 22px;
  }
  .blogs .panel2 .item .pcontent .pfooter {
    font-size: 16px;
    line-height: 22px;
  }
}
.blogs .panel3 {
  min-height: calc(100vh - 805px);
}
.blogs .panel3 .pagination, .blogs .panel3 .paginator {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  gap: 25px;
}
.blogs .panel3 .pagination a, .blogs .panel3 .paginator a {
  text-decoration: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 5px;
  text-align: center;
}
.blogs .panel3 .pagination a.active, .blogs .panel3 .paginator a.active {
  background-color: #E3C219;
  color: #1E1E1E;
  border-radius: 25vw;
}
.blogs .panel3 .pagination .next, .blogs .panel3 .pagination .prev, .blogs .panel3 .paginator .next, .blogs .panel3 .paginator .prev {
  padding: 0 15px;
}
.blogs .panel3 .artwork-img.p8 {
  bottom: 250px;
  right: 0px;
}
.blogs .panel3 .artwork-img.p9 {
  bottom: 0px;
  right: 50px;
}
.blogs .panel3 .artwork-img.p10 {
  top: 0px;
  left: 200px;
}
.blogs .panel3 .glow.p4 {
  bottom: -500px;
  right: -150px;
  scale: 0.7;
}
.blogs .panel3 .glow-dark.p5 {
  bottom: -500px;
  left: -300px;
  scale: 0.7;
}
.blogs .panel3 .glow-dark.p6 {
  bottom: -400px;
  right: -350px;
  scale: 0.7;
}
@media (max-width: 1200px) {
  .blogs .panel3 .artwork-img.p10 {
    display: none;
  }
}
@media (max-width: 800px) {
  .blogs .panel3 .artwork-img.p8 {
    display: none;
  }
  .blogs .panel3 .artwork-img.p9 {
    display: none;
  }
  .blogs .panel3 .artwork-img.p10 {
    display: none;
  }
  .blogs .panel3 .glow.p4 {
    display: none;
  }
  .blogs .panel3 .glow-dark.p5 {
    display: none;
  }
  .blogs .panel3 .glow-dark.p6 {
    display: none;
  }
}
.blogs .artwork-img {
  position: absolute;
}
.blogs .artwork-img.p1 {
  top: 75px;
  left: 25px;
}
.blogs .artwork-img.p2 {
  top: 250px;
  right: 0px;
}
.blogs .artwork-img.p3 {
  top: 1750px;
  right: 50px;
}
.blogs .artwork-img.p4 {
  top: 750px;
  left: 0px;
}
.blogs .artwork-img.p5 {
  top: 1050px;
  right: 0px;
}
.blogs .artwork-img.p6 {
  top: 2000px;
  left: 25px;
}
.blogs .artwork-img.p7 {
  top: 1350px;
  left: 50px;
}
@media (max-width: 800px) {
  .blogs .artwork-img.p1 {
    display: none;
  }
  .blogs .artwork-img.p2 {
    display: none;
  }
  .blogs .artwork-img.p3 {
    display: none;
  }
  .blogs .artwork-img.p4 {
    display: none;
  }
  .blogs .artwork-img.p5 {
    display: none;
  }
  .blogs .artwork-img.p6 {
    display: none;
  }
  .blogs .artwork-img.p7 {
    display: none;
  }
}
.blogs .glow.p1 {
  top: -250px;
  left: -350px;
}
.blogs .glow.p2 {
  top: 500px;
  right: -350px;
}
.blogs .glow.p3 {
  top: 1100px;
  left: -350px;
}
@media (max-width: 800px) {
  .blogs .glow.p1 {
    display: none;
  }
  .blogs .glow.p2 {
    display: none;
  }
  .blogs .glow.p3 {
    display: none;
  }
}
.blogs .glow {
  position: absolute;
  width: 850px;
  height: 850px;
  background: radial-gradient(rgba(97, 11, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}
.blogs .glow-dark {
  position: absolute;
  width: 850px;
  height: 850px;
  background: radial-gradient(#04113d 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}

.article .panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 100px 0;
}
.article .panel .info {
  width: 776px;
  color: #FFFFFF;
}
.article .panel .info .title, .article .panel .info h1 {
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
}
.article .panel .info .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #C9CAD8;
  min-height: 550px;
}
.article .panel .info .description b {
  font-weight: 600;
}
.article .panel .info .description i {
  font-style: italic;
}
.article .panel .info .description h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
}
.article .panel .info .description h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}
.article .panel .info img {
  width: 774px;
  height: 267px;
  border-radius: 25px;
  object-fit: cover;
  object-position: center;
}
.article .panel .info figure figcaption {
  font-size: 0.8em;
  font-weight: 200;
}
.article .panel .info .headimg {
  position: relative;
}
.article .panel .info .headimg .headimg-overlay {
  position: absolute;
  width: 774px;
  height: 267px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 25px;
}
.article .panel .info .headimg .headimg-overlay .button {
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: url("./img/article/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: solid 1px rgba(24, 32, 102, 0.3333333333);
  cursor: pointer;
}
.article .panel.policy .info .description {
  min-height: initial;
}
.article .panel.policy .info .description ul, .article .panel.policy .info .description ol {
  list-style: revert;
}
.article .panel.policy .info .description ul, .article .panel.policy .info .description ol, .article .panel.policy .info .description li {
  padding: revert;
}
@media (max-width: 1200px) {
  .article .panel .info {
    width: 676px;
  }
  .article .panel .info img {
    width: 674px;
    height: 227px;
  }
}
@media (max-width: 800px) {
  .article .panel {
    padding: 50px 0 0 0;
  }
  .article .panel .info {
    width: 95%;
  }
  .article .panel .info .title {
    font-size: 26px;
    line-height: 32px;
  }
  .article .panel .info .description {
    font-size: 16px;
    line-height: 23px;
  }
  .article .panel .info img {
    width: 100%;
    height: unset;
  }
}
.article .panel .artwork-img {
  position: absolute;
}
.article .panel .artwork-img.p1 {
  top: 150px;
  left: 100px;
}
.article .panel .artwork-img.p2 {
  top: 450px;
  left: 300px;
}
.article .panel .artwork-img.p3 {
  top: 650px;
  left: 50px;
}
.article .panel .artwork-img.p4 {
  bottom: 0;
  left: 300px;
}
.article .panel .artwork-img.p5 {
  top: 150px;
  right: 350px;
}
.article .panel .artwork-img.p6 {
  top: 250px;
  right: 50px;
}
.article .panel .artwork-img.p7 {
  top: 300px;
  right: 50px;
}
.article .panel .artwork-img.p8 {
  bottom: 0;
  right: 50px;
}
@media (max-width: 1600px) {
  .article .panel .artwork-img.p2 {
    display: none;
  }
  .article .panel .artwork-img.p5 {
    display: none;
  }
  .article .panel .artwork-img.p7 {
    right: -50px;
  }
}
@media (max-width: 1400px) {
  .article .panel .artwork-img.p1 {
    left: 50px;
  }
  .article .panel .artwork-img.p3 {
    left: -50px;
  }
  .article .panel .artwork-img.p7 {
    right: -150px;
  }
}
@media (max-width: 1200px) {
  .article .panel .artwork-img.p1 {
    display: none;
  }
  .article .panel .artwork-img.p3 {
    display: none;
  }
  .article .panel .artwork-img.p7 {
    display: none;
  }
}
@media (max-width: 800px) {
  .article .panel .artwork-img.p1 {
    display: none;
  }
  .article .panel .artwork-img.p2 {
    display: none;
  }
  .article .panel .artwork-img.p3 {
    display: none;
  }
  .article .panel .artwork-img.p4 {
    display: none;
  }
  .article .panel .artwork-img.p5 {
    display: none;
  }
  .article .panel .artwork-img.p6 {
    display: none;
  }
  .article .panel .artwork-img.p7 {
    display: none;
  }
  .article .panel .artwork-img.p8 {
    display: none;
  }
}
.article .panel .glow.p1, .article .panel .glow-dark.p1 {
  top: -300px;
  left: -300px;
}
.article .panel .glow.p2, .article .panel .glow-dark.p2 {
  bottom: -300px;
  right: -300px;
}
.article .panel .glow.p3, .article .panel .glow-dark.p3 {
  bottom: -300px;
  left: -300px;
}
.article .panel .glow.p4, .article .panel .glow-dark.p4 {
  display: none;
}
@media (max-width: 800px) {
  .article .panel .glow.p1, .article .panel .glow-dark.p1 {
    scale: 0.7;
    top: -300px;
    left: unset;
    right: -400px;
  }
  .article .panel .glow.p2, .article .panel .glow-dark.p2 {
    scale: 0.7;
    bottom: 20%;
    right: -400px;
  }
  .article .panel .glow.p3, .article .panel .glow-dark.p3 {
    display: none;
  }
  .article .panel .glow.p4, .article .panel .glow-dark.p4 {
    scale: 0.7;
    bottom: -400px;
    left: -400px;
    display: block;
  }
}
.article .panel .glow {
  position: absolute;
  width: 850px;
  height: 850px;
  background: radial-gradient(rgba(97, 11, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}
.article .panel .glow-dark {
  position: absolute;
  width: 850px;
  height: 850px;
  background: radial-gradient(#04113d 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6666666667);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(5px);
}
.overlay .icon {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.overlay .icon-arrow-l {
  background-image: url(img/article/arrow-l.svg);
}
.overlay .icon-arrow-r {
  background-image: url(img/article/arrow-r.svg);
}
.overlay .icon-close {
  background-image: url(img/article/close.svg);
}
.overlay .slide {
  width: 150px;
  height: 100%;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  user-select: none;
}
.overlay .slide:hover {
  color: rgba(255, 255, 255, 0.6666666667);
}
.overlay .btn-exit {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  user-select: none;
  padding-left: 25px;
  padding-bottom: 25px;
}
.overlay .btn-exit:hover {
  color: rgba(255, 255, 255, 0.6666666667);
}
.overlay .container {
  position: relative;
  height: 100%;
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
}
.overlay .container figure {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.overlay .container figure figcaption {
  margin-top: -50px;
  height: 50px;
  width: 100%;
  padding: 10px 25px;
  box-sizing: border-box;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.6666666667);
  align-content: center;
  backdrop-filter: blur(5px);
}
.overlay .container figure.active {
  visibility: visible;
}
.overlay .container img {
  max-width: 90%;
  max-height: 90%;
}
.overlay .container .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
}
