*{
  box-sizing:border-box;
      -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

html{
  font-size:16px;
  padding:0;
  margin:0;
  scroll-behavior: smooth;
}

body{
  padding:0;
  margin:0;
      background: white;
  position:relative;
  font-family: "museo-sans", sans-serif;

}

body:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/Green-Foliage-PATTERN.jpg);
    z-index: -1;
    opacity: 0.15;
    background-size: 50%;
    background-repeat: repeat;
    /* mix-blend-mode: color; */

}

.article-category-el-text{
  margin: auto;
  padding:1.618rem 0
}

.newsletter-banner-wrap{
  width: 100%;
  padding: 2rem;
  /* grid-column: 1 / end; */
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.newsletter-banner-wrap img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.1;
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 34%, rgba(255, 255, 255, 1) 100%);


}

.newsletter-banner-wrap h3{
 font-size: 1.618rem;
 color: #1b2a49;
 font-weight: 700;

}

.newsletter-banner-wrap form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1rem 0;
  position: relative;
  z-index: 999;
}

.newsletter-banner-wrap form div{
  display: flex;
  flex-direction: column
}

.newsletter-banner-wrap form .cta{
  padding: 0.5rem 1.5rem;
  margin: 0;
  background: #38445f;
  font-size: 0.889rem;
  padding-top: 0.7rem;
}

.newsletter-banner-wrap form div:nth-child(3){
  grid-column: 1/end
}

.newsletter-banner-wrap form div:nth-child(4){
  display: flex;
  flex-direction: row;
  grid-column: 1 / end;
  gap: 0.25rem;
}

.newsletter-banner-wrap form div:nth-child(4) input{
}

.newsletter-banner-wrap form input{
  max-width: 42ch;
  border: none;
  border-bottom: 1px solid silver;
  padding: 0.25rem;
  border-radius: 0.618rem;
}

.newsletter-banner-wrap form label{
  text-decoration: none;
  font-family: "mr-eaves-xl-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: black;
  margin-bottom:0.5rem
}

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.25rem;
}

.home-adv-square-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
      height: 300px;
      margin: 0 auto;
      flex-shrink: 0;

}

.home-adv-square-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover
}

.af-burger{
  display:none;
  flex-direction:column;
  width:25px;
  aspect-ratio:1;
  gap:5px;

  right:1rem;top:1rem;
  border:0px solid silver;
  align-items:center;
  justify-content:center;
}

.bg-line1{
  width:100%;
  height:2px;
  background:black;
  transform-origin:left;
  transition:all 0.1s ease;
}

.bg-line2{
  width:100%;
  height:2px;
  background:black;
  transition:all 0.1s ease;
}

.bg-line3{
  width:100%;
  height:2px;
  background:black;
  transform-origin:left;

  position: relative;
  top:0;
  transition:all 0.1s ease;
}

.af-mobmn-sec{
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 300px;
  /* border: 1px solid silver; */
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(.55,-0.01,0,.91);
  padding: 2rem;
  background: #fffffff5;
  z-index: 9999;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity:0;
  pointer-events: none;
}

.af-mobmn-sec .nav-search-wrap input{
  width:30ch
}

.af-mobmn-wrap{
  display:flex;
  border:0px solid silver;
  width:100%;
  height:100%;
}

.af-mobmn-els{
  display:flex;
  flex-direction:column;
  gap:1rem;
  width: 100%;
}

.af-mobmn-els .nav_el_hasub{
  flex-direction: column;
  width: 100%;

}

.af-mobmn-els .nav_el_hasub .nav_el_sub_container{
  display: flex;
  flex-direction: column;
  margin:unset;
}

.af-mobmn-els .nav_el_hasub:hover  .nav_el_sub{
  pointer-events: auto;
  height: 100%;
  display:flex;
  opacity:1;
  transform: unset;
}

.af-mobmn-els .nav_el_sub{
  position: relative;
  transform: unset;
  left: 0;
  top: 0;
  opacity: 0;
  min-width: unset;
  pointer-events: none;
  width: auto;
  box-shadow: unset;
  background: none;
  padding: 1rem 0;
  height: 0;
  display: none;
  flex-direction: column
}

.af-mobmn-els .nav_el_hasub:after{
  content:none
}

.af-mobmn-els a{
  text-decoration: none;

  font-weight: 500;
  font-style: normal;
  line-height: 2;
  border-bottom: 1px solid #d8d8d8;
  color:black
}

.af-mobmn-cat-wrap{
  display: flex;
  flex-wrap: wrap;
  margin-top:auto;
  gap:0.618rem;
}

