body {
    margin: 0;
    vertical-align: baseline;
    height: 100%;
    overflow-x: hidden;
    background: rgb(245 226 248);
    width: 100vw;
}
a {
    text-decoration: none;
}
@font-face {
    font-family: "HYWenHei";
    src: url('fonts/ja-jp.ttf');
}
@font-face {
    font-family: "Work Sans";
    src: url('fonts/WorkSans-Medium.ttf');
}
@font-face {
    font-family: "WorkSans Bold";
    src: url('fonts/WorkSans-Bold.ttf');
}
@font-face {
    font-family: "Montserrat Bold";
    src: url('fonts/Montserrat-Bold.ttf');
}
@font-face {
    font-family: "Righteous";
    src: url('fonts/Righteous-Regular.ttf');
}
@font-face {
    font-family: "Quicksand";
    src: url('fonts/Quicksand_Bold.otf');
}
@font-face {
    font-family: "Fido";
    src: url('fonts/Fido.ttf');
}
::-webkit-scrollbar {
    width: 0.5vw;
    height: 0.8vh;
    opacity: 50%;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
    background: rgb(171 130 207);
    border-radius: 1vw;
    height: 5vh;
}
::-webkit-scrollbar-thumb:hover {
    background: rgb(212 161 231);
    transition-duration: 0.3s;
}
.guides_guide {
    width: 60vw;
    position: relative;
    margin-left: 20vw;
    padding: 1vw 0 15vh;
    color: rgb(171 130 207);
    text-align: justify;
}
.guides_guide p {
    font-family: "Work Sans";
    font-size: 2.35vh;
    line-height: 3.4vh;
}
.guides_guide li p {
    font-family: "Work Sans";
    font-size: 2.35vh;
    line-height: 3.4vh;
}
.guides_guide li {
    font-family: "Work Sans";
    font-size: 2.35vh;
    list-style-type: disc;
    line-height: 3.4vh;
}
.guides_guide li ul li {
    list-style-type: square;
}
.guides_guide li li li {
    list-style-type: circle;
}
.guides_guide h2 {
    font-family: "WorkSans Bold";
    font-size: 4vh;
}
.guides_guide h3 {
    font-family: "WorkSans Bold";
    font-size: 2.5vh;
}
.guides_guide h4 {
    font-family: "Work Sans";
    font-size: 2.3vh;
}
.guides_guide h5 {
    font-family: "Work Sans";
    font-size: 2.1vh;
}
.guides_guide table {
    font-family: "Montserrat Bold";
    font-size: 1.9vh;
    color: #606060;
    border: white solid 0.2vh;
    border-collapse: collapse;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -0%);
}
.guides_guide td, th {
    padding: 1vh 2vh;
}
.guides_content {
    display: flex;
}
.guides_guide img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vh;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
}
.guides_guide a {
    color: #3e8dd2;
}
.guides_guide a:hover {
    color: #2468a6;
}
.guides_header {
    width: 100vw;
    text-align: center;
    height: 18vh;
}
.guide_name {
    font-family: Fido;
    font-size: 12vh;
    margin-top: 8vh;
    margin-bottom: 0;
    position: relative;
    top: -2vh;
    color: rgb(171 130 207);
}
.guide_author {
    font-family: "Work Sans";
    position: relative;
    top: -1vh;
    font-size: 2.4vh;
    color: #242E7Dff;
}
.guide_update_date {
    font-family: "Work Sans";
    position: relative;
    top: 0;
    font-size: 2.2vh;
    color: #242E7Dff;
}
.varesa_img {
    position: absolute;
    right: 28vw;
    top: 1vh;

}
.varesa_img img {
    position: absolute;
    width: 35vw;
}
#introduction {
    font-family: Fido;
    letter-spacing: 0.2vw;
    background: rgb(228 205 237);
    width: 50vw;
    margin-left: -50vw;
    padding: 0.5vh 1vw 0.2vh 1vw;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-top-width: 10px;
    position: relative;
    left: 15vw;
    text-align: right;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}
