  
  
  
  
  
/* layout */

@import url('https://fonts.googleapis.com/css2?family=Piazzolla:ital,opsz,wght@1,8..30,100..900&display=swap');


@import url("https://use.typekit.net/ixx2zez.css");



  /* Reset / base */
  * {

    margin: 0;
    padding: 0;
  }

  body {
  padding: 0px;
  margin: 0px;
  }

  section {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px 0;
  }
  

  section .wrapper {
    width: calc(100% - 40px);
    padding: 0 20px;
    height: auto;
    max-width: 2800px;
    
  }
  
 .medium {
    max-width: 1700px;
  }
  
  
  
  
    
  section .wrapper.semi {
 width: 80%;
  }
  
  .flex-column-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  
  
  section .wrapper.bleed {
    width: 100%;
    padding: 0;
  }
  
  .small {
    max-width: 1000px;
    width: 80%;
  }
  
  
   
  section:first-of-type {
     padding-top: 0px;
   }
  
  
 .large-rounded-corner {
   border-radius: 30px;
 }
 
 .small-rounded-corner {
    border-radius: 20px;
  }
  
  .buffer {
    height: 110px;
  }
  
  
  .padding-bottom {
    padding-bottom: 20px;
  }
  
  .padding-top {
    padding-top: 20px;
  }
  
  .small-padding-bottom {
    padding-bottom: 10px;
  }
  
  
  .align-center {
    align-items: center !important;
    
  }
 
  
/*  color */

.white-font {
  color: #fff;
}

.brown-font {
  color: #9E7051;
}
 
 .brown-gradient-up {
   background: #895C3E;
   background: linear-gradient(180deg,rgba(33, 19, 10, 0.3) 40%, rgba(18, 11, 6, 0.86) 100%);
 }
 
 
 .light-gray-background {
   background: #EFEFEF;
 }
 
 .brown-background {
    background: #AA734E;
  }

.gray-background {
     background: #D9DBD7;
   }
   
   .red-background {
      background: #c45f5f;
    }

 
 
body.no-scroll {
   overflow: hidden;
 }
 
 
 .mobile-nav {
   display: none;
 }
 
 
 .opace {
   opacity: 0.5 !important;
 }
  
  
  /* nav */
  
  
  nav {
    box-shadow: 0 1px 38px rgba(0, 0, 0, .06) !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
  }
  
  nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    width: 0 20px;
  }
  
  
 nav ul li {
    display: flex;
    min-width: 100px;
    /* background: gray; */
    border-radius: 50px;
    transition: 0.3s;
  }
  
  
  nav ul li:hover {
    background: #D9DBD7 !important;
  }
  
  nav ul li.selected {
    border: 1px solid #111;
  }
  
  
  .lego-menu-nav:hover {
    background: none !important;
  }
  
  
  
  
  
  
 nav ul li a {
   text-decoration: none;
   font-size: 13px;
   font-weight: 600;
   text-transform: uppercase;
   color: #111;
   width: 100%;
   text-align: center;
   padding: 8px 3px;
 }
 
 
 .logo-nav-icon {
   height: 70px;
   width: auto;
   display: inline-block;
   margin-top: 3px;
   
 }
 
 
 
 

/* typography */

a, p, h1, h2, h3, h4, h5, h6, span, ul {
  font-family: "neulis-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* Firefox equivalent for similar effect */
    font-smooth: always;
    color: inherit;
  

}

.inline-font {
  font-family: "Piazzolla", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 500 !important;
  font-style: italic !important;

  line-height: 1 !important;
}







/* studio text */


.studio {
  color: rgb(31, 31, 31);
}

.dark-mode.studio {
  color: #fff !important;
}




.studio h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.3;
}


.studio h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px 0;
}


.studio h3 {
  font-size: 40px;
  font-weight: 400;
}

.studio h4 {
  font-size: 28px;
  font-weight: 500;
}


.studio h5 {
  font-size: 25px;
  font-weight: 400;
  color: #9E7051;
}

.dark-mode.studio h5 {
  color: white !important;
}




.studio p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  padding: 5px 0;
}