.af-mobmn-cat-wrap a{
  line-height: 1.2;
  color: #346450;
  border: 1px solid #2a5040;
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.ribbon {
  --f: .5em; /* control the folded part */

  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%;
  background-color: #BD1550; /* the main color  */
      background-color: #009847;

    font-weight: 700;
    font-style: normal;
    font-size: 0.7rem;
      font-family: "mr-eaves-xl-modern", sans-serif;
}

.resizableimg-scroll{
  display:flex;
  width:80%;
  max-width:800px;
  height:100vh;
  overflow:hidden;
  transform:scale(1);
  transform-origin:top;
  -webkit-mask-image: url(https://assets.codepen.io/7977321/logo_netgreen2.svg);
  mask-image: url(https://assets.codepen.io/7977321/logo_netgreen2.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
      mask-position: center;
  margin:auto;
}

.resizableimg-scroll img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top;
}

.fixed-buttons-wrap{
  position:fixed;
  display:flex;
  flex-direction:column;
  top:1rem;
  gap:0.5rem;
  z-index:999999;
}

.fixed-buttons-wrap button{
  background:whitesmoke;
  border:none;padding:1rem;
  transition:all 0.3s ease;
  cursor:pointer;
      font-family: "mr-eaves-xl-sans", sans-serif;
    font-weight: 500;
}

.fixed-buttons-wrap button:hover{
  background:black;
  color:white;
}

.articles-category-sec{
  padding:2.618rem;
  display:grid;
  grid-template-columns:2fr 1fr;
  background:white;
  grid-gap:2rem;
}

.articles-category-wrap{
      display: flex;
    flex-direction: column;
    gap: 1rem;
}

.articles-category-el{

  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: calc(4.236rem / 1.25);
  margin-bottom: 2.618rem;
}

.articles-category-el:nth-child(odd){
  grid-template-columns: 1.618fr 1fr
}

.articles-category-el:nth-child(even){
  grid-template-columns: 1fr 1.618fr
}

.articles-category-el .article-data-wrap p{
  margin-bottom:0rem
}

.articles-category-el hr{
  margin-bottom:0.5rem
}

/* .articles-category-el .cta{
    padding: 0.4rem 0.8rem;
border-radius: 100px;
background: #00d39f;
color: white;
gap: 2px;
margin-bottom: 0;
background: #00b16f;
padding: 0.618rem 1rem;
} */

.articles-category-el .cta:hover{
  /* padding: 0.75rem 1rem; */
}

.articles-category-el .article-data-wrap{
justify-content: start;
padding: 0.382rem 1rem;
margin-bottom: 1rem;
border-radius: 5px;
/* border: 1px solid #f1f1f1; */
width: fit-content;
border-radius: 100px;
background: #ebfdf9;
box-shadow: inset rgba(0, 0, 0, 0.04) 0px 1px 0px;
}

.article-data-wrap-2{
  justify-content: start;
  padding: 0.382rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  /* border: 1px solid #f1f1f1; */
  width: fit-content;
  border-radius: 100px;
  background: #ebfdf9;
  box-shadow: inset rgba(0, 0, 0, 0.04) 0px 1px 0px;
  display: flex
  ;
      gap: 0.75rem;
}

.article-data-wrap-2 p{
  margin: 0;
      margin-bottom: 1rem;
      line-height: 1.2;
      display: flex
  ;
      align-items: center;
      gap: 0.25rem;
      font-size: calc(1rem / 1.067);
      font-weight: 400;
     font-size: calc(1rem / 1.5);
     font-weight: 600;
     color: #5f5f5f;


}

.article-data-wrap-2 p span {
    font-size: 1rem;
}


.articles-category-el-img{
   width: 100%;
       display: flex
   ;
       overflow: hidden;
       position: relative;


       border-radius: 0.382rem;




}

.articles-category-el-img a{
  display: flex;
  width: 100%;
  height: 100%;
}

.articles-category-el-img:hover img{
  transform:scale(1.2)
}

.articles-category-el-img .nav-social-wrap{
  position:absolute;
  top:1rem;
  right:1rem;
  z-index:999
}

.articles-category-el-img img{
  width:100%;

  object-fit:cover;
  transition:all 0.3s ease;
  border-radius: 0.382rem;
}

.articles-category-el-img-mob{
  width: 100%;
  display: flex;
  aspect-ratio: 1.618;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display:none
}


.articles-category-el-img-mob a{
  width: 100%
}

.articles-category-el-img-mob img{
  width:100%;

  object-fit:cover;
  transition:all 0.3s ease
}

.articles-category-el .article-tag-wrap{
    display:none;
    top: 1rem;
    left: 1rem;
}

.articles-category-el .article-tag-wrap .article-tag{
  border: 1px solid #e4e4e4;
}

.articles-category-sidebar .full-art-other-art .other-art-grid{
  grid-template-columns:1fr
}

.articles-category-sidebar .full-art-other-art .other-art-grid .other-art-wrap{
      display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

.articles-category-sidebar .full-art-other-art .other-art-grid .other-art-wrap div{
  display:flex;
  flex-direction:column;
}

.slideshow-sec{
  display: grid;
    width: 100%;
    height: 500px;
    grid-template-columns: 1.618fr 1fr;
  overflow:hidden;
  background: #1c1c1c;
}

.slide{
  width:100%;
  height:100%;
  display:flex;
  overflow:hidden;
  position:relative;
  transition:all 0.3s ease;
      cursor: pointer;
      background: #00d373;
}



.slide:hover h2{
  transform:translateY(-10px)
}

.slide-title .article-data-wrap{
  justify-content:unset;
  margin-top:1rem
}

.slide-title .article-data-wrap p{
  color:#ffffffd1;
  font-size:0.79rem
}

.slide-title{
   position: absolute;
   bottom: 0rem;
   padding: 0 1rem;
   z-index: 999;
}

.slide:first-child .slide-title h2{
  font-size: calc(2.618rem / 1.25)
}

.slide:first-child .slide-title .subtitle{
  font-size: 1rem
}

.slide-title h2{
  transition:all 0.3s ease;
  color:white;
    /* font-size:1.266rem; */
  margin-bottom:0.25rem;
  font-size: 1.33rem;
  max-width: 35ch;
  letter-spacing: 0.2px;

}

.slide-title h2:first-child{

}

.slide-title h2 a{
  text-decoration: none;
  color:white;
}

.slide-title .subtitle{
    font-size: 0.79rem;
    max-width: 70ch;
    line-height: 1.35;
    color: lightgrey;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    max-width: 60%;
    min-width: 50ch;
}

.slide-title .subtitle a{
  color: #bfbfbf
}

.slide:after {
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 76%) 50%, rgba(0, 0, 0, 0) 100%)
}

.slide:nth-child(1){
  grid-row:1/3
}

.slide img{
  width:100%;
  object-fit:cover;
filter: contrast(1.5) brightness(0.75);
}

footer{
  display:flex;
  flex-direction:column;
  width:100%;
  background:#e8fffa;
  height:auto;
  padding:2rem;
  min-height:500px;
  background: rgb(232,255,250);
  background: linear-gradient(90deg, rgba(232,255,250,1) 0%, rgba(255,255,255,1) 100%);
position:relative;
}

footer svg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* transform: rotate(180deg); */
  transform-origin: center;
}

