/* promocss  */
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'NanumSquare', sans-serif;
}

body {

  
  background: #fff;
  /* background: #f5fffa; */
}

.main{
    
    display: flex;
    justify-content: center;
    /* margin: 111px 0 0 0; */
}


.promocontent {

  background-color: white;
  /* border-radius: 10px; */
  /* box-shadow: 0 25px 30px black; */
  position: relative;
    max-width: 560px;
    width: 100%;
    overflow: hidden;
}

.head00 {
  height: 595px;
  width: 100%;
  background-color: #45c7f5;
  border-radius: 10px;
  /* box-shadow: 0 25px 30px black; */
}  
.head {
  
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; */
    /* display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #45c7f5;

    border-radius: 10px;
  }
.head > h3{
  /* 1207 */
    /* padding: 25px 0 100px 0; */    
    padding: 25px 0 0px 0;
    color: white;
    /* font-size: 40px; */

    /* 1207 */ 
    font-size:5rem; 
    margin: 0 0 0 0 !important;
}
.head > img {

padding: 50px 100px 0 100px;

    width: 100%;

}
@media (max-width:768px){
  .promocontent {
    margin: -25px 0 0 0;
    
    background-color: white;
    /* border-radius: 10px; */
    /* box-shadow: 0 25px 30px black; */
    position: relative;
    max-width: 560px;
    width: 100%;
    overflow: hidden;
}
}
@media only screen and (max-width: 560px) {
  


  .widget-content{
    font-size: 20px;
    font-weight: bolder;
    /* text-align: center; */
  }
  .postit {
    background: #fff;
    width: 340px;
    /* width: 85%; */
    /* width: 90%; */
    /* margin: 60px auto; */
    margin: 25px auto;
    padding: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    color: #424242;
    border-radius: 15px;
  }


}
@media only screen and (max-width: 480px) {

  .head > h3 {
    /* 1207 */
    /* padding: 25px 40px 100px 40px; */
    padding: 25px 30px 0px 30px;
    color: white;
    /* font-size: 40px; */
    /* 1207 */ font-size: 4.7rem;
    margin: 0 0 0 0 !important;
}
.head > img {
  padding: 50px 70px 0 70px;
  width: 100%;
}
  .widget-content{
    font-size: 25px;
  }

  


  
  .postit {
    background: #fff;
    width: 340px;
    /* width: 85%; */
    /* width: 90%; */
    /* margin: 60px auto; */
    margin: 25px auto;
    padding: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    color: #424242;
    border-radius: 15px;
  }
}

@media only screen and (max-width: 360px) {
  
  .postit {
    background: #fff;
    /* width: 541px; */
    width: 85%;
    /* width: 95%; */

    /* margin: 60px auto; */
    margin: 25px auto;
    padding: 10px;
    /* box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2); */
    color: #424242;
    border-radius: 15px;
  }

  [speech-bubble] .title{
    font-weight: 600;
    font-size: 20px;
    /* color: white;  */
    color: black;
    /* text-shadow: 1px 1px 2px black; */
    margin-bottom: 0.5rem
  }
  .widget-content{
    font-size: 23px;
  }
}


.promocontent i {
  /* position: absolute; */
}

.txt {
  text-decoration: none;
  border: none;
  background: none;
  margin-left: 40px;
  color: black;
}

.txt::placeholder {
  /* color: rgb(60 183 149); */
  color: #3A8DFD;
  
  font-size: smaller;
}

.txt:focus {
  outline: 0;
}

p {
  /* padding-top: 20px; */
  /* padding-top: 0px; */
  /* margin-left: 40px;
  font-size: smaller; */
}

.fp {
  margin-left: 210px;
  font-size: small;
}

.fp a {
  text-decoration: none;
  transition: 0.5s;
}

.fp a:hover {
  border-bottom: 0.1px solid purple;
}

h1 {
  padding: 40px;
  text-align: center;
}

.contact {
  display: flex;
  justify-content: space-around;
  /* margin-top: -200px;
  margin-left: 80px;
  margin-right: 80px; */
  /* padding-top: 30px; */
}

.contact i {
  transition: 0.3s;
}

.contact i:hover {
  transform: scale(1.1);
}

hr {
  border: 0.1px solid rgb(155, 152, 155);
  margin-left: 30px;
  margin-right: 30px;
}

/* .loginbtn {
  margin-left: 70px;
  margin-top: 30px;
  padding: 10px 80px;
  border: none;
  border-radius: 20px;
  background: #059862;
  color: white;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s;
}

.loginbtn:focus {
  outline: 0;
}

.btn:hover {
  transform: scale(1.1);
} */

