/********** general styles **********/
*{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}
body{
    position: relative;
    top: 83px;
    width: 100vw;
    margin: 0;
    padding: 0;
}
header{
    width: 100%;
    box-sizing: border-box;
    background: hsl(0deg 0% 100% / 60%);
    --tw-backdrop-blur: blur(8px);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid hsl(197 25% 85%);
    position: fixed;
    z-index: 99;
    top: 0;
    max-width: 100vw;
    margin: 0;
    padding: 0;
}
header .header_wrap{
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    max-width: calc(100% - 2rem);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
header .header_wrap > div{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}
.header-logo-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.header-logo-container{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    background: #fff;
    border: 1px solid rgb(229 231 235);
    border-radius: 10px;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-logo{
    height: 2.5rem;
    width: 2.5rem;
    object-fit: contain;
}
.header-logo-content{
    color: hsl(210 1% 66%);
    font-size: .75rem;
    line-height: 1rem;
}
.header-logo-content span{
    color: hsl(184 100% 21%);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
header .header_wrap nav ul{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 32px;
}
header .header_wrap nav ul li a{
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    color: hsl(20 4% 29%);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
header .header_wrap nav ul li a:hover, header .header_wrap nav ul li a:active{
    color: hsl(184 100% 21%);
}
header .header_wrap nav a.btn{
    display: none;
}
.toggle_menu{
    display: none;
    width: 24px;
    height: 24px;
    border: none;
    left: 0;
    margin-right: 10px;
    top: 0;
    z-index: 100;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    animation-delay: 1s;
    background-color: transparent;
}
.toggle_menu:focus {
    outline: 0
}
.toggle_menu.active {
    border: 2px solid #0f1729;
    flex-shrink: 0;
}
.toggle_menu.active .sandwich .sw-topper {
    top: 10px;
    left: -1px;
    width: 18px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%)
}
.toggle_menu.active .sandwich .sw-footer {
    top: 4px;
    left: -1px;
    height: 2px;
    width: 19px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%)
}
.toggle_menu.active .sandwich .sw-bottom {
    opacity: 0;
    top: 0;
    height: 3px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%)
}
.toggle_menu span{
    display: block;
}
.sandwich {
    width: 24px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200
}
.sw-topper{
    position: relative;
    top: 0;
    width: 24px;
    height: 3px;
    background: #0f1729;
    border: none;
    -webkit-transition: -webkit-transform .5s, top .2s;
    -webkit-transition: top .2s, -webkit-transform .5s;
    transition: top .2s, -webkit-transform .5s;
    -o-transition: transform .5s, top .2s;
    transition: transform .5s, top .2s;
    transition: transform .5s, top .2s, -webkit-transform .5s;
    display: block;
    border-radius: 3px;
}
.sw-bottom{
    position: relative;
    width: 24px;
    height: 3px;
    left: 0;
    top: 6px;
    background: #0f1729;
    border: none;
    -webkit-transition: -webkit-transform .5s, top .2s;
    -webkit-transition: top .2s, -webkit-transform .5s;
    transition: top .2s, -webkit-transform .5s;
    -o-transition: transform .5s, top .2s;
    transition: transform .5s, top .2s;
    transition: transform .5s, top .2s, -webkit-transform .5s;
    -webkit-transition-delay: .2s, 0;
    -o-transition-delay: .2s, 0;
    transition-delay: .2s, 0;
    border-radius: 3px;
}
.sw-footer{
    position: relative;
    width: 24px;
    height: 3px;
    left: 0;
    top: 12px;
    background: #0f1729;
    border: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    border-radius: 3px;
}
#breadcrumbs{
    padding-bottom: 1rem;
}
#breadcrumbs a, #breadcrumbs span{
    color: hsl(210 1% 66%);
    font-size: .875rem;
    line-height: 1.25rem;
    overflow-wrap: break-word;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    text-decoration: none;
}
#breadcrumbs a:hover, #breadcrumbs a:active{
    color: #000;
}
#breadcrumbs span{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .625rem;
}
header .btn{
    border-radius: 9999px;
    gap: .5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    height: 2.25rem;
    font-size: .875rem;
    line-height: 1.25rem;
}
header .btn svg{
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    display: block;
    vertical-align: middle;
}
.btn{
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
    --tw-ring-offset-color: hsl(0 0% 100%);
    color: hsl(0 0% 100%);
    font-weight: 500;
    text-decoration: none;
    background: hsl(186 100% 21%);
    white-space: wrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 8px 32px -8px hsl(184 100% 21% / .2);
    flex-direction: row;
    width: fit-content;
    margin: 0 auto;
    padding: 1rem 2rem;
    box-sizing: border-box;
    height: 2.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    gap: .5rem;
    border-radius: 9999px;
}
.btn:hover, .btn:active{
    background: hsl(184deg 100% 21% / 80%);
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: scale(1.05, 1.05);
}
.btn1{
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --tw-ring-offset-color: hsl(0 0% 100%);
    color: hsl(20 4% 29%);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background: hsl(196 34% 92%);
    border-radius: 9999px;
    white-space: nowrap;
    height: 2.75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}
.btn1:hover, .btn1:active{
    background: hsl(196deg 34% 92% / 70%);
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: scale(1.05, 1.05);
}
.btn2{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    --tw-ring-offset-color: hsl(0 0% 100%);
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background: hsl(0 0% 100%);
    border-radius: .5rem;
    white-space: nowrap;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}