footer svg path{
  fill:#00d3730f
}

.footer-top-wrap{
  display: flex;
  flex-wrap:wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: center;

}

footer .nav-logo{
  margin:unset;

  width:125px
}

.footer-grid-el h3{
          color: #19386b;
  display:flex;
  align-items:center;
  gap:0.5rem;
  margin:0;
  font-size:1.424rem;
  margin-bottom:0.5rem;
}

.footer-grid-el hr{
  margin-bottom:1rem
}

.footer-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  grid-gap:2rem;
      padding-bottom: 4rem;
}

.footer-grid-el{
      display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
        z-index: 99;


}

.footer-grid-el form input[type="text"] {
      border: 1px solid #eaeaea;
    padding: 0.5rem 1rem;
    border-radius: 100px;
  font-family: "mr-eaves-xl-modern", sans-serif;
    font-weight: 300;
}

.footer-grid-el form input[type="submit"] {
     border: none;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    background: white;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border-radius: 1000px;
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-weight: 700;
}

.footer-contact-wrap{
  display: flex;
  flex-direction: column;
  gap:0.618rem;
}

.footer-contact-wrap p{
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.382rem;
  color:#16646d
}

.footer-contact-wrap a{
  text-decoration: none;
  font-family: mr-eaves-xl-sans, sans-serif;
  color: #1b2a49;

}

.footer-category-wrap{
      display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.article-category{
 padding: 0.25rem 1rem;
 width: fit-content;
 min-width: 100px;
 border-radius: 5px;

 font-weight: 550;
 font-style: normal;
 display: flex;
 align-items: center;
 gap: 5px;
 color: #346450;
 background: #ffffff;
 border: 1px solid #284e432b;
 font-size: 0.889rem;
 text-decoration: none;

}

.article-category span{
  font-size:inherit
}

.nav-soc-logo-search-wrap{
  display: grid;
    width: 100%;
    padding: 0 2rem;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
  transition:all 0.3s ease;
}

.nav-first-block-wrap{
  display: flex;
  align-items: center;
  gap:1rem;
}

.language-selector-wrap{
  display: flex;
  gap:0.618rem;
}

.language-selector-wrap a{
  /* padding: 0.382rem 0.618rem; */
  border: 1px solid silver;
  text-decoration: none;
  border-radius: 0.382rem;
  font-family: "mr-eaves-xl-sans", sans-serif;
  font-weight: 600;
}

.nav-search-wrap{
   margin-left:auto;
  display:flex;
  position:relative;
  width: fit-content;
  align-items: center;
  gap:1rem
}

.nav-search-button{
    border: none;
    background: whitesmoke;
    border-radius: 100px;
    display: flex
;
    aspect-ratio: 1;
    align-items: center;
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 0px;
    cursor: pointer;
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0.9);
    transform-origin: center;
}

