@charset "UTF-8";
/* CSS Document */


.typ_blc {
    color: #FFF;
}

@media only screen and (min-width: 751px) {
article, aside, details, figcaption, figure, footer, header, hgroup, main, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
}
body {
    margin: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *::after, *::before {
    box-sizing: border-box;
}
body {
 --color-text: #000;
 --color-bg: #fff;
 --color-link: #fff;
 --color-link-hover: #f20c40;
 --color-bg-item1: #fff;
 --color-bg-item2: #fff;
 --color-bg-item3: #fff;
 --color-bg-item4: #fff;
 --color-bg-item5: #fff;
 --color-item-alt: #fff;
 --color-quote: #555;
 --color-info: #555555;
 --color-title: #555;
 --color-tagline: #555;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Page Loader */

.js .loading::before {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg);
}
.js .loading::after {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.4;
    background: var(--color-link);
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}
 @keyframes loaderAnim {
 to {
 opacity: 1;
 transform: scale3d(0.5, 0.5, 1);
}
}
button:focus, a:focus {
    outline: none;
}
.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}
/* Icons */

.icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
}
main {
    position: relative;
    width: 100%;
}
.frame {
    position: relative;
    z-index: 199;
}
.content {
    text-align: center;
    position: relative;
    z-index: 100;
}
.background {
    perspective: 1000px;
}
.background, .background__copy {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 0%;
    background-size: cover;
    z-index: 1;
}
.background__copy {
    opacity: 0.3;
}
/* Header */

.codrops-header {
    position: relative;
    z-index: 100;
}
.codrops-header__title {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    margin: 0 1rem;
}
.info {
    display: block;
    grid-area: info;
    margin: 1rem 0;
    justify-self: end;
    text-align: center;
}
.github {
    display: block;
    margin: 1rem 0 0 0;
}
/* Top Navigation Style */

.codrops-links {
    position: relative;
}
.codrops-icon {
    display: inline-block;
    padding: 0.25em;
}
.content__title {
    z-index: 199;
}
.content__tagline {
    color: #555;
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.125rem;
    word-spacing: 0.25rem;
    text-transform: uppercase;
    text-align: center;
    z-index: 199;
}
.action {
    background: none;
    border: 0;
    color: #555;
    cursor: pointer;
    padding: 0;
}
.action--menu {
    pointer-events: auto;
    position: relative;
    color: #000;
    z-index: 1000;
}
.menu--open .action--menu {
    pointer-events: none;
}
.action--close {
    position: absolute;
    top: 1.5rem;
    right: 1.75rem;
    z-index: 1000;
    opacity: 0;
    padding: 0 0.5rem;
    padding: 0;
    border: none;
    background: none;
    font-family: 'Noto Sans JP', sans-serif;
}
.icon--menu {
    width: 2rem;
}
#icon--close {
    width: 3vw;
    height: 3vw;
    border: 1px solid #000;
}
.moins symbol {
    margin: 2vw;
}
.menu {
    text-align: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
 display: grid | inline-grid;
    grid-template-columns: 20% 80%;
    grid-template-areas: "item1" "item2";
}
.menu--open {
    pointer-events: auto;
}
.menu__item {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 200vh;
}
.menu__item-inner {
    overflow: hidden;
    transform: translate3d(100%, 0, 0);
    height: 200vh;
    width: 100%;
    position: relative;
}
.menu__item--1 .menu__item-inner {
    background: var(--color-bg-item3);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 2vw;
    line-height: 3.5vw;
    border: 1px solid #000;
    height: 100vh;
}
.mainmenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.menu__item--2 .menu__item-inner {
    background: var(--color-bg-item2);
    color: #FFF;
    font-family: 'savateregular';
    font-size: 3vw;
    line-height: 6vw;
    text-align: left;
    height: 100vh;
}
.menu__item--2 h1 {
    margin-left: 3.5vw;
}
.menu__item--3 .menu__item-inner {
    padding: 0;
    margin: 0;
    text-align: left;
    background: var(--color-bg-item1);
    font-family: 'savateregular';
    line-height: 8vw;
    font-size: 3vw;
}
.menu__item--4 .menu__item-inner {
    background: var(--color-bg-item4);
}
.menu__item--5 .menu__item-inner {
    background: var(--color-bg-item5);
}
.menu__item--4, .menu__item--5 {
    display: none;
}
.label {
    display: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 1.2vw;
    line-height: 1.5vw;
}
.mainmenu__item {
    opacity: 0;
}
.mainmenu__item, .sidemenu__item {
    position: relative;
    overflow: hidden;
    transition: color 0.1s;
    margin: 0.25rem 0;
    display: block;
}
.sidemenu__item-inner {
    display: block;
    transform: translate3d(0, 100%, 0);
}
.menu__item-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/2.jpg) no-repeat 50% 50%;
    background-size: cover;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}
