@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800&family=Sofia&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
   font-family: 'Inter', sans-serif !important;
}

html {
   scroll-behavior: smooth;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* SETUP */

.back-black {
   background-color: #001845;
   
}

.tab-button.back-black {
   background-color: #fff;
   border: solid 1px #001845;
   color: #001845;
}

.tab-button.back-black.active {
   background-color: #001845;
   color: #fff;
}

.tab-button.back-black.active:hover{
   background-color: #142D5B;
}

a {
   text-decoration: none;
}

.last-p {
   margin-bottom: 3rem;
}

button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}


.divider {
   height: 1px;
   width: 100%;
   background-color: #fff;
   margin-bottom: 2rem;
}

.divider-black {
   height: 1px;
   max-width: 1280px;
   background-color: lightgray;
   margin: 0 1.6rem;
}

@media screen and (min-width: 1280px) {
   .divider-black {
      margin: auto;
   }
}



/* START */

.update {
   position: absolute;
   color: #fff;
   font-size: 0.6rem;
   right: 8px;
   top: 8px;
}

@media screen and (min-width: 1024px) {
   .update {
      font-size: 0.7rem;
      right: -64px;
      top: 100px;
      transform: rotate(90deg); 
   }
}





.box-discovery {
   width: 100%;
   background-color: #6D1CF1;
}

.home-d {
   margin-bottom: 1.6rem;
   display: none;
}

.home-m {
   display: inline-block;
   margin-bottom: 1.6rem;
}

.wrap-d1 {
   padding: 2rem ;
   max-width: 1000px;
   margin: auto;
   color: #fff;
   height: auto;
   position: relative;
   padding-bottom: 0rem;
}

.home {
   border-radius: 1rem;
   color: #6D1CF1;
   background-color: #fff;
   padding: 0.5rem 1rem;
}


.wrap-d1 h2 {
   font-size: 2.2rem;
   margin-bottom: 1.2rem;
}

.wrap-d1 h4 {
   font-weight: 200;
   margin-bottom: 2rem;
}



.txt-blc{
   margin-bottom: 2rem;
}

.txt-blc p:first-child{
   font-weight: 600;
   margin-bottom: 0.4rem;
}

.txt-blc p:last-child{
   font-weight: 200;
}

.txt-blc-last {
   margin-bottom: 0;
}

.box-proto {
   position: relative;
   display: flex;
   justify-content: center;
   margin-bottom: 2rem;
}

.box-proto::before {
position: absolute;
top: -50px;
left: 0;
right: 0;
content: '';
width: 100%;
height: 80%;
background-color: #6D1CF1;
z-index: -1;
padding: 2rem;
max-height: 440px;
}

.hero-img {
   filter: drop-shadow(3px 10px 26px rgba(0,0,0,0.4));
   width: 90%;
   max-width: 800px;
   margin-top: 2rem;
   max-width: 1024px;
}



.original-file {
   position: absolute;
   right: 50%;
   transform: translateX(-50%);
   font-size: 0.8rem;
}


.original-file a {
   color: #fff;
   text-decoration: underline;
   text-decoration-color: #fff;
}

.original-file a:hover {
   color: #00D3C7;
   text-decoration-color: #00D3C7;
} 

@media screen and (min-width: 768px) {
   .wrap-d1 {
      padding: 2rem ;
      max-width: 1000px;
      margin: auto;
      color: #fff;
      height: auto;
      position: relative;

   }
}

@media screen and (min-width: 1024px) {
   .wrap-d1 {
      max-width: 1024px;

   }

   .back-proto {
      background-color:#E4FFE7;
      padding: 5rem 0;
      display: flex;
      justify-content: center;
      margin-bottom: 1.6rem;
   }

   .wrap-d1 h1 {
      font-size: 4rem;
   }
   
   .wrap-d1 h2 {
      font-size: 3rem;
   }

   .original-file {
      right: 1.6rem;
      bottom: 1.6rem;
      transform: translateX(0);
      width: 300px;
   }
   

}

