@font-face { 
  font-family: "Bebas Neue";
  src: 
    url(../fonts/Bebas_Neue/BebasNeue-Regular.ttf) format("truetype");
}
@font-face { 
  font-family: "Cute Font";
  src: 
    url(../fonts/Cute_Font/CuteFont-Regular.ttf) format("truetype");
}
@font-face { 
  font-family: "Didact Gothic";
  src: 
    url(../fonts/Didact_Gothic/DidactGothic-Regular.ttf) format("truetype");
}
@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  font-family: "Didact Gothic",sans-serif;
  background-color: #f1f1f0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: center;
  min-height: 2vh;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration:none;
  color: #623e2a;
}

.footer a {
    text-decoration: inherit;
    color: inherit;
}

@font-face {
     font-family: "Bebas Neue";
     src: url(../fonts/Bebas_Neue/BebasNeue-Regular.ttf) format("truetype");
}
 @font-face {
     font-family: "Cute Font";
     src: url(../fonts/Cute_Font/CuteFont-Regular.ttf) format("truetype");
}
 @font-face {
     font-family: "Didact Gothic";
     src: url(../fonts/Didact_Gothic/DidactGothic-Regular.ttf) format("truetype");
}
 @keyframes floatUp {
     from {
         opacity: 0;
         transform: translateY(20px);
    }
     to {
         opacity: 1;
         transform: translateY(0);
    }
}
 .slowest-float {
     opacity: 0;
     transform: translateY(20px);
     transition: opacity 1.5s ease, transform 1.5s ease;
}
 .slow-float {
     opacity: 0;
     transform: translateY(20px);
     transition: opacity 1s ease, transform 1s ease;
}
 .float {
     opacity: 0;
     transform: translateY(20px);
     transition: opacity 0.5s ease, transform 0.5s ease;
}
 .animate {
     opacity: 1;
     transform: translateY(0);
}
 * {
     box-sizing: border-box;
}
 body {
     max-width: 98vw;
     margin: 0;
}
 #iau9{
     font-size:1.6rem;
     margin:0;
     padding:0;
     max-width:100vw;
     overflow-x:hidden;
     font-family:"Didact Gothic",sans-serif;
     display:flex;
     flex-direction:column;
}
 .navbar{
     background-color:#222;
     color:#ddd;
     min-height:50px;
     width:100%;
}
 .navbar-container{
     max-width:950px;
     margin:0 auto;
     width:95%;
}
 .navbar-items-c{
     display:inline-block;
     float:right;
}
 .navbar-container::after{
     content:"";
     clear:both;
     display:block;
}
 .navbar-brand{
     vertical-align:top;
     display:inline-block;
     padding:5px;
     min-height:50px;
     min-width:50px;
     color:inherit;
     text-decoration:none;
}
 .navbar-menu{
     padding:10px 0;
     display:block;
     float:right;
     margin:0;
}
 .navbar-menu-link{
     margin:0;
     color:inherit;
     text-decoration:none;
     display:inline-block;
     padding:10px 15px;
}
 .navbar-burger{
     margin:10px 0;
     width:45px;
     padding:5px 10px;
     display:none;
     float:right;
     cursor:pointer;
}
 .navbar-burger-line{
     padding:1px;
     background-color:white;
     margin:5px 0;
}
 #idd0r{
     display:flex;
     height:90vh;
     background-image:url("../images/blog-banner.png");
     background-position:50% 0%;
     background-size:cover;
     background-repeat:no-repeat;
     background-attachment:scroll;
}
 #iibq9{
     position:relative;
     top:35%;
     left:75%;
}
 #izrsz{
     font-family:'Bebas Neue',cursive;
     font-size:8vw;
     text-transform:uppercase;
     white-space:normal;
     text-align:center;
     color:#e46990;
     border-top-color:rgba(0,0,0,1);
     border-right-color:rgba(0,0,0,1);
     border-bottom-color:rgba(0,0,0,1);
     border-left-color:rgba(0,0,0,1);
     border-top-style:none;
     border-right-style:none;
     border-bottom-style:none;
     border-left-style:none;
     -webkit-text-stroke:.2vw #720024;
     text-stroke:.2vw #720024;
}
 #i21et{
     font-family:'Bebas Neue',cursive;
     font-size:6vw;
     text-transform:uppercase;
     white-space:normal;
     text-align:center;
     color:#e46990;
     border-top-color:rgba(0,0,0,1);
     border-right-color:rgba(0,0,0,1);
     border-bottom-color:rgba(0,0,0,1);
     border-left-color:rgba(0,0,0,1);
     border-top-style:none;
     border-right-style:none;
     border-bottom-style:none;
     border-left-style:none;
     -webkit-text-stroke:.2vw #720024;
     text-stroke:.2vw #720024;
}
 #ibcpm{
     padding:10px;
     font-family:"Didact Gothic",sans-serif;
     background-color:#f1f1f0;
     height:90vh;
     display:flex;
     justify-content:center;
     align-items:center;
}
 #ina24{
     font-family:"Cute Font",serif;
     color:#623e2a;
     font-size:4rem;
     font-weight:100;
     margin-bottom:0px;
     max-width:90%;
}
 #in8qf{
     font-family:"Didact Gothic",sans-serif;
     font-size:0.8rem;
     color:#623e2a;
     font-weight:100;
     padding-top:5%;
     max-width:90%;
}
 #i6xvz{
     font-family:"Didact Gothic", sans-serif;
     color:#623e2a;
     font-size:1rem;
     font-weight:900;
     max-width:90%;
}
 #ighz2{
     max-width:100%;
}
 #icbci{
     align-self:center;
}
 #i0jvg{
     min-width:70%;
     padding-left:1%;
     padding-right:1%;
     padding-top:5%;
     padding-bottom:5%;
}
 #ifntx{
     background-color:#e46990;
     flex-direction:row;
     justify-content:center;
     height:90vh;
}
 #iiqi2{
     font-family:"Cute Font", serif;
     font-size:2.7rem;
     color:#1e2139;
     text-align:center;
     margin-right:0px;
     margin-left:0px;
     margin-bottom:5%;
     font-weight:100;
     margin-top:0;
}
 #i0ibo{
     display:flex;
     min-height:65vh;
     justify-content:space-evenly;
     align-items:stretch;
     margin-right:-1%;
     margin-left:-1%;
     margin-top:-2%;
}
 #iqsk3{
     background-color:#FFFFFF;
     border-top-width:2px;
     border-right-width:2px;
     border-bottom-width:2px;
     border-left-width:2px;
     border-top-style:solid;
     border-right-style:solid;
     border-bottom-style:solid;
     border-left-style:solid;
     border-top-color:#000000;
     border-right-color:#000000;
     border-bottom-color:#000000;
     border-left-color:#000000;
     min-width:30%;
}
 #iacuu{
     font-weight:400;
     font-style:normal;
     color:#623e2a;
     font-size:0.8rem;
     padding-left:10px;
     padding-right:10px;
}
 #i3vbg{
     font-size:1rem;
     color:#e46990;
     line-height:1.5em;
     font-weight:100;
     padding-left:10px;
     padding-right:10px;
}
 #iikjw{
     font-size:1rem;
     font-weight:100;
     color:#e46990;
     line-height:1.5em;
     padding-right:10px;
     padding-left:10px;
}
 #ipyuo{
     font-weight:400;
     font-style:normal;
     color:#623e2a;
     font-size:0.8rem;
     padding-left:10px;
     padding-right:10px;
}
 #isn57{
     background-color:#FFFFFF;
     border-top-width:2px;
     border-right-width:2px;
     border-bottom-width:2px;
     border-left-width:2px;
     border-top-style:solid;
     border-right-style:solid;
     border-bottom-style:solid;
     border-left-style:solid;
     border-top-color:#000000;
     border-right-color:#000000;
     border-bottom-color:#000000;
     border-left-color:#000000;
     min-width:30%;
}
 #irs3e{
     font-size:1rem;
     font-weight:100;
     color:#e46990;
     line-height:1.5em;
     padding-left:10px;
     padding-right:10px;
}
 #iqftb{
     font-weight:400;
     font-style:normal;
     color:#623e2a;
     font-size:0.8rem;
     padding-left:10px;
     padding-right:10px;
}
 #ijeb8{
     background-color:#FFFFFF;
     border-top-width:2px;
     border-right-width:2px;
     border-bottom-width:2px;
     border-left-width:2px;
     border-top-style:solid;
     border-right-style:solid;
     border-bottom-style:solid;
     border-left-style:solid;
     border-top-color:#000000;
     border-right-color:#000000;
     border-bottom-color:#000000;
     border-left-color:#000000;
     min-width:30%;
}
 #iw7wo{
     background-color:#e8eaec;
     max-width:100vw;
     display:flex;
     align-items:center;
     justify-content:center;
     text-align:left;
     padding:5%;
     color:#2c2832;
     height:90vh;
}
 #iyj8w{
     font-size:2.7rem;
     font-family:"Cute Font",serif;
     padding-bottom:0px;
     margin-bottom:0px;
     margin-top:0px;
}
 #ifulv{
     text-align:center;
     align-self:center;
     min-width:45%;
}
 #ipbp5{
     color:black;
     max-width:75%;
}
 #iwp0n{
     margin-top:1em;
     font-style:italic;
     border:1px solid #000;
     padding:1em;
     display:inline-block;
     box-sizing:border-box;
     border-color:#957c92;
     font-size:0.8rem;
     max-width:60%;
}
 #isc01{
     align-self:center;
     font-family:"Didact Gothic",sans-serif;
     font-weight:400;
     font-style:normal;
     min-width:45%;
     padding-top:5%;
     padding-right:5%;
     padding-bottom:5%;
     padding-left:5%;
     color:#2c2832;
}
 #ixr6{
     background:#fff;
     padding:10px 0;
     position:fixed;
     top:0;
     width:100%;
     max-width:100vw;
     z-index:1000;
     display:flex;
     justify-content:flex-end;
     text-decoration-line:none;
     font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
     font-size:0.8rem;
     font-weight:700;
     white-space:nowrap;
     color:#55595B;
     overflow:hidden;
     text-overflow:ellipsis;
}
 #iu6k{
     background-color:#e8eaec;
}
 #iykbi{
     background-color:#e8aa76;
     padding-top:0px;
     padding-right:0px;
     padding-bottom:0px;
     padding-left:0px;
     overflow:hidden;
     margin-bottom:-75%;
}
 #iuzgb{
     font-family:"Cute Font", serif;
     font-size:5.4vw;
}
 #i8c5pu{
     color:black;
     max-width:90%;
     width:25%;
     align-self:center;
     margin-right:80%;
}
 #ipmhnh{
     color:black;
     max-width:90%;
     width:30%;
     align-self:center;
     margin-right:60%;
     margin-top:-4%;
     z-index:1;
}
 #iencnk{
     color:black;
     max-width:90%;
     width:30%;
     align-self:center;
     margin-top:-9%;
     margin-right:10%;
}
 #ilmzsc{
     display:flex;
     flex-direction:column;
     min-width:90%;
     max-width:100%;
     width:95%;
}
 #iay2f6{
     display:flex;
     align-content:flex-start;
     flex-direction:column;
     min-width:90%;
     max-width:100%;
     width:95%;
     margin-top:-54%;
}
 #iqcv9n{
     position:relative;
     left:40%;
     font-size:4vw;
     margin-bottom:0px;
}
 #it6qc4{
     position:relative;
     left:40%;
     font-size:2vw;
     font-weight:700;
}
 #iu4n7g{
     padding:10px;
     text-align:right;
     max-width:49%;
     position:relative;
     left:60%;
     font-size:2.5vw;
     padding-top:10px;
}
 #ix8rqv{
     position:relative;
     left:40%;
     max-width:65%;
     font-size:2.5vw;
}
 #iaxgd{
     width:90%;
     padding-top:0px;
     padding-right:0px;
     padding-bottom:0px;
     padding-left:0px;
}
 #ixk7j{
     line-height:4rem;
}
 #inafg{
     display:flex;
     padding-left:2.5%;
     padding-right:2.5%;
}
 #iw6lg{
     display:flex;
     justify-content:center;
     align-items:center;
}
 #i43lh{
     font-size:0.8rem;
}
 #iqyx6w{
     padding-top:0px;
     padding-right:0px;
     padding-bottom:0px;
     padding-left:0px;
}
 #iqi1jw{
     color:black;
     max-width:90%;
     width:35%;
     align-self:center;
     position:relative;
     left:30%;
     top:18%;
}
 #ikx9zf{
     color:black;
     max-width:90%;
     width:30%;
     align-self:center;
     z-index:1;
     transform:translateY(-49%) translateX(174%);
}
 #i2kbjr{
     color:black;
     max-width:90%;
     width:50%;
     align-self:center;
     transform:translateY(-41%) translateX(-50%);
}
 #i7ecs2{
     display:flex;
     flex-direction:column;
     min-width:90%;
     max-width:100%;
     width:95%;
     margin-top:-64%;
}
 #i993kx{
     position:relative;
     font-size:4vw;
     margin-bottom:0px;
     left:5%;
}
 #iooj8m{
     position:relative;
     left:5%;
     font-size:2vw;
     font-weight:700;
}
 #ihbdjl{
     animation-delay:0s;
     position:relative;
     left:5%;
     margin-bottom:5%;
     max-width:53%;
     font-size:2.5vw;
     padding-top:0px;
     padding-right:10px;
     padding-bottom:10px;
     padding-left:0px;
}
 #im3ccs{
     padding:10px;
     text-align:right;
     position:relative;
     left:53%;
     font-size:2.5vw;
     max-width:62%;
     padding-top:10px;
}
 #ismgiz{
     display:flex;
     align-content:flex-start;
     flex-direction:column;
     min-width:90%;
     max-width:100%;
     width:95%;
}
 #i7qp6r{
     position:relative;
     font-size:4vw;
     margin-bottom:0px;
     left:5%;
     top:4%;
}
 #izzurr{
     position:relative;
     left:5%;
     font-size:2vw;
     font-weight:700;
     top:4%;
}
 #ijlfuk{
     animation-delay:0s;
     max-width:50%;
     font-size:2vw;
     padding-top:0px;
     padding-right:10px;
     padding-bottom:10px;
     padding-left:0px;
     position:relative;
     top:10%;
     left:5%;
     margin-top:2%;
}
 #i8m7d7{
     padding:10px;
     text-align:right;
     position:relative;
     left:26%;
     font-size:2vw;
     max-width:50%;
     padding-top:2%;
     top:3%;
     padding-bottom:10px;
     padding-left:1%;
}
 #i15ik3{
     display:flex;
     align-content:flex-start;
     flex-direction:column;
     min-width:90%;
     max-width:100%;
     width:95%;
}
 #iyf36x{
     color:black;
     max-width:90%;
     width:35%;
     align-self:center;
     transform:translateY(-22%) translateX(142%);
}
 #iu2p2d{
     color:black;
     max-width:90%;
     width:35%;
     align-self:center;
     z-index:1;
     transform:translateY(-31%) translateX(134%);
}
 #i3r1sl{
     color:black;
     max-width:90%;
     width:25%;
     align-self:center;
     transform:translateY(-226%) translateX(-142%);
}
 #io4nit{
     display:flex;
     flex-direction:column;
     min-width:90%;
     max-width:100%;
     width:95%;
     margin-top:-58%;
}
 #icu6vc{
     margin-top:-12%;
}
 #ilp2jy{
     animation-delay:0s;
     position:relative;
     left:5%;
     max-width:50%;
     font-size:2vw;
     padding-top:0px;
     padding-right:10px;
     padding-bottom:0px;
     padding-left:0px;
     top:5%;
}
 #izp0qh{
     color:black;
     max-width:90%;
     width:20%;
     align-self:center;
     transform:translateY(-190%) translateX(133%);
}
 #igkkk9{
     position:relative;
     font-size:4vw;
     margin-bottom:0px;
     left:35%;
}
 #i8ivg2{
     position:relative;
     left:35%;
     font-size:2vw;
     font-weight:700;
}
 #i8cd6q{
     animation-delay:0s;
     max-width:50%;
     font-size:2vw;
     padding-top:0px;
     padding-right:10px;
     padding-bottom:0px;
     padding-left:0px;
     position:relative;
     left:35%;
}
 #i2kde4{
     padding:10px;
     text-align:right;
     position:relative;
     left:55%;
     font-size:2vw;
     max-width:62%;
     padding-top:2%;
     top:3%;
     padding-bottom:10px;
     padding-left:1%;
}
 #i45ocx{
     display:flex;
     align-content:flex-start;
     flex-direction:column;
     min-width:90%;
     max-width:100%;
     width:95%;
}
 #ii6tqu{
     color:black;
     max-width:90%;
     width:35%;
     align-self:center;
     transform:translateY(-131%) translateX(151%);
}
 #i6pv57{
     color:black;
     max-width:90%;
     width:35%;
     align-self:center;
     z-index:1;
     transform:translateY(-119%) translateX(-45%);
}
 #iyvi9n{
     color:black;
     max-width:90%;
     width:35%;
     align-self:center;
     transform:translateY(-224%) translateX(-102%);
}
 #ilcwml{
     display:flex;
     flex-direction:column;
     min-width:90%;
     max-width:100%;
     width:95%;
     margin-top:-26%;
}
 #ivyhct{
     margin-top:-40%;
}
 #ihtov9{
     font-size:1.8vw;
}
 #imeyxc{
     animation-delay:0s;
}
 #ia4hj7{
     font-size:1.8vw;
}
 #iyy8tu{
     text-align:center;
     font-family:"Cute Font",serif;
     color:#623e2a;
     font-size:2.5rem;
     font-weight:100;
     margin-bottom:2%;
     max-width:90%;
     min-width:50%;
     margin-top:5%;
}
 #ienit5{
     display:flex;
     justify-content:center;
     align-items:center;
     flex-wrap:wrap;
}
 #ikzj84{
     padding:10px;
     font-family:"Didact Gothic",sans-serif;
     background-color:#f1f1f0;
     display:flex;
     justify-content:space-evenly;
     flex-wrap:wrap;
     align-content:flex-start;
     align-self:center;
     min-height:65vh;
     padding-top:0px;
     padding-right:10px;
     padding-bottom:10px;
     padding-left:10px;
}
 #ilwl47{
     color:black;
     max-width:80%;
}
 #i5etxw{
     min-width:90%;
     margin-top:4%;
     display:flex;
     justify-content:space-evenly;
     align-items:center;
     flex-wrap:wrap;
     align-content:center;
     gap:1%;
     margin-bottom:5%;
}
 #izhwzh{
     width:30%;
     max-width:90%;
     min-width:30%;
     border-top-width:1px;
     border-right-width:1px;
     border-bottom-width:1px;
     border-left-width:1px;
     border-top-style:solid;
     border-right-style:solid;
     border-bottom-style:solid;
     border-left-style:solid;
     border-top-color:#623e2a;
     border-right-color:#623e2a;
     border-bottom-color:#623e2a;
     border-left-color:#623e2a;
     padding-top:10px;
     padding-right:10px;
     padding-bottom:10px;
     padding-left:10px;
     align-self:stretch;
}
 #i1ogao{
     padding-top:0px;
     padding-right:0px;
     padding-bottom:0px;
     padding-left:0px;
     margin-top:0px;
     margin-right:0px;
     margin-bottom:5%;
     margin-left:0px;
     font-size:1.2rem;
     font-weight:100;
}
 #ith8a3{
     font-size:1rem;
}
 #ia7689{
     padding-top:0px;
     padding-right:0px;
     padding-bottom:0px;
     padding-left:0px;
     margin-top:0px;
     margin-right:0px;
     margin-bottom:5%;
     margin-left:0px;
     font-size:1.2rem;
     font-weight:100;
}
 #iqm3mh{
     font-size:1rem;
}
 #ih99vy{
     width:30%;
     max-width:90%;
     min-width:30%;
     border-top-width:1px;
     border-right-width:1px;
     border-bottom-width:1px;
     border-left-width:1px;
     border-top-style:solid;
     border-right-style:solid;
     border-bottom-style:solid;
     border-left-style:solid;
     border-top-color:#623e2a;
     border-right-color:#623e2a;
     border-bottom-color:#623e2a;
     border-left-color:#623e2a;
     padding-top:10px;
     padding-right:10px;
     padding-bottom:10px;
     padding-left:10px;
     align-self:stretch;
}
 #i1t4fm{
     padding-top:0px;
     padding-right:0px;
     padding-bottom:0px;
     padding-left:0px;
     margin-top:0px;
     margin-right:0px;
     margin-bottom:5%;
     margin-left:0px;
     font-size:1.2rem;
     font-weight:100;
}
 #inkfr6{
     font-size:1rem;
}
 #im1vnq{
     width:30%;
     max-width:90%;
     min-width:30%;
     border-top-width:1px;
     border-right-width:1px;
     border-bottom-width:1px;
     border-left-width:1px;
     border-top-style:solid;
     border-right-style:solid;
     border-bottom-style:solid;
     border-left-style:solid;
     border-top-color:#623e2a;
     border-right-color:#623e2a;
     border-bottom-color:#623e2a;
     border-left-color:#623e2a;
     padding-top:10px;
     padding-right:10px;
     padding-bottom:10px;
     padding-left:10px;
}
 #ifj06f{
     font-family:"Cute Font",serif;
     font-size:2.5rem;
     font-weight:100;
     margin-bottom:2%;
     max-width:90%;
     ;
     margin-top:10%;
}
 #i3virk{
     font-size:0.8rem;
}
 #iwzln1{
     width:30%;
     max-width:90%;
     min-width:20%;
     align-self:stretch;
}
 #ize6vy{
     min-width:90%;
     margin-top:8%;
     display:flex;
     justify-content:space-evenly;
     align-items:center;
     flex-wrap:wrap;
     align-content:center;
     gap:5%;
     min-height:25%;
     margin-right:4%;
     margin-left:4%;
     margin-bottom:18%;
}
 #i3xx68{
     display:flex;
     justify-content:center;
     align-items:center;
     flex-wrap:wrap;
}
 #i44duj{
     padding:10px;
     font-family:"Didact Gothic",sans-serif;
     background-color:#57493B;
     display:flex;
     justify-content:space-evenly;
     flex-wrap:wrap;
     align-content:flex-start;
     align-self:center;
     min-height:65vh;
     padding-top:0px;
     padding-right:10px;
     padding-bottom:10px;
     padding-left:10px;
     color:#f1f1f0;
}
 #ik99jy{
     color:black;
     max-width:50%;
     width:7%;
     margin-bottom:8%;
}
 #iwg40w{
     color:black;
     max-width:50%;
     width:7%;
     margin-bottom:8%;
}
 #ity424{
     font-size:0.8rem;
}
 #ifvuun{
     width:30%;
     max-width:90%;
     min-width:30%;
     align-self:stretch;
}
 #ix3gh5{
     color:black;
     max-width:50%;
     width:7%;
     margin-bottom:8%;
}
 #i4hq7z{
     font-size:0.8rem;
}
 #ixf1og{
     width:30%;
     max-width:90%;
     min-width:30%;
     align-self:stretch;
}
 #i7cvi8{
     font-family:"Cute Font",serif;
     font-size:2.5rem;
     font-weight:100;
     margin-bottom:2%;
     max-width:90%;
     ;
     margin-top:10%;
}
 #ii49jd{
     width:30%;
     max-width:90%;
     min-width:20%;
     align-self:stretch;
     border-top-width:1px;
     border-right-width:1px;
     border-bottom-width:1px;
     border-left-width:1px;
     border-top-style:solid;
     border-right-style:solid;
     border-bottom-style:solid;
     border-left-style:solid;
     padding-top:10px;
     padding-right:20px;
     padding-bottom:10px;
     padding-left:20px;
}
 #i0gtyo{
     min-width:90%;
     margin-top:8%;
     display:flex;
     justify-content:space-evenly;
     align-items:center;
     flex-wrap:wrap;
     align-content:center;
     gap:5%;
     min-height:25%;
     margin-right:4%;
     margin-left:4%;
     margin-bottom:18%;
}
 #ibpg0p{
     display:flex;
     justify-content:center;
     align-items:center;
     flex-wrap:wrap;
}
 #iwt8xw{
     padding:10px;
     font-family:"Didact Gothic",sans-serif;
     background-color:#649db1;
     display:flex;
     justify-content:space-evenly;
     flex-wrap:wrap;
     align-content:flex-start;
     align-self:center;
     min-height:65vh;
     padding-top:0px;
     padding-right:10px;
     padding-bottom:10px;
     padding-left:10px;
     color:#f1f1f0;
}
 #id5wk1{
     font-size:2vw;
     margin-bottom:8%;
}
 #itygim{
     font-size:2vw;
     margin-bottom:8%;
}
 #iibmei a,#iibmei a:visited{
     text-decoration:none;
     color:inherit;
}
 #iibmei{
     width:30%;
     max-width:90%;
     min-width:20%;
     border-top-width:1px;
     border-right-width:1px;
     border-bottom-width:1px;
     border-left-width:1px;
     border-top-style:solid;
     border-right-style:solid;
     border-bottom-style:solid;
     border-left-style:solid;
     padding-top:10px;
     padding-right:20px;
     padding-bottom:10px;
     padding-left:20px;
     align-self:stretch;
}
 #i630vo{
     font-size:2vw;
     margin-bottom:8%;
}
 #i0a5xv{
     font-size:0.8rem;
}
 #ig0p1j{
     width:30%;
     max-width:90%;
     min-width:20%;
     align-self:stretch;
     border-top-width:1px;
     border-right-width:1px;
     border-bottom-width:1px;
     border-left-width:1px;
     border-top-style:solid;
     border-right-style:solid;
     border-bottom-style:solid;
     border-left-style:solid;
     padding-top:10px;
     padding-right:20px;
     padding-bottom:10px;
     padding-left:20px;
}
 #imzw33{
     color:black;
     max-width:100%;
     transform:translateY(-40%);
}
 #ivcwz3{
     max-width:5%;
     align-self:center;
     height:100%;
}
 #iix64w{
     font-size:0.8rem;
}
 #ic0zen{
     height:100%;
}
 #igh7bk{
     display:flex;
     gap:5%;
     margin-bottom:5%;
}
 #ijxej4{
     color:black;
     max-width:100%;
     transform:translateY(-40%);
}
 #i6oh5f{
     max-width:5%;
     align-self:center;
     height:100%;
}
 #is09wl{
     font-size:0.8rem;
}
 #imkya7{
     height:100%;
}
 #ixf8tf{
     display:flex;
     gap:5%;
}
 #iw4gbm{
     color:inherit;
     text-decoration:none;
     margin-top:0px;
     margin-right:0px;
     margin-bottom:0px;
     margin-left:0px;
}
 #ibx83k{
     color:black;
     max-width:100%;
     transform:translateY(-40%);
}
 #ituvm8{
     max-width:5%;
     align-self:center;
     height:100%;
}
 #i5bmdj{
     color:inherit;
     text-decoration:none;
}
 #iw99nt{
     font-size:0.8rem;
}
 #icwbiu{
     height:100%;
}
 #ijghv6{
     display:flex;
     gap:5%;
     margin-bottom:5%;
}
 #itaftj{
     color:rgb(241, 241, 240);
     font-family:"YAFdJqkJIt4 0", "_fb_", "auto";
     --font-size:16.0001px;
     --line-height:1.5;
     text-transform:none;
     line-height:24px;
}
 #i4zb7m{
     color:rgb(241, 241, 240);
     font-weight:400;
     font-style:normal;
}
 #ig4cvu{
     align-items:center;
     display:flex;
     max-width:90%;
     justify-content:space-evenly;
}
 #iow69n{
     max-width:20%;
}
 #ip7t1y{
     max-width:100%;
}
 #itdozw{
     max-width:100%;
}
 #i1ux24{
     max-width:20%;
}
 #i29d56{
     max-width:100%;
}
 #i8uiex{
     max-width:20%;
}
 #izrc6f a:visited,#izrc6f a {
     text-decoration:none;
     color:inherit;
}
 #izrc6f{
     padding:10px;
     font-size:0.8rem;
     text-align:center;
     border-top-width:1px;
     border-right-width:1px;
     border-bottom-width:1px;
     border-left-width:1px;
     border-top-style:solid;
     border-right-style:solid;
     border-bottom-style:solid;
     border-left-style:solid;
     border-top-left-radius:35px;
     border-top-right-radius:35px;
     border-bottom-right-radius:35px;
     border-bottom-left-radius:35px;
     margin-top:10%;
     font-style:italic;
}
 @media (max-width: 768px){
     .navbar-items-c{
         display:none;
         width:100%;
    }
     .navbar-burger{
         display:block;
    }
     .navbar-menu{
         width:100%;
    }
     .navbar-menu-link{
         display:block;
    }
}
 @media (max-width: 480px){
     #iykbi{
         height:auto;
         width:auto;
         display:flex;
         min-width:auto;
         max-width:auto;
         min-height:auto;
         max-height:auto;
         flex-wrap:wrap;
         justify-content:space-evenly;
         align-items:center;
         text-align:center !important;
    }
     #ibcpm{
         height:auto;
         text-align:center !important;
         padding-top:5%;
         padding-bottom:5%;
         padding-left:auto;
         padding-right:auto;
         flex-wrap:wrap;
         align-self:center;
    }
     #inafg{
         flex-wrap:wrap;
    }
     #idd0r{
         min-height:90vh;
         text-align:center !important;
    }
     #ifntx{
         height:auto;
         text-align:center !important;
         padding-top:5%;
         padding-bottom:5%;
    }
     #i0ibo{
         justify-content:space-evenly;
         flex-wrap:wrap;
         height:auto;
         align-items:center;
         margin-bottom:2%;
    }
     #iqsk3{
         width:90%;
         min-height:65vh;
         margin-top:1%;
         margin-right:1%;
         margin-bottom:1%;
         margin-left:1%;
    }
     #ijeb8{
         width:90%;
         min-height:65vh;
         margin-top:1%;
         margin-right:1%;
         margin-bottom:1%;
         margin-left:1%;
    }
     #isn57{
         width:90%;
         min-height:65vh;
         margin-top:1%;
         margin-right:1%;
         margin-bottom:1%;
         margin-left:1%;
    }
     #iw7wo{
         padding-top:10%;
         padding-right:10%;
         padding-bottom:10%;
         padding-left:10%;
         text-align:center !important;
    }
     #iw6lg{
         flex-wrap:wrap;
         align-content:center;
    }
     #iaxgd{
         flex-wrap:wrap;
         justify-content:center;
         align-items:center;
         align-content:center;
         width:auto;
    }
     #iqyx6w{
         flex-wrap:wrap;
         align-items:center;
         flex-direction:row;
         align-content:center;
         display:flex;
         justify-content:center;
         padding-top:5%;
         padding-bottom:5%;
    }
     #ilmzsc{
         align-content:center;
         flex-direction:row;
         justify-content:space-evenly;
         align-items:center;
         flex-wrap:wrap;
    }
     #i8c5pu{
         display:none;
    }
     #ipmhnh{
         min-width:90%;
         margin-right:0%;
         margin-top:0%;
    }
     #iencnk{
         display:none;
    }
     #iuzgb{
         font-size:10vw;
    }
     #iay2f6{
         transform:translateY(0%);
         justify-content:center;
         align-items:center;
         align-self:center;
         flex-direction:row;
         flex-wrap:wrap;
         margin-top:0%;
    }
     #iqcv9n{
         left:auto;
         font-size:8vw;
         width:95%;
    }
     #it6qc4{
         left:auto;
         font-size:8vw;
         width:95%;
    }
     #ix8rqv{
         left:auto;
         max-width:95%;
         font-size:4vw;
         width:95%;
         min-width:95%;
    }
     #iu4n7g{
         margin-top:0%;
         margin-bottom:0%;
         max-width:90%;
         min-width:90%;
         left:auto;
         padding-top:0px;
         padding-right:0px;
         padding-bottom:0px;
         padding-left:0px;
         font-size:4vw;
         text-align:center !important;
    }
     #iqi1jw{
         display:none;
    }
     #ikx9zf{
         min-width:90%;
         margin-right:0%;
         margin-top:0%;
         margin-left:0%;
         transform:translateY(0%) translateX(0%);
    }
     #i2kbjr{
         display:none;
    }
     #i7ecs2{
         align-content:center;
         flex-direction:row;
         justify-content:space-evenly;
         align-items:center;
         flex-wrap:wrap;
         transform:translateY(0%);
         margin-top:0%;
    }
     #i993kx{
         left:auto;
         font-size:8vw;
         width:95%;
    }
     #iooj8m{
         left:auto;
         font-size:8vw;
         width:95%;
    }
     #ihbdjl{
         left:auto;
         max-width:95%;
         font-size:4vw;
         width:95%;
         min-width:95%;
    }
     #im3ccs{
         margin-top:0%;
         margin-bottom:0%;
         max-width:90%;
         min-width:90%;
         left:auto;
         padding-top:0px;
         padding-right:0px;
         padding-bottom:0px;
         padding-left:0px;
         font-size:4vw;
         text-align:center !important;
    }
     #ismgiz{
         transform:translateY(0%);
         justify-content:center;
         align-items:center;
         align-self:center;
         flex-direction:row;
         flex-wrap:wrap;
    }
     #im4oao{
         flex-wrap:wrap-reverse;
         align-items:center;
         align-content:center;
         display:flex;
         justify-content:center;
         padding-top:5%;
         padding-bottom:5%;
         transform:translateY(0%);
    }
     #i7qp6r{
         left:auto;
         font-size:8vw;
         width:95%;
         top:0px;
    }
     #izzurr{
         left:auto;
         font-size:8vw;
         width:95%;
         top:0px;
    }
     #ijlfuk{
         left:auto;
         max-width:95%;
         font-size:4vw;
         width:95%;
         min-width:95%;
         top:0px;
         padding-top:10px;
         padding-left:10px;
    }
     #i8m7d7{
         margin-top:0%;
         margin-bottom:0px;
         max-width:90%;
         min-width:90%;
         left:auto;
         padding-top:10px;
         padding-right:10px;
         padding-bottom:10px;
         padding-left:10px;
         font-size:4vw;
         text-align:center !important;
         top:0%;
         margin-right:0px;
         margin-left:0px;
    }
     #i15ik3{
         transform:translateY(0%);
         justify-content:center;
         align-items:center;
         align-self:center;
         flex-direction:row;
         flex-wrap:wrap;
    }
     #iyf36x{
         display:none;
    }
     #iu2p2d{
         min-width:90%;
         margin-right:0%;
         margin-top:0%;
         margin-left:0%;
         transform:translateY(0%) translateX(0%);
    }
     #i3r1sl{
         display:none;
    }
     #io4nit{
         align-content:center;
         flex-direction:row;
         justify-content:space-evenly;
         align-items:center;
         flex-wrap:wrap;
         transform:translateY(0%);
         margin-top:0%;
    }
     #icu6vc{
         flex-wrap:wrap-reverse;
         align-items:center;
         align-content:center;
         display:flex;
         justify-content:center;
         padding-top:5%;
         padding-bottom:5%;
         transform:translateY(0%);
    }
     #ilp2jy{
         left:auto;
         max-width:95%;
         font-size:4vw;
         width:95%;
         min-width:95%;
         top:0px;
         padding-bottom:10px;
         padding-right:10px;
         padding-top:10px;
         padding-left:10px;
    }
     #izp0qh{
         display:none;
    }
     #igkkk9{
         left:auto;
         font-size:8vw;
         width:95%;
         top:0px;
    }
     #i8ivg2{
         left:auto;
         width:95%;
         top:0px;
         font-size:8vw;
    }
     #i8cd6q{
         left:auto;
         max-width:95%;
         font-size:4vw;
         width:95%;
         min-width:95%;
         top:0px;
         padding-bottom:10px;
         padding-right:10px;
         padding-top:10px;
         padding-left:10px;
    }
     #i2kde4{
         margin-top:0%;
         margin-bottom:0px;
         max-width:90%;
         min-width:90%;
         left:auto;
         padding-top:10px;
         padding-right:10px;
         padding-bottom:10px;
         padding-left:10px;
         font-size:4vw;
         text-align:center !important;
         top:0%;
         margin-right:0px;
         margin-left:0px;
    }
     #i45ocx{
         transform:translateY(0%);
         justify-content:center;
         align-items:center;
         align-self:center;
         flex-direction:row;
         flex-wrap:wrap;
    }
     #ii6tqu{
         display:none;
    }
     #i6pv57{
         min-width:90%;
         margin-right:0%;
         margin-top:0%;
         margin-left:0%;
         transform:translateY(0%) translateX(0%);
    }
     #iyvi9n{
         display:none;
    }
     #ilcwml{
         align-content:center;
         flex-direction:row;
         justify-content:space-evenly;
         align-items:center;
         flex-wrap:wrap;
         transform:translateY(0%);
         margin-top:0%;
    }
     #ivyhct{
         flex-wrap:wrap-reverse;
         align-items:center;
         align-content:center;
         display:flex;
         justify-content:center;
         padding-top:5%;
         padding-bottom:5%;
         transform:translateY(0%);
    }
     #irogu6{
         flex-wrap:wrap;
    }
     #ikzj84{
         height:auto;
         text-align:center !important;
         padding-top:5%;
         padding-bottom:5%;
         padding-left:auto;
         padding-right:auto;
         flex-wrap:wrap;
         align-self:center;
    }
     #ihtov9{
         font-size:4vw;
    }
     #ia4hj7{
         font-size:4vw;
    }
     #ircqco{
         flex-wrap:wrap;
    }
     #i44duj{
         height:auto;
         text-align:center !important;
         padding-top:5%;
         padding-bottom:5%;
         padding-left:auto;
         padding-right:auto;
         flex-wrap:wrap;
         align-self:center;
    }
     #ij96zo{
         flex-wrap:wrap;
    }
     #iwt8xw{
         height:auto;
         text-align:center !important;
         padding-top:5%;
         padding-bottom:5%;
         padding-left:auto;
         padding-right:auto;
         flex-wrap:wrap;
         align-self:center;
    }
}