.btn2:hover, .btn2:active{
    color: rgb(17 24 39);
    --tw-text-opacity: 1;
}
.btn3{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    --tw-ring-offset-color: hsl(0 0% 100%);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    text-decoration: none;
    padding-left: .75rem;
    padding-right: .75rem;
    background: #fff;
    border: 1px solid hsl(198 28% 92%);
    border-radius: 6px;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    width: 100%;
    height: 2.25rem;
    cursor: pointer;
    box-sizing: border-box;
    color: #000;
}
.btn3:hover, .btn3:active{
    color: hsl(0 0% 100%);
    background: hsl(186 100% 21%);
}
.section-wrap{
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: calc(100% - 4rem);
}
h1{
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 24px;
}
h1 span{
    webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(135deg, hsl(186 100% 21%), hsl(183 47% 47%));
}
h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: hsl(280 2% 30%);
    font-weight: 700;
    text-align: left;
}
h3{
    color: hsl(280 2% 30%);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
h4{
    color: hsl(280 2% 30%);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 16px;
}
p{
    color: hsl(210 1% 66%);
    line-height: 1.625;
    font-size: 1.125rem;
    text-align: left;
}
footer{
    background: hsl(20 4% 29%);
}
.footer-wrap{
    width: 100%;
    margin: 0 auto;
    padding: 3rem 1rem;
    max-width: calc(100% - 2rem);
}
.footer-cont{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
}
footer .header-logo-wrap{
    margin-bottom: 16px;
}
footer .header-logo-container{
    width: 2rem;
    height: 2rem;
}
footer .header-logo-container img{
    width: 1.5rem;
    height: 1.5rem;
}
footer .header-logo-content span{
    color: #fff;
}
.contacts{
    max-width: 384px;
    width: 100%;
}
.contacts h4{
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}
.contacts p{
    max-width: 28rem;
    margin-bottom: 1rem;
    font-size: 16px;
}
.contacts div{
    color: rgb(209 213 219);
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contacts div svg{
    color: hsl(186 100% 21%);
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
}
.contacts ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contacts p, .contacts li{
    color: rgb(209 213 219);
}
.contacts li{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contacts li svg{
    width: 1rem;
    height: 1rem;
    margin-right: .75rem;
    color: hsl(183 47% 47%);
}
.contacts ul li a{
    text-decoration: none;
    color: rgb(209 213 219);
    transition: color 0.3s ease;
}
.contacts ul li a:hover, footer a:hover, .contacts ul li a:active, footer a:active{
    color: #fff;
}
.copyright{
    border-top: 1px solid rgb(75 85 99);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    margin-top: 2rem;
}
.copyright div, .copyright a{
    color: rgb(209 213 219);
    font-size: .875rem;
    line-height: 1.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 24px;
    text-decoration: none;
}
.section-content{
    padding: 4rem 0;
}


/********** main section **********/
.main-section{
    background: linear-gradient(180deg, hsl(198 28% 95%), hsl(198 28% 88%));
}
.main-section .section-wrap{
    padding: 0;
    max-width: 100% !important;
}
.main-section .section-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 3rem;
    padding: 0;
}
.main-section img{
    object-fit: cover;
    object-position: center center;
    height: 500px;
    width: 100%;
    max-width: 660px;
    --tw-shadow: 0 4px 20px -4px hsl(186 100% 21% / .15);
    --tw-shadow-colored: 0 4px 20px -4px hsl(186 100% 21% / .15);
    box-shadow: 0 4px 20px -4px hsl(186 100% 21% / .15);
    border-radius: 1.5rem;
}
.main-section-slider-wrap{
    width: 100%;
    position: relative;
}
.main-section-slider{
    width: 100%;
}
.main-section-slider .slick-slide{
    width: 100%;
    padding-bottom: 2.5rem;
    height: 55vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-section-slider .slick-slide div{
    z-index: 1;
}
.main-section-slider .slick-slide p{
    color: #fff;
    width: 100%;
    max-width: 48rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.main-section-slider .slick-slide .btn{
    margin-top: 24px;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 9999px;
    height: 2.75rem;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
}
.main-section-slider .slick-slide .slider-filter{
    background-color: #00000026;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    z-index: 0;
}
.main-section-slider .slick-slide:first-child{
    background-image: url("./images/hero-banner-1.jpg");
}
.main-section-slider .slick-slide:nth-child(2){
    background-image: url("./images/hero-banner-2.jpg");
}
.main-section-slider .slick-slide:nth-child(3){
    background-image: url("./images/hero-banner-3.jpg");
}
.main-section-slider .slick-slide div{
    padding: 0 2rem;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}
#slick-next, #slick-prev{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    --tw-ring-offset-color: hsl(0 0% 100%);
    font-weight: 500;
    background: hsl(0 0% 100%);
    border: 1px solid hsl(198 28% 92%);
    border-radius: 100%;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}
#slick-prev{
    left: 20px;
}
#slick-next{
    right: 20px;
}
#slick-next svg, #slick-prev svg{
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
}
#slick-prev:hover, #slick-next:hover, #slick-prev:active, #slick-next:active{
    background: hsl(190 33% 66%);
    color: #fff;
    border: 1px solid #fff;
}
#slick-prev.slick-disabled, #slick-next.slick-disabled{
    opacity: .5;
}
.main-section p{
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 42rem;
    width: 100%;
}
.main-section .main-section-card{
    width: 100%;
    margin-top: 32px;
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: blur(4px);
    --tw-shadow-color: hsl(0 0% 100%);
    --tw-shadow: 0 8px 30px -8px hsl(280 2% 30% / .1);
    --tw-shadow-colored: 0 8px 30px -8px hsl(280 2% 30% / .1);
    box-shadow: 0 8px 30px -8px hsl(280 2% 30% / .1);
    padding: 1.5rem 0;
    background: #ffffffcc;
    border: 1px solid hsl(197 25% 85%);
    border-radius: 1rem;
    max-width: 610px;
}
.main-section .main-section-card .main-section-card-meeting{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: hsl(186 100% 21%);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .75rem;
    margin-left: 1.5rem;
}
.main-section .main-section-card .main-section-card-meeting svg{
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .5rem;
}
.main-section .main-section-card h3{
    margin-bottom: .5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.main-section .main-section-card .main-section-card-time{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: hsl(210 1% 66%);
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
    margin-left: 1.5rem;
}
.main-section .main-section-card .main-section-card-time svg{
    width: 1rem;
    height: 1rem;
    margin-right: .25rem;
}
.main-section .main-section-card .btn{
    max-width: 170px;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 2.75rem;
    margin-left: 1.5rem;
}


/********** about section **********/
.about-section{
    background: hsl(196deg 34% 92% / 30%);
}
.about-section .section-content{
    width: 100%;
    max-width: 56rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.title{
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}
.title h2{
    color: hsl(184 100% 21%);
    margin-bottom: 1rem;
    text-align: center;
}
.title h3{
    color: hsl(184 100% 21%);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
}
.title div{
    --tw-gradient-to: hsl(183 47% 47%);
    --tw-gradient-from: hsl(184 100% 21%);
    --tw-gradient-stops: hsl(184 100% 21%) , hsl(183 47% 47%);
    background-image: linear-gradient(to right, hsl(184 100% 21%) , hsl(183 47% 47%));
    border-radius: 9999px;
    width: 6rem;
    height: .25rem;
    margin: 0 auto;
}
.about-section-info{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.about-section-info p{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.about-section-info p span{
    color: hsl(184 100% 21%);
    font-weight: 600;
}
.about-section-conditions-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
}
.about-section-conditions{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    max-width: 42rem;
}
.about-section-conditions div{
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --tw-ring-offset-color: #fff;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background: hsl(184 100% 21%);
    border-radius: 9999px;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    box-shadow: 0 8px 32px -8px hsl(184 100% 21% / .2);
    cursor: pointer;
    color: #fff;
}
.about-section-conditions div:hover, .about-section-conditions div:active{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: scale(1.05, 1.05);
    background: hsl(184deg 100% 21% / 80%);
}


/********** meeting section **********/
.meeting{
    background: #fff;
}
.meeting .section-content{
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
}
.meeting-container{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 32px -8px hsl(184 100% 21% / .2);
}
.meeting-info{
    padding: 2.5rem;
}
.meeting-theme{
    margin-bottom: 1.5rem;
}
.meeting-theme h3{
    color: hsl(184 100% 21%);
    font-weight: 600;
    margin-bottom: .5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.meeting-theme h2{
    color: hsl(184 100% 21%);
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 0;
}
.meeting-info p{
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.meeting-details{
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.meeting-details div{
    color: hsl(210 1% 66%);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .75rem;
    font-size: 16px;
}
.meeting-details div svg{
    color: hsl(183 47% 47%);
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    vertical-align: middle;
    flex-shrink: 0;
}
.meeting .btn{
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 9999px;
    gap: .5rem;
    height: 2.75rem;
}
.meeting .btn svg{
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    display: block;
    vertical-align: middle;
}
.meeting img{
    object-fit: cover;
    width: 100%;
    height: 472px;
    display: block;
    vertical-align: middle;
}


/********** audience section **********/
.audience{
    background: hsl(196deg 34% 92% / 30%);
}
.audience .section-content{
    max-width: 56rem;
    margin: 0 auto;
}
.audience .audience-info{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.audience .audience-info p{
    font-size: 1.25rem;
    line-height: 1.75rem;
}


/********** latest articles section **********/
.latest-articles{
    background: #fff;
}
.latest-articles .section-content{
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.latest-articles .title{
    margin-bottom: 2rem;
}
.title p{
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
}
.latest-articles-wrap{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1.5rem;
}
.latest-article{
    text-decoration: none;
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 4px 20px -4px hsl(184 100% 21% / .15);
    max-width: 384px;
    width: 100%;
}
.latest-article:hover, .latest-article:active{
    box-shadow: 0 8px 32px -8px hsl(184 100% 21% / .2);
}
.latest-articles .btn{
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.latest-articles .btn svg{
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    display: block;
    vertical-align: middle;
}
.latest-article-photo-wrap{
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 384px;
    height: 216px;
    position: relative;
}
.latest-article-photo{
    object-fit: cover;
    width: 100%;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.latest-article:hover .latest-article-photo, .latest-article:active .latest-article-photo{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: scale(1.05, 1.05);
}
.latest-articles-content{
    padding: 1.5rem;
    box-sizing: border-box;
}
.article-tag{
    color: hsl(183 47% 47%);
    letter-spacing: .025em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
.latest-articles-content h3{
    margin-bottom: 1rem;
    color: hsl(184 100% 21%);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.latest-article:hover .latest-articles-content h3, .latest-article:active .latest-articles-content h3{
    color: hsl(183 47% 47%);
}
.latest-articles-content p{
    margin-bottom: 1.5rem;
    line-height: 1.75rem;
}
.latest-article-date{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.latest-article-date div{
    color: hsl(210 1% 66%);
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .25rem;
}
.latest-article-date div svg{
    width: .75rem;
    height: .75rem;
    display: block;
    vertical-align: middle;
}
.latest-article-photo-timing{
    position: absolute;
    color: rgb(255 255 255);
    padding: .25rem .5rem;
    background: #000000cc;
    border-radius: .25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    bottom: .75rem;
    right: .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
.latest-article-photo-timing svg{
    width: .75rem;
    height: .75rem;
    display: block;
    vertical-align: middle;
}


/********** problems overview section **********/
.problems-overview{
    background: hsl(198deg 28% 88% / 30%);
}
.problems-overview .section-content{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.problems-overview .problems-overview-title{
    width: 100%;
    max-width: 64rem;
    margin: 0 auto 4rem auto;
}
.problems-overview .problems-overview-title h2{
    margin-bottom: 1rem;
}
.problems-overview .problems-overview-cards-wrap{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}
.problems-overview .problems-overview-card{
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --tw-shadow-color: hsl(0 0% 100%);
    --tw-shadow: 0 1px 2px 0 hsl(0 0% 100%);
    --tw-shadow-colored: 0 1px 2px 0 hsl(0 0% 100%);
    box-shadow: 0 1px 2px 0 hsl(0 0% 100%);
    --tw-bg-opacity: 1;
    background: rgb(255 255 255);
    border-radius: .5rem;
}
.problems-overview .problems-overview-card:hover, .problems-overview .problems-overview-card:active{
    --tw-shadow: 0 4px 20px -4px hsl(186 100% 21% / .15);
    --tw-shadow-colored: 0 4px 20px -4px hsl(186 100% 21% / .15);
    box-shadow: 0 4px 20px -4px hsl(186 100% 21% / .15);
}
.problems-overview .problems-overview-card-head{
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.problems-overview .problems-overview-card-head .problems-overview-card-head-title{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.problems-overview .problems-overview-card-head .problems-overview-card-head-title div{
    background-image: linear-gradient(135deg, hsl(186 100% 21%), hsl(183 47% 47%));
    border-radius: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    margin-right: 12px;
}
.problems-overview .problems-overview-card-head .problems-overview-card-head-title div svg{
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
    width: 1.5rem;
    height: 1.5rem;
}
.problems-overview .problems-overview-card-head .problems-overview-card-head-percentage{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.problems-overview .problems-overview-card-head-percentage .problems-overview-card-head-percentage-text{
    color: hsl(186 100% 21%);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
}
.problems-overview .problems-overview-card-head-percentage .problems-overview-card-head-percentage-muted-text{
    color: hsl(210 1% 66%);
    font-size: .75rem;
    line-height: 1rem;
}
.problems-overview .problems-overview-card-details{
    padding: 0 1.5rem 1.5rem 1.5rem;
}
.problems-overview .problems-overview-card-details p{
    font-size: 0.85rem;
}
.problems-overview .problems-overview-statistics{
    padding: 3rem;
    --tw-text-opacity: 1;
    background-image: linear-gradient(135deg, hsl(186 100% 21%), hsl(183 47% 47%));
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.problems-overview .problems-overview-statistics .problems-overview-statistics-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}
.problems-overview .problems-overview-statistics .problems-overview-statistics-title h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
    text-align: center;
}
.problems-overview .problems-overview-statistics .problems-overview-statistics-title p{
    color: #fff;
    text-align: center;
    max-width: 42rem;
    font-size: 1rem;
}
.problems-overview .problems-overview-statistics .problems-overview-statistics-details-wrap{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}
.problems-overview .problems-overview-statistics .problems-overview-statistics-details-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 402px;
    width: 100%;
}
.problems-overview .problems-overview-statistics .problems-overview-statistics-details-cont div{
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    margin-bottom: .5rem;
    text-align: center;
}
.problems-overview .problems-overview-statistics .problems-overview-statistics-details-cont p{
    color: #fff;
    font-size: 1rem;
    text-align: center;
}


/********** cta section **********/
.cta-section{
    background: hsl(196deg 34% 92% / 30%);
}
.cta-section .section-content{
    width: 100%;
    max-width: 56rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cta-section .section-content .title{
    flex-direction: column;
    margin-bottom: 2rem;
}
.cta-section .section-content .title h2{
    margin-bottom: 0;
}
.cta-section p{
    text-align: center;
    margin-bottom: 2rem;
    max-width: 42rem;
}
.cta-section .section-content div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.cta-section .btn{
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
}


/********** about us top section **********/
.about-us-top-section{
    background: hsl(196deg 34% 92% / 30%);
}
.about-us-top-section .section-content{
    max-width: 56rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/********** our mission section **********/
.our-mission{
    background: #fff;
}
.our-mission .section-content{
    max-width: 56rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.our-mission .section-content div:last-child .title{
    margin-bottom: 2rem;
}
.title h3{
    text-align: center;
}
.our-mission p{
    text-align: justify;
}


/********** statistics section **********/
.statistics{
    background: hsl(196deg 34% 92% / 30%);
}
.statistics p{
    text-align: center;
    font-size: 16px;
}
.statistics .stats-card-wrap{
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}
.stats-card{
    padding: 1.5rem;
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: blur(4px);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-gradient-to: hsl(0 0% 100% / .8);
    --tw-gradient-stops: hsl(0 0% 100%) , hsl(0 0% 100%) , hsl(0 0% 100% / .8);
    --tw-gradient-from: hsl(0 0% 100%);
    background-image: linear-gradient(to bottom right, hsl(0 0% 100%) , hsl(0 0% 100%) , hsl(0 0% 100% / .8));
    border: 1px solid hsl(196deg 34% 92% / 50%);
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}
.card-blur{
    --tw-blur: blur(24px);
    filter: blur(24px);
    background: hsl(184deg 100% 21% / 10%);
    border-radius: 9999px;
    width: 5rem;
    height: 5rem;
    top: -1.25rem;
    right: -1.25rem;
    position: absolute;
    z-index: 1;
}
.stats-card div{
    z-index: 2;
    color: hsl(210 1% 66%);
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
}
.stats-card div .card-heading{
    color: hsl(184 100% 21%);
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}
.stats-card div .card-condition{
    color: hsl(20 4% 29%);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
}
.card-details{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
}


/********** meetings info section **********/
.age-influence-section{
    background: #FFF;
}
.age-influence-section .section-content{
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.age-influence-section .age{
    padding: 2rem;
    background: hsl(0deg 0% 100% / 50%);
    border: 1px solid hsl(196deg 34% 92% / 50%);
    border-radius: 1rem;
}
.age-influence-section h3{
    margin-bottom: 1.5rem;
    color: hsl(184 100% 21%);
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
}
.age-wrap{
    padding: 1rem;
    background: hsl(0deg 0% 100% / 60%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.age-wrap span{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}
.age-percentage-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
}
.age-percentage-wrap span{
    font-weight: 700;
}
.age-percentage1{
    width: 8rem;
    background: hsl(196 38% 86%);
    border-radius: 9999px;
    overflow: hidden;
    height: .5rem;
}
.age-percentage25{
    background: hsl(184 100% 21%);
    border-radius: 9999px;
    width: 25%;
    height: 100%;
}
.age-percentage35{
    background: hsl(184 100% 21%);
    border-radius: 9999px;
    width: 35%;
    height: 100%;
}
.age-percentage40{
    background: hsl(184 100% 21%);
    border-radius: 9999px;
    width: 40%;
    height: 100%;
}
.influence-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.influence-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}
.influence-cont div{
    color: hsl(210 1% 66%);
    font-size: 1rem;
    line-height: 1.5rem;
}
.influence-cont .influence-percentage{
    color: hsl(184 100% 21%);
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
}


/********** meetings info section **********/
.meetings-info{
    padding: 3rem 0;
    --tw-gradient-to: hsl(198 28% 88% / .1);
    --tw-gradient-stops: hsl(186 100% 21% / .05) , hsl(0 0% 100%) , hsl(198 28% 88% / .1);
    --tw-gradient-from: hsl(186 100% 21% / .05);
    background-image: linear-gradient(to bottom right, hsl(186 100% 21% / .05) , hsl(0 0% 100%) , hsl(198 28% 88% / .1));
}
.meetings-info .section-content{
    width: 100%;
    max-width: 56rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.meetings-info p{
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.625;
    margin-bottom: 2rem;
    max-width: 48rem;
}
.meetings-info .section-content div{
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: blur(4px);
    padding: 1.5rem;
    background: hsl(0deg 0% 100% / 60%);
    border: 1px solid hsl(197deg 25% 85% / 50%);
    border-radius: .5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.meetings-info .section-content div p{
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0;
}
.meetings-info .section-content div svg{
    color: hsl(186 100% 21%);
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .5rem;
    flex-shrink: 0;
}


/********** nearest meeting section **********/
.nearest-meeting{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.nearest-meeting .section-content{
    max-width: 64rem;
    width: 100%;
    margin: 0 auto;
}
.nearest-meeting .nearest-meeting-card{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    background: #fff;
    border-radius: .5rem;
    margin-bottom: 32px;
}
.nearest-meeting .nearest-meeting-card .nearest-meeting-card-top{
    --tw-text-opacity: 1;
    color: #fff;
    padding: 2rem;
    background-image: linear-gradient(135deg, hsl(186 100% 21%), hsl(183 47% 47%));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    border-radius: .5rem .5rem 0 0;
}
.nearest-meeting .nearest-meeting-card .nearest-meeting-card-top div{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
    padding: .125rem .625rem;
    background: #ffffff33;
    border-radius: 9999px;
}
.nearest-meeting .nearest-meeting-card .nearest-meeting-card-top div:hover,
.nearest-meeting .nearest-meeting-card .nearest-meeting-card-top div:active{
    background: hsl(198deg 28% 88% / 80%);
}
.nearest-meeting .nearest-meeting-card .nearest-meeting-card-top h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #fff;
    letter-spacing: -.025em;
}
.nearest-meeting .nearest-meeting-card .nearest-meeting-card-bottom{
    padding: 2rem;
}
.nearest-meeting .nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-details{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-details .nearest-meeting-details-content{
    padding: 1rem;
    background: hsl(198deg 28% 88% / 30%);
    border-radius: .5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-details .nearest-meeting-details-icon{
    padding: .5rem;
    background: hsl(186deg 100% 21% / 10%);
    border-radius: 9999px;
}
.nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-details .nearest-meeting-details-icon svg{
    color: hsl(186 100% 21%);
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    vertical-align: middle;
}
.nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-details .nearest-meeting-details-text{
    margin-left: 12px;
}
.nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-details .nearest-meeting-details-text-title{
    color: hsl(210 1% 66%);
    font-size: .875rem;
    line-height: 1.25rem;
}
.nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-details .nearest-meeting-details-text-description{
    font-weight: 600;
}
.nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-description{
    padding: 1.5rem;
    background: hsl(198deg 28% 88% / 20%);
    border-radius: .5rem;
    margin-bottom: 2rem;
}
.nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-description p{
    font-size: 16px;
}
.nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-program{
    margin-bottom: 2rem;
}
.nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-program h4{
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
}
.nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-program .nearest-meeting-program-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-program .nearest-meeting-program-list div{
    padding: .75rem;
    background: hsl(198deg 28% 88% / 10%);
    border-radius: .5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: hsl(210 1% 66%);
}
.nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-program .nearest-meeting-program-list div svg{
    color: hsl(186 100% 21%);
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: .125rem;
    margin-right: .75rem;
    display: block;
    vertical-align: middle;
}
.nearest-meeting-card .btn{
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: 0 auto;
    padding: 1rem 2rem;
    box-sizing: border-box;
    height: 2.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.nearest-meeting-card .btn svg{
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
}


/********** meetings video section **********/
.meetings-video{
    padding: 2.5rem 0;
    background: hsl(198deg 28% 88% / 20%);
}
.meetings-video .section-content{
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
}
.meetings-video .meetings-video-section-title{
    width: 100%;
    max-width: 64rem;
    margin: 0 auto 2rem auto;
}
.meetings-video h2{
    margin-bottom: 1rem;
}
.meetings-video .meetings-video-wrap{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}
.meetings-video .meetings-video-wrap .meetings-video-card{
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    background: #fff;
    border-radius: .5rem;
    text-decoration: none;
}
.meetings-video .meetings-video-wrap .meetings-video-card:hover, .meetings-video .meetings-video-wrap .meetings-video-card:active{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.meetings-video .meetings-video-wrap .meetings-video-card .meetings-video-card-top{
    background-image: linear-gradient(135deg, hsl(186 100% 21%), hsl(183 47% 47%));
    aspect-ratio: 16 / 9;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem .5rem 0 0;
}
.meetings-video .meetings-video-wrap .meetings-video-card .meetings-video-card-top .video-icon{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    padding: 1rem;
    border-radius: 9999px;
    background: #ffffff33;
}
.meetings-video .meetings-video-wrap .meetings-video-card:hover .meetings-video-card-top .video-icon,
.meetings-video .meetings-video-wrap .meetings-video-card:active .meetings-video-card-top .video-icon{
    transition-property: transform, fill, stroke, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: scale(1.05, 1.05);
    background: #ffffff4d;
}
.meetings-video .meetings-video-wrap .meetings-video-card .meetings-video-card-top .video-icon svg{
    color: #fff;
    width: 2rem;
    height: 2rem;
    display: block;
    vertical-align: middle;
}
.meetings-video .meetings-video-wrap .meetings-video-card .meetings-video-card-top .video-timing{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: blur(4px);
    --tw-text-opacity: 1;
    color: #fff;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
    padding: .125rem .625rem;
    background: #00000066;
    border-radius: 9999px;
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.meetings-video .meetings-video-wrap .meetings-video-card .meetings-video-card-top .hover-cont{
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    --tw-gradient-to: transparent;
    --tw-gradient-from: rgb(0 0 0 / .2);
    --tw-gradient-stops: rgb(0 0 0 / .2) , transparent;
    background-image: linear-gradient(to top, rgb(0 0 0 / .2) , transparent);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.meetings-video .meetings-video-wrap .meetings-video-card:hover .meetings-video-card-top .hover-cont,
.meetings-video .meetings-video-wrap .meetings-video-card:active .meetings-video-card-top .hover-cont{
    opacity: 1;
}
.meetings-video .meetings-video-wrap .meetings-video-card .meetings-video-card-bottom{
    padding: 1.5rem;
}
.meetings-video .meetings-video-wrap .meetings-video-card .meetings-video-card-bottom h3{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    line-height: 1.25;
    font-size: 1.125rem;
    margin-bottom: .75rem;
}
.meetings-video .meetings-video-wrap .meetings-video-card:hover .meetings-video-card-bottom h3,
.meetings-video .meetings-video-wrap .meetings-video-card:active .meetings-video-card-bottom h3{
    color: hsl(186 100% 21%);
}
.meetings-video .meetings-video-wrap .meetings-video-card .meetings-video-card-bottom .video-date{
    color: hsl(210 1% 66%);
    font-size: .875rem;
    line-height: 1.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.5rem;
}
.meetings-video .meetings-video-wrap .meetings-video-card .meetings-video-card-bottom .video-date svg{
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    display: block;
    vertical-align: middle;
}
.meetings-video-card:hover .btn3, .meetings-video-card:active .btn3{
    color: hsl(0 0% 100%);
    background: hsl(186 100% 21%);
}


/********** breadcrumbs section **********/
.breadcrumbs-section{
    padding-top: 3rem;
    padding-bottom: 1rem;
}


/********** search article section **********/
.search-article{
    background: hsl(196deg 38% 86% / 30%);
}
.search-article .section-content{
    max-width: 80rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search-article p{
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
    text-align: center;
}
.search-article .search-article-input{
    position: relative;
    max-width: 36rem;
    width: 100%;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.search-article .search-article-input svg{
    color: hsl(210 1% 66%);
    transform: translateY(-50%) scale(1);
    --tw-translate-y: -50%;
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    left: 0.75rem;
    position: absolute;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
}
.search-article .search-article-input input{
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-ring-offset-color: #fff;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    padding: 0.5rem .75rem 0.5rem 2.75rem;
    --tw-bg-opacity: 1;
    background: #fff;
    border: 1px solid hsl(196 38% 86%);
    border-radius: 10px;
    width: 100%;
    height: 3rem;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
}
.search-article .search-article-input input:focus{
    outline: 2px solid hsl(186 100% 21%);
    /*padding-left: 2.5rem;*/
}
.search-article .search-article-input input::placeholder{
    font-size: .875rem;
    line-height: 1.25rem;
    color: hsl(210 1% 66%);
}
.categories{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}
.categories a{
    text-decoration: none;
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --tw-ring-offset-color: #fff;
    color: hsl(184 100% 21%);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: .75rem;
    padding-right: .75rem;
    background: #fff;
    border: 2px solid hsl(184 100% 21%);
    border-radius: 9999px;
    white-space: nowrap;
    gap: .5rem;
    height: 2.25rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.categories a:hover, .categories a:active{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    color: #fff;
    background: hsl(184 100% 21%);
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: scale(1.05);
}
.blog-article-wrap{
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
}
.blog-article{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    --tw-bg-opacity: 1;
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 4px 20px -4px hsl(184 100% 21% / .15);
    text-decoration: none;
}
.blog-article:hover, .blog-article:active{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.blog-article:hover h2, .blog-article:active h2{
    color: hsl(183 47% 47%);
}
.blog-article .article-photo-wrap{
    width: 33.333333%;
    overflow: hidden;
    flex-shrink: 0;
}
.blog-article .article-photo{
    object-position: center;
    object-fit: cover;
    width: 100%;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    display: block;
    vertical-align: middle;
}
.blog-article .article-details{
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 0%;
}
.blog-article .article-details .article-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .75rem;
}
.blog-article .article-details .article-info .article-date{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: hsl(210 1% 66%);
    font-size: 1rem;
    line-height: 1.5rem;
    gap: 4px;
}
.blog-article .article-details .article-info .article-date svg{
    width: 1rem;
    height: 1rem;
    display: block;
    vertical-align: middle;
}
.blog-article h2{
    color: hsl(184 100% 21%);
    margin-bottom: 1rem;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}
.blog-article p{
    text-align: left;
}
.blog-article-tag{
    color: hsl(183 47% 47%);
    padding: .25rem .5rem;
    background: hsl(183deg 47% 47% / 10%);
    border-radius: 9999px;
    font-size: 1rem;
    line-height: 1.5rem;
}
.search-article .btn1{
    display: inline-flex;
}


/********** blog section **********/
.blog-section .section-content{
    padding: 2rem 0;
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
}
.blog-section .side-article{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    padding: 1.5rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid hsl(197 25% 85%);
    height: fit-content;
}
.blog-section .side-article h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}
.blog-section .side-article .side-article-link{
    animation-duration: .2s;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    padding: .75rem;
    border-radius: 8px;
    display: block;
    text-decoration: none;
}
.blog-section .side-article .side-article-link:hover, .blog-section .side-article .side-article-link:active{
    background: hsl(198deg 28% 88% / 30%);
}
.blog-section .side-article .side-article-link h4{
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: .25rem;
}
.blog-section .side-article .side-article-link div{
    color: hsl(210 1% 66%);
    font-size: .75rem;
    line-height: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.blog-section .side-article .side-article-link div svg{
    width: .75rem;
    height: .75rem;
    margin-right: .25rem;
    display: block;
    vertical-align: middle;
}
.blog-section .articles-wrap{
    grid-column: span 3 / span 3;
}
.blog-section .articles-wrap .articles-container{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.blog-section .articles-wrap .articles-container .article{
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --tw-shadow-colored: 0 1px 2px 0 hsl(0 0% 100%);
    box-shadow: 0 1px 2px 0 hsl(0 0% 100%);
    background: #fff;
}
.blog-section .articles-wrap .articles-container .article:hover,
.blog-section .articles-wrap .articles-container .article:active{
    --tw-shadow: 0 4px 20px -4px hsl(186 100% 21% / .15);
    --tw-shadow-colored: 0 4px 20px -4px hsl(186 100% 21% / .15);
    box-shadow: 0 4px 20px -4px hsl(186 100% 21% / .15);
}
.blog-section .articles-wrap .articles-container .article .article-top{
    height: 12rem;
    position: relative;
    overflow: hidden;
}
.blog-section .articles-wrap .articles-container .article .article-top img{
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.blog-section .articles-wrap .articles-container .article:hover img,
.blog-section .articles-wrap .articles-container .article:active img{
    transform: scale(1.05, 1.05);
}
.blog-section .articles-wrap .articles-container .article .article-top .article-tags{
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.blog-section .articles-wrap .articles-container .article .article-top .article-tags div{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: blur(4px);
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
    padding: .125rem .625rem;
    border-radius: 9999px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
}
.blog-section .articles-wrap .articles-container .article .article-top .article-tags div svg{
    width: .75rem;
    height: .75rem;
    margin-right: .25rem;
    display: block;
    vertical-align: middle;
}
.blog-section .articles-wrap .articles-container .article .article-top .article-tags .tag1{
    background-color: #ffffffe6;
    color: hsl(280 2% 30%);
}
.blog-section .articles-wrap .articles-container .article .article-top .article-tags .tag2{
    margin-top: 8px;
    background: hsl(186deg 100% 21% / 90%);
    color: #fff;
}
.blog-section .articles-wrap .articles-container .article .article-top .article-tags .tag2:hover{
    background: hsl(198deg 28% 88% / 80%);
    color: hsl(280 2% 30%);
}
.blog-section .articles-wrap .articles-container .article .article-top .article-tags .tag3{
    margin-top: 8px;
    background: #ef4444e6;
    color: #fff;
}
.blog-section .articles-wrap .articles-container .article .article-top .article-tags .tag3:hover{
    background: hsl(198deg 28% 88% / 80%);
    color: hsl(280 2% 30%);
}
.blog-section .articles-wrap .articles-container .article h3{
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    letter-spacing: -.025em;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 1.5rem 1.5rem .75rem 1.5rem;
}
.blog-section .articles-wrap .articles-container .article:hover h3,
.blog-section .articles-wrap .articles-container .article:active h3{
    color: hsl(186 100% 21%);
}
.blog-section .articles-wrap .articles-container .article .article-bottom{
    padding: 0 1.5rem 1.5rem;
}
.blog-section .articles-wrap .articles-container .article .article-bottom .article-details{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.blog-section .articles-wrap .articles-container .article .article-bottom .article-details svg{
    width: .75rem;
    height: .75rem;
    margin-right: .25rem;
    display: block;
    vertical-align: middle;
}
.blog-section .articles-wrap .articles-container .article .article-bottom .article-details div{
    color: hsl(210 1% 66%);
    font-size: .75rem;
    line-height: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.blog-section .articles-wrap .articles-container .article .article-bottom .article-details .article-time{
    gap: .75rem;
}
.blog-section .articles-wrap .articles-container .article .btn3{
    max-width: 100%;
}
.blog-section .articles-wrap .articles-container .article:hover .btn3,
.blog-section .articles-wrap .articles-container .article:active .btn3{
    --tw-text-opacity: 1;
    color: #fff;
    background: hsl(186 100% 21%);
}
.blog-section .articles-wrap .articles-container .article .btn3 svg{
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    margin-left: .5rem;
    display: block;
    vertical-align: middle;
    color: #4d4b4e;
}
.blog-section .articles-wrap .articles-container .article:hover .btn3 svg,
.blog-section .articles-wrap .articles-container .article:active .btn3 svg{
    --tw-translate-x: .25rem;
    transform: translateX(.25rem) scale(1);
    color: #fff;
}
.blog-section .articles-wrap .btn3{
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 2.75rem;
    color: #4d4b4e;
}
.blog-section .articles-wrap .btn3:hover, .blog-section .articles-wrap .btn3:active{
    color: #fff;
    background: hsl(190 33% 66%);
}


/********** contacts section **********/
.contacts-section h2{
    color: hsl(184 100% 21%);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}
.contacts-section .section-content{
    max-width: 1216px;
    margin: 0 auto;
}
.contacts_wrap{
    margin: 0 auto;
    width: 100%;
    max-width: 72rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacts_wrap p{
    color: hsl(222 20% 40%);
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 42rem;
    width: 100%;
    margin: 0 auto 3rem auto;
    text-align: center;
}
.contacts_cont{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    width: 100%;
}
.contacts_info_wrap{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.contacts_info_container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 20px -4px hsl(184 100% 21% / .15);
}
.contacts_info_content{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 24px;
}
.contacts_info_container .contacts_info_content.first-content{
    margin-top: 0;
}
.contacts_icon{
    background: hsl(183 47% 47%);
    border-radius: 12px;
    margin-right: 16px;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contacts_icon svg, .contacts_icon .svg{
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    vertical-align: middle;
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
}
.contacts_info h3{
    color: hsl(222 47% 11%);
    font-weight: 600;
    font-size: inherit;
}
.contacts_info p{
    margin: 0;
    font-size: 16px;
    text-align: left;
    line-height: inherit;
}
.contacts_info p span{
    color: hsl(186 100% 21%);
}
.q_and_a{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.form_wrap{
    height: fit-content;
    padding: 2rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 20px -4px hsl(184 100% 21% / .15);
}
.form_wrap h3{
    color: hsl(222 47% 11%);
    letter-spacing: -.025em;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
}
.form_wrap p{
    font-size: 16px;
    margin: 0;
    line-height: 1.25rem;
    text-align: left;
}
form div{
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}
form label{
    line-height: 1;
    font-weight: 500;
    font-size: .875rem;
    margin-bottom: .25rem;
    color: #4D4947;
}
form input{
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-ring-offset-color: #fff;
    padding: .5rem .75rem;
    background: #fff;
    border: 1px solid hsl(196 38% 86%);
    border-radius: 10px;
    width: 100%;
    height: 2.5rem;
    box-sizing: border-box;
}
.wpcf7-select{
    --tw-space-y-reverse: 0;
    margin-top: 8px;
    --tw-ring-offset-color: hsl(0 0% 100%);
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem .75rem;
    background: hsl(0 0% 100%);
    border: 1px solid hsl(196 38% 86%);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 2.5rem;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/img.svg");
    /*background-position: center right;*/
    background-position-x: 98%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    width: 100%;
}
.wpcf7-select span{
    pointer-events: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wpcf7-select svg{
    opacity: .5;
    width: 1rem;
    height: 1rem;
    display: block;
    vertical-align: middle;
}
.custom-menu-item-has-children div{
    margin: 0;
}
.custom-menu-item-has-children div:hover{
    background-color: hsl(84 81% 44%);
    color: #FFF;
}
textarea{
    --tw-space-y-reverse: 0;
    --tw-ring-offset-color: hsl(0 0% 100%);
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem .75rem;
    background: hsl(0 0% 100%);
    border: 1px solid hsl(196 38% 86%);
    border-radius: 10px;
    width: 100%;
    min-height: 80px;
    resize: vertical;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 9px 1px 1px 1px;
    box-sizing: border-box;
    height: 80px;
}
input:focus{
    outline: 2px solid hsl(186 100% 21%);
    /*margin: 8px 0 0 0;*/
}
textarea:focus{
    border: 2px solid hsl(186 100% 21%);
    outline: none !important;
    margin: 10px 0 0 0;
}
textarea::placeholder{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
}
form .card_btn{
    margin-top: 24px;
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 0 2rem;
    height: 2.75rem;
    width: 100%;
}
form .card_btn svg{
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    margin-right: .5rem;
}
.faq{
    padding: 2rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 20px -4px hsl(184 100% 21% / .15);
}
.faq h3{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    color: hsl(184 100% 21%);
}
.faq h3 svg{
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}
.faq .faq_container{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.faq_container .item{
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    cursor: pointer;
}
.faq_container .item .question{
    padding: 1.25rem 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: hsl(20 4% 29%);
}
.faq_container .item .question.active{
    color: hsl(183 47% 47%);
}
.faq_container .item .question svg{
    animation-duration: .2s;
    transition-duration: .2s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    display: block;
    vertical-align: middle;
}
.faq_container .item .question.active svg{
    color: hsl(183 47% 47%);
    --tw-rotate: 180deg;
    transform: rotate(180deg);
}
.faq_container .item .answer{
    display: none;
    animation: accordion-down .2s ease-out;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 1.25rem;
    color: hsl(210 1% 66%);
    padding-left: .5rem;
    padding-right: .5rem;
}
.faq_container .item .question.active
.faq .faq_container div p{
    font-size: 16px;
}
.faq .faq_container div p strong{
    color: hsl(280 2% 30%);
}


/********** article section **********/
.article-section{
    padding: 3rem 0 4rem;
}
.article-section .section-content{
    padding: 0;
    max-width: 53rem;
    width: 100%;
    margin: 0 auto;
}
.article-section .article-btn{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    --tw-ring-offset-color: #fff;
    color: hsl(210 1% 66%);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem 1rem;
    border-radius: 6px;
    white-space: nowrap;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    height: 2.5rem;
    cursor: pointer;
    text-decoration: none;
}
.article-section .article-btn:hover, .article-section .article-btn:active{
    background: hsl(190 33% 66%);
    color: hsl(280 2% 30%);
}
.article-section .article-btn svg{
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    display: block;
    vertical-align: middle;
}
.article-section .article-head{
    margin: 0 0 1.5rem;
}
.article-section .article-head .article-head-tag{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    color: hsl(280 2% 30%);
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
    padding: .125rem .625rem;
    background: hsl(198 28% 88%);
    border-radius: 9999px;
    margin-bottom: 1rem;
    display: inline-flex;
}
.article-section .article-head .article-head-tag:hover{
    background: hsl(198deg 28% 88% / 80%);
}
.article-section .article-head h1{
    color: hsl(184 100% 21%);
    line-height: 1.25;
    margin-bottom: 1.5rem;
    font-size: 3rem;
}
.article-author{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: hsl(210 1% 66%);
}
.article-author .btn3, .sim-articles .btn3, .cta-section.light .btn3{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --tw-ring-offset-color: #fff;
    color: hsl(184 100% 21%);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: .75rem;
    padding-right: .75rem;
    background: #fff;
    border: 2px solid hsl(184 100% 21%);
    border-radius: 9999px;
    gap: .5rem;
    height: 2.25rem;
    width: auto;
}
.article-author .btn3:hover, .sim-articles .btn3:hover, .cta-section.light .btn3:hover,
.article-author .btn3:active, .sim-articles .btn3:active, .cta-section.light .btn3:active{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    color: #fff;
    background: hsl(184 100% 21%);
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: scale(1.05);
}
.cta-section.light .btn3{
    height: 2.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.article-author .btn3 svg{
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    display: block;
    vertical-align: middle;
}
.article-section .article-head p{
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}
.article-section .article-head .article-head-details{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 1rem;
    flex-wrap: wrap;
}
.article-section .article-head .article-head-details div, .article-section .article-head .article-head-details a{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: hsl(210 1% 66%);
    text-decoration: none;
}
.article-section .article-head .article-head-details a{
    margin-left: auto;
    padding: 0 .75rem;
    height: 2.25rem;
    gap: .5rem;
    border-radius: 6px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.article-section .article-head .article-head-details a:hover,
.article-section .article-head .article-head-details a:active{
    background: hsl(190 33% 66%);
    color: #fff;
}
.article-section .article-head .article-head-details div svg,
.article-section .article-head .article-head-details a svg{
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    display: block;
    vertical-align: middle;
    color: hsl(210 1% 66%);
    font-size: .875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    margin-right: 4px;
}
.article-section .article-head .article-head-details a:hover svg,
.article-section .article-head .article-head-details a:active svg{
    color: #fff;
}
.article-section .article-head ~ img, .article-section figure img{
    margin-bottom: 3rem;
    border-radius: 1rem;
    width: 100%;
    max-width: 56rem;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    vertical-align: middle;
}
.article-section h2{
    margin: 3rem 0 1.5rem;
}
.article-section figure{
    margin: 3rem 0;
}
.article-section figure img{
    margin: 0;
    height: 20rem;
}
.article-section figure figcaption{
    color: hsl(210 1% 66%);
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center;
    margin-top: 1rem;
}
.article-section iframe{
    margin-top: 3rem;
    --tw-shadow-color: #fff;
    --tw-shadow: 0 8px 30px -8px hsl(280 2% 30% / .1);
    --tw-shadow-colored: 0 8px 30px -8px hsl(280 2% 30% / .1);
    box-shadow: 0 8px 30px -8px hsl(280 2% 30% / .1);
    border-radius: 8px;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
}
.article-section .article-video{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.article-section .article-video p{
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center;
}
.article-section ul:not(.single-post .article-text ul){
    margin-bottom: 2rem;
    list-style-type: none;
    margin-top: 1.5rem;
}
.article-section ul li:not(.single-post .article-text ul li){
    display: flex;
    flex-direction: row;
    align-items: center;
    color: hsl(210 1% 66%);
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 12px;
}
.article-section ul li:first-child{
    margin-top: 0;
}
.article-section ul li div{
    background: hsl(186 100% 21%);
    border-radius: 9999px;
    flex-shrink: 0;
    width: .5rem;
    height: .5rem;
    margin-right: 1rem;
}
.article-section .article-share{
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid hsl(197 25% 85%);
}
.article-section .article-share div{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: hsl(210 1% 66%);
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: 1.5rem;
}
.article-section .article-share div svg{
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    display: block;
    vertical-align: middle;
}
.article-section .article-share .btn{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.article-section .article-share .btn svg{
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    display: block;
    vertical-align: middle;
}
.article-text{
    margin-bottom: 2rem;
}
.article-text p, .article-text h2, .article-text h3, .article-text ul, .article-text ul li{
    color: hsl(20 4% 29%);
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.article-content-video{
    background: hsl(196 38% 86%);
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    max-width: 56rem;
    aspect-ratio: 16 / 9;
    margin-bottom: 1.5rem;
    position: relative;
}
.article-content-video:hover .article-content-video-filter,
.article-content-video:active .article-content-video-filter{
    background: #0000004d;
}
.article-content-video:hover .article-content-video-icon, .article-content-video:active .article-content-video-icon{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: scale(1.1);
}
.article-content-video img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}
.article-content-video-filter{
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    background-color: #0003;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.article-content-video-icon{
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    background: #ffffffe6;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
}
.article-content-video-icon svg{
    color: hsl(184 100% 21%);
    width: 1.5rem;
    height: 1.5rem;
    margin-left: .25rem;
    display: block;
    vertical-align: middle;
}


.sim-articles{
    background: hsl(196deg 38% 86% / 30%);
}
.sim-articles .section-content{
    max-width: 53rem;
    width: 100%;
    margin: 0 auto;
}
.sim-articles h2{
    color: hsl(184 100% 21%);
    margin-bottom: 2rem;
}
.sim-articles .latest-article{
    max-width: 412px;
}
.sim-articles .latest-articles-wrap{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-bottom: 0;
}
.sim-articles .latest-article-photo-wrap{
    width: 100%;
    height: auto;
}
.sim-articles .latest-article-photo-wrap img{
    width: 100%;
    height: 100%;
}
.sim-articles .latest-article-date{
    justify-content: flex-start;
    gap: 4px;
    margin-bottom: .75rem;
}
.sim-articles .latest-article-date svg{
    width: 1rem;
    height: 1rem;
    display: block;
    vertical-align: middle;
    color: hsl(210 1% 66%);
}
.sim-articles .latest-article h3{
    color: hsl(184 100% 21%);
    margin-bottom: .75rem;
    font-size: 1.5rem;
    line-height: 2rem;
}
.sim-articles .latest-article p{
    margin-bottom: 1rem;
    font-size: 16px;
}


.cta-section.light{
    background: #fff;
}
.cta-section.light p{
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 768px;
}


.next-meeting .section-content{
    max-width: 77rem;
    width: 100%;
    margin: 0 auto;
}
.next-meeting .title{
    margin-bottom: 2rem;
}
.next-meeting .title p{
    text-align: justify;
    margin-top: 3rem;
    color: hsl(20 4% 29%);
    line-height: 1.625;
    font-size: 1.125rem;
}
.next-meeting .meeting-details div{
    gap: 0;
}
.next-meeting .meeting-details .meeting-card-details{
    gap: .75rem;
}
.next-meeting .meeting-details .meeting-card-details p{
    font-size: 16px;
    line-height: normal;
    margin: 0;
}
.next-meeting .meeting-details .meeting-card-details p span{
    color: hsl(184 100% 21%);
    font-weight: 600;
}
.next-meeting .meeting-info p{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.next-meeting .btn{
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
}
.next-meeting .btn svg{
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
}
.next-meeting .meeting-photo{
    width: 100%;
    object-fit: cover;
}


.meeting-record .section-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.meeting-record .latest-articles-wrap{
    margin-bottom: 3rem;
}
.meeting-record .latest-article-photo-wrap{
    aspect-ratio: 4 / 3;
    width: auto;
    height: auto;
}

/********** media styles **********/
@media screen and (min-width: 1400px){
    .section-wrap, header .header_wrap, footer .footer-wrap{
        max-width: 80rem; !important;
    }
}
@media screen and (max-width: 1023px){
    .cta-section .section-content .title h2{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .cta-section.light p{
        font-size: 1.125rem;
        line-height: 1.75rem;
        max-width: 100%;
    }
    .sim-articles h2{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .article-section .article-head .article-head-details div, .article-section .article-head .article-head-details a{
        font-size: 14px;
    }
    .article-section .article-head h1{
        line-height: 1.25;
        font-size: 2.25rem;
    }
    .about-us .about-us-support{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .about-us .about-us-team{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .nearest-meeting .nearest-meeting-card .nearest-meeting-card-top h3{
        font-size: 1.5rem;
        line-height: 1.25;
    }
    .meetings-video .meetings-video-wrap{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .blog-section .section-content{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .contacts_cont{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .meeting-container{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .next-meeting .meeting-photo{
        height: 16rem;
    }
}
@media screen and (max-width: 768px){
    .faq_container .item .answer{
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .faq_container .item .question{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .contacts-section h2, .faq h3{
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.375;
    }
    .article-section .article-head .article-head-details div, .article-section .article-head .article-head-details a{
        font-size: 12px;
    }
    .cta-section.light p{
        margin-bottom: 1.5rem;
    }
    .cta-section .section-content .title{
        margin-bottom: 1rem;
    }
    .cta-section.light p{
        font-size: 1rem;
        line-height: 1.625;
    }
    .cta-section .section-content .title h2{
        font-size: 1.125rem;
        line-height: 1.25;
    }
    .sim-articles .latest-article h3{
        font-size: 1rem;
        line-height: 1.375;
    }
    .sim-articles .latest-article{
        max-width: 100%;
    }
    .sim-articles .section-content{
        max-width: 655px;
    }
    .sim-articles .latest-articles-wrap{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sim-articles h2{
        font-size: 1.125rem;
        line-height: 1.25;
    }
    .article-section .article-head h1{
        line-height: 1.25;
        font-size: 1.5rem;
    }
    p{
        font-size: 1rem;
        line-height: 1.625;
    }
    .title{
        margin-bottom: 2rem;
    }
    .main-section-slider .slick-slide div {
        padding: 0;
        margin: 0 auto;
        max-width: calc(100% - 125px);
    }
    .section-content{
        padding: 2rem 0;
    }
    h1{
        max-width: 100%;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.25;
        margin-bottom: 16px;
    }
    .main-section-slider .slick-slide p{
        font-size: 16px;
    }
    .title h2{
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.25;
    }
    .about-section-info p{
        font-size: 1rem;
        line-height: 1.625;
    }
    .title h3{
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.375;
    }
    .about-section .title{
        margin-bottom: 2rem;
    }
    .meeting-theme{
        width: 100%;
    }
    .meeting-theme h3{
        font-size: .875rem;
        line-height: 1.625;
    }
    .meeting-theme h2{
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.25;
    }
    .meeting-details{
        width: 100%;
    }
    .meeting img{
        height: 16rem;
    }
    .meeting-info{
        padding: 1.25rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .meeting-info p{
        font-size: 1rem;
        line-height: 1.625;
    }
    .about-section-conditions{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        width: 100%;
    }
    .audience .audience-info p, .title p{
        font-size: 1rem;
        line-height: 1.625;
    }
    .latest-articles-wrap{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .latest-article{
        max-width: 100%;
    }
    .latest-article-photo-wrap{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .article-tag{
        font-size: .75rem;
        line-height: 1.625;
    }
    .latest-articles-content h3{
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin-bottom: .75rem;
    }
    .latest-articles-content p{
        margin-bottom: 1rem;
        font-size: .875rem;
        line-height: 1.625;
    }
    .latest-article-date div{
        font-size: .75rem;
        line-height: 1.625;
    }
    .cta-section p{
        font-size: 1rem;
        line-height: 1.625;
    }
    header .btn{
        display: none;
    }
    .btn2{
        color: rgb(17 24 39) !important;
    }
    .toggle_menu{
        display: block !important;
    }
    nav{
        position: absolute;
        top: -120vh;
        right: 0;
        left: 0;
        max-width: 100%;
        height: auto;
        z-index: 20;
        overflow-y: auto;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    nav.active {
        background: #fff;
        border-bottom: 1px solid hsl(197 25% 85%);
        backdrop-filter: blur(16px);
        top: 65px;
        overflow-y: scroll;
        max-width: 100%;
        padding: 1rem;
    }
    header .header_wrap nav.active ul{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding-top: 1rem;
        border-top: 1px solid hsl(197 25% 85%);
    }
    header .header_wrap nav a.btn{
        display: flex !important;
        margin-top: 16px;
    }
    .problems-overview .section-content .problems-overview-cards-wrap{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .problems-overview .section-wrap .section-content {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .problems-overview .section-wrap .problems-overview-title {
        margin: 0 auto 2rem auto;
    }
    .problems-overview .section-wrap .problems-overview-cards-wrap{
        margin-bottom: 2rem;
    }
    .about-us h2{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .about-us .about-us-team{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .contacts, .contacts p{
        max-width: 100%;
    }
    .about-us .about-us-team .about-us-team-member .about-us-team-member-photo{
        width: 8rem;
        height: 8rem;
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .about-us .about-us-team .about-us-team-member h3{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .nearest-meeting .nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-details,
    .nearest-meeting-card .nearest-meeting-card-bottom .nearest-meeting-program .nearest-meeting-program-list,
    .meetings-video .meetings-video-wrap{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .nearest-meeting-card .btn{
        padding: .5rem 1rem;
    }
    .blog-section .articles-wrap .articles-container{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .footer-wrap{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    footer .footer-cont{
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    footer .copyright{
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    footer .header-logo-content span{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .contacts p{
        line-height: 1.625;
        font-size: .875rem;
        margin-bottom: 0;
    }
    .contacts h4{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .contacts li, .contacts a{
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .copyright div{
        font-size: .75rem;
        line-height: 1rem;
        text-align: center;
    }
    .statistics .stats-card-wrap{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1rem;
    }
    .stats-card div .card-heading{
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.25;
    }
    .stats-card div .card-condition{
        font-size: .75rem;
        line-height: 1.625;
    }
    .stats-card div{
        font-size: .75rem;
        line-height: 1.625;
    }
    .age-influence-section .section-content{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1.5rem;
    }
    .age-influence-section .age{
        padding: 1.25rem;
    }
    .age-influence-section h3{
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.375;
    }
    .age-influence-section h3{
        margin-bottom: calc(1.5rem - 12px);
    }
    .age-wrap{
        padding: .75rem;
        margin-top: 12px;
    }
    .age-wrap span{
        font-size: .875rem;
        line-height: 1.25rem;
        font-weight: 400;
    }
    .age-percentage-wrap span{
        font-weight: 700;
    }
    .age-percentage1{
        width: 6rem;
    }
    .influence-cont .influence-percentage{
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.25;
    }
    .influence-cont div{
        font-size: .75rem;
        line-height: 1.625;
    }
    .blog-article{
        flex-direction: column;
    }
    .blog-article .article-photo-wrap{
        width: 100%;
        height: 12rem;
    }
    .blog-article .article-details .article-info .article-date{
        font-size: .75rem;
        line-height: 1.625;
    }
    .blog-article h2{
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.375;
    }
    .blog-article p{
        font-size: .875rem;
        line-height: 1.625;
    }
    .blog-article-tag{
        font-size: .75rem;
        line-height: 1.625;
        text-align: center;
    }
}
@media screen and (max-width: 639px){
    .about-us .about-us-support, .about-us .about-us-team{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .cta-section .section-wrap .section-content div{
        flex-direction: column;
    }
    .cta-section .section-wrap .section-content div a{
        width: 100%;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 450px){
    .main-section h1{
        font-size: 2.25rem;
        line-height: 1.25;
    }
    .main-section-slider .slick-slide{
        height: 70vh;
    }
}
@media screen and (max-width: 432px){
    .nearest-meeting-card .btn{
        padding: .5rem 1rem;
        width: 100%;
        white-space: normal;
        height: auto;
        text-align: center;
    }
    .nearest-meeting-card .btn svg{
        display: none;
    }
}