@media screen and (min-width: 1280px) {
   .home-m {
      display: none;
   }
   
   .home-d {
      display: inline-block;
      position: absolute;
      top: 5.5rem;
      left: 2rem;
   }

   .wrap-d1 {
      padding: 5rem 0 0rem 0;
      margin-bottom: 2rem;
   }



   .wrap-d1 h2 {
      font-size: 4rem;
      margin-bottom: 1.2rem;
   }
   
   .wrap-d1 h4 {
      font-weight: 200;
      margin-bottom: 4rem;
      font-size: 2.2rem;
   }
   
   .divider {
      height: 1px;
      width: 100%;
      background-color: #fff;
      margin-bottom: 4rem;
   }

   .specs {
      display: flex;
      margin-bottom: 2rem;
   }

   .spec-c1 {
      margin-right: 3rem;
   }

   .spec-c2 {
      margin-left: 3rem;
   }

   .box-proto::before {
      position: absolute;
      top: -50px;
      left: 0;
      right: 0;
      content: '';
      width: 100%;
      height: 80%;
      background-color: #6D1CF1;
      z-index: -1;
      padding: 2rem;
      padding-top: 0;
      max-height: 440px;
      }
}

@media screen and (min-width: 1560px) {
   .home-d {
      left: 10rem;
   }
}


/* PROBLEMS */


.problem-desc {
   margin-bottom: 2rem;
}