.signup {
  /* margin-left: 130px; */
  margin-left: 118px;
  font-size: smaller;
  color: rgb(73, 78, 77);
  margin-top: 10px;
}

.last {
  margin-left: 90px;
  margin-top: 30px;
  font-size: smaller;
  color: rgb(136, 129, 120);
}

.last p:nth-child(1) {
  margin-top: 10px;
}

.last p:nth-child(2) {
  margin-left: 60px;
  color: rgb(236, 124, 236);
  /* margin-top: 20px; */
}

.last a {
  text-decoration: none;
}



.imessage {
  background-color: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  font-family: "SanFrancisco";
  font-size: 1.25rem;
  margin: 0 auto 1rem;
  max-width: 600px;
  padding: 0.5rem 1.5rem;
}

.imessage p {
  border-radius: 1.15rem;
  line-height: 1.25;
  max-width: 75%;
  /* padding: 0.5rem .875rem; */
  padding: 1.5rem 1.875rem;
  position: relative;
  word-wrap: break-word;
}

.imessage p::before,
.imessage p::after {
  bottom: -0.1rem;
  content: "";
  height: 1rem;
  position: absolute;
}

p.from-me {
  align-self: flex-end;
  background-color: #248bf5;
  color: #fff; 

  font-size: 20px;
  margin: 11px 0 11px 0;
}

p.from-me::before {
  border-bottom-left-radius: 0.8rem 0.7rem;
  border-right: 1rem solid #248bf5;
  right: -0.35rem;
  transform: translate(0, -0.1rem);
}

p.from-me::after {
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  right: -40px;
  transform:translate(-30px, -2px);
  width: 10px;
}

p[class^="from-"] {
  margin: 0.5rem 0;
  width: fit-content;
}

p.from-me ~ p.from-me {
  margin: 0.25rem 0 0;
}

p.from-me ~ p.from-me:not(:last-child) {
  /* margin: 0.25rem 0 0; */
  margin: 0.25rem 1.5rem 0 0;
}

p.from-me ~ p.from-me:last-child {
  margin-bottom: 0.5rem;
}