.nav-search-button:hover{
  transform:scale(1.2)
}

.nav-search-wrap input{

      border: 1px solid #e2e2e2;
    border-radius: 100px;
    position: relative;
    line-height: 2.75;
    right: 0;
    padding: 0 10px;
  width:20ch;
  /* opacity:0; */
  transition:all 0.333s ease-out;
height:36px
}

.nav-social-wrap{

  display:flex;
  grid-gap:5px;
}

.nav-social-wrap a{
  text-decoration:none;
  border:0px solid silver;
  display:flex;
  width:30px;
  aspect-ratio:1;
  padding:0.25rem;
  align-items:center;
  justify-content:center;
  border-radius:100px;
  color:white;
  transition:all 0.3s ease;
}

.nav-social-wrap a:hover{
  transform:scale(1.2)
}

.nav-social-wrap a:nth-child(1){
  /* background:royalblue */
}

.nav-social-wrap a:nth-child(2){
  background:black
}

.nav-social-wrap a:nth-child(3){
  background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)
}

.nav-social-wrap a:nth-child(4){
  background:#0e76a8
}

.strong-text{
  font-weight:600;
      font-size: 1.05rem;
}

.adv1-hz-wrap{
  width:100%;
  position:relative;
  height:fit-content
  margin-top:0rem;
  height: 300px;
}

.adv1-hz-wrap img{
  width:100%;
  height: 100%;
  object-fit: contain;
}


.main-boxed{
  display:block;
  max-width:1200px;
  margin:auto;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 2px 0px;
}

.nav-sec{

  background:white;

  height:fit-content;
      border-bottom: 5px double black;
}

.nav-sticky{
  position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
      background: white;

  transition:opacity 0.3s ease;
  border:none;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 2px 0px;
}

.nav-sticky .nav-soc-logo-search-wrap{
  /* position:absolute; */
  /* opacity:0;
  pointer-events:none */
}

.nav-sticky nav{
padding: 0 2rem;
padding-bottom: 0.85rem;
padding-top: 0.618rem;

}

.nav-wrap{
  display:flex;
  justify-content:center;
  /* align-items:center; */
  flex-direction:column;
  padding-top:0.618rem;
  position:relative;
  width:100%;
  gap:0.618rem
}

.nav-logo{
  display:flex;
  width:125px;
  border:0px dashed silver;
  margin:auto;
  transition:all 0.3s ease;
}

.nav-logo img{
  width:100%;

}

nav{
display: flex
;
    gap: 0.382rem;
    padding: 1.125rem 2.618rem;
    width: 100%;
    max-width: 1300px;
    /* column-gap: 1rem; */
    flex-wrap: wrap;
    justify-content: center;

}

nav a{
 text-decoration: none;

 font-weight: 500;
 font-style: normal;
 color: black;
 position: relative;

 font-size: calc(1rem / 1.125);
 /* min-width: 30ch; */
 background: #f6f6f6;
 padding: 0.618rem 1.618rem;
 /* text-align: center; */
 /* border: 1px solid silver; */
 width: fit-content;
 justify-content: center;
 align-items: center;
 text-align: center;
 /* max-width: 40ch; */
 border-radius: 1rem;
transition: all 0.3s ease
}

nav a:hover{
  background: #4CAF50;
  color: white
}

/* nav a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: #00d373;
    bottom: -5px;
    left: 0;
    transition: all 0.3s ease
} */

.nav_el_hasub{
  line-height:1;
  display:flex;

}

.nav_el_hasub:after{
  content:"chevron_right";
  font-family: 'Material Symbols Sharp';
  transition:all 0.3s ease;
}

.nav_el_hasub:hover .nav_el_sub{
  opacity:1;
  pointer-events:auto;
  transform:translateX(-50%)scaleY(1)
}

.nav_el_hasub:hover:after{

  transform:rotate(90deg)
}