.box-problems {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.problm-nmb {
   font-size: 2rem;
   font-weight: 600;
}

.problem {
   width: 100%;
   padding: 2rem;
   background-color: #F2F2F2;
   margin-bottom: 2rem;
   border-radius: 20px;
   font-size: 1.1rem;
}


.wireframes p {
   margin-bottom: 1rem;
   margin-top: 2rem;
   
}

@media screen and (min-width: 1024px)  {
   .wireframes p {
      margin-bottom: 1rem;
      margin-top: 2rem;
   }
}
@media screen and (min-width: 1024px) {
   .problem-title {
      margin-bottom: 2rem;
   }

   .box-problems {
      flex-direction: row;
      align-items: stretch;
   }

   .problem {
      margin-right: 2rem;
   }

   .box-problems .problem:last-child {
      margin-right: 0;
   }

   .problem-desc {
      margin-bottom: 4rem;
   }
}

.wrap {
   max-width: 1024px;
   margin: auto;
}

.dla-components {
   padding: 1.6rem;
   padding-bottom: 1rem;
   background-color: #F6F6F9;
}

.dla-components h3 {
   font-size: 1.6rem;
   font-weight: 600;
   color: #6D1CF1;
}


.dla-prototypes {
   padding: 1.6rem;
   padding-bottom: 1rem;
   background-color: #fff;
}

.dla-prototypes h3 {
   font-size: 1.6rem;
   font-weight: 600;
   color: #6D1CF1;
}

.disc-start {
   background-color: #263238;
   color: #fff;
   padding: 3rem 1.6rem;
   position: relative;
}


.disc-start h2 {
   font-weight: 500;
}


.disc-start h5 {
   font-weight: 200;
   font-size: 1.1rem;
   line-height: 1.5;
   margin-bottom: 2rem;
}

.box-start {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-start;
}

.start-item {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 100%;
   margin-bottom: 2rem;
}

.start-item img {
   width: 36px;
   margin-bottom: 0.4rem;
}

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

.start-object {
   display: flex;
   flex-direction: column;
   align-items: center;
}

@media screen and (min-width: 768px) {

   .start-item {
      width: 30%;
   }
}


@media screen and (min-width: 1024px) {
   .dla-components {
      padding: 5rem;
   }

   .dla-components h3 {
      font-size: 2rem;
      margin-bottom: 2rem;
   }

   .dla-prototypes {
      padding: 5rem;
   }

   .dla-prototypes h3 {
      font-size: 2rem;
      margin-bottom: 2rem;
   }


   .start-item {
      width: 20%;
      margin-bottom: 4rem;
      align-items: flex-start;
   }

   .box-start {
      justify-content: flex-start;
   }

   .disc-start {
      padding: 4rem 1.6rem 2rem 1.6rem;
   }

   .start-txt {
      font-size: 1.1rem;
   }

   .disc-start h2 {
      font-size: 3.6rem;
   }

   .disc-start h5 {
      font-size: 1.4rem;
      margin-bottom: 5rem;
   }


   .disc-pt {
      padding: 4rem 1.6rem;
   }
}

@media screen and (min-width: 1280px) {
   .disc-start {
      padding: 5rem 0;
   }

   .disc-pt {
      padding: 5rem 0;
   }
}


.disc-csd h3{
   font-weight: 600;
   color: #0f8b8d;
   margin-bottom: 1rem;
}

.disc-value h3{
   font-weight: 600;
}


@media screen and (min-width: 1024px) {
   .disc-csd, .disc-value {
      padding-bottom: 2rem;
   }

   .disc-csd h3{
      font-size: 2.6rem;
   }

   .disc-csd h3{

      margin-bottom:2rem;
   }
}

@media screen and (min-width: 1280px) {
   .disc-csd, .disc-value {
      padding-bottom: 3rem;
   }
}



/* WIREFRAMING */

.box-brands {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-bottom: 2rem;
}

.brand {
   width: 48%;
   background-color: #F2F2F2;
   padding: 2rem;
   margin-bottom: 1rem;
   border-radius: 8px;
}

.brand img {
   width: 100%;
}

.list-flow {
   margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
   .brand {
      width: 30%;
      margin-bottom: 1.6rem;
   }
}

@media screen and (min-width: 1024px) {
   .brand {
      width: 15%;
      margin-bottom: 1.6rem;
   }
}

.wire-title {
   font-size: 1.2rem;
}

.statement img{
   width: 100%;
}

.font-size h2 {
   font-weight: 500;
   color: #263238;
}


.font-size p {
line-height: 1.6;
color: #263238;
}

.font-size li {
   line-height: 1.6;
   color: #263238;
   }

.vp-title {
   display: flex;
   align-items: center;
   font-weight: 600;
}

.vp-icon {
   width: 24px;
   margin-right: 0.5rem;
}




.link-script {
margin-bottom: 0.6rem;
}


.link-script img {
   width: 20px;
}


@media screen and (min-width: 1024px) {

   .wire-title {
      
      font-size: 2.4rem;
   }

   .font-size h2 {
      font-size:3.6rem;
   }

   .font-size p {
      font-size: 1.2rem;
      line-height: 1.6;
   }

   .font-size li {
      font-size: 1.2rem;
   }

   .link-script  {
      font-size: 1.2rem;
   }
}


.box-personas {
   background-color: #F6F7F8;

}
.img-personas {
   padding-top: 2rem;
   padding-bottom: 2rem;
}

.img-personas img:first-child {
   margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
   .img-personas {
      padding-top: 5rem;
      padding-bottom: 5rem;
      }

      .img-personas img:first-child {
         margin-bottom: 5rem;
      }
}

/* CSD */
.box-csd {
   width: 100%;
   padding: 1.6rem;
   padding-top: 0;
   max-width: 1024px;
}

.box-csd h3 {
   font-weight: 600;
   margin-top: 1.6rem;
}

.cont-csd {
   width: 100%;
}

.cont-csd h3 {
   margin-bottom: 1rem;
}

.csd {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   margin: auto;
}


.postit {
   width: 100%;
   max-width: 280px;
   height: 280px;
   padding: 2rem;
   font-size: 1.3rem;
   line-height: 1.6;
   background-color: #0f8b8d;
   margin-bottom: 2rem;
   box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.postit.blue {
   background-color: #378AD6;
   color: #fff;
}

.postit.yellow {
   background-color: #FBBE55;
   color: #000;
}

.postit.red {
   background-color: #ED4A71;
   color: #fff;
}

@media screen and (min-width: 611px) {
   .postit{
      margin-right: 1rem;
   }
}

@media screen and (min-width: 1024px) {
   .box-csd {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: auto;
      margin: auto;
      margin-bottom: 3rem;
      padding: 0;
   }


   .csd {
      justify-content: space-between;
   }

}


/* VAUE PROPOSITION */ 

.value-init {
   margin-bottom: 2rem;
}

.research-init {
   margin-bottom: 2rem;

}

.value-box {
   margin-bottom: 2.4rem;
}

.value-box h5 {
   margin-bottom: 1rem;
   
}

.value-text {
   list-style-type: none; 
   padding: 0; 
}

.value-text li {
   margin-bottom: 0.6rem;

}

@media screen and (min-width: 1024px) {
   .value-init {
      margin-bottom: 5rem;
   }

   .value-text li {
      font-size: 1.2rem;
      
   }

   .value-init, .research-init {
      font-size: 1.2rem;
   }

   .research-init p {
      font-size: 1.2rem;
   }

   .special-p {
      margin-bottom: 3rem;
   }
} 

@media screen and (min-width: 1280px) {
   .value-content {
      display: flex;
      justify-content: space-between;
   }

   .value-box {
      width: 28%;
   }

   .value-text li{
      font-size: 1rem;
   }
}

/* RESEARCH */

.pt-per-desc {
   margin-bottom: 2rem;
}

.proto-personas {
   background-color: #F2F2F2;
   border-radius: 8px;
   padding: 2rem;
   font-size: 1.2rem;
   font-weight: 500;
   line-height: 1.8;
}


@media screen and (min-width: 1284px) {
   .proto-personas{
      font-size: 1.4rem;
      margin-bottom: 2rem;
   }
}

@media screen and (min-width: 1024px) {
   .pt-per-desc {
      margin-top: 3.2rem;
      margin-bottom: 0rem;
      line-height: 1.6;
   }
}


/* ALERTS */

.alert-card {
   display: flex;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom: 2rem;
}

.symbol-alert{
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 1rem;
}

.symbol-alert.success {
   background-color: #3DCC98;
}

.symbol-alert.warning {
   background-color: #F9AC27;
}

.alert-icon {
   width: 24px;
}

.text-alert {
   padding: 1rem;
}

@media screen and (min-width: 1024px) {
   .alert-card {
      height: 120px;
      margin-bottom: 2rem;
   }

   .text-alert {
      padding: 0 2rem;
      display: flex;
      align-items: center;
      font-size: 1.2rem;
   }

   .symbol-alert {
      padding: 2rem 2.6rem;
   }

   .alert-icon {
      width: 40px;
   }

   .flow-list {
      font-size: 1.2rem;
      line-height: 1.7;
   }

   .disc-csd ul {
      margin-bottom: 2rem;
   }
   
}



.wire-sketch {
   width: 100%;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.sketch {
   width: 100%;
   max-width: 500px;
   margin-bottom: 2rem;
}

.img-persona {
   margin-bottom: 1rem;
   width: 100%;
   max-width: 1024px;
   filter: drop-shadow(1px 2px 6px rgba(0,0,0,0.25));
}



.img-component {
   width: 100%;
   max-width: 1024px;
   margin-bottom: 2rem;
}


.disc-result {
   background-color: #263238;
   color: #fff;
   padding-top: 3rem;
   padding-bottom: 3rem;
}


.disc-result h5 {
   font-weight: 200;
   font-size: 1.1rem;
   line-height: 1.5;
   margin-bottom: 2rem;
   max-width: 620px;
}


@media screen and (min-width: 1024px) {
   .disc-result {
      padding: 4rem 0;
   }

   .disc-result h2 {
      font-size: 3.6rem;
      margin-bottom: 2rem;
   }

   .disc-result h5 {
      font-size: 1.4rem;
   }
}

@media screen and (min-width: 1280px) {
   .disc-result {
      padding: 7rem 0;
   }

}



.img-wires {
   padding: 0 1.6rem;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   margin-bottom: 1.6rem;
}

.img-protos {
   padding: 1.6rem;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   max-width: 100%;
   
}

.img-protos h2{
   margin-bottom: 1rem;
}

.img-protos p {
   max-width: 1024px;
}

.img-proto {
   width: 100%;
   margin-bottom: 1rem;
   box-shadow: 0 10px 28px rgba(0,0,0,0.16), 0 4px 10px rgba(0,0,0,0.10);
   max-width: 1024px;
}

.img-card {
   width: 100%;
   margin-bottom: 1rem;
   max-width: 880px;
}


.img-mobs {
   padding: 0 1.6rem;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}

.img-proto, .img-wire, .img-mob {
   width: 100%;
}

@media screen and (min-width: 1024px) {
   .img-wire {
      width: 40%;
   }

   .img-protos {
      padding: 4rem;
}


   .img-protos p {
      max-width: 1024px;
      font-size: 1.2rem;
      line-height: 1.7;
   }


   .img-proto {
      margin-bottom: 3rem;
   }

   .img-mob {
      width: 340px;
      margin: 1rem;
   }

   .img-wires .img-wire:first-child {
      margin-right: 2rem;
   }

   .img-wires  {
      margin-bottom: 5rem;
   }
}

@media screen and (min-width: 1280px) {
   .img-protos {
      border-radius: 20px;
   }
}

.link-ds img {
   width: 24px;
}



.box-protolink {
   width: 100%;
   max-width: 880px;
   background-color: #fff;
   border-radius: 12px;
   border: solid 1px #263238;
   margin: auto;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 2rem;
}

.box-protolink img {
   width: 30px;
    
   margin-bottom: 1rem;

}

.figma-link  {
   margin-bottom: 1rem;
   width: 100%;
   max-width: 320px;
}

.figma-link div {
   font-size: 1.2rem;
   text-align: center;
}

.figma-link a {
   display: flex;
   color: #007BEC;
   text-decoration: none;
}

.figma-link a img {
   width: 16px;
   margin-right: 0.4rem;
   margin-bottom: 0;
}

@media screen and (min-width: 1024px) {



   .box-protolink {
      margin-top: 4rem;
      padding: 4rem;
   }

   .box-protolink img {
      width: 40px;
      margin-bottom: 1.6rem;
   }

   .figma-link  {
      margin-bottom: 1rem;
      width: 100%;
      max-width: 470px;
      display: flex;
      align-items: center;
      justify-content: center;
   }

   .figma-link div {
      font-size: 1.4rem;
      margin-right: 0.8rem;
   }

   .figma-link a {
      font-size: 1.4rem;
   }

   .figma-link a img {
      width: 20px;
      margin-right: 0.4rem;
      margin-bottom: 0;
   }

}




.img-results {
   width: 100%;
   max-width: 1280px;
   padding: 1.6rem;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin: auto;
}

.img-results img {
   width: 100%;
   margin: auto;
   margin-bottom: 2rem;
   max-width: 600px;
}

.img-results img:last-child {
   margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
   .img-results {
      margin-bottom: 0;
      flex-direction: row;
   }

   .img-results img{
      margin-bottom: 0;
   }
}


.end-case {
background-color: #0f8b8d;
   color: #fff;
}

.end-case h4 {
   font-weight: 200;
   line-height: 1.5;
}

.wrap-end {
   padding: 5rem 1.6rem;
   max-width: 1024px;
   margin: auto;
}

.conclusion {
   font-size: 2.2rem;
   margin-bottom: 1.2rem;
}

@media screen and (min-width: 1280px)  {
   .conclusion {
      font-size: 4rem;
      margin-bottom: 1.2rem;
   }

   .end-case h4 {
      font-size: 1.6rem;
   }

   .wrap-end {
      padding: 7rem 0;

   }
}






.footer {
   padding: 1.6rem;
   background-color: #001845;
   color: #fff;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
}

.txt-footer {
   margin-bottom: 0.5rem;
}

.linkedin img {
   width: 24px;
}

@media screen and (min-width: 1024px) {
   .footer {
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
   }

   .txt-footer {
      margin-right: 3rem;
      margin-bottom: 0;
   }
}

.whats {
   cursor: pointer;
   position: fixed;
   bottom: 2rem;
   right: 2rem;
   width: 40px;
   height: 40px;
   filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
   transition: all;
}

.whats:hover {
   -webkit-animation: jello-horizontal 0.9s both;
     animation: jello-horizontal 0.9s both;
     filter: drop-shadow(2px 2px 7px rgba(0,0,0,0.3));
}

@-webkit-keyframes jello-horizontal {
   0% {
     -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1);
   }
   30% {
     -webkit-transform: scale3d(1.25, 0.75, 1);
             transform: scale3d(1.25, 0.75, 1);
   }
   40% {
     -webkit-transform: scale3d(0.75, 1.25, 1);
             transform: scale3d(0.75, 1.25, 1);
   }
   50% {
     -webkit-transform: scale3d(1.15, 0.85, 1);
             transform: scale3d(1.15, 0.85, 1);
   }
   65% {
     -webkit-transform: scale3d(0.95, 1.05, 1);
             transform: scale3d(0.95, 1.05, 1);
   }
   75% {
     -webkit-transform: scale3d(1.05, 0.95, 1);
             transform: scale3d(1.05, 0.95, 1);
   }
   100% {
     -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1);
   }
 }
 @keyframes jello-horizontal {
   0% {
     -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1);
   }
   30% {
     -webkit-transform: scale3d(1.25, 0.75, 1);
             transform: scale3d(1.25, 0.75, 1);
   }
   40% {
     -webkit-transform: scale3d(0.75, 1.25, 1);
             transform: scale3d(0.75, 1.25, 1);
   }
   50% {
     -webkit-transform: scale3d(1.15, 0.85, 1);
             transform: scale3d(1.15, 0.85, 1);
   }
   65% {
     -webkit-transform: scale3d(0.95, 1.05, 1);
             transform: scale3d(0.95, 1.05, 1);
   }
   75% {
     -webkit-transform: scale3d(1.05, 0.95, 1);
             transform: scale3d(1.05, 0.95, 1);
   }
   100% {
     -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1);
   }
 }


 .disc-csd {
   padding-top: 3rem;
}