.studio ul {
  padding-inline-start: 0;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-left: 20px;
 padding-bottom: 10px;
 padding-top: 10px;
}

.studio ul  li {
  line-height: 1.6;
  font-size: 18px;
}





.studio p.disclaimer {
  font-size: 14px;
}



h6 a {
  font-family: "neulis-sans", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  display: inline-block !important;
  text-decoration: none !important;
  color: inherit !important;
  border: 1px solid !important;
  padding: 8px 20px !important;
  margin: 15px 0px !important;
  border-radius: 20px !important;
}






/* mis */

.id-2998 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: auto;
  max-width: 340px;
}






/* HERO TEXT OVERLAY BLOCK */


.hero {
  height: 40vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}


.text-overlay {
 position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.full-text {
 text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;

}


.full-text > * {
  width: 100%;
}



/* STUDIO PHOTO CARDS BLOCK */

.photo-card-block {
text-align: center;
  overflow: hidden;
}

.photo-card-block .wrapper {
width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.photo-card-block .wrapper > div {
 
  width: 23vw;
  height: 30vw;
  max-height: 700px;
  margin: 0 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  
}


.photo-card-block .wrapper .text-card h2 {
  font-size: 2.5vw;
  line-height: 1.1;
  padding-bottom: 20px;
}


.photo-card-block .wrapper .text-card {
  border: 1px solid #9E7051;
}






/* COMPLEX TEXT BLOCK */





.overall-div {
  width: 100%;
  height: auto;
}






.complex-text .wrapper .container {

  width: calc(100% - 80px);
  padding: 40px;

margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;

}



.complex-text .wrapper .complex-header {

  max-width: 800px;
  padding-right: 20px;
  padding-bottom: 20px;
}


.complex-text .wrapper .complex-header-longer {

  max-width: 1200px;

}

.complex-text .wrapper .two-column-text {

 
  padding-right: 20px;
  padding-bottom: 20px;
  
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  
}

.complex-text .wrapper .two-column-text > div {
  width: 46%;
}


.complex-text-version-two .wrapper > div {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.complex-text .wrapper .text-contain {

  max-width: 450px;
}


.complex-text h5 {
color: #9E7051;
}



.modules-contain {

 border-left: 1px solid rgb(217, 217, 217);
  width: 100%;
  padding: 20px;
  padding-bottom: 0px;
}

.modules-contain .three-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
 
  padding-top: 25px;
  
}



.modules-contain .three-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: inline-block;
  margin-top: 30px;
  border-radius: 15px;
}






.modules-contain .three-card > div {
  width: calc(33.3333% - 61px);
  border-left: 1px solid rgb(217, 217, 217);
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;


}


.modules-contain .three-card > div:first-child {
  border: none;
  padding-left: 0px;
}




.studio .complex-text-center {
  
  width: 100%;

  max-width: 600px;
  margin: auto;
}



/* ROUNDED CORNER SECTION BLOCK */


.left-block.rounded-corner-block .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 30px;

}

.left-block.rounded-corner-block .wrapper .container {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;

}


.right-block.rounded-corner-block .wrapper {

 display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;

}


.right-block.rounded-corner-block .wrapper .container {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;

}


.rounded-corner-block .container {
  width: calc(100% - 120px);
padding: 40px;
height: auto;
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: flex-start;
 flex-wrap: wrap;

}







.rounded-corner-block .one-third {

  width: calc(35% - 30px);
 
}


.rounded-corner-block .two-third {
  

  width: calc(65% - 30px);

  max-width: 900px;
}


.rounded-corner-block .container > div {
  margin: 0 15px;
}

/* FAQ */

.accordion h4 {
  font-size: 19px;
 
}





.accordion .accordion-header {

  padding: 18px 0;
  
}





.accordion .accordion-content {


  border-bottom: 1px solid rgba(0, 0, 0, 0.227);
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding-bottom: 0px;
  transition: 0.5s;
}



.dark-mode .accordion .accordion-content {


  border-bottom: 1px solid rgba(255, 255, 255, 0.227);
}


.accordion .accordion-item {
  cursor: pointer;
}

