/*********************************/
/* Sass bs                       */
/*********************************/
/*********************************/
/* General                       */
/*********************************/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap");
@font-face {
  font-family: TinySymbol;
  src: url("vendor/TinySymbol.ttf") format("truetype"); }
@font-face {
  font-family: Kalam;
  src: url("vendor/Kalam-Regular.ttf") format("truetype"); }
.grayscale {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(80%);
  filter: grayscale(0.8); }

.shadowfilter {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.5)) brightness(120%);
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.5)) brightness(120%); }

* {
  margin: 0px;
  padding: 0px; }

/*********************************/
/* Html                          */
/*********************************/
html {
  height: 100vh;
  width: 100vw;
  background-image: url(images/blur_background_h_l.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-color: #5f616e;
  height: 100%;
  overflow: hidden;
  position: fixed; }

@media screen and (orientation: portrait) {
  html {
    background-image: url(images/blur_background_v_l.jpg); } }
/*********************************/
/* Sponsor                       */
/*********************************/
.sponsor-afcn {
  background-image: url("images/logo_afcn.png");
  height: 11.5vh;
  width: 4.5vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  cursor: pointer;
  left: 50.44%;
  top: 26.55%;
  opacity: 0.4; }

@media screen and (orientation: portrait) {
  .sponsor-afcn {
    display: none; } }
/*********************************/
/* Texte                         */
/*********************************/
.background-text {
  font-family: 'Open Sans', sans;
  position: fixed; }

#text-blur-1 {
  left: 6.85%;
  left: calc(21.85% - 15vw);
  top: 38.5%;
  top: calc(39% - 0.7vw);
  width: 30vw;
  text-align: center;
  font-size: 1.4vw;
  color: #d0ccc9; }

#text-blur-2 {
  left: 3%;
  bottom: 7%;
  text-align: left;
  font-size: 1.1vw;
  color: #a6a5a4; }

@media screen and (orientation: portrait) {
  #text-blur-1 {
    left: 3.85%;
    left: calc(24.85% - 21vw);
    top: 27.8%;
    top: calc(28.8% - 1vw);
    width: 42vw;
    font-size: 2.0vw; }

  #text-blur-2 {
    display: none; } }
/*********************************/
/* Menu                          */
/*********************************/
#menu-container {
  position: absolute;
  top: 1em;
  right: 0.5em;
  display: flex;
  flex-direction: row;
  font-size: 16px; }

.links-out, #menu-main {
  padding: 1em;
  text-decoration: none; }

.links-out:after, #menu-main:after {
  font-family: TinySymbol;
  color: #15171e;
  opacity: 0.5;
  font-size: 3em; }

.links-out:after {
  color: white;
  font-size: 1.3em;
  padding: 0 0 0 0.5em; }

#link-to-fb:after {
  content: 'g'; }

#link-to-youtube:after {
  content: 'd'; }

#link-to-instagram:after {
  content: 'i'; }

#link-to-soundcloud:after {
  content: 'h'; }

#menu-main:after {
  content: 'B'; }

#menu-main .menu-panel {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 5em;
  right: 1em;
  padding: 0;
  background: #15171e; }

#menu-main .menu-panel a, #menu-main .menu-panel p {
  display: block;
  font-family: 'Open Sans', sans;
  color: white;
  text-decoration: none;
  text-align: left;
  padding: 0.5em 1em; }

#menu-main ul {
  list-style-type: none; }

#menu-main .menu-panel ul ul a {
  color: #8f8d8d;
  padding-left: 2em; }

#menu-main .menu-panel a:hover {
  background: #333; }

/* show menu when class menu-show is present */
#menu-main.menu-show .menu-panel {
  height: auto;
  padding: 0.5em 0;
  z-index: 300; }

#menu-main:hover:after, #menu-main.menu-show:after {
  background: #15171e;
  color: #d6d6d6; }

@media (max-height: 600px), (max-width: 600px) {
  .links-out:before, #menu-main:before {
    font-size: 5vh; }

  .links-out {
    padding: 1vh; } }
@media (max-height: 700px) {
  #menu-container {
    font-size: 12px; }

  #menu-main .menu-inner-panel {
    display: flex; } }
/*********************************/
/* Person images general         */
/*********************************/
.person-main, #masa-pisica {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-size: contain;
  position: fixed;
  cursor: pointer;
  transition: 0.2s; }

#masa-pisica {
  cursor: unset; }