.nav_el_sub{
  border:0px solid silver;
  width:100vw;
  max-width:1200px;
  min-width:60ch;
  height:auto;
  padding:1rem 2rem;

  position:absolute;
  z-index:9999;
  left:50%;
  top:100%;
  background:white;
  opacity:0;
  pointer-events:none;
  transition:all 0.3s ease;
  border-radius:0;
  transform:translateX(-50%)scaleY(0.15);
  transform-origin:top;

  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.nav_el_sub_container{
  display:grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap:1rem;
  max-width:800px;
  margin:0 auto
}

.nav_el_sub:after{
  content:'';
  position:absolute;
  top:-1rem;
  width:100%;
  height:2rem;
  background:none;
}

.nav_el_sub a{
  font-size: 0.889rem;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.35;
    border-bottom: 1px solid #e6e6e6;

}

.nav_el_sub a:before {
    content: '●︎';
    position: absolute;
    top: 0;
    left: -1rem;
    font-size: 1rem;
    font-weight: 300;
    color: #00d373;
}

.full-art-sec{
  padding:2rem;
  background: white;

}

.article-data-wrap{
  display:flex;
  gap:0.75rem;
      justify-content: center;

}

.article-data-wrap p{
     margin: 0;
         margin-bottom: 1rem;
         line-height: 1.2;
         display: flex
     ;
         align-items: center;
         gap: 0.25rem;
         font-size: calc(1rem / 1.067);
         font-weight: 400;
}

.article-data-wrap p span{
  font-size: 1.25rem;
}

.article-category-el-text .article-data-wrap p{
  font-size: calc(1rem / 1.5);
  font-weight: 600;
  color: #5f5f5f;
}

.article-category-el-text .article-data-wrap p span{
  font-size: 1rem
}

.article-main-img{
  display:flex;
  width:100%;
  aspect-ratio: 2.618;
    border-radius: 0px;
    overflow: hidden;
  position:relative;
}

.article-main-img img{
  width:100%;
  object-fit:cover;
  object-position: center;
}

.slide-title .article-tag-wrap{
  position:absolute;
  display:flex;
  gap:1rem;
      top: -2rem;
    left: 1rem;
  z-index:999
}

.article-tag-wrap{
  position:absolute;
  display:flex;
  gap:1rem;
      top: 1rem;
    right: 1rem;
  z-index:999
}

.article-tag{
   border: 0px solid #ffffff33;
    padding: 0.25rem 0.75rem;
    background: #ffffff1f;
    border-radius: 100px;
   font-family: "inter-variable", sans-serif;
font-variation-settings: "slnt" 0, "wght" 500;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 5px;
    backdrop-filter: blur(10px);
    color: #ffffff;
    text-decoration: none;


}

.tag-dot{
  display:flex;
  width:10px;
  height:10px;
  background:#57D9C0;
  border-radius:100px;
  border:0px solid #ffffff4a;
}

.full-art-body{
  max-width:1200px;
  margin:auto
}

.full-art-body h2{
 text-align: center;
 /* max-width: 80ch; */
 margin: auto;
 margin-bottom: 0.5rem;
}

.full-art-body h2:first-child {
   font-size: calc(2.618rem / 1.125);
   max-width: 45ch;
   font-weight: 600;
}

.full-art-body h2:nth-child(2){
 max-width: 80ch;
 font-family: 'museo-sans';
 font-weight: 400;
 font-size: calc(1.618rem / 1.5);
}

.full-art-text-grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:4rem;
  margin-bottom:2rem
}

.full-art-text{

}

.full-art-text img {
    width: 100%;
}

.full-art-text h2{
  text-align: start;
  font-family: "ff-angie-pro", serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  line-height: 1.25;
  color: #565657;
  font-size: 1.24rem;
  margin: 0.5rem 0;
  font-size: 1.618rem;
}

.full-art-text p:nth-child(1){
  padding: 0.5rem 1rem;
  border-left: 1px solid silver;
  margin: 1rem 0;
}

.full-art-text p {
    margin-bottom: 1.618rem;
    line-height: 1.618rem;
    font-weight: 400;
}

.full-art-other-art{
  border:0px solid silver;
  display:flex;
  flex-direction:column;
  width:100%;
  height:100%;


}

.other-art-grid{
  display:grid;
  width:100%;
  grid-template-columns:1fr;
  gap:1rem;
  margin-top: 1rem;
}

.other-art-wrap{
  display:flex;
  flex-direction:column;
  width:100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}

.other-art-wrap div{

display: flex;
flex-direction: column;
justify-content: center
}

.other-art-wrap a{
 font-weight: 600;
 font-style: normal;
 font-size: calc(1rem / 1.33);
 margin: 0;
 text-decoration: none;
 color: #3e3e3e;

}

.other-art-img{
  display:flex;
  width:100%;
  height:100px;
  border-radius: 5px;
    overflow: hidden;
}

.other-art-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

hr{
      opacity:0.2;
  width:100%;
      margin: 0;
    margin-bottom: 1rem;
}

h1{
 font-size: 1.618rem;
 font-weight: 700;
 font-style: normal;
 margin: 0;
 color: #19396c;
 font-family: ff-angie-open-pro, serif;
 margin-bottom: 0.618rem;
}

h2{
 font-family: garamond-premier-pro-subhead, serif;
  font-size:2rem;
  margin:0;
  line-height:1.1;
  margin-bottom:1rem;

  font-size:1.502rem;
      margin-bottom: 0.624rem;
      color: #1b2a49;
}