.accordion .accordion-item:last-child  .accordion-content {
  border-bottom: none;
}



.accordion .accordion-item.accordion-open .accordion-content {
  max-height: 230px;
  padding-bottom: 18px;
  transition: 1.2s;
}





.accordion .accordion-content p {
opacity: 0.88;
}








.rounded-corner-block.rounded-corner-block-image-text .container {
  padding: 0px;
  width: calc(100% - 40px);
  align-items: stretch;
}

.rounded-corner-block.rounded-corner-block-image-text .container .one-third {
  width: calc(45% - 30px);
}


.rounded-corner-block.rounded-corner-block-image-text .container img {
  border-radius: 30px;
   margin: 0px;
}


.rounded-corner-block.rounded-corner-block-image-text .container .two-third {
width: calc(55% - 30px);
margin: 0px;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: unset;

}

.rounded-corner-block.rounded-corner-block-image-text .container .two-third > div {
  padding: 30px;
width: 85%;
  max-width: 600px;
}





.rounded-corner-block.rounded-corner-block-image-text .container {
  min-height: 40vh;
}











/* IMAGE TEXT BLOCK */


.image-text-block .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.image-text-block .container > .left-image {
  min-height: 60vh;
  width: 50%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.image-text-block .container .right-text {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.image-text-block .container .right-text div {
  width: 85%;
  max-width: 600px;
}


.rounded-corner-block.left-block.rounded-corner-block-image-text .container .two-third {

  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;

}









/* SINGLE CENTER COLUMN block */

.single-column-block .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

}

.single-column-block .wrapper {
  max-width: 900px;
  width: 90%;
}

/* photo cards 6 block */


.photo-card-block.photo-card-six .wrapper > div {
width: 19vw;
height: 23vw;

}

 
.photo-card-block.photo-card-six .wrapper h3 {
  font-size: 35px;
}





.one-third img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: auto;
margin-top: 20px;
/* max-width: 600px; */

}



/* BIO BLOCK */


.bio-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1700px !important;
  
  
}

.instructor-item {
  background-size: cover;
  background-position: center;
width: 22%;
margin: 1.5%;
  height: 24vw;
  max-height: 510px;
  border-radius: 20px;
}






.instructor-item .thumbnail {
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;

}

.instructor-item .thumbnail h4 {
  transition: 0.3s;
}


.instructor-item:hover h4.instructor-name {
  padding-bottom: 20px;
}

.instructor-item .thumbnail .instructor-name {
  font-size: 23px;
  padding: 15px;
  padding-top: 5px;
  font-weight: 600;
  line-height: 1;
}

.instructor-item .thumbnail .instructor-title {
  font-size: 14px;
  padding: 0 10px;
  line-height: 1;
  font-weight: 500;
}

.instructor-item:nth-child(8n + 1) .thumbnail,
.instructor-item:nth-child(8n + 3) .thumbnail,
.instructor-item:nth-child(8n + 6) .thumbnail,
.instructor-item:nth-child(8n + 8) .thumbnail {
  background: linear-gradient(
    180deg,
    rgba(119, 116, 113, 0.068) 40%,
    rgba(94, 89, 85, 1) 100%
  );
}


.instructor-item:nth-child(8n + 2) .thumbnail,
.instructor-item:nth-child(8n + 4) .thumbnail,
.instructor-item:nth-child(8n + 5) .thumbnail,
.instructor-item:nth-child(8n + 7) .thumbnail {
  background: linear-gradient(
    180deg,
    rgba(158, 112, 81, 0.068) 40%,
    rgba(158, 112, 81, 1) 100%
  );
}



/* Base hidden state */
.pop-up-bio {
  position: fixed;
  inset: 0;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;

  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 0.35s ease, visibility 0.35s ease;
}



.instructor-item.is-open .pop-up-bio {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


.bio-panel {
  width: min(800px, 90vw);
  max-height: 85vh;
  overflow: auto;
  background: #777471;
  border-radius: 18px;
  padding: 40px;
  padding-top: 60px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);

  transform: translateY(30px) scale(0.97);
  opacity: 0;

  transition: transform 0.4s ease, opacity 0.4s ease;
}