.disc-csd p:last-child {
   margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
   .pt-per-desc.result-int {
      margin-bottom: 2rem;
   }
}


/* SIDEBAR */

.sidebar-box {
   display: none;
}

@media screen and (min-width: 1024px) {
   .sidebar-box {
      position: fixed;
      left: -312px;
      top: 50%;
      transform: translateY(-50%);
      width: 332px;
      transition: all 320ms ease-in-out;
       display: block;
}
   
   
   
   .sidebar {
      background-color: #ECEFF1;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      width: 320px;
      padding-top: 2rem;
      padding-bottom: 2rem;
      padding-right: 2rem;
      box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
   }
   
   .sidebar-box:hover {
      left: 0;
   }
   

   .side, .side2 {
      display: flex;
      flex-direction: column;
      margin-left: 2rem;
   }
   
   .site-item {
      color: #263238;
      font-weight: 600;
      
   }
   
   .side2 {
      border-left: solid 1px #90A4AE;
      margin-left: 4rem;
   }
   
   .side2 a {
      font-weight: 400;
      font-size: 0.9rem;
      padding: 0.6rem;
      border-radius: 4px;
   }
   
   .side2 a:hover {
      background-color: #CFD8DC;
   }
   
   .side a {
      padding: 0.8rem;
      border-radius: 4px;
   }
   
   .side a:hover {
      background-color: #CFD8DC;
   } 
}