.menu__item-inner:hover .menu__item-map {
    transform: scale3d(1.1, 1.1, 1);
}
.menu__item-hoverlink {
    position: relative;
    z-index: 1000;
    display: block;
}
.arcenciel {
    z-index: 1000;
    position: relative;
}
.menu__item-hoverlink:hover {
    color: #555;
}
.quote {
}
.menu__item-link {
    text-align: left;
    width: 100%;
    line-height: 1;
    padding: 2rem;
    margin: 3rem 0 auto;
    height: calc(100% - 3rem);
}
.menu__item-link::after {
    content: '\27F6';
    display: block;
    margin-top: auto;
}
body {
    padding: 0;
}
.content {
    position: relative;
    margin: 0 auto;
    min-height: 100vh;
    text-align: left;
}
.frame {
    position: fixed;
    z-index: 199;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 1.5rem;
    pointer-events: none;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto auto;
}
.codrops-header {
    grid-area: codropsheader;
    padding: 0;
    justify-content: start;
}
.codrops-links {
    margin: 0;
}
.frame a {
    pointer-events: auto;
}
.github {
    grid-area: github;
    justify-self: start;
}
.info {
    margin: 0 6rem 0 0;
    color: #555;
}
.menu {
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    min-height:100vh;
}
.menu__item {
    height: 100%;
}
.menu__item--1 {
    grid-area: item1;
}
.menu__item--2 {
    grid-area: item2;
}
.menu__item-inner {
    align-items: center;
}
.label {
    display: block;
    position: absolute;
    z-index: 1000;
    margin: 0;
    white-space: nowrap;
}
.label--topleft {
    top: 2rem;
    left: 2rem;
}
.label--vert, .label--vert-mirror {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.label--vert-mirror {
    transform: rotate(180deg);
}
.label--bottomright {
    bottom: 2rem;
    right: 2rem;
}
.label::before {
    content: '------------- ';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -1px;
    margin: 0 0.75rem 0 0;
}
.label--vert::before, .label--vert-mirror::before {
    margin: 0.75rem 0;
}
.mainmenu, .sidemenu {
    width: 100%;
    height: 100%;
}
.mainmenu {
    counter-reset: menuitem;
}
.mainmenu__item {
    overflow: visible;
    margin: 0.5rem 0;
    padding: 0 0.5rem;
    position: relative;
    transition: color 0.3s;
}
.mainmenu__item:hover {
    color: #000;
}
.mainmenu__item::before {
    counter-increment: menuitem;
    content: counters(menuitem, "", decimal-leading-zero);
    position: absolute;
    top: -25%;
    left: -1rem;
    color: #333;
    font-size: 1vw;
}
.mainmenu__item::after {
    content: '';
    width: 100%;
    top: 58%;
    height: 6px;
    position: absolute;
    left: 0;
    opacity: 0;
}
#canvas-basic {
    position: re;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mainmenu__item:hover::after {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.sidemenu__item {
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-size: 0.85rem;
}
.menu__item-hoverlink {
    opacity: 0;
    transition: opacity 0.3s;
}
.menu__item-inner:hover .menu__item-hoverlink {
    opacity: 1;
}
}

@media only screen and (max-width: 700px) {
article, aside, details, figcaption, figure, footer, header, hgroup, main, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
}
body {
    margin: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance:none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border:0;
 padding:0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *::after, *::before {
    box-sizing: border-box;
}
body {
 --color-text: #000;
 --color-bg: #fff;
 --color-link: #fff;
 --color-link-hover: #f20c40;
 --color-bg-item1: #fff;
 --color-bg-item2: #fff;
 --color-bg-item3: #fff;
 --color-bg-item4: #fff;
 --color-bg-item5: #fff;
 --color-item-alt: #fff;
 --color-quote: #555;
 --color-info: #555555;
 --color-title: #555;
 --color-tagline: #555;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Page Loader */

.js .loading::before {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg);
}
.js .loading::after {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.4;
    background: var(--color-link);
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}
 @keyframes loaderAnim {
 to {
 opacity: 1;
 transform: scale3d(0.5, 0.5, 1);
}
}
button:focus, a:focus {
    outline: none;
}
.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}
/* Icons */

.icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
}
main {
    position: relative;
    width: 100%;
}
.frame {
    position: relative;
    z-index: 199;
}
.content {
    text-align: center;
    position: relative;
    z-index: 100;
}
.background {
    perspective: 1000px;
}
.background, .background__copy {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 0%;
    background-size: cover;
    z-index: 1;
}
.background__copy {
    opacity: 0.3;
}
/* Header */