.instructor-item.is-open .bio-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}



body.modal-open {
  overflow: hidden;
}


/* Close button */
.instructor-item.is-open .pop-up-bio .close-bio {
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}


.close-bio {
  width: 40px;
  height: 40px;
  background-image: url(../img/close-bio.svg);
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  opacity: 0.8;
}

.close-bio:hover {
  transform: scale(1.1);
}


.bio-panel h5 {
  font-size: 18px;

  
}

.bio-section-intro div {
  max-width: 800px;
  width: 100%;
  padding-left: 20px;
  padding-top: 5vh;
  padding-bottom: 5vh;
}







/* two column layout */

.two-column-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}


.rounded-corner-block.two-third-big-layout .container {
  align-items: stretch;
}




.two-third-big-layout .wrapper .overall-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.two-column-block > div {
  width: 48%;
  text-align: center !important;
}


#pricing-1940 .two-column-block > div {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}






 #pricing-1940 .one-third {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
 }




.medium-center-block .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}



.medium-center-block-body {
  margin: 20px 0;
  padding: 40px;
}


.medium-center-block-header {
  padding: 4vh 0;
}



/* blog */




.blog-section .container {
  max-width: 1300px;
  width: 90%;
}


.blog-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}


.blog-list a {
  text-decoration: none;
}

.blog-item {
  width: calc(33.333% - 40px);
  margin: 20px;
  margin-bottom: 46px;
}

.blog-item:nth-child(1) {
  width: calc(50% - 40px);
}

.blog-item:nth-child(2) {
  width: calc(50% - 40px);
}


.blog-item .thumbnail {
  width: 100%;
  height: 27vw;
  max-height: 400px;
  margin-bottom: 20px;
  opacity: 1;
  transition: 0.3s;
  transition-property: opacity;
 
}

.blog-item a:hover .thumbnail {
  opacity: 0.8;
}



.blog-list p {
  padding: 0 !important;
  line-height: 1.3;
}

.blog-list p.post-type {
  text-transform: uppercase;
  color: #AA734E;
  padding-top: 10px;
  font-size: 16px !important;
  font-weight: 600;
  padding-bottom: 5px !important;

}

.blog-preview {
  display: none;
}


.blog-item:nth-child(1) .blog-preview {
  display: block;
}


.blog-item:nth-child(2) .blog-preview {
 display: block;
}






.blog-item .blog-title {
  font-weight: 600;
  padding-bottom: 5px !important;
}







@media screen and (max-width: 1440px) {
  
  
  .photo-card-block.photo-card-six .wrapper > div {
  width: 17vw;

  
  }
  
  .photo-card-block.photo-card-six .wrapper h3 {
    font-size: 28px;
  }
  
  
  
  
  
  
  
  
  
}





@media screen and (max-width: 1200px) {
  
  /* layout */
  
  
  .padding-top {
    padding-top: 25px;
  }
  
  .padding-bottom {
    padding-bottom: 25px;
  }
  
  /* studio text */
  
 .studio h1 {
    font-size: 35px;
    font-weight: 600;
  }
  
  .studio h2 {
  font-size: 34px;
}
  
 .studio h3 {
    font-size: 30px;
    font-weight: 400;
  }
  
  .studio h5 {
  font-size: 22px;
}
  
  .studio p {
    font-size: 16px;
  }
  
  .studio ul  li {
    line-height: 1.6;
    font-size: 16px;
  }


.id-2998 {
 
    max-width: 270px;
    bottom: 0px;
  }
  
  
  /* HERO TEXT OVERLAY BLOCK */
  
  
  .hero {
    height: 45vw;
    
    
  }
  
  
  
  /* COMPLEX BLOCK */
  
  .complex-text .wrapper .container {
      width: calc(100% - 60px);
      padding: 30px;
    
    
  }
  
  
  
  .modules-contain .three-card > div:last-child {
     display: none;
  }
  
  .modules-contain .three-card > div:last-child {
     display: none;
  }
  
  
  .modules-contain .three-card > div {
      width: calc(50% - 41px);
  
      padding: 0px 20px;
    
  }
  
  
  
  /* accordion */
  .rounded-corner-block .one-third {
      width: calc(45% - 30px);
  }
  
  .rounded-corner-block .two-third {
      width: calc(55% - 30px);

  }
  
  
  
  .image-text-block .container > .left-image {
  min-height: 70vh;
  
  
}



#our-story-hero-id-21 {
  padding-top: 20px;
}
  
  
  
  
  /* bio */
  
  
  .instructor-item .thumbnail .instructor-name {
    font-size: 20px;
   
  }
  
  .instructor-item .thumbnail .instructor-title {
  font-size: 14px;
  }
  
 
 
 
 
 #pricing-1940 .two-column-block > div {
     width: 100%;
    height: auto;
    padding: 20px;
    margin: 15px 0;
 }
 
 
 
 
 .rounded-corner-block.two-third-big-layout .container {
   margin: 0px;

 }
 
 
 /* blogs */
 
 
 .blog-list p.post-type {

   font-size: 14px !important;
  
 
 }

 .blog-item {
   margin-bottom: 16px;
 }