h3{
 /* font-family: "ff-angie-pro", serif; */
font-weight: 600;
font-style: normal;
  margin:0;
  line-height:1.25;
  color:#565657;
  font-size: 1.24rem;
  margin: 0.5rem 0;
}

h4{
  font-size: calc(2.618rem / 1.5);
  font-family: 'garamond-premier-pro-subhead';
font-weight: 700;
font-style: normal;
  margin-bottom: 0.624rem;
  margin: 0;
  color: #1b8a61;

}

h5{
  font-size: calc(1rem / 1.125);
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.624rem;
  margin: 0;
  color: #1b2a49;
  line-height: 1.4;
  max-width: 40ch;
}

h6{
  font-size:1.125rem;
  font-family: "ff-angie-pro", serif;
font-weight: 600;
font-style: normal;
  margin-bottom: 0.624rem;
}


p{

     font-weight: 300;
     font-style: normal;
     line-height: 1.418;
     font-size: 0.889rem;
     margin: 0;
     color: #171628;

    font-size: 1rem;

}



.small-text{
  font-size:0.79rem;
  font-weight:300;
  max-width: 85ch;
  line-height: 1.2;
}

.mini-subtitle{
  font-size: 0.889rem;
  font-weight: 400;
  max-width: 85ch;
  line-height: 1.618;
font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.xsmall-text{
  font-size:0.79rem;
  letter-spacing: 0.2px;
  line-height:1.618
}

time{
  font-size:0.79rem;

    font-weight: 300;
    font-style: normal;
    color: grey;
  margin-top: 0.5rem;
}

.medium-text{
  font-size:1.125rem
}

.large-text{
  font-size: calc(2.618rem / 1.33);
      color: #1b8a61;



      font-weight: 600;
      font-style: normal;
}

.large-text a{
  text-decoration: none;
  color:inherit
}

.f-normal{
  font-style:normal!important
}

.italic{
  font-style:italic;
      padding-left: 1rem;
  border-left:1px solid #1b8a61;
  font-weight:500;
  font-family: "mr-eaves-xl-sans", sans-serif;
    font-weight: 500;
  line-height: 1.618;

}

.italic-mod{
  background:linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(232 255 247) 100%);
  padding:1rem;
      padding-left: 1.5rem;
  max-width:90ch
}

.subtitle{
  /* font-size:1.125rem;
  max-width:unset; */
  color:#575757;
  font-size: 1rem;
  line-height: 1.2;
}

ol{
  font-family: "mr-eaves-xl-modern", sans-serif;
font-weight: 300;
font-style: normal;
  line-height:1.5;
    padding: 1rem;
}

.sticky-el{
  position: sticky;
    top: 10rem;
    left: 0;
    background: #b6feee;
    padding: 1.618rem 1rem;
    border-radius: 0rem;
    background: rgb(231 255 250);
    box-shadow: rgba(0, 0, 0, 0.05) 7px 5px 18px 0px;
background: linear-gradient(235deg, rgb(0 211 115 / 9%) 0%, rgba(255, 255, 255, 1) 50%, rgb(0 211 115 / 18%) 100%);
    margin:1rem 0
}

.sticky-el h4{
  color: #1b2a49;
  margin-bottom:1rem
}

.home-mgrid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:0rem;
  padding:1rem 0;
  background:white;
}

.home-grid-a{
  display: grid;
    grid-template-columns: 1.618fr 1fr;
    grid-gap: 2rem;
    height: fit-content;
        grid-row-gap: 0;
  padding:1rem;
  padding: 2.618rem;
  /* padding-left: 2rem; */
}

.home-grid-a hr{
      grid-column: 1 / 3;
    width: 100%;
    margin: 0
}

.home-grid-b hr{

    margin: 0
}

.home-grid-b{
  display: flex;
  grid-gap: 1rem;
  flex-direction: column;
  padding-left: 1rem;
  border-left: 1px solid #ebebeb;
  padding: 1.618rem 1.618rem;
}

.home-articles-wrap{

}

.home-articles-img{
  width:100%;
  height:225px;
  display:flex;
  border-radius: 10px;

  position:relative;
  margin:auto
}

.home-articles-img img{
  width:100%;
  object-fit:cover;
  border-radius: 0.618rem;
}

.image-author{
        position: absolute;
    bottom: 0.5rem;
    right: 0.75rem;
    line-height: 1;
    color: white;
    font-family: "inter-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 500;
    font-size: 0.6rem;

}

.article-short-text{
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
  max-width:80ch;
  font-weight: 600;
  color: #5a5a5a;

  margin-top: 1rem;
  margin-bottom: 1rem
}

.article-short-text p{
font-size: calc(1rem / 1.067);
font-weight: 400;
color: #5b5b5b;
font-weight: 600;
color: #5a5a5a;

}

.grid-full-width{
  grid-column:1/3
}

.grid-full-width .subtitle{
  margin-bottom:1.5rem
}