.person-main:hover {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.5)) brightness(120%);
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.5)) brightness(120%);
  transition: 0.2s; }

.person-container-glow .person-main, .person-container-show .person-main {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.5)) brightness(120%);
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.5)) brightness(120%);
  transition: 0.2s; }

/*********************************/
/* Bubbles general               */
/*********************************/
.bubble-container {
  height: auto;
  width: auto;
  position: absolute;
  font-size: 16px;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
  z-index: 10; }

.bubble {
  align-items: center;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(images/thought_bubble_single_1.png);
  width: 400px;
  height: 220px;
  box-sizing: border-box;
  display: flex;
  filter: drop-shadow(0 0.8em 0.05em rgba(50, 50, 50, 0.3));
  position: relative; }

.person-container-show .bubble-container {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease-in-out; }

.bubble p {
  text-align: center;
  overflow: hidden;
  padding: 1em;
  width: 100%;
  height: 85%;
  border-radius: 50%;
  box-sizing: border-box;
  font-family: 'Open Sans', sans;
  color: #15171e; }

.bubble:before {
  background-image: url(images/thought_bubble_stem.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: ' ';
  height: 3em;
  width: 3em;
  position: absolute; }

.bubble-padding {
  width: 100%;
  height: 0;
  display: none; }

/*********************************/
/* Text containers               */
/*********************************/
.main-text-overlay {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.5);
  z-index: 100;
  content: ''; }

.main-text {
  visibility: hidden;
  position: fixed;
  width: 860px;
  margin: auto;
  height: 90%;
  height: calc(100% - 4em);
  background: white;
  padding: 2em 7em;
  z-index: 200;
  overflow: hidden;
  box-sizing: border-box;
  left: 448px;
  left: calc(50% - 430px);
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.3em;
  opacity: 0.9;
  font-family: 'Open Sans', Arial, sans;
  color: #15171e;
  font-size: 16px; }

.text-container.text-container-show .main-text-overlay,
.text-container.text-container-show .main-text {
  visibility: visible; }

.main-text h1, .main-text .elementor-widget-heading h2.elementor-heading-title, .entry-content h3 {
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 2.8em;
  margin: 0; }

.entry-content h3 {
  font-size: 1.4em; }

.text-content {
  height: 100%;
  overflow: auto;
  width: 105%;
  width: calc(100% + 7em + 12px);
  padding-right: 7em;
  padding-top: 1em;
  padding-bottom: 2em;
  box-sizing: border-box; }

@media screen and (max-width: 1050px), (orientation: portrait) {
  .main-text {
    width: 98vw;
    left: 10px;
    left: calc(50% - 49vw);
    padding-left: 1em;
    padding-right: 1em; }

  .text-content {
    width: 100%;
    padding-right: 1em;
    padding-left: 1em; } }
.text-content::before, .text-content::after {
  position: absolute;
  height: 1em;
  width: 100%;
  content: ''; }

.text-content::before {
  top: 2em;
  background: -webkit-linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%); }

.text-content::after {
  bottom: 2em;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }

.text-content .text-image {
  text-align: center; }

.text-content .text-image img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: 45vh; }

.text-content p {
  padding: 0.6em 0;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify; }

.text-content ul {
  padding: 1em 2em; }

.text-content li {
  padding: 0.3em 0; }

/*********************************/
/* Close button                  */
/*********************************/
.close-button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  padding: 5px;
  content: '';
  opacity: 0.3;
  cursor: pointer; }

.close-button:hover {
  opacity: 1; }

.close-button:before, .close-button:after {
  position: absolute;
  right: 15px;
  content: ' ';
  height: 24px;
  width: 2px;
  background-color: #333; }

.close-button:before {
  transform: rotate(45deg); }

.close-button:after {
  transform: rotate(-45deg); }

/*********************************/
/* Persons each                  */
/*********************************/
/*********************************/
/* Person SAN                    */
/*********************************/
#person-san .person-main {
  background-image: url(images/blur_pers_san_h_l.png);
  height: 200px;
  height: 21vh;
  width: 110px;
  width: 11.73vh;
  width: calc(11.7vh + 4em);
  bottom: 39.6%;
  left: 93.3%;
  left: calc(96.15% - 5.7vh - 2em); }