p.from-them {
  align-items: flex-start;
  /* background-color: #e5e5ea; */
  /* background-color: #5cc7ed; */
  background: repeating-linear-gradient(132deg, #ffffff 0, #0b8cff 5%, #156fed 0, #28a0ef 50%) 0 / 10px 10px;
  /* color: #000; */
  color: white;

  font-size: 20px;
  /* margin: 11px 0 11px 0; */
}

p.from-them:before {
  border-bottom-right-radius: 0.8rem 0.7rem;
  /* border-left: 1rem solid #e5e5ea; */
  border-left: 1rem solid #5cc7ed;
  left: -0.35rem;
  transform: translate(0, -0.1rem);
}

p.from-them::after {
  background-color: #fff;
  border-bottom-right-radius: 0.5rem;
  left: 20px;
  transform: translate(-30px, -2px);
  width: 10px;
}

p[class^="from-"].emoji {
  background: none;
  font-size: 2.5rem;
}

p[class^="from-"].emoji::before {
  content: none;
}

.no-tail::before {
  display: none;
}

.margin-b_none {
  margin-bottom: 0 !important;
}

.margin-b_one {
  margin-bottom: 1rem !important;
}

.margin-t_one {
  margin-top: 1rem !important;
}














/* general styling */
@font-face {
  font-family: "SanFrancisco";
  src:
    url("https://cdn.rawgit.com/AllThingsSmitty/fonts/25983b71/SanFrancisco/sanfranciscodisplay-regular-webfont.woff2") format("woff2"),
    url("https://cdn.rawgit.com/AllThingsSmitty/fonts/25983b71/SanFrancisco/sanfranciscodisplay-regular-webfont.woff") format("woff");
}

body {  
  font-family: -apple-system, 
    BlinkMacSystemFont, 
    "Segoe UI", 
    Roboto, 
    Oxygen-Sans, 
    Ubuntu, 
    Cantarell, 
    "Helvetica Neue", 
    sans-serif;
  font-weight: normal;
  margin: 0;
  background-color: #f5f5f5;
}

.container {
  margin: 0 auto;
  max-width: 600px;
  padding: 1rem;

  background-color: white;
}

h1 {
  font-weight: normal;
  margin-bottom: 0.5rem;

  font-size: 25px;
}

h2 {
  border-bottom: 1px solid #e5e5ea;
  color: #666;
  font-weight: normal;
  margin-top: 0;
  padding-bottom: 1.5rem;


  font-size: 25px;
}

.comment {
  color: #222;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  max-width: 100%;
  padding: 0;

  font-size: 30px;
}

.postit {
  background: #fff;
  /* width: 541px; */
  width: 75%;
/* margin: 60px auto; */
margin: 25px auto;
  padding: 10px;
  /* box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2); */
  color: #424242;
  border-radius: 15px;
}

.postittext{
/* 1207 */
  /* font-size: 20px; */
  font-size: 16px;
  padding:  15px 15px 15px 15px;
}

/* 1207 */
.postitorder {
  font-size: 20px;
  padding: 15px 0 0px 0;
}
@media screen and (max-width: 800px) {

  .postit {
    background: #fff;
    /* width: 340px; */
    width: 75%;
    /* width: 90%; */
    /* margin: 60px auto; */
    margin: 25px auto;
    padding: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    color: #424242;


    border-radius: 15px;
  }
  
  body {
    margin: 0 0.5rem;
  }

  .container {
    padding: 0.5rem;
  }
  
  .imessage {
    font-size: 1.05rem;
    margin: 0 auto 1rem;
    max-width: 600px;
    padding: 0.25rem 0.875rem;


    font-size: 20px;
  }

  .imessage p {
    /* margin: 0.5rem 0; */
    margin: 0.5rem 1.5rem;
    font-size: 17px;
  }
}


@media screen and (max-width: 415px) {


  .postit {
    background: #fff;
    width: 415px;
    /* width: 85%; */
    /* width: 90%; */
    margin: 60px auto;
    padding: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    color: #424242;


    border-radius: 15px;
  }
}

@media screen and (max-width: 500px) {


  .postit {
    background: #fff;
    /* width: 500px; */
    /* width: 85%; */
    width: 95%;
    /* margin: 60px auto; */
    margin: 25px auto;
    padding: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    color: #424242;


    border-radius: 15px;
  }
}

@keyframes down-btn {
  0% { bottom:20px; }    
  100% { bottom:0px; }

  0% { opacity:0; }    
  100% { opaicty:1; }
}

@-webkit-keyframes down-btn {
  0% { bottom:20px; }    
  100% { bottom:0px; }

  0% { opacity:0; }    
  100% { opaicty:1; }
}

@-moz-keyframes down-btn {
  0% { bottom:20px; }    
  100% { bottom:0px; }

  0% { opacity:0; }    
  100% { opaicty:1; }
}

@-o-keyframes down-btn {
  0% { bottom:20px; }    
  100% { bottom:0px; }

  0% { opacity:0; }    
  100% { opaicty:1; }
}

body {
  margin:0;
}

.category-name {
  font-family: sans-serif;
  width: -webkit-fill-available;
  text-align: center;
  font-size: 40px;
}

.card-category-2 ul, .card-category-3 ul, .card-category-4 ul, .card-category-5 ul  .card-category-6 ul {
  padding: 0;
}
  
.card-category-2 ul li, .card-category-3 ul li, .card-category-4 ul li, .card-category-5 ul li, .card-category-6 ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
}

.card-category-2 ul li, .card-category-3 ul li {
  margin: 10px 5px;
}