.margin-none{
  margin:0!important
}

.margin-title-home-fix{
  margin-bottom: 0.382rem;
}

.cta{
 display: flex
 ;
     align-items: center;
     text-decoration: none;
     gap: 5px;
     width: fit-content;
     padding: 0;
     border: 0px double silver;
     border-radius: 0px;
     font-size: calc(1rem / 1.125);
     transition: all 0.3s ease;
     cursor: pointer;
     padding: 0.25rem 0.65rem;
     background: #e8fff7;

     color: #1b2a49;
     margin: 1rem 0;
     padding: 0.618rem 1.25rem;
     border-radius: 2px;
     background: #4CAF50;
     color: white;
     gap: 2px;
     margin-bottom: 0;
     margin: 0;
     border-radius: 2rem;

     justify-content: center;
}

.cta:hover{
  color:white;
  background:black;
  transform:scale(0.9)
  /* padding: 0.25rem 0.65rem; */
}

.cta span{
  font-size:inherit
}

.line-sep{
  display: flex
  ;
      width: 2px;
      height: 30px;
      background: #1b8a61;
      border-radius: 100px;

}


.read-scrollbar{
  display:flex;
  width:100%;
  height:10px;
  background:none;
  position:fixed;
  overflow:hidden;
  top:0;
  z-index:99999;
  max-width: 1200px;
  left: 50%;
    transform: translateX(-50%);
}

.scrollbar{
  display:flex;
  width:100%;
  height:5px;
  background:#57D967;
  position:absolute;
  transform:translateX(-100%);
  border-radius:100px;
  transition:all 0.1s linear;

}

.page-list-wrap{
  display: flex;
  gap:0.5rem;

}

.page-list-wrap span{
  display: flex;
  width: 25px;
  height: 25px;
  padding: 0.5rem;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  /* background: #d4ffe5; */
  font-family: 'mr-eaves-xl-modern';
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}

.page-list-wrap span a{
  text-decoration: none
}


.login-grid{
  display: grid;
  grid-template-columns: 1.618fr 1fr;
  background: white;
  min-height: 50vh
}



.login-wrap{
  display: flex
  ;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    width: 100%;
    max-width: 65ch;
    margin: 1rem 0;
    margin-left: auto;
    padding: 1.618rem 1.618rem;
}

.login-wrap h4{

    color: indianred;
    font-size: calc(1.618rem * 1.125);
    font-weight: 800;
    display: flex
  ;
    gap: 0.618rem;
    align-items: center;
    font-weight: 700;
    font-family: 'museo-sans';
    letter-spacing: 0;

}

.login-form{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap:0.5rem;
}

.login-form .cta{
  padding: 0.5rem 1.5rem;
  margin: 0;
  background: #4cb050;
  font-size: 0.889rem;
  padding-top: 0.7rem;
}

.login-form .cta:nth-child(2){
  background: indianred
}

.login-grid .login-img-wrap{
  height: 100%
}

.login-img-wrap {
  width: 100%;
  height: 400px;
  -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(233, 233, 233, 0) 100%);
  mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(233, 233, 233, 0) 100%);
  pointer-events: none;
}

.login-img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.recovery-el{
  display: flex;
  align-items: baseline;
  gap:0.618rem;
  text-decoration: none;
  margin-bottom: 0.618rem;
  font-size: calc(1rem / 1.067);
  font-weight: 500;
}

.recovery-el span{
  font-size: 1rem
}

.form-group{
  display: flex;
  flex-direction: column;
  width: fit-content;
 max-width: 35ch;
 width: 100%;
}

.form-group-row{
  flex-direction: row!important;
  flex-wrap: wrap;
  gap:1rem
}

/* .login-form .form-group:nth-child(7){
  grid-column: 1/3
}

.login-form .form-group:nth-child(8){
  flex-direction: row;
  grid-column: 1/3
} */

.form-group textarea{
  width: 100%;
  height: 7rem;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  background-color: rgb(248, 248, 248);
  font-size: 0.79rem;
  resize: none;
}

.form-group input {
  max-width: 42ch;
  border: none;
  /* border-bottom: 1px solid silver; */
  padding: 0.25rem;
  background: none;
  padding: 0.618rem 1rem;
  border: 1px solid #e8e8e8;
  border-radius: 0.618rem;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  background: white;
  font-family: 'museo-sans';
}

.form-group label {
  text-decoration: none;

  font-weight: 500;
  font-style: normal;
  color: black;
  margin-bottom: 0.5rem;
  font-size: calc(1rem / 1.2);
}



.checkbox-wrap{
  /* grid-column: 1 / 3; */
  flex-direction: row!important;
  gap: 1rem;

}

.checkbox-wrap p{

 font-size: calc(1rem / 1.25);
 line-height: 1.3;
}