.dla-bottom {
   background-color: #6D1CF1;
   padding: 2rem;
}

.box-protolink {
   width: 100%;
   max-width: 880px;
   background-color: #fff;
   border-radius: 12px;
   border: solid 1px #263238;
   margin: auto;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 2rem;
}

.box-protolink img {
   width: 30px;
    
   margin-bottom: 1rem;

}

.figma-link  {
   margin-bottom: 1rem;
   width: 100%;
   max-width: 320px;
}

.figma-link div {
   font-size: 1.2rem;
   text-align: left;
}

.figma-link a {
   display: flex;
   color: #007BEC;
   text-decoration: none;
}

.figma-link a img {
   width: 16px;
   margin-right: 0.4rem;
   margin-bottom: 0;
}

@media screen and (min-width: 1024px) {

   .dla-bottom {
      padding: 5rem;
   }

   .box-protolink {
      padding: 4rem;
   }

   .box-protolink img {
      width: 40px;
      margin-bottom: 1.6rem;
   }

   .figma-link  {
      margin-bottom: 1rem;
      width: 100%;
      max-width: 470px;
      display: flex;
      align-items: center;
   }

   .figma-link div {
      font-size: 1.4rem;
      margin-right: 0.8rem;
   }

   .figma-link a {
      font-size: 1.4rem;
   }

   .figma-link a img {
      width: 20px;
      margin-right: 0.4rem;
      margin-bottom: 0;
   }

}