#person-san .bubble-container {
  left: 78%;
  /* person-left - bubble-width + adjustment */
  left: calc(96.15% - 24em + 3vw);
  top: 16.3%;
  /* 100% - person-bottom - person-height - bubble-height - adjustment */
  top: calc(100% - 39.6% - 21vh - 12em - 2em); }

#person-san .bubble {
  background-image: url(images/thought_bubble_single_3.png);
  width: 24em;
  height: 13em; }

#person-san .bubble p {
  width: 100%;
  height: 80%;
  margin-bottom: 0em;
  font-size: 1em; }

#person-san .bubble:before {
  transform: scaleX(-1);
  right: 6.5em;
  bottom: -3em; }

#person-san .bubble-padding {
  height: 3em; }

/*********************************/
/* Person ANXSOC                 */
/*********************************/
#person-anxsoc .person-main {
  background-image: url(images/blur_pers_anxsoc_h_l.png);
  height: 140px;
  height: 14.3vh;
  width: 170px;
  width: 18.13vh;
  bottom: 77.6%;
  left: 31.2%;
  left: calc(35.1% - 8.2vh); }

#person-anxsoc .bubble-container {
  left: 12%;
  /* person-left - bubble-width + adjustment */
  left: calc(35.1% - 23em - 6vh);
  top: 13.5%; }

#person-anxsoc .bubble {
  background-image: url(images/thought_bubble_single_2.png);
  width: 23em;
  height: 13.75em; }

#person-anxsoc .bubble p {
  width: 100%;
  height: 75%;
  margin-left: 0.5em;
  margin-top: 0.8em;
  font-weight: 500;
  font-size: 0.95em; }

#person-anxsoc .bubble:before {
  transform: scale(-1);
  right: -1.5em;
  top: 0.5em; }

/*********************************/
/* Person DEP                    */
/*********************************/
#person-dep .person-main {
  background-image: url(images/blur_pers_dep_h_l.png);
  height: 250px;
  height: 25.5vh;
  width: 275px;
  width: 29.33vh;
  bottom: 21%;
  left: 4.2%;
  left: calc(11.35% - 14.6vh); }

#person-dep .bubble-container {
  left: 8%;
  /* person-left - bubble-width + adjustment */
  left: calc(11.35% - 3.6em);
  top: 26%;
  /* 100% - person-bottom - person-height - bubble-height - adjustment */
  top: calc(100% - 21% - 25.5vh - 13.75em - 4em); }

#person-dep .bubble {
  background-image: url(images/thought_bubble_single_2.png);
  width: 24em;
  height: 17.5em; }

#person-dep .bubble p {
  width: 95%;
  height: 86%;
  margin-left: 0.5em;
  margin-top: 2.5em; }

#person-dep .bubble:before {
  left: 6.5em;
  bottom: -3em; }

#person-dep .bubble-padding {
  height: 3em; }

/*********************************/
/* Person PISICA                 */
/*********************************/
#masa-pisica {
  background-image: url(images/blur_masa_pisicii.png);
  height: 200px;
  height: 17.5vh;
  width: 275px;
  width: 37vh;
  bottom: 22.1%;
  left: 17%;
  left: calc(28.5% - 18.5vh); }

#person-pisica .person-main {
  background-image: url(images/blur_pers_pisica.png);
  height: 70px;
  height: 5.5vh;
  width: 90px;
  width: 9.33vh;
  bottom: 29.1%;
  bottom: calc(22.1% + 7vh);
  left: 4.2%;
  left: calc(28.5% - 18.5vh + 4.6vh); }

#person-pisica .bubble-container {
  left: 8%;
  /* person-left - bubble-width + adjustment */
  left: calc(28.5% - 18.5vh + 4.6vh - 7em + 2vh);
  top: 26%;
  /* 100% - person-bottom - person-height - bubble-height - adjustment */
  top: calc(100% - 22.1% - 7vh - 5.5vh - 5em - 2.5em); }

#person-pisica .bubble {
  background-image: url(images/thought_bubble_single_2.png);
  width: 8em;
  height: 5em; }

#person-pisica .bubble p {
  width: 95%;
  height: 86%;
  margin-left: 0.3em;
  margin-top: 0.5em;
  font-size: 1.1em;
  font-family: 'Kalam', sans; }

#person-pisica .bubble:before {
  left: 50%;
  bottom: -2.2em;
  transform: scaleX(-1);
  height: 2em;
  width: 2em; }

#person-pisica .bubble-padding {
  height: 4em; }