.segnalazione-grid{
  display: grid;
  grid-template-columns: 1.618fr 1fr;
  background: white
}

.segnalazione-grid .home-segnalazione-wrap{
  padding: 1.618rem 2.618rem;
}

.segnalazione-form{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap:1rem;
}

.segnalazione-form .cta{
  padding: 0.5rem 1.5rem;
  margin: 0;
  background: #38445f;
  font-size: 0.889rem;
  padding-top: 0.7rem;
}

.form-group{
  display: flex;
  flex-direction: column
}

.form-image-ver{
  max-width: 40ch;
  padding: 1rem;
}

/* .segnalazione-form .form-group:nth-child(7){
  grid-column: 1/3
}

.segnalazione-form .form-group:nth-child(8){
  flex-direction: row;
  grid-column: 1/3
} */

.segnalazione-grid .home-segnalazione-img-wrap{
  height: 100%
}







.home-segnalazione-wrap{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  width: 100%;

  max-width: 65ch;
  margin: 1rem 0;
  padding-left: 1rem;
  margin-left: auto
}

.home-segnalazione-wrap h4{
 color: indianred;
     font-size: calc(2.618rem / 1.33);
     font-weight: 800;
     display: flex
 ;
     gap: 0.618rem;
     align-items: center;
     font-weight: 700;
     font-family: 'museo-sans';
     letter-spacing: 0;
}

.home-segnalazione-wrap h4 span{
  font-size: inherit
}

.home-segnalazione-wrap p{
  font-size: calc(1rem / 1.2);
  max-width: 50ch;
}

.home-segnalazione-wrap .cta{
  background: indianred;
  padding: 0.618rem 1rem;
  margin-top:0;
  border-radius: 100px
}

.home-segnalazione-img-wrap{
  width:100%;
  height:400px;
  -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(233, 233, 233, 0) 100%);
  mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(233, 233, 233, 0) 100%);
}

.home-segnalazione-img-wrap img{
  width:100%;
  height: 100%;
  object-fit: cover
}



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

  html{
    font-size: 17px
  }

  .articles-category-sec{
    grid-template-columns:1fr;

        margin: auto;
  }

  .grid-full-width{
    grid-column:unset
  }


  .slideshow-sec {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 200px 200px 200px;

        margin: auto;

  }

  .slide:nth-child(1){
    grid-row:unset
  }

   .home-mgrid{
    grid-template-columns:1fr;
        padding: 1.5rem;
  }

  .home-grid-a{
    grid-template-columns:1fr
  }

  .home-grid-a > div {
    grid-column:1/3
  }

  .full-art-sec {
    padding: 2rem;
    background: white;

    margin: auto;
}

  .full-art-text-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}


}

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

  .slide-title .subtitle{
    max-width: unset;
    min-width: unset
  }

  .af-mobmn-els .nav-search-wrap{
    display: flex;
    margin-top:auto
  }

  .slideshow-sec {
      display: grid;
      width: 100%;
      height: auto;
      grid-template-columns: 1fr;
      grid-template-rows: calc(50vh - 50px) calc(50vh - 50px) 200px;
      margin: auto;
  }

  .nav-logo{
    margin:0
  }

  .af-burger{
    display: flex
  }

  .nav-first-block-wrap{
    display: none
  }

  .nav-search-wrap{
    display: none
  }

  .nav-soc-logo-search-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav{
    display: none
  }

  .articles-category-el{
    grid-template-columns: 1fr!important
  }

  .nav-wrap{
    padding:1rem 0
  }

  .articles-category-el-img{
    display: none
  }

  .articles-category-el-img-mob{
    display: flex;
  }

  .articles-category-sec{
    padding: 1.618rem
  }
}

@media screen and (max-width: 450px){
  .home-mgrid{
    grid-template-columns:1fr;
        padding: 0.5rem;
  }

  .home-grid-a{
    grid-template-columns:1fr;
    padding: 1.618rem 1rem;
  }

  .home-grid-a > div {
    grid-column:1/3
  }

  .full-art-text-grid{
    grid-template-columns:1fr
  }

  .article-main-img{
    aspect-ratio:1.618
  }

  .full-art-sec{
    padding:1.5rem
  }

  .full-art-body h2{
    text-align:start
  }

  .login-grid{
    position: relative;
    grid-template-columns:1fr;

  }

  .login-grid .home-login-wrap {
    padding: 1rem 2rem;
  }

  .login-grid .login-img-wrap {
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
  }

  .login-form {

    position: relative;
    z-index: 99;
  }

  .segnalazione-grid{
    position: relative;
    grid-template-columns:1fr;

  }

  .segnalazione-grid .home-segnalazione-wrap {
    padding: 1rem 2rem;
  }

  .segnalazione-grid .home-segnalazione-img-wrap {
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
  }

  .segnalazione-form {

    position: relative;
    z-index: 99;
  }

}