.codrops-header {
    position: relative;
    z-index: 100;
}
.codrops-header__title {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    margin: 0 1rem;
}
.info {
    display: block;
    grid-area: info;
    margin: 1rem 0;
    justify-self: end;
    text-align: center;
}
.github {
    display: block;
    margin: 1rem 0 0 0;
}
/* Top Navigation Style */

.codrops-links {
    position: relative;
}
.codrops-icon {
    display: inline-block;
    padding: 0.25em;
}
.content__title {
    z-index: 199;
}
.content__tagline {
    color: #555;
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.125rem;
    word-spacing: 0.25rem;
    text-transform: uppercase;
    text-align: center;
    z-index: 199;
}
.action {
    background: none;
    border: 0;
    color: #555;
    cursor: pointer;
    padding: 0;
}
.action--menu {
    pointer-events: auto;
    position: relative;
    color: #000;
    z-index: 1000;
}
.menu--open .action--menu {
    pointer-events: none;
}
.action--close {
    position: absolute;
    top: 1.5rem;
    right: 1.75rem;
    z-index: 1000;
    opacity: 0;
    padding: 0 0.5rem;
    padding: 0;
    border: none;
    background: none;
    font-family: 'Noto Sans JP', sans-serif;
}
.icon--menu {
    width: 2rem;
}
#icon--close {
    width: 3vw;
    height: 3vw;
    border: 1px solid #000;
}
.moins symbol {
    margin: 2vw;
}
.menu {
    padding: 0;
    text-align: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: flex;
    grid-template-columns: 100%;
    justify-content: center;
    align-items: center;
    grid-template-areas: "item1";
}
.menu--open {
    pointer-events: auto;
}
.menu__item {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.menu__item-inner {
    overflow: hidden;
    transform: translate3d(100%, 0, 0);
    height: 100vh;
    width: 100%;
    position: relative;
}
.menu__item--1 .menu__item-inner {
    background: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 6vw;
    line-height: 6vw;
        height:85vh;
}
.mainmenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.menu__item--2 {
    background: #FFF;
    color: #FFF;
    font-family: 'savateregular';
    font-size: 3vw;
    line-height: 6vw;
    text-align: left;
    height: 100vh;
    display: none;
}
.menu__item--2 h1 {
    margin-left: 3.5vw;
}
.menu__item--3 .menu__item-inner {
    padding: 0;
    margin: 0;
    text-align: left;
    background: var(--color-bg-item1);
    font-family: 'savateregular';
    line-height: 8vw;
    font-size: 3vw;
}
.menu__item--4 .menu__item-inner {
    background: var(--color-bg-item4);
}
.menu__item--5 .menu__item-inner {
    background: var(--color-bg-item5);
}
.menu__item--4, .menu__item--5 {
    display: none;
}
.label {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 0.8vw;
    line-height: 1.5vw;
}
.mainmenu__item {
    opacity: 0;
}
.mainmenu__item, .sidemenu__item {
    position: relative;
    overflow: hidden;
    transition: color 0.1s;
    margin: 0.25rem 0;
    display: block;
}
.sidemenu__item-inner {
    display: block;
    transform: translate3d(0, 100%, 0);
}
.menu__item-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/2.jpg) no-repeat 50% 50%;
    background-size: cover;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}