/*********************************/
/* Person PAN                    */
/*********************************/
#person-pan .person-main {
  background-image: url(images/blur_pers_pan_h_l.png);
  height: 300px;
  height: 30.7vh;
  width: 110px;
  width: 11.73vh;
  bottom: 19%;
  left: 48.3%;
  left: calc(51.15% - 5.57vh); }

#person-pan .bubble-container {
  left: 38%;
  /* person-left - bubble-width + adjustment */
  left: calc(51.15% - 5.57vh - 6em);
  top: 26%;
  /* 100% - person-bottom - person-height - bubble-height - adjustment */
  top: calc(100% - 19% - 30.7vh - 12.75em - 4em); }

#person-pan .bubble {
  background-image: url(images/thought_bubble_single_1.png);
  width: 24em;
  height: 14.5em; }

#person-pan .bubble p {
  width: 95%;
  height: 95%;
  margin-top: 4em;
  margin-left: 1em;
  font-size: 0.9em; }

#person-pan .bubble:before {
  left: 10.5em;
  bottom: -3em; }

#person-pan .bubble-padding {
  height: 4em; }

/*********************************/
/* Person OCD                    */
/*********************************/
#person-ocd .person-main {
  background-image: url(images/blur_pers_ocd_h_l.png);
  height: 480px;
  height: 49.1vh;
  width: 260px;
  width: 27.7vh;
  bottom: 1.1%;
  left: 26.3%;
  left: calc(33.05% - 13.53vh); }

#person-ocd .bubble-container {
  left: 10%;
  /* person-left - bubble-width + adjustment */
  left: max(-2em, calc(26.3% - 16em + 3%));
  top: 26%;
  /* 100% - person-bottom - person-height - bubble-height - adjustment */
  top: calc(100% - 1.1% - 49.1vh - 12.75em - 2em); }

#person-ocd .bubble {
  background-image: url(images/thought_bubble_single_3.png);
  width: 21em;
  height: 12.75em; }

#person-ocd .bubble p {
  width: 95%;
  height: 75%;
  margin-left: 0.5em;
  font-size: 1em; }

#person-ocd .bubble:before {
  transform: scaleX(-1);
  right: 5.5em;
  bottom: -3em; }

#person-ocd .bubble-padding {
  height: 4em; }

/*********************************/
/* Person ANXGEN                 */
/*********************************/
#person-anxgen .person-main {
  background-image: url(images/blur_pers_anxgen_h_l.png);
  height: 580px;
  height: 59.3vh;
  width: 420px;
  width: 44.8vh;
  bottom: 0;
  left: 62.4%;
  left: calc(73.35% - 22.4vh); }

#person-anxgen .bubble-container {
  left: 70%;
  /* person-left - bubble-width + adjustment */
  left: min(calc(100% - 24em), calc(73.35% - 22.4vh + 20vh));
  top: 26%;
  /* 100% - person-bottom - person-height - bubble-height - adjustment */
  top: calc(100% - 0% - 59.3vh - 12.75em - 0em); }

#person-anxgen .bubble {
  background-image: url(images/thought_bubble_single_1.png);
  width: 24em;
  height: 13.75em; }

#person-anxgen .bubble p {
  width: 95%;
  height: 90%;
  margin-top: 1.5em;
  margin-left: 0.8em;
  font-size: 1em; }

#person-anxgen .bubble:before {
  bottom: -3em;
  left: 8em; }

#person-anxgen .bubble-padding {
  height: 3em; }

/*********************************/
/* Responsive features general   */
/*********************************/
/* fix top for small height screens */
@media (max-height: 520px) {
  #person-san .bubble-container {
    top: 0; } }
/* reduce font size for smaller width screens */
@media (max-width: 1420px) {
  .bubble-container {
    font-size: 0.9em; } }
@media (max-width: 1280px), (max-height: 470px) {
  .bubble-container {
    font-size: 0.8em; } }
@media (max-width: 520px), (max-height: 400px) {
  .bubble-container {
    font-size: 0.7em; }

  .text-content p {
    font-size: 0.8em; }

  .text-content h1 {
    font-size: 1.5em; } }
/*********************************/
/* Landscape mode responsiveness */
/*********************************/
/*****************************************/
/* Switch bubbles and adapt positions    */
/* for small width screens, and squarish */
/* aspect ratios, when in landscape      */
/*****************************************/
@media (max-width: 1550px) and (orientation: landscape) {
  #person-pan .bubble-container {
    left: 30%;
    left: calc(51.15% - 24em + 4em); }

  #person-pan .bubble:before {
    transform: scaleX(-1);
    left: 13.5em; } }