.card-category-1, .card-category-2, .card-category-3, .card-category-4, .card-category-5, .card-category-6 {
  
  background-color: white;
  
  font-family: sans-serif;
  /* margin-bottom: 45px; */
  text-align: center;
}
.card-category-10{

}
  .card-category-1 div, .card-category-2 div {
      display:inline-block;
  }

  .card-category-1 > div, .card-category-2 > div:not(:last-child) {
    /* 1207   */
    /* margin: 10px 5px; */
      margin: 7px 5px;
      /* text-align: left; */
      text-align: center;
      width: 90%;
  }

  /* Basic Card */
  .basic-card {
      width:300px;
      position: relative;
      
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
      box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  }
  
      .basic-card .card-content {
          /* padding: 30px; */
          padding: 10px;
      }

      .basic-card .card-title {
          font-size: 25px;
          font-family: 'Open Sans', sans-serif;
      }

      .basic-card .card-text {
          line-height: 1.6;
      }

      .basic-card .card-link {
          padding: 25px;
          width: -webkit-fill-available;
      }

          .basic-card .card-link a {
              text-decoration: none;
              position: relative;
              padding: 10px 0px;
          }

          .basic-card .card-link a:after {
              top: 30px;
              content: "";
              display: block;
              height: 2px;
              left: 50%;
              position: absolute;
              width: 0;

              -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
              -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
              -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
              transition: width 0.3s ease 0s, left 0.3s ease 0s;
          }

          .basic-card .card-link a:hover:after { 
              width: 100%; 
              left: 0; 
          }
  
  
  .basic-card-aqua {
      background-image: linear-gradient(to bottom right, #00bfad, #99a3d4);

      border-radius: 10px;
  }

      .basic-card-aqua .card-content, .basic-card .card-link a {
          color: #fff;
      }
      
      .basic-card-aqua .card-link {
          border-top:1px solid #82c1bb;
      }

          .basic-card-aqua .card-link a:after {
              background:#fff;
          }

  .basic-card-lips {
      background-image: linear-gradient(to bottom right, #ec407b, #ff7d94);
      
      border-radius: 10px;
  }

      .basic-card-lips .card-content {
          color: #fff;
      }

      .basic-card-lips .card-link {
          border-top: 1px solid #ff97ba;
      }

          .basic-card-lips .card-link a:after {
              background:#fff;
          }
  
  .basic-card-light {
      border: 1px solid #eee;
      border-radius: 10px;
  }

      .basic-card-light .card-title, .basic-card-light .card-link a {
          color: #636363;
      }
      
      .basic-card-light .card-text {
          color: #7b7b7b;
      }

      .basic-card-light .card-link {
          border-top: 1px solid #eee;
      }

          .basic-card-light .card-link a:after {
              background:#636363;
          }

  .basic-card-dark {
      background-image: linear-gradient(to bottom right, #252525, #4a4a4a);

      border-radius: 10px;
  }

      .basic-card-dark .card-title, .basic-card-dark .card-link a {
          color:#eee;
      }

      .basic-card-dark .card-text {
          color: #dcdcdcdd;
      }

      .basic-card-dark .card-link {
          border-top: 1px solid #636363;
      }

      .basic-card-dark .card-link a:after {
          background:#eee;
      }







      .left{
  
        /* border-right: 1px solid lightgray; */
        /* padding-right: 45px; */
      }
      .right{
        float: right;
      }
      
      
      
      
      
      
      .yellow{background: #FFF9C4;}
      .blue{background: #E3F2FD;}
      .pink{background: #FCE4EC;}
      .purple{background: #D1C4E9;}
      .green{background: #DCEDC8;}
      
      .neoyellow{background: #FFFF00;}
      .neoblue{background: #18FFFF;}
      .neopink{background: #F50057; color:#fff;}
      .neopurple{background: #6200EA; color:#fff;}
      .neogreen{background: #76FF03;}
      .neoorange{background: #FF6F00; color:#fff;}
      
      .tape {
        margin: -30px auto 10px;
        width: 200px;
        /* width: 0px; */
        height: 40px;
        /* background: rgba(255,255,200,0.4); */
        background: rgb(253 253 226 / 40%);
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        color: #424242;
      }
      
      /* Início - Estrutura */
        html {
          background: lightgray;
        }
        body {
          /* background: white;
          width: 50%;
          margin: 20px auto;
          border-radius: 5px;
          padding: 10px;
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23); */
        }
        .dummy {
          width: 100%;
          height: 10px;
        }
      
        
        /* Fim - Footer */
      
        .assinatura{
          width: 150px;
          right: 0;
          bottom: 0;
          position: absolute;
          margin: 10px;
        }
      /* Fim - Estrutura */      




      
      
      .reveal{
        position: relative;
        transform: translateY(150px);
        opacity: 0;
        transition: 1s all ease;
      }
      
      .reveal.active{
        transform: translateY(0);
        opacity: 1;
      }




      [speech-bubble], [speech-bubble] * { box-sizing: border-box }

      [speech-bubble]{
        --bbColor: grey;
        --bbArrowSize: 1.5rem;
        --bbBorderRadius: 0.25rem;
        --bbPadding: 1rem;
        background: var(--bbColor);
        border-radius: var(--bbBorderRadius);
        padding: var(--bbPadding);
        position: relative;
      }
      
      [speech-bubble]::before{
        content: ''; 
        position: absolute;
        background: var(--bbColor);
      }
      
      [speech-bubble][pbottom]{ margin-bottom: var(--bbArrowSize) }
      [speech-bubble][ptop]   { margin-top: var(--bbArrowSize); }
      [speech-bubble][pleft]  { margin-left: var(--bbArrowSize); }
      [speech-bubble][pright] { margin-right: var(--bbArrowSize); }
      
      
      /* bottom and top  */
      [speech-bubble][pbottom]::before,
      [speech-bubble][ptop]::before{
        --width: calc(var(--bbArrowSize) / 2 * 3);
        height: var(--bbArrowSize);
        width: var(--width);
      }
      
      /* bottom */
      [speech-bubble][pbottom]::before{
        top: calc(100% - 2px);
      }
      [speech-bubble][pbottom][aleft]::before{
        left: 1rem;
        clip-path: polygon(25% 0, 100% 0, 0% 100%)
      }
      [speech-bubble][pbottom][acenter]::before{
        left: calc(50% - var(--width) / 2);
        clip-path: polygon(12.5% 0, 87.5% 0, 50% 100%)
      }
      [speech-bubble][pbottom][aright]::before{
        right: 1rem;
        clip-path: polygon(0 0, 75% 0, 100% 100%)
      }
      
      /* top */
      [speech-bubble][ptop]::before{
        bottom: calc(100% - 2px);
      }
      [speech-bubble][ptop][aleft]::before{
        left: var(--bbPadding);
        clip-path: polygon(0 0, 100% 100%, 25% 100%)
      }
      [speech-bubble][ptop][acenter]::before{
        left: calc(50% - var(--width) / 2);
        clip-path: polygon(12.5% 100%, 50% 0, 87.5% 100%)
      }
      [speech-bubble][ptop][aright]::before{
        right: var(--bbPadding);
        clip-path: polygon(0 100%, 100% 0, 75% 100%)
      }
      
      /* left and right  */
      [speech-bubble][pleft]::before,
      [speech-bubble][pright]::before{
        --height: calc(var(--bbArrowSize) / 2 * 3);
        width: var(--bbArrowSize);
        height: var(--height);
      }
      
      /* right */
      [speech-bubble][pright]::before{
        left: calc(100% - 2px);
      }
      [speech-bubble][pright][atop]::before{
        top: var(--bbPadding);
        clip-path: polygon(100% 0, 0 100%, 0 25%)
      }
      [speech-bubble][pright][acenter]::before{
        top: calc(50% - var(--height) / 2);
        clip-path: polygon(0 12.5%, 100% 50%, 0 87.5%)
      }
      [speech-bubble][pright][abottom]::before{
        bottom: var(--bbPadding);
        clip-path: polygon(0 0, 100% 100%, 0 75%)
      }
      
      /* left */
      [speech-bubble][pleft]::before{
        right: calc(100% - 2px);
      }
      [speech-bubble][pleft][atop]::before{
        top: var(--bbPadding);
        clip-path: polygon(0 0, 100% 25%, 100% 100%)
      }
      [speech-bubble][pleft][acenter]::before{
        top: calc(50% - var(--height) / 2);
        clip-path: polygon(0 50%, 100% 12.5%, 100% 87.5%);
      }
      [speech-bubble][pleft][abottom]::before{
        bottom: var(--bbPadding);
        clip-path: polygon(0 100%, 100% 0, 100% 75%)
      }
      
      /* flip */
      [speech-bubble][pbottom][flip]::before,
      [speech-bubble][ptop][flip]::before{
        transform: scaleX(-1)
      }
      [speech-bubble][pleft][flip]::before,
      [speech-bubble][pright][flip]::before{
        transform: scaleY(-1)
      }
      
      
      
      
      
      /* for demo */
      *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        cursor: default
      }
      body{
        /* max-width: 60rem;
        margin-inline: auto;
        font-family: sans-serif;
        display:grid;
        grid-template-areas:
          'br bc bl'
          'rb cc lb'
          'rc cc lc'
          'rt cc lt'
          'tr tc tl';
        padding: 2rem;
        gap: 2rem;
        background: #141518; */
      }
      
      .middle{
        grid-area: cc;
        align-self: center;
        justify-self: center;
        text-align:center;
        color: white;
      }
      
      [speech-bubble][pbottom][aleft]   {grid-area: bl}
      [speech-bubble][pbottom][acenter] {grid-area: bc}
      [speech-bubble][pbottom][aright]  {grid-area: br}
      
      [speech-bubble][pright][atop]     {grid-area: rt}
      [speech-bubble][pright][acenter]  {grid-area: rc}
      [speech-bubble][pright][abottom]  {grid-area: rb}
      
      [speech-bubble][pleft][atop]      {grid-area: lt}
      [speech-bubble][pleft][acenter]   {grid-area: lc}
      [speech-bubble][pleft][abottom]   {grid-area: lb}
      
      [speech-bubble][ptop][aleft]      {grid-area: tl}
      [speech-bubble][ptop][acenter]    {grid-area: tc}
      [speech-bubble][ptop][aright]     {grid-area: tr}
      
      [speech-bubble][pbottom],
      [speech-bubble][ptop]{margin: 0}
      
      [speech-bubble]{ 
        filter: drop-shadow(0px 0px 0.2rem black);
        transition: transform 0.25s ease
      }
      [speech-bubble]:hover{
        transform: scale(1.05);
        filter: 
          drop-shadow(0px 0px 0.2rem black)
          drop-shadow(0px 0px 1rem var(--bbColor));
      }
      
      [speech-bubble] .title{
        font-weight: 600;
        font-size: 20px;
        /* color: white;  */
        color: black;
        /* text-shadow: 1px 1px 2px black; */
        /* margin-bottom: 0.5rem */
      }
      [speech-bubble] code {
        background: white;
        margin: 0.125rem;
        /* box-shadow: 0px 0px 5px rgba(0,0,0,.5); */
        white-space: nowrap;
        font-size: .9rem
      }
      
      .middle code{
        font-size: 1rem;
      }







.benefittitle {

  font-weight: 800;
    
  border: 5px #3a8de0 solid;
    
  border-radius: 40px;
    
  padding: 10px 10px;
    
  margin: 17px 0 10px 0;
  }
.benefittitleprice {

  font-weight: 800;
    
  border: 3px #3a8de0 solid;
    
  border-radius: 40px;
    
  padding: 10px 10px;
    
  margin: 17px 0 10px 0;
  }
.benefittitleblue {

  color: #3a8de0;
  
  font-weight: 600;
  
  border: 3px #3a8de0 solid;
  
  border-radius: 40px;
  
  padding: 15px 20px;
  
  margin: 17px 0 10px 0;
  
  }
.benefittitlesmall {

  width: 254.84px;

  color: #3a8de0;
  
  font-weight: 900;
  
  border: 3px #3a8de0 solid;
  
  border-radius: 32px;
  
  padding: 15px 20px;
  
  margin: 17px 0 10px 0;
  
  }  
.titlelineyellow{
  box-shadow: inset 0 -15px 0 #ffdd28;
}
.benefitlineyellow{
  box-shadow: inset 0 -15px 0 #ffdd28;
}
.benefitlineyellowthin{
  box-shadow: inset 0 -10px 0 #ffdd28;
}
.benefitlinered{
  color: white;
  box-shadow: inset 0 -22px 0 red;
  font-size: larger;  
  font-weight: 900;
}
.benefitlinepink{
  color: white;
  box-shadow: inset 0 -26px 0 #e982a6;
  font-size: larger;  
  font-weight: 900;
}
.benefitpricered{
  /* box-shadow: inset 0 -15px 0 red; */
  color: red;
  font-size: larger;  
  font-weight: 900;
}
.benefitcontent {
  font-size: 17px;
  font-weight: 700;
  border: 2px white solid;
  border-radius: 20px;
  /* padding: 15px 15px 0px 15px; */
  padding: 15px 20% 19px 20%;
  margin: 0px 0 0px 0;
}
.benefitcontent2 {
  font-size: 17px;
  font-weight: 700;
  /* border: 2px white solid; */
  /* border-radius: 20px; */
  padding: 15px 10px 0px 10px;
  /* padding: 15px 15px 0px 15px; */
  /* padding: 15px 5% 15px 5%; */
  /* margin: 0px 0 0px 0; */
}
.benefitcontentmiddle{
  font-size: 17px;
  font-weight: 500;
  /* border: 2px white solid; */
  /* border-radius: 20px; */
  padding: 15px 15px;
  margin: 15px 0 5px 0;
}
.benefitcontentsmall {
  font-size: 15px;
  font-weight: 500;
  /* border: 2px white solid; */
  /* border-radius: 20px; */
  /* padding: 15px 15px; */
  padding: 0px 0px 15px 0px;
  /* margin: 15px 0 5px 0; */
  margin: 0px 0 5px 0;
}
.benefitprice{
  font-size: larger;  
  font-weight: 900;

}
#contactaskp {
  text-align: left;
  font-size: 17px;
  /* padding: 20px 0 0px 0; */
  padding: 10px 0 0px 0;
}