#gameplay {
    font-family: Fido;
    letter-spacing: 0.2vw;
    background: rgb(228 205 237);
    width: 50vw;
    margin-left: 40vw;
    padding: 0.5vh 1vw 0.2vh 1vw;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-top-width: 10px;
    left: -15vw;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;

}
.priority img {
    position: relative;
    height: 15vh;
    margin: 0;
    filter: drop-shadow(0 0 0.5vh rgba(0, 0, 0, 0.67));
}
.priority div div {
    box-shadow: inset 0 0 1vw 0.1vw rgb(250, 250, 250);
    border-radius: 400px;
    padding: 2vw;
    width: fit-content;
    height: fit-content;
}
.priority_div {
    background-color: rgb(171 130 207);
    text-align: center;
    position: relative;
    width: 100vw;
    left: -20vw;
    justify-content: center;
    padding-top: 4vh;
    background-repeat: repeat;
    box-shadow: inset 0 0 1vh rgb(92, 41, 138);
    filter: drop-shadow(0 0 0.5vh rgba(0, 0, 0, 0.67));
    text-shadow: 0 0 0.5vh rgba(0, 0, 0, 0.5);
}
.priority {
    margin: 5vh 0 3vh;
    padding: 3vh 0;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100vw;
    filter: brightness(125%);
}
.priority p {
    display: block;
    position: relative;
    text-align: center;
    font-size: 3vh;
    color: #ffffff;
    text-shadow: 0 0 0.8vh rgba(0, 0, 0, 0.67);
    z-index: 1;
}
.priority_div h3 {
    font-size: 5vh;
}
.priority_h3 {
    color: #ffffff;
    text-align: center;
    display: block;
    text-shadow: 0 0 0.8vh rgba(0, 0, 0, 0.67);
}
.graffiti_1 {
    position: absolute;
    display: none;
    left: -5vw;
    top: 150vh;
    opacity: 50%;
}
.graffiti_2 {
    position: absolute;
    right: 0;
    top: 230vh;
    opacity: 50%;
}
.graffiti_5 {
    position: absolute;
    left: -5vw;
    top: 450vh;
    opacity: 40%;
}
.graffiti_6 {
    position: absolute;
    right: 0;
    top: 490vh;
    opacity: 40%;
}
.graffiti_3 {
    position: absolute;
    left: -10vw;
    top: 690vh;
    opacity: 40%;
    rotate: 130deg;
}
.graffiti_7 {
    position: absolute;
    right: 0;
    top: 780vh;
    opacity: 40%;
}
.graffiti_45 img {
    position: absolute;
    width: 35vw;
    filter: drop-shadow(0 0 1vh rgba(131, 92, 34, 0.71));
    opacity: 50%;
}
.varesa_graffiti_img {
    position: absolute;
    left: -10vw;
    top: 530vh;
    rotate: -35deg;
    opacity: 20%;
}
.varesa_graffiti_img img {
    position: absolute;
    width: 65vw;
}
.skill_gif {
    width: 50vw;
    margin-bottom: 4vh;
    margin-top: 5vh;
    border-width: 2vh;
}
.bullet_table {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    padding: 0;
}
.bullet_table img {
    width: 3vw;
    rotate: 45deg;
    margin: 1vh 0;
}
.bullet_table_table {
    background: rgb(97, 8, 34);
    border-radius: 20px;
}
.bullet_table_table th {
    border-bottom: solid 3px rgb(245 226 248);
    border-right: solid transparent;
    color: rgb(245 226 248);
}
.bullet_table_table td {
    border-top: solid transparent;
    color: rgb(245 226 248);
    border-left: solid 3px rgb(245 226 248);
}
.bullet_table_table tr {
    padding: 1vh 2vw;
    border: solid transparent;
}
.bullet_table_table p {
    font-size: 4vh;
    margin-top: 1vh;
    margin-bottom: 1vh;
    color: rgb(245 226 248);
}
.bullet_elements {
    display: flex;
    justify-content: center;
    border: #600822;
    border-left: none !important;
}
.bullet_elements img {
    width: 3vw;
}
.artifact-sets_p {
    text-align: center;
    font-size: 4vh;
    margin-top: 5vh;
}
.artifacts {
    margin-top: 6vh;
    color: rgb(171 130 207);;
    border-radius: 20px;
    border: solid 3px red;
    background: transparent;
}
.artifacts tr {
    color: rgb(171 130 207);;
    border: solid transparent;
}
.artifacts th {
    color: rgb(171 130 207);;
    border: solid transparent;
    border-bottom: solid rgb(171 130 207);;
    border-right: solid rgb(171 130 207);;
}
.last_row td {
    border-bottom: none !important;
}
.last_col {
    border-right: none !important;
}
.artifacts td {
    border-radius: 20px;
    border: solid transparent;
    border-bottom: solid rgb(171 130 207);;
    border-right: solid rgb(171 130 207);;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    text-align: center;
}
.artifacts td div {
    width: 30vw;
    height: 15vh;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    vertical-align: inherit;
}
.artifacts td div div {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 15vw;
}
.artifacts td div div p {
    font-family: "Montserrat Bold";
    font-size: 1.9vh;
}
.artifacts img {
    height: 15vh;
    color: rgb(171 130 207);;
    z-index: 1;
    filter: drop-shadow(0 0 0.3vh rgba(19, 19, 19, 0.8));
    margin-top: 0;
}
.artifacts_last_td_img_div {
    box-sizing: inherit;
    width: 40vw;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.artifacts_last_td_img_div img {
    right: 10vw;
}
#teammates {
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-left: 0;
    font-family: Fido;
    letter-spacing: 0.2vw;
    text-align: center;
    font-size: 5vh;
    width: 60vw;
    padding: 2vh 1vw;
    border-top-width: 10px;
}
#builds {
    font-family: Fido;
    letter-spacing: 0.2vw;
    text-align: center;
    font-size: 5vh;
    padding: 0.5vh 1vw 0.2vh 1vw;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-top-width: 10px;
}
.artifact-stats_div {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    text-align: center;
}
#artifact-stats {
    margin-bottom: 5vh;
    margin-top: 8vh;
    font-size: 4vh;
    text-align: center;
    text-shadow: 0 0 0.5vh rgba(0, 0, 0, 0.67);
}
.artifact-stats_div div {
    text-align: center;
    z-index: 3;
    filter: drop-shadow(0 0 0.5vh rgba(0, 0, 0, 0.51));
    text-shadow: 0 0 0.5vh rgba(0, 0, 0, 0.67);
}
.img_substats_mobile {
    display: none;
}
.artifact_substats img {
    display: none;
}
.artifact_substats {
    margin-top: 8vh;
    width: 100vw;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 3;
}
.artifact_substats div {
    text-align: center;
    width: 10vw;
    filter: drop-shadow(0 0 0.5vh rgba(2, 2, 2, 0.67));
}
.artifact_substats p {
    position: relative;
}
.artifact_arrow {
    top: -1vh;
    font-size: 5vh;
}
.stat_icon {
    width: 4vw;
}
.artifact_stats_main_div {
    display: block;
    padding-top: 2vh;
    padding-bottom: 4vh;
    margin-top: 10vh;
    position: relative;
    width: 100vw;
    text-align: center;
    justify-content: center;
    left: -20vw;
    color: white;
    background-color: rgb(171 130 207);
    box-shadow: inset 0 0 1vh rgb(92, 41, 138);
    z-index: 3;
}
.container-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../img/Eff_UI_NatlanTourDetailFirstStartDialog_Spine04_2.png');
    opacity: 0.55;
    filter: drop-shadow(0 0 0.5vh rgba(67, 136, 236, 0));
    z-index: -1;
}
.p_stats_desc {
    position: relative;
    display: block;
    width: 60vw;
    right: -20vw;
    text-align: justify;
    filter: drop-shadow(0 0 0.5vh rgba(0, 0, 0, 0.67));
}
.teammates_pyro {
    width: 100vw;
    display: block;
    position: relative;
    left: -20vw;
    justify-content: center;
    color: #aa503d;
}
.teammates_pyro_individual {
    position: relative;
    justify-content: center;
    color: #aa503d;
}
.teammates_div_container {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    text-align: center;
    left: 15vw;
    margin-bottom: 10vh;
}
.teammates_div {
    flex-wrap: wrap;
    display: flex;
    width: 35vw;
    position: relative;
    height: 20vh;
}
.teammates_div img {
    height: 10vw;
    background-size: cover;
    border-radius: 5vh;
    background-position: 80%;
}
.teammates_pyro img {
    filter: drop-shadow(0.5vh 0.5vh 1vh rgb(250, 129, 117));
}
.teammates_pyro_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh rgb(250, 129, 117));
}
.teammates_p {
    width: 20vw;
    position: relative;
    height: 100%;
}
.teammates_p h3 {
    font-size: 4vh;
    margin-bottom: 0.5vh;
    margin-top: 4vh;
}
.teammates_p p {
    margin-top: 0.5vh;
}
.fire_bug {
    position: absolute;
    opacity: 1;
    right: 10vh;
    top: -20vh;
    height: 40vh;
}
.hydro_slime {
    position: absolute;
    opacity: 1;
    top: 0;
    left: -20vh;
    height: 40vh;
}
.teammates_initial_p {
    background-position: bottom;
    background-size: cover;
    text-align: center;
}
.teammates_p {
    background-position: bottom;
    background-size: cover;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.pyro_p {
    background-position: bottom;
    background-size: cover;
    color: #aa503d;
    text-align: center;
}
.hydro_p {
    background-position: bottom;
    background-size: cover;
    color: #2468a6;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}
.teammates_hydro {
    width: 100vw;
    display: block;
    position: relative;
    left: -20vw;
    justify-content: center;
    color: #2468a6;
}
.teammates_hydro_individual {
    position: relative;
    justify-content: center;
    color: #2468a6;
}
.teammates_hydro img {
    filter: drop-shadow(0.5vh 0.5vh 1vh rgb(36, 103, 165));
}
.teammates_hydro_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh rgb(36, 103, 165));
}
.electro_p {
    background-position: bottom;
    background-size: cover;
    color: #6f45ac;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
}
.teammates_electro {
    width: 100vw;
    display: block;
    position: relative;
    left: -20vw;
    justify-content: center;
    color: #6f45ac;
}
.teammates_electro_individual {
    position: relative;
    justify-content: center;
    color: #6f45ac;
}
.teammates_electro img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #6f45ac);
}
.teammates_electro_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #6f45ac);
}
.electro_fish {
    position: absolute;
    opacity: 1;
    top: -30vh;
    right: 0;
    height: 40vh;
}
.cryo_p {
    background-position: bottom;
    background-size: cover;
    color: #2e81a9;
    text-align: left;
    margin-top: 23vh;
    margin-bottom: -15vh;
}
.teammates_cryo {
    width: 100vw;
    display: block;
    position: relative;
    left: -20vw;
    justify-content: center;
    color: #2e81a9;
}
.teammates_cryo_individual {
    position: relative;
    justify-content: center;
    color: #2e81a9;
}
.teammates_cryo img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #2e81a9);
}
.teammates_cryo_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #2e81a9);
}
.cryo_hyp {
    position: absolute;
    opacity: 1;
    top: 10vh;
    left: -10vh;
    height: 40vh;
}
.geo_p {
    background-position: bottom;
    background-size: cover;
    color: #916131;
    margin-top: 23vh;
    margin-bottom: -5vh;
}
.teammates_geo {
    width: 100vw;
    display: block;
    position: relative;
    left: -20vw;
    justify-content: center;
    color: #916131;
}
.teammates_geo_individual {
    position: relative;
    justify-content: center;
    color: #916131;
    top: 8vh;
}
.teammates_geo img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #916131);
}
.teammates_geo_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #916131);
}
.teammates_dendro {
    width: 100vw;
    display: block;
    position: relative;
    left: -20vw;
    justify-content: center;
    color: #0f580c;
}
.teammates_dendro_individual {
    position: relative;
    justify-content: center;
    color: #0f580c;
}
.teammates_dendro img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #0f580c);
}
.teammates_dendro_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #0f580c);
}
.geoshroom {
    position: absolute;
    opacity: 1;
    top: 10vh;
    right: 5vh;
    height: 40vh;
}
.teammates_anemo {
    width: 100vw;
    display: block;
    position: relative;
    left: -20vw;
    justify-content: center;
    color: #46d6ab;
}
.teammates_anemo_individual {
    position: relative;
    justify-content: center;
    color: #46d6ab;
}
.anemo_p {
    background-position: bottom;
    background-size: cover;
    color: #46d6ab;
    text-align: left;
    margin-top: 23vh;
    margin-bottom: -15vh;
}
.teammates_anemo img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #46d6ab);
}
.teammates_anemo_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #46d6ab);
}