.blog-item .thumbnail {

 height: 26vw;
 
 }

  
  
  
}




@media screen and (max-width: 1024px) {
  
  
  /* layout */
  
  .padding-bottom {
      padding-bottom: 15px;
  }
  
  .padding-top {
      padding-bottom: 15px;
  }
  
  /* studio text */
    
   .studio h1 {
      font-size: 32px;
   
    }
    
    .studio h2 {
        font-size: 31px;
    }
    
   .studio h3 {
      font-size: 28px;
     
    }
  
  
  
  
  
  .photo-card-block .wrapper > div {
  
  width: 31vw;
  height: 37vw;
  
}


  .photo-card-block .wrapper .text-card h2 {
  font-size: 3.5vw;
  
}




.image-text-block .container > .left-image {

width: 40%;

}

.image-text-block .container .right-text {
width: 60%;
}
  
  
  
  
  
  .photo-card-block.photo-card-six .wrapper  {
    flex-wrap: wrap;
  }
    
  .photo-card-block.photo-card-six .wrapper > div {
  width: calc(50% - 70px);
  min-height: 25vw;

margin-bottom: 20px;
  
  
  }
  
  .photo-card-block.photo-card-six .wrapper h3 {
    font-size: 21px;

  }
  
  
  /* bio */
  
  
  
  .instructor-item {
  
    width: 30.33%;
   
    height: 31vw;
    
  }


  .instructor-item:nth-child(6n + 1) .thumbnail,
  .instructor-item:nth-child(6n + 3) .thumbnail,
  .instructor-item:nth-child(6n + 5) .thumbnail {
    background: linear-gradient(
      180deg,
      rgba(119, 116, 113, 0.068) 40%,
      rgba(94, 89, 85, 1) 100%
    );
  }
  
  .instructor-item:nth-child(6n + 2) .thumbnail,
  .instructor-item:nth-child(6n + 4) .thumbnail,
  .instructor-item:nth-child(6n + 6) .thumbnail {
    background: linear-gradient(
      180deg,
      rgba(158, 112, 81, 0.068) 40%,
      rgba(158, 112, 81, 1) 100%
    );
  }
  
  
  
  
  
  .bio-panel {
    padding: 25px;
  }



.bio-panel h4 {
  padding-top: 40px;
  padding-bottom: 10px !important;
}



.medium-center-block-header {
  padding: 20px 0;
}

  
  
}