@media (max-width: 1010px) and (orientation: landscape), (max-aspect-ratio: 6 / 4) and (orientation: landscape) {
  #person-san .bubble:before {
    right: 4.5em; }

  #person-anxsoc .bubble-container {
    left: 42.1%;
    left: calc(35.1% + 7%);
    top: 10px; }

  #person-anxsoc .bubble:before {
    right: unset;
    left: -3.5em;
    bottom: 2.5em;
    top: unset;
    transform: rotate(25deg); }

  #person-ocd .bubble-container {
    left: 24%;
    left: calc(33% - 6em);
    bottom: 48%;
    bottom: calc(49.1vh - 1em); }

  #person-ocd .bubble:before {
    transform: unset;
    left: 8em; }

  #person-ocd .bubble p {
    width: 95%; } }
@media (max-aspect-ratio: 6 / 4) and (orientation: landscape) {
  #person-pisica .person-main {
    left: 20%;
    left: calc(25.1% - 4.6vh);
    bottom: 77.2%; }

  #masa-pisica {
    display: none; }

  #person-pisica .bubble-container {
    left: 20%;
    left: calc(25.1% - 4.6vh - 8em + 3em);
    top: 10%;
    top: max(0%, calc(100% - 77.2% - 5.5vh - 5em - 2em)); }

  #person-pisica .bubble:before {
    right: 10vw;
    bottom: -2.2em;
    transform: scaleX(-1);
    left: 40%; } }
@media (max-width: 1010px) and (max-height: 660px) and (orientation: landscape) {
  #person-anxsoc .bubble:before {
    bottom: unset;
    top: 10vh;
    transform: rotate(55deg); } }
@media (max-width: 870px) and (orientation: landscape) {
  #person-anxgen .bubble-container {
    left: 49%;
    left: calc(74.5% - 14vh - 10em);
    bottom: 55%;
    bottom: calc(59.3vh - 2em); }

  #person-anxgen .bubble:before {
    transform: scaleX(-1) rotate(-15deg);
    left: 11em; } }
@media (max-width: 870px) and (max-height: 440px) and (orientation: landscape) {
  #person-anxgen .bubble-container {
    left: 15%;
    left: calc(74.5% - 26vh - 10em); } }
@media (max-height: 390px) and (orientation: landscape) {
  #person-san .bubble:before {
    transform: scaleX(-1) rotate(20deg);
    right: 5vw;
    bottom: -2em; } }