.menu__item-inner:hover .menu__item-map {
    transform: scale3d(1.1, 1.1, 1);
}
.menu__item-hoverlink {
    position: relative;
    z-index: 1000;
    display: block;
}
.arcenciel {
    z-index: 1000;
    position: relative;
}
.menu__item-hoverlink:hover {
    color: #555;
}
.quote {
}
.menu__item-link {
    text-align: left;
    width: 100%;
    line-height: 1;
    padding: 2rem;
    margin: 3rem 0 auto;
    height: calc(100% - 3rem);
}
.menu__item-link::after {
    content: '\27F6';
    display: block;
    margin-top: auto;
}
body {
    padding: 0;
}
.content {
    position: relative;
    margin: 0 auto;
    min-height: 100vh;
    text-align: left;
}
.frame {
    position: fixed;
    z-index: 199;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 1.5rem;
    pointer-events: none;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto auto;
}
.codrops-header {
    grid-area: codropsheader;
    padding: 0;
    justify-content: start;
}
.codrops-links {
    margin: 0;
}
.frame a {
    pointer-events: auto;
}
.github {
    grid-area: github;
    justify-self: start;
}
.info {
    margin: 0 6rem 0 0;
    color: #555;
}
.menu {
}
.menu__item {
    height: 100%;
}
.menu__item--1 {
    grid-area: item1;
}
.menu__item--2 {
    grid-area: item2;
}
.menu__item-inner {
    align-items: center;
}
.label {
    display: block;
    position: absolute;
    z-index: 1000;
    margin: 0;
    white-space: nowrap;
    font-size: 2vw;
}
.label--topleft {
    top: 2rem;
    left: 2rem;
}
.label--vert, .label--vert-mirror {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.label--vert-mirror {
    transform: rotate(180deg);
}
.label--bottomright {
    bottom: 2rem;
    right: 2rem;
}
.label::before {
    content: '------------- ';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -1px;
    margin: 0 0.75rem 0 0;
}
.label--vert::before, .label--vert-mirror::before {
    margin: 0.75rem 0;
}
.mainmenu, .sidemenu {
    width: 100%;
    height: 100%;
}
.mainmenu {
    counter-reset: menuitem;
}
.mainmenu__item {
    overflow: visible;
    margin: 0.5rem 0;
    padding: 0 0.5rem;
    position: relative;
    transition: color 0.3s;
    height:100vh;
}
.mainmenu__item:hover {
    color: #000;
}
.mainmenu__item::before {
    counter-increment: menuitem;
    content: counters(menuitem, "", decimal-leading-zero);
    position: absolute;
    top: -25%;
    left: -1rem;
    color: #333;
    font-size: 1vw;
}
.mainmenu__item::after {
    content: '';
    width: 100%;
    top: 58%;
    height: 6px;
    position: absolute;
    left: 0;
    opacity: 0;
}
#canvas-basic {
    position: re;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mainmenu__item:hover::after {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.sidemenu__item {
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-size: 0.85rem;
}
.menu__item-hoverlink {
    opacity: 0;
    transition: opacity 0.3s;
}
.menu__item-inner:hover .menu__item-hoverlink {
    opacity: 1;
}
}