@media screen and (max-width: 980px) {
  
  /* typograpgy */
  
  
  
  .studio h5 {
      font-size: 19px;
  }
  
    
  .buffer {
    height: 70px;
  }
  
  
  
  /* nav */
  
  .nav {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 10;
    transition: 0.4s;
  }
  
  
  
  
  .nav.open {
    left: 0;
  }
  
  
  
  .menu-main-menu-container {
    position: unset;
    height: 100%;
    width: 100%;
    overflow: scroll;
    background: none;
   
  }
  
  
  .menu-main-menu-container {
    width: 100%;
    
  }
  
  
  nav {
    justify-content: flex-start;
  }

  
  
  nav ul {
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: column;
   padding: 50px 0;
  }


.lego-menu-nav {
  display: none;
}


.sign-up-desktop {
  display: none;
}

  
  
  nav ul li {
    width: auto;
    margin: 5px 0;
  }
  
  
  nav ul li a {
    width: auto;
    font-size: 16px;
  }
  
  
  
  .burger-button-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(../img/toggle-closed.svg);
    background-position: center;
    background-size: cover;
    transition: 0.3s;
    opacity: 0.8;
  }
  
  
  .burger-button-close:hover {
    transform: scale(1.1);
  }
  
  
  .burger-button-close:active {
    transform: scale(0.9);
    opacity: 1;
  }
  
  
  
  
  .mobile-nav {
    display: flex;
    width: 100%;
    height: 67px;
    background: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  z-index: 10;
    
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 1px 38px rgba(0, 0, 0, .06) !important;
    
  }
  
  .mobile-nav > div {
    width: calc(100% - 30px);
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
  }
  
  
  .designer-bank-icon-mobile {
    background-image: url(../img/db-black-logo.svg);
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
  }
  
  
  .burger-button-open {
  background-image: url(../img/toggle-button.svg);
  width: 35px;
  height: 35px;
  background-position: center;
  background-size: cover;
  
}


.mobile-second-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}




.mobile-sign-up-button {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #111;
  border-radius: 50px;
  font-size: 13px;
  margin-right: 8px;
}

  
  
  /* accordion */
  .rounded-corner-block .one-third {
      width: 100%;
      margin: 0px;
      padding: 5px 0;
  }
  
  .rounded-corner-block .two-third {
     width: 100%;
     margin: 0px;
     padding: 5px 0;
  }
  

  
  .rounded-corner-block .container {
      width: calc(100% - 45px);
      padding: 15px;
      height: auto;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
  }
  
  
  /* rounded corner image text */
  
  
  
  
  .rounded-corner-block.rounded-corner-block-image-text .container {
      
      width: calc(100% - 20px);

  }
  
  .rounded-corner-block.rounded-corner-block-image-text .container .one-third {
      width: calc(45% - 20px);
  }
  
  
  .rounded-corner-block.rounded-corner-block-image-text .container .two-third {
  width: calc(55% - 20px);
  
}

.rounded-corner-block.rounded-corner-block-image-text .container .two-third > div {
padding: 20px;


}
      
      
      
      .bio-section-intro div {
      
        padding-left: 0;
       
      }
      
      
      
      
      
      /* blogs */
      
      
      .blog-item {
          width: calc(50% - 20px);
          margin: 10px;
          margin-bottom: 25px;
      }
  
  .blog-item:nth-child(1) {
      width: calc(50% - 20px);
  }
  
  .blog-item:nth-child(2) {
      width: calc(50% - 20px);
  }
  
  .blog-item .thumbnail {
      height: 40vw;
  }
  
  
  
  
}