.p_1 {
    width: 51vw
}
.teammates_div_top {
    bottom: 15vh;
}
.teammates_div_bottom {
    top: 15vh;
}
.m-0 {
    margin-top: 0;
}
.prior_p {
    top: 4vh;
    font-size: 5vh;
    padding-top: 3vh;
}
.const {
    margin-top: 6vh;
    color: rgb(245 226 248);
    background: rgb(171 130 207);;
    width: 100vw;
    box-shadow: 40vw 0 0 rgb(171 130 207), -40vw 0 0 rgb(171 130 207);
}
.const tr {
    color: rgb(245 226 248);
    border: solid transparent;
    width: 100vw;
}
.const th {
    color: rgb(245 226 248);
    border: solid transparent;
    border-bottom: solid rgb(245 226 248);
    border-right: solid rgb(245 226 248);
    text-align: center;
}
.const td {
    border-right: solid rgb(245 226 248);
    border-radius: 20px;
    padding: 0 1vw 1vh;
    align-items: center;
    text-align: center;
    width: max-content;
}
.const td div {
    width: 20vw;
    height: 17vh;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    vertical-align: inherit;
}
.const_img_div {
    width: auto;
    box-shadow: inset 0 0 0.7vw white;
    border-radius: 550vh;
    padding: 5%;
    margin: 1vw;
}
.const td div div {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 5vw;
}
.const td div div p {
    font-family: "Montserrat Bold";
    font-size: 1.9vh;
}
.const img {
    height: 13vh;
    color: rgb(171 130 207);
    z-index: 1;
    filter: drop-shadow(0 0 0.4vh rgb(19, 19, 19));
    margin-top: 0 !important;
    border-radius: 50%;
    filter: brightness(125%);
}
.const_per_sp {
    width: 8vw;
    display: block;
}
.graffiti_8 img {
    position: absolute;
    opacity: 0.7;
    top: 30vh;
    right: -20vw;
    height: 15vw;
    z-index: 1;
}
.graffiti_9 img {
    position: absolute;
    top: 55vh;
    left: -25vw;
    rotate: -20deg;
    height: 20vw;
    z-index: 1;
    opacity: 0.7;
}
.artifacts_last_td_img_div_first {
    position: absolute;
    left: -1vw
}
.artifacts_last_td_img_div_last {
    position: relative;
    right: -4vw;
}
.teammates_h3_m0 {
    margin-top: 0;
}
.skill_3_table_td1{
    width: 20%;
}
.skill_3_table_td1{
    width: 80%;
}
.teammates_div_3{
    top: 9vh;!important;
    position: relative;
}
.dropbtn_lang {
    background-color: #aa81cd;
    color: white;
    border: none;
    border-top-right-radius: 10vw;
    border-bottom-right-radius: 10vw;
    cursor: pointer;
    text-align: right;
    width: 3vw;
    transition: 0.3s;
    vertical-align: center;
    height: 5vh;
}
.dropbtn_lang svg{
    width: 2vw;
    height: 4vh;
    pointer-events: none;
}

/* Dropdown button on hover & focus */
.dropbtn_lang:hover, .dropbtn_lang:focus {
    background-color: rgba(170, 129, 205, 0.81);
    cursor: pointer;
}
.dropbtn_lang:focus{
    width: 13vw;
}

/* The container <div> - needed to position the dropdown content */
.dropdown_lang {
    position: absolute;
    display: block;
    top: 10%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 10vw;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: 0.3s;
}

/* Links inside the dropdown */
.dropdown-content button {
    color: black;
    font-size: 2vh;
    padding: 1.2vh 0 1.2vh 0;
    text-decoration: none;
    display: block;
    font-family: "Work Sans";
    width: 10vw;
    border: none;
    background: white;

}

/* Change color of dropdown links on hover */
.dropdown-content button:hover {
    background-color: rgba(170, 129, 205, 0.81);
    cursor: pointer;
;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display:block;
}