/*********************************/
/* Portrait mode                 */
/*********************************/
/*********************************/
/* Persons each portrait         */
/*********************************/
@media (orientation: portrait) {
  /*********************************/
  /* Person SAN Portrait           */
  /*********************************/
  #person-san .person-main {
    height: 110px;
    height: 14.5vh;
    width: 60px;
    width: 11.8vh;
    bottom: 55.5%;
    left: 87%;
    left: calc(94.35% - 5.9vh); }

  #person-san .bubble-container {
    top: 10%;
    top: max(0%, calc(100% - 55% - 14.5vh - 12em - 1em)); }

  #person-san .bubble:before {
    right: 10vw;
    bottom: -3em; }

  /*********************************/
  /* Person ANXSOC Portrait        */
  /*********************************/
  #person-anxsoc .person-main {
    height: 95px;
    height: 12.8vh;
    width: 108px;
    width: 14.7vh;
    bottom: 83.4%;
    left: 33.7%;
    left: calc(46.5% - 7.35vh); }

  #person-anxsoc .bubble-container {
    left: 1%;
    left: max(calc( 46.5% - 14em - 5vh ), 0px);
    top: 16.6%;
    top: calc(100% - 83.4% + 0em); }

  #person-anxsoc .bubble:before {
    top: -3em;
    left: 50%;
    transform: rotate(165deg); }

  #person-anxsoc .bubble p {
    margin-top: 0em; }

  /*********************************/
  /* Person DEP Portrait           */
  /*********************************/
  #person-dep .person-main {
    height: 157px;
    height: 19.5vh;
    width: 178px;
    width: 22vh;
    bottom: 40%;
    left: 1%;
    left: calc(11.55% - 7.35vh); }

  #person-dep .bubble-container {
    left: 7%;
    left: calc(11.55% - 4vw);
    top: 12%;
    top: max(-2em, calc(100% - 40% - 19.5vh - 16.5em - 2em )); }

  /*********************************/
  /* Person PISICA Portrait        */
  /*********************************/
  #masa-pisica {
    display: none; }

  #person-pisica .person-main {
    left: 22%;
    left: max(0%, calc(46.5% - 7.35vh - 9.33vh - 1vh));
    bottom: 83%; }

  #person-pisica .bubble-container {
    left: 21%;
    left: max(0%, calc(46.5% - 7.35vh - 9.33vh - 1vh));
    top: 10%;
    top: max(0%, calc(100% - 83% - 5.5vh - 5em - 2em)); }

  #person-pisica .bubble:before {
    right: 10vw;
    bottom: -2.2em;
    transform: scaleX(1);
    left: 40%; }

  /*********************************/
  /* Person PAN Portrait           */
  /*********************************/
  #person-pan .person-main {
    height: 176px;
    height: 24vh;
    width: 66px;
    width: 9vh;
    bottom: 40%;
    left: 55%;
    left: calc(64% - 4.5vh); }

  #person-pan .bubble-container {
    left: 19%;
    left: max(calc(64% - 4.5vh - 16em), -2em);
    top: 10%;
    top: max(calc(100% - 40% - 24vh - 14.5em - 1em), -2em); }

  #person-pan .bubble:before {
    transform: scaleX(-1);
    left: 12em; }

  /*********************************/
  /* Person OCD Portrait           */
  /*********************************/
  #person-ocd .person-main {
    height: 310px;
    height: 42vh;
    width: 147px;
    width: 20vh;
    bottom: 2%;
    left: 15%;
    left: calc(33% - 10vh); }

  #person-ocd .bubble-container {
    left: 18%;
    left: calc(33% - 6em);
    top: 30%;
    top: calc(100% - 2% - 42vh - 12.75em - 2em); }

  #person-ocd .bubble:before {
    transform: unset;
    left: 8em; }

  #person-ocd .bubble p {
    width: 95%; }

  /*********************************/
  /* Person ANXGEN Portrait        */
  /*********************************/
  #person-anxgen .person-main {
    height: 314px;
    height: 38.8vh;
    width: 230px;
    width: 28.5vh;
    bottom: 0;
    left: 56%;
    left: calc(74.5% - 14vh); }

  #person-anxgen .bubble-container {
    left: 15%;
    left: calc(74.5% - 14vh - 10em);
    top: 50%;
    top: calc(100% - 38.8vh - 12.75em - 1em); }

  #person-anxgen .bubble:before {
    transform: scaleX(-1);
    left: 12em; } }
/***********************************/
/* Responsiveness portrait general */
/***********************************/
@media (orientation: portrait) and (max-height: 570px) {
  #person-pisica .bubble-container {
    left: 20%;
    left: max(0%, calc(46.5% - 7.35vh - 9.33vh - 1vh));
    top: 15%;
    top: calc(100% - 83% + 2.2em); }

  #person-pisica .bubble:before {
    bottom: unset;
    top: -2.2em;
    transform: scaleX(-1) scaleY(-1) rotate(-55deg);
    left: 20%; } }
@media (orientation: portrait) and (max-width: 410px) {
  #person-anxsoc .bubble-container {
    left: unset;
    right: 5%; }

  #person-anxsoc .bubble:before {
    transform: scaleY(-1);
    left: 32%;
    top: -3.5em; } }
@media (orientation: portrait) and (max-width: 375px) {
  #person-anxsoc .bubble:before {
    left: 40%; } }
@media (orientation: portrait) and (max-width: 350px) {
  #person-anxsoc .bubble:before {
    transform: rotate(100deg); } }
/********************************************************/
/* put padding under bubbles on browsers with pointers  */
/* so that the mouse can go from person to bubble       */
/* without deactivating                                 */
/********************************************************/
@media (hover: hover) {
  .bubble-padding {
    display: block; } }
/********************************************************/
/* Styles for wp blog pages *****************************/
/********************************************************/
.blog-header, .entry-header, .footer-nav-widgets-wrapper, #site-footer, .footer-nav-widgets-wrapper.header-footer-group {
  display: none; }

body {
  background: none; }

.post-inner {
  padding: 0px; }

.text-content {
  font-size: 16px; }

/*# sourceMappingURL=main.css.map */