@media screen and (max-width: 768px) {
  
  /* typography */
  
  
  .studio h2 {
      font-size: 28px;
  }
  
  
  /* layout */
  
  section .wrapper {
    width: calc(100% - 30px);
    padding: 0 15px;
    height: auto;
    
  }
  
  
  section {
    padding: 15px 0;
  }
  
  
  
  /* HERO TEXT OVERLAY BLOCK */
  
  .full-text {
   text-align: left;
   padding-top: 10vh;
 }
  
  .id-2998 {
    position: absolute;
    bottom: 10px;
    left: 150px;
 
    max-width: 250px;

  }
  
  
  
  
  
    
  .hero {
    height: 60vh;
    
    
  }
  
  
   
  .hero .studio h3 {
      font-size: 20px;
      padding-top: 10px;
  
   
  }
  
  
    
  /* studio text */
    
   .studio h1 {
      font-size: 35px;
      line-height: 1.1;
   
    }
    
    
    
    
    /* card photo block */


    .photo-card-block .wrapper > div {
    width: 56vw;
    height: 67vw;   
    margin: 0 12px; 
  
  }
  
  
  
  .photo-card-block .wrapper .text-card h2 {
      font-size: 6.5vw;
  }
  
  
  
  
  
  /* complex box */
  
  
  .modules-contain {
      border-left: none;
     
      padding: 0;

  }
  

  
  
  .complex-text .wrapper .container {
      width: calc(100% - 60px);
      padding: 30px;
     
  }
  
  
  .complex-text .wrapper .container.modules {
    padding-top: 0px;
  
  }
  
  .modules-contain .three-card {
    
      padding-top: 0px;
  }
  
  .modules-contain .three-card img {
     
      border-radius: 10px;
  }
  
  
  
  
  
  .image-text-block .container > .left-image {
      width: 90%;
  }
  
  .image-text-block .container > .left-image {
      min-height: 56vh;
  }
  
  
  
  .image-text-block .container .right-text {
      width: 100%;
      padding-top: 20px;
  }
  
  
  .complex-text .wrapper .two-column-text > div {
      width: 100%;
  }
  
  
  .complex-text .wrapper .two-column-text {
    padding-top: 0px;
  }
  
  
  
    
    /* rounded corner image text */
    
    
    
    
    .rounded-corner-block.rounded-corner-block-image-text .container {
        
        width: 100%;
        justify-content: flex-end;
  
    }
    
    .rounded-corner-block.rounded-corner-block-image-text .container .one-third {
       width: 100%;
       display: flex;
       flex-direction: row;
       justify-content: center;
       align-items: center;
       flex-wrap: wrap;
       padding-bottom: 30px;
    }
    
    
    .rounded-corner-block.rounded-corner-block-image-text .container .two-third {
   width: calc(100% - 20px);
    
  }
  
  .rounded-corner-block.rounded-corner-block-image-text .container .two-third > div {
  padding: 20px;
  
  
  }
  
  
  /* BIO */
  
 section .wrapper.semi {
      width: 90%;
  }
  
  
  .instructor-item .thumbnail .instructor-name {
      font-size: 16px;
  }
  
  
  .instructor-item .thumbnail .instructor-title {
      font-size: 10px;
  }
        
        
        
        
        
        .bio-panel p {
          font-size: 14px !important;
        }
          
        
        
        
        .two-third-big-layout.rounded-corner-block .container {
       width: calc(100% - 10px);
       padding: 10px;
        
      }
      
      
      
      /* blog */
      
      
      .blog-item:nth-child(1) {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
      }
      
      .blog-item:nth-child(2) {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
      }
      
      .blog-item {
         width: 100%;
         margin: 0;
         margin-bottom: 40px !important;
     
      }
      
      .blog-item a {
        display: flex;
         flex-direction: column;
         justify-items: center;
         align-items: center;
      }
      
      .blog-item .blog-meta {
        display: flex;
         flex-direction: column;
         justify-items: center;
         align-items: center;
         width: 100%;
         text-align: center;
      }
      
      .blog-item .thumbnail {
   width: 200px;
    height: 200px;
    
      }
        
        
  
  
  
}


@media screen and (max-width: 568px) {
  
  
  /* BIO */
  
  
  .instructor-item {
      width: 47%;
        height: 52vw;
  
  }
  
  
  
  .instructor-item:nth-child(4n + 1) .thumbnail,
  .instructor-item:nth-child(4n + 4) .thumbnail {
    background: linear-gradient(
      180deg,
      rgba(119, 116, 113, 0.068) 40%,
      rgba(94, 89, 85, 1) 100%
    );
  }
  
  .instructor-item:nth-child(4n + 2) .thumbnail,
  .instructor-item:nth-child(4n + 3) .thumbnail {
    background: linear-gradient(
      180deg,
      rgba(158, 112, 81, 0.068) 40%,
      rgba(158, 112, 81, 1) 100%
    );
  }
  
  
  
  
  

  
 
  

  
}









@media screen and (max-width: 468px) {
  
  .id-2998 {
      position: absolute;

      left: 50%;
      max-width: unset;
      width: 87%;
      
  }
  
  
  
  
  
  
  
  
  
}











