@import url("/libraries/cssreset/reset.css");
@import url("/libraries/cssreset/unreset.css");
@import url("/libraries/fontawesome/6.7.2/css/all.css");
@import url("fonts.css");

:root {
    --color-a:#006AB3;
    --color-b:#DEA720;
    --color-c:#eaf6ff;
    --gutter:24px;
    --iccd-icon: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.9 38.5' style='enable-background:new 0 0 32.9 38.5;' xml:space='preserve'%3E%3Cline style='fill:none;stroke:%23006AB3;stroke-width:2;stroke-miterlimit:10;' x1='6.5' y1='8.1' x2='26.5' y2='8.1'/%3E%3Cline style='fill:none;stroke:%23006AB3;stroke-width:2;stroke-miterlimit:10;' x1='6.2' y1='13.6' x2='26.2' y2='13.6'/%3E%3Cline style='fill:none;stroke:%23006AB3;stroke-width:2;stroke-miterlimit:10;' x1='6.2' y1='18.6' x2='26.2' y2='18.6'/%3E%3Cline style='fill:none;stroke:%23006AB3;stroke-width:2;stroke-miterlimit:10;' x1='6.2' y1='24.6' x2='26.2' y2='24.6'/%3E%3Cpolygon style='fill:none;stroke:%23006AB3;stroke-width:1.952;stroke-linecap:square;stroke-miterlimit:10;' points='25.2,30.6 31.1,30.6 31.1,1.6 1.8,1.6 1.8,36.6 25.2,36.6 '/%3E%3C/svg%3E");
    --big-left-arrow-icon: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31.4 25.9' style='enable-background:new 0 0 31.4 25.9;' xml:space='preserve'%3E%3Cline style='fill:none;stroke:%23006AB3;stroke-width:2;stroke-miterlimit:10;' x1='30.9' y1='12.8' x2='3.9' y2='12.8'/%3E%3Cpolygon style='fill:%23006AB3;' points='13.8,0.5 15.9,2.7 5.1,12.8 15.9,22.9 13.8,25.1 0.7,12.8 '/%3E%3C/svg%3E%0A");
}

*, ::after, ::before {
    box-sizing: border-box;
}

.container {
    padding-left: var(--gutter) !important;
    padding-right: var(--gutter) !important;
    margin:0 auto;
    width:100%;
}
.main-container {
    padding-left: var(--gutter) !important;
    padding-right: var(--gutter) !important;
    max-width: 950px;
    margin:0 auto;
    width:100%;
}
/* @media (min-width: 1200px) {.container {max-width: 1184px !important; padding:0;}} */
/* @media (min-width: 992px) and (max-width: 1999px) {.container {max-width: 960px; padding: 0;}}
@media (min-width: 768px) and (max-width: 991px) {.container {max-width: 720px; padding: 0;}}
@media (min-width: 1600px) {.container.container-big {max-width: 1484px !important; padding:0;}} */

/**/
span.blue{color: var(--color-b);}

body{font-family:museo-sans, sans-serif;background:#FFF;color:var(--color-a);font-size:16px;font-weight: 300;line-height: 1.45;}
@media (min-width: 576px) {
    html, body {
        font-size: 18px;
        line-height: 1.555;
    }
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin:0 0 10px 0;padding:0;font-weight:700;font-family: museo-slab, serif;}
.h1,h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h1,h1 {
        font-size:2.5rem
    }
}

.h2,h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .h2,h2 {
        font-size:2rem
    }
}

.h3,h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h3,h3 {
        font-size:1.75rem
    }
}

.h4,h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h4,h4 {
        font-size:1.5rem
    }
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

a{transition: 200ms ease-out;}
a,a:link,a:visited{color:var(--color-a);text-decoration:none;font-weight: 600;}
a,a:hover{color:var(--color-a);text-decoration:underline;font-weight: 600;}

input,textarea,select,button{font-family: "Open Sans", sans-serif;}
/* .dropdown-item.active, .dropdown-item:active{color: #000 !important ;background: #fff !important ;text-decoration: none !important ;} */
.dropdown-item:hover{background: transparent;text-decoration: underline;}
.dropdown-item.active, .dropdown-item:active{background: transparent !important;text-decoration: underline !important;}

a{transition: all .2s linear;}


div.debug,
.dvdebug,
.TDNGR_DEBUG,
.TBL_DEBUG,
[name="ctl01$txtServerTime"],
[name="ctl01$btnSession"]
{display: none !important;}

.btn:focus,.btn:active {outline: none;box-shadow: none;}
.navbar-toggler:focus{box-shadow: none;}
*:focus{outline: 0 none;}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.line-clamp{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.line-clamp.l4{-webkit-line-clamp:4 !important;}
.line-clamp.l3{-webkit-line-clamp:3 !important;}
.line-clamp.l2{-webkit-line-clamp:2 !important;}
.line-clamp.l1{-webkit-line-clamp:1 !important;}

.swiper-container{overflow: hidden;}
.swiper-button-next,
.swiper-button-prev{opacity: 0.5;} 

.red{color: var(--color-a);}
.blue{color: var(--color-b);}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.btn.disabled,.btn:disabled,fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}


.btn-a{font-size:16px;border-radius:25px;color:#fff!important;background-color: var(--color-a);border-color: var(--color-a);font-weight:400}
.btn-a:hover{color:#fff!important;background-color: #dea720;border-color: #dea720;color:#FFF;text-decoration:none!important}


.btn.center{justify-content:center;}
.btn-icon img{width: 40px;filter: invert();}

.btn-red{background: var(--color-a);color: #fff;}
.btn-red:hover{background: var(--color-a);color: #fff;}

.btn-blue{background: var(--color-b);color: #fff;}
.btn-blue:hover{background: var(--color-b);color: #fff;}


.btn-primary-outline{color:var(--color-a);border:1px solid var(--color-a)}

.img-fluid {
    max-width: 100%; 
    height: auto;  
}

p {
    padding: 0;
    margin: 0 0 10px 0;
}


.box-iccd{position:relative;background:var(--color-a);margin-top:20px;color:#FFF;line-height:18px;font-size:15px;color:#FFF;}
.box-iccd a{position:relative;color:#FFF;display:block;padding:15px;text-decoration:none;}
.box-iccd a svg{position:absolute;top:50%;margin-top:-15px;right:10px;width:30px;height:30px;fill:#FFF;}


.sup-search i{transform: scaleX(-1);font-size:8px;margin:3px 0 0 2px;display:inline-block;vertical-align:top;}

.progress-wrap {
    position: fixed;
    background: #eaf6ff;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: " \f062";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #eaf6ff;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    color: #006ab3;
}
.progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #dea720;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.progress-wrap::after {
    color: #dea720;
}

[name='ctl00$btnCache']{position:fixed;bottom:0;left:0}

/* 
======
HEADER
======
*/
header{position:relative;width:100%;z-index:999;box-shadow: 0 25px 45px -10px rgb(0 50 85 / 20%);}

.navbar-global{background:url("../images/pattern.png") no-repeat 0 0 #fff;padding:0;}

.navbar-global ul,.navbar-global ul li{list-style-type:none;padding:0;margin:0;}
.navbar-global .logo{grid-area:headerLogo;}
.navbar-global .logo a{display:flex;text-decoration:none!important;color:var(--color-b)}
.navbar-global .logo{}

.navbar-global .logo{display: flex;align-items: flex-start;color:#FFF;text-decoration:none!important;
    font-size:30px;line-height:30px;letter-spacing:-0.5px;}
.navbar-global .logo:hover{color:#FFF!important}
.navbar-global .logo img{max-height:100px;margin-right:10px}
.navbar-global .logo .logo-text{margin-top:-3px;white-space:nowrap;display:block;font-weight:300;text-transform: uppercase;color:var(--color-g);}
.navbar-global .logo .logo-text > span{display:block;flex-wrap:nowrap;}


.navbar-global .navbar-collapse{grid-area:headerMenu;justify-self:flex-end;align-self:center}
.navbar-global .navbar-nav{display:flex;justify-content:flex-end;list-style-type:none;margin:0;padding:0;}
.navbar-global .navbar-nav .nav-item{padding:0;}
.navbar-global .navbar-nav .nav-item a{display:block;color:#030303;font-weight:700;font-size:20px;line-height:20px;text-decoration:none;padding:5px 10px}
.navbar-global .navbar-nav .nav-item:last-child a{padding-right:0}
.navbar-global .navbar-nav .nav-item a:hover{color:var(--color-a)}

.navbar-global .navbar-nav .nav-item a:hover{text-decoration:underline}
.navbar-global .dropdown-toggle::after {
    white-space: nowrap;
    border: none !important;
    font-family: "Font Awesome 5 Free";
    content: "\f078" !important;
    font-weight: 900;
    vertical-align: 0;
    font-size: 15px;
    margin-left: 5px;
    text-decoration:none!important;
    display: inline-block;;
}

.navbar-global .navbar-nav .dropdown{position:relative}
.navbar-global .navbar-nav .dropdown-menu{
    display:none;
    margin-top:0;
    border:1px solid var(--color-a);
    background:#FFF;
    padding:.5rem 0;
    border-radius:.25rem;
    min-width: 250px;
}
.navbar-global .navbar-nav .dropdown-menu a{color:#212529;display:blocK;padding:5px 10px}
.navbar-global .navbar-nav .dropdown:hover .dropdown-menu a{font-size:16px;padding:5px 10px;font-weight:500}
.navbar-global .navbar-nav .dropdown:hover .dropdown-menu a:hover{background:var(--color-c)!important}


.navbar-global .container{
    padding:15px var(--gutter);
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
    "headerLogo headerMenu";
}

.navbar-global .navbar-toggler{background:transparent;display:none;}
.navbar-global .navbar-toggler{border:0 none!important;z-index:10;cursor:pointer;}

@media only screen and (min-width:992px){
    .navbar-global .navbar-nav .dropdown:hover .dropdown-menu{display:block;position:absolute}
}

@media only screen and (min-width:0) and (max-width:991px){
    .navbar-global .navbar-toggler{display:block;margin-left:auto;}


    .navbar-global .container{display:flex;padding:12px 0;justify-items:space-between;}    
    .navbar-global .logo{font-size:15px;line-height:14px}
    .navbar-global .logo img{width:100px}
    .navbar-global .logo .logo-text{margin-top:0}

    .navbar-global .navbar-collapse{display:none!important;overflow-x: hidden;overflow-y:auto;}
    .navbar-open{overflow:hidden}
    .navbar-open .navbar-global .navbar-collapse{background:#FFF;position:fixed;top:0;left:0;width:100%;height:100%;display:block!important;z-index:999}
    .navbar-open .navbar-global .navbar-collapse .close-cross{display:flex;justify-content:flex-end;align-items:center;padding-right:12px}
    .navbar-open .navbar-global .navbar-collapse .close-cross img{margin-left:auto;width:40px;height:40px}
    .navbar-open .navbar-global .navbar-collapse .navbar-nav{padding:24px 12px 12px 12px;display:block;}
    .navbar-open .navbar-global .navbar-collapse .navbar-nav > li{border-bottom: 1px solid var(--color-a);}
    .navbar-open .navbar-global .navbar-collapse .navbar-nav > li > a{font-size:18px;font-weight:300;padding:8px 16px;line-height:27px;display:block}

    .navbar-global .dropdown-toggle::after{margin-left:auto;right:0;left:auto;position:absolute;color:#006ab3;}
    
    .navbar-global .navbar-nav .dropdown:has(a.show) .dropdown-menu {
        display:block!important;position:static!important
    }
    
    .navbar-global .navbar-nav .dropdown-menu{border-radius:0!important}
    .navbar-global .navbar-nav .dropdown .dropdown-menu a{font-size:16px;padding:10px 5px!important;font-weight:500}
    .navbar-global .navbar-nav .dropdown .dropdown-menu a:hover{background:var(--color-c)!important;color:var(--color-a)!important}

}

/* 
======
FOOTER
======
*/
footer{background:var(--color-a);font-weight:400;margin:30px 0 0 0;padding:0;color:#000;font-size:14px}
footer a,footer a:link,footer a:visited{color:#FFF;text-decoration:none;}
footer a:hover{color:#FFF;text-decoration:underline}

footer .logo{grid-area:footerLogo;align-self:flex-start;}
footer .socials{grid-area:footerSocials;padding-bottom:15px;}
footer .socials .social-icon {
    max-width: fit-content;
    max-width: -moz-max-content;
    max-width: -webkit-max-content;
    display: inline-block;
    font-size: 26px;
    margin-left: 25px;
}
footer .socials .social-icon:first-child{margin-left:0;}

footer .partners{grid-area:footerPartners;display:flex;}
footer .partners > div{width:50%}
footer h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom:8px;
}
footer .main .container{
    display: grid;
    grid-template-columns: 1fr 468px;
    grid-template-rows: auto;
    grid-template-areas: 
    "footerLogo footerSocials"
    "footerLogo footerPartners";
    padding-top:40px;
    padding-bottom:220px;
    background:url("../images/pattern-footer-50.png") repeat-x bottom center;
}

footer .powered-by{text-transform:uppercase;text-align:right;color:#FFF;}
footer .powered-by .container{padding-top:20px;padding-bottom:20px}
footer .powered-by a{text-decoration:underline!important;}
footer .powered-by a:hover{color:var(--color-b)}


footer .founders{padding:20px 0;background:#FFF;text-align:center;}
footer .founders h6{color:#000}
footer .founders img {max-height: 55px;margin: 0 25px 25px 25px;}

@media only screen and (max-width: 768px){
    footer .main .container{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas: 
        "footerLogo"
        "footerSocials"
        "footerPartners";
        padding-top:40px;
        padding-bottom:20px;
        background:url("../images/pattern-footer-50.png") repeat-x center 150px;
    }
    footer .logo{padding-bottom:220px}

    footer .partners{grid-area:footerPartners;display:block;}
    footer .partners > div{width:auto}
    footer .partners img {height:55px;}

    footer .powered-by .container{border-top:1px solid #000}

    footer .founders{text-align:left;}
}


/*
=====
PAGER
=====
*/
.pager{display:block;text-align:center;margin:20px 0;padding:0;}
.pager li{display:inline-block!important;vertical-align:top;border-radius:0;margin-right:2px;}
.pager li.first,.pager li.previous,.pager li.next,.pager li.last{}
.pager li.page a,.pager li.page span,
.pager li.first a,.pager li.first span,
.pager li.previous a,.pager li.previous span,
.pager li.next a,.pager li.next span,
.pager li.last a,.pager li.last span
{border-radius:3px;min-width:30px;line-height:30px;font-size:14px;border:0 none!important;display:inline-block;text-align:center;background:#FFF;color:var(--color-a);font-weight:400;transition:all .2s linear;}

.pager li.disabled a,.pager li.disabled span,.pager li.disabled a:hover,.pager li.disabled span:hover{opacity:.8;}
.pager li.status span{font-size:14px;padding-left:20px}
.pager li a,.pager li span{border-radius:0}
.pager li.status{vertical-align:middle}
.pager li.status span{border:0 none;}

.pager li.page.active span{background: rgba(0, 0, 0, 0.1);color:var(--color-a)}

.pager li.page a:hover,
.pager li.first a:hover,
.pager li.previous a:hover,
.pager li.next a:hover,
.pager li.last a:hover
{background:transparent;color:var(--color-b);text-decoration:none;}



@media only screen and (min-width: 576px) and (max-width:767px) {
    .pager .page{display:none!important;}
    .pager .page.active{display:inline-block!important;}
    .pager li span,.pager li a{padding-left:8px;padding-right:8px}

}


@media only screen and (min-width: 0) and (max-width: 575px) {
    .pager .page{display:none!important;}
    .pager .page.active{display:inline-block!important;}
}



/*
==================
SECTION-HIGHLIGHTS
==================
*/
.section-highlights{padding:60px 0;margin:0;position:static}
.section-highlights h2{font-weight:500;font-family: museo-slab, serif;padding:0;margin:0 0 30px 0;text-align:left;font-size:36px;color:var(--color-a);}
.section-highlights .subhead{text-align:center;}

.section-highlights .description{padding: 0 0 20px 0}

.section-highlights .list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:25px;margin-bottom:50px;}
.section-highlights .list .item{background:#FFF;box-shadow: 0 25px 45px -10px rgb(0 50 85 / 20%);border-radius: 25px;border: 2px solid #fff !important;overflow:hidden;}
.section-highlights .list .item figure{position:relative;overflow:hidden;}
.section-highlights .list .item img{background:#DDD;aspect-ratio:68 / 50;object-fit:contain;display:block;}
.section-highlights .list .item .txt-a
{position:absolute;bottom:0;left:0;background:#FFF;padding:2px 10px 2px 16px;width:75%;border-top-right-radius: 13px 13px;font-size:16px;line-height:18px;font-weight:700}

.section-highlights .list .item .txt-b
{font-size:16px;line-height:17px;font-weight:300;padding:0;text-transform:uppercase;}

.section-highlights .list .item .txt-c
{font-size:18px;line-height:20px;font-weight:600;padding:0 0 8px 0;}

.section-highlights .list .item .txt-d
{font-size:16px;line-height:20px;font-weight:300;padding:0;}



.section-highlights .list .item a .tsk{text-transform:uppercase;font-size:12px;line-height:14px;padding-bottom:3px;font-weight:500;color:#000!important}
.section-highlights .list .item .info{padding:16px;margin-bottom:15px;}

.section-highlights .list .item a{display:block;padding:0;font-weight:300;color:var(--color-a)}
.section-highlights .list .item a:hover{text-decoration:none;}
.section-highlights .list .item .made-in,
.section-highlights .list .item .date{font-size:14px;line-height:16px;font-style:italic;}
.section-highlights .list .item a:hover{}
.section-highlights .list .item a:hover *{text-decoration:none!important}
.section-highlights .list .item .image{overflow: hidden;margin-bottom:5px}

/* 
.section-highlights .list .item img {
    transform-origin: 50% 50%;
    transition: transform .4s, visibility .25s ease-in;
}

.section-highlights .list a:hover img {
    transform: scale(1.05);
} */

/* LG */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-highlights .list{grid-template-columns:1fr 1fr 1fr}
}


/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-highlights .list{grid-template-columns:1fr 1fr}
}

/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-highlights .list{grid-template-columns:1fr 1fr}
}


/* XS */
@media only screen and (min-width: 0) and (max-width: 575px) {
    .section-highlights .list{grid-template-columns:1fr}
}

/*
===================
SECTION-HIGHLIGHTS2
===================
*/
.section-highlights2{padding-bottom:40px}
.section-highlights2 .swiper-hp .swiper-slide {}
.section-highlights2 .swiper-hp .swiper-slide figure{margin-bottom:10px;}
.section-highlights2 .swiper-hp .swiper-slide figure img {border-radius: 30px;}
.section-highlights2 .swiper-hp .swiper-slide a{font-family:museo-slab, serif;font-size:20px}
.section-highlights2 .swiper-hp .swiper-slide a img{object-fit: cover;width:100%;height:100%;aspect-ratio: 4 / 3;display:block}
.section-highlights2 .swiper-hp .swiper-slide h2{margin:0;padding:0; display:contents; line-height:24px;}
.section-highlights2 .swiper-hp .swiper-controls{display:flex;align-items:center;justify-content:center;padding-top: 15px;}
.section-highlights2 .swiper-hp .swiper-controls .swiper-button-prev,
.section-highlights2 .swiper-hp .swiper-controls .swiper-button-next{position:static;font-size:40px;opacity:1;height:auto}
.section-highlights2 .swiper-hp .swiper-controls .swiper-button-prev::after,
.section-highlights2 .swiper-hp .swiper-controls .swiper-button-next::after{display:none!important}

/*
================
SECTION-SEARCHES
================
*/
.section-searches{}
.section-searches ul,.section-searches ul li{list-style-type:none;margin:0;padding:0;}

.section-searches .nav-tabs{display:flex;flex-wrap:wrap;}
.section-searches .nav-tabs:after{content:" ";border-bottom: 1px solid #f0f0f0;width:100%}
.section-searches .nav-tabs .nav-item{border:1px solid #f0f0f0;}
.section-searches .nav-tabs .nav-item a{background:#f8f8f8;display:block;text-decoration:none;color:#515151;padding:20px;display:block;font-size:16px}
.section-searches .nav-tabs .nav-item a.active{background:#ebe9eb;}

.section-searches .tab-content .tab-pane{display:none;padding:40px 0}
.section-searches .tab-content .tab-pane.show{display:block}

.section-searches .tab-content label{font-weight:500;}
.section-searches .tab-content input,
.section-searches .tab-content select,
.section-searches .tab-content textarea{
    border:0 none;
    border-bottom: 2px solid #006AB3;
    padding:5px;
    margin:0 0 15px 0;
    width:100%;
    height:48px;
    display:block;
    color:var(--color-a);
    font-size:16px;
    font-family: museo-sans, sans-serif;
}


.section-searches .tab-content button{
    border:2px solid var(--color-a) !important;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 50px;
    background: var(--color-a);
    color:#FFF;
    display:block;
    cursor:pointer;
    margin:20px 0;
}

.section-searches .tab-content select {background: url('data:image/svg+xml,<svg viewBox="0 0 100 100" height="100" width="100" xmlns="http://www.w3.org/2000/svg"><polygon fill="grey" points="50,70 70,30 30,30"></polygon></svg>') no-repeat calc(100% - 35px) 50%;background-size:40px 40px;background-color: #E9E9ED;}
.section-searches .tab-content .rpe-item:has(select) {overflow:hidden;}
.section-searches .tab-content .rpe-item:has(select) select{width: calc(100% + 30px);}
.section-searches #HB_srch_smp_f_reset, .section-searches #HB_srch_adv_f_reset, .section-searches #HB_srch_smp_reset, .section-searches #HB_srch_adv_oac_reset {display: none;}


/*
=============
SECTION-START
=============
*/

/* .section-start .tab-content select {background: url('data:image/svg+xml,<svg viewBox="0 0 100 100" height="100" width="100" xmlns="http://www.w3.org/2000/svg"><polygon fill="grey" points="50,70 70,30 30,30"></polygon></svg>') no-repeat calc(100% - 35px) 50%;background-size:40px 40px;background-color: #E9E9ED;}
.section-start .tab-content .rpe-item:has(select) {overflow:hidden;}
.section-start .tab-content .rpe-item:has(select) select{width: calc(100% + 30px);}
*/
.section-start{padding:30px 0 60px 0}
.section-start h1{font-size:44px;line-height:46px;}
.section-start .description{font-size:20px}
.section-start .rpe-container{position:relative;max-width:auto;padding:30px 0 5px 0}
.section-start label{display:none}
.section-start input{width:100%}
.section-start button[type='reset']{display:none!important}
.section-start button[type='submit']{position:absolute;right:20px;top:50%;;margin-top:0;border:0 none!important;background:transparent;font-size:24px;cursor:pointer;color:var(--color-a)}
.section-start button span{display:none}
.section-start button:before{
    font-family: "Font Awesome 6 Free";
    content:"\f002";
    font-weight:900;
    font-style: normal;
    font-variant: normal;} 

.section-start input{border:1px solid #dfe1e5;padding:25px;font-size:20px;font-family: museo-sans, sans-serif;transition:all .2s linear}
.section-start .rpe-container:hover input, .section-start .rpe-container input:hover,.section-start input:focus{box-shadow: 0 1px 6px rgba(32,33,36,.28)!important;border-color: rgba(223,225,229,0)!important;}
.section-start select{display:none!important}

/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-start h1{font-size:40px;line-height:42px;}
    .section-start .description{font-size:20px}
}

/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-start h1{font-size:36px;line-height:38px;}
    .section-start .description{font-size:19px}
}

/* XS */
@media only screen and (min-width: 0) and (max-width: 575px) {
    .section-start h1{font-size:30px;line-height:32px;}
    .section-start .description{font-size:18px}
}

/*
========
HOMEPAGE
========
*/


/*
===
LYT
===
*/
.lyt{margin:30px 0}

/*
========
LYT-LIST
========
*/
.lyt-list{}
.lyt-list .nrec{text-transform:uppercase;font-size:1rem;color:var(--color-a)}
.lyt-list .nrec span{font-weight:500}
.lyt-list .list-items .item{border-bottom:1px solid #BFDAEC;padding:15px 0;display:grid;grid-template-columns:250px 1fr;gap:var(--gutter)}
.lyt-list .list-items .item a{display:contents;}
.lyt-list .list-items .item:first-child{border-top:1px solid #BFDAEC;}
/* .lyt-list .list-items .item figure a{display:block} */
.lyt-list .list-items .item figure img{}
.lyt-list .list-items .item .fld{margin-bottom:8px; font-weight:400;}
.lyt-list .list-items .item{font-size:16px;}
.lyt-list .list-items .item .fld .lbl{font-size:16px;font-weight:500;}
.lyt-list .list-items .item .fld .lbl::first-letter{text-transform:uppercase;}
.lyt-list .list-items .item .fld .lbl:after{content:": "}


/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lyt-list .list-items .item{grid-template-columns:250px 1fr;}
}

/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .lyt-list .list-items .item{grid-template-columns:200px 1fr;}
}

/* XS */
@media only screen and (min-width: 0) and (max-width: 575px) {
    .lyt-list .list-items .item{grid-template-columns:1fr;}
}

/*
==========
LYT-DETAIL
==========
*/
.lyt-detail{}

/*
============
LYT-DETAIL-F
============
*/
.lyt-detail-f h1.page-title{grid-area:dtgSchTitle;width:100%}
.lyt-detail-f .sch-simple {padding: 15px 0; border-top: solid 1px #006AB3; border-bottom: solid 1px #006AB3; margin-bottom: 15px; width: 100%;}
.lyt-detail-f .sch-simple:before {content: "";
  background: var(--big-left-arrow-icon) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;}
.lyt-detail-f .container{display:flex;flex-wrap:wrap;}
.lyt-detail-f .container .field-groups{width:100%;padding: 0 20px 0 0px; font-size:16px}

.lyt-detail-f .field-groups h5,
.lyt-detail-f .field-groups .field-group > h6{
    font-family: museo-slab, serif;
    margin:0 0 8px 0;
    padding:0;
    font-size: 16px;
    line-height:18px;
    text-transform:uppercase;
}


.lyt-detail-f .field-groups h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}

.lyt-detail-f .field-groups h3 {
    font-size: 16px;
    font-weight: 500;
}


.lyt-detail-f .field-groups .fld{margin-bottom:3px;line-height:24px;display:flex;flex-wrap:wrap;}
.lyt-detail-f .field-groups .fld .lbl{white-space:nowrap;margin-right:5px;font-weight:500;}
.lyt-detail-f .field-groups .fld .lbl::first-letter{text-transform:uppercase;}
.lyt-detail-f .field-groups .fld .lbl:after{content:": "}

.lyt-detail-f .field-groups .field-group {display: none;}
.lyt-detail-f .field-groups .field-group:has(.fld) {display: block; padding-bottom: 15px;}
.lyt-detail-f .field-groups .field-group-images h6 {margin-bottom: 20px;}
.lyt-detail-f .field-groups .field-group-images .clear {clear:both;}
.lyt-detail-f .field-groups .field-group-images .fld-image {float:left; margin: 0 20px 20px 0; width:250px}
.lyt-detail-f .field-groups .field-group-images .fld-image img {}
.lyt-detail-f .field-groups .field-group-images .fld-image:last-child {margin: 0 20px 0 0;}
.lyt-detail-f .field-groups .field-group-images:after {content:"";clear:both;display:block;}


.lyt-detail-f .field-groups .field-group a.btn-view-list:before{content:"\F002";text-indent:0;font-family:'FontAwesome';text-decoration:none!important;padding-left:10px;padding-right:10px;color:var(--color-a)}
.lyt-detail-f .field-groups .field-group a.btn-view-list {width: 27px; display:inline-block; white-space: nowrap; overflow: hidden; vertical-align: top;}


/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lyt-detail-f .container > .image{width:400px}
    .lyt-detail-f .container > .field-groups{width:calc(100% - 400px);}
}

/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .lyt-detail-f .container > .image{width:200px}
    .lyt-detail-f .container > .field-groups{width:calc(100% - 200px);padding-left:15px}
}

/* XS */
@media only screen and (min-width: 0) and (max-width: 575px) {
    .lyt-detail-f .container > .field-groups{padding-left:0px}
    .lyt-detail-f .container > .image{width:auto}
    .lyt-detail-f .container > .field-groups{width:auto}
}

/*
==============
LYT-DETAIL-OAC
==============
*/
.lyt-detail-oac h1.page-title{grid-area:dtgSchTitle;width:100%;font-size:1.5rem;}
.lyt-detail-oac .sch-simple {padding: 15px 0; border-top: solid 1px #006AB3; border-bottom: solid 1px #006AB3; margin-bottom: 15px; width: 100%;}
.lyt-detail-oac .sch-simple:before {content: "";
  background: var(--big-left-arrow-icon) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;}

.lyt-detail-oac .container{display:flex;flex-wrap:wrap;}
.lyt-detail-oac .container > .field-groups{width:100%;padding: 0 20px 0 0px; font-size:16px}

.lyt-detail-oac .field-groups h5,
.lyt-detail-oac .field-groups .field-group > h6{
    font-family: museo-slab, serif;
    margin:0 0 2px 0;
    padding:0;
    font-size: 16px;
    line-height:18px;
    text-transform:uppercase;
}


.lyt-detail-oac .field-groups h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}

.lyt-detail-oac .field-groups h3 {
    font-size: 16px;
    font-weight: 500;
}


.lyt-detail-oac .field-groups .fld{margin-bottom:3px;line-height:24px;display:flex;flex-wrap:wrap;}
.lyt-detail-oac .field-groups .fld .lbl{white-space:nowrap;margin-right:5px;font-weight:500}
.lyt-detail-oac .field-groups .fld .lbl::first-letter{text-transform:uppercase;}
.lyt-detail-oac .field-groups .fld .lbl:after{content:": "}

.lyt-detail-oac .field-groups .field-group {margin-bottom:30px;display: none;}
.lyt-detail-oac .field-groups .field-group:has(.fld) {display: block; padding-bottom: 15px;}
.lyt-detail-oac .field-groups .field-group-images h6 {margin-bottom: 20px;}
.lyt-detail-oac .field-groups .field-group-images .clear {clear:both;}
.lyt-detail-oac .field-groups .field-group-images .fld-image {float:left; margin: 0 20px 20px 0; width:250px}
.lyt-detail-oac .field-groups .field-group-images .fld-image img {}
.lyt-detail-oac .field-groups .field-group-images .fld-image:last-child {margin: 0 20px 0 0;}
.lyt-detail-oac .field-groups .field-group-images:after {content:"";clear:both;display:block;}


.lyt-detail-oac .field-groups .field-group a.btn-view-list:before{content:"\F002";text-indent:0;font-family:'FontAwesome';text-decoration:none!important;padding-left:10px;padding-right:10px;color:var(--color-a)}
.lyt-detail-oac .field-groups .field-group a.btn-view-list {width: 27px; display:inline-block; white-space: nowrap; overflow: hidden; vertical-align: top;}


/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lyt-detail-oac .container > .image{width:400px}
    .lyt-detail-oac .container > .field-groups{width:calc(100% - 400px);}
}

/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .lyt-detail-oac .container > .image{width:200px}
    .lyt-detail-oac .container > .field-groups{width:calc(100% - 200px);padding-left:15px}
}

/* XS */
@media only screen and (min-width: 0) and (max-width: 575px) {
    .lyt-detail-oac .container > .field-groups{padding-left:0px}
    .lyt-detail-oac .container > .image{width:auto}
    .lyt-detail-oac .container > .field-groups{width:auto}
}

/*
==============
LYT-DETAIL-AUT
==============
*/
.lyt-detail-author h1.page-title{grid-area:dtgSchTitle;width:100%}
.lyt-detail-author .container{display:flex;flex-wrap:wrap;}
.lyt-detail-author .container > .field-groups{width:100%;padding: 0 20px 0 0px; font-size:16px}

.lyt-detail-author .field-groups h5,
.lyt-detail-author .field-groups .field-group > h6{
    font-family: museo-slab, serif;
    margin:0 0 2px 0;
    padding:0;
    font-size: 16px;
    line-height:18px;
    text-transform:uppercase;
}


.lyt-detail-author .field-groups h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}

.lyt-detail-author .field-groups h3 {
    font-size: 16px;
    font-weight: 500;
}


/*
==============
LYT-DETAIL-INT
==============
*/
.lyt-detail-int h1.page-title{grid-area:dtgSchTitle;width:100%}
.lyt-detail-int .container{display:flex;flex-wrap:wrap;}
.lyt-detail-int .container > .field-groups{width:100%;padding: 0 20px 0 0px; font-size:16px}

.lyt-detail-int .field-groups h5,
.lyt-detail-int .field-groups .field-group > h6{
    font-family: museo-slab, serif;
    margin:0 0 2px 0;
    padding:0;
    font-size: 16px;
    line-height:18px;
    text-transform:uppercase;
}


.lyt-detail-int .field-groups h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}

.lyt-detail-int .field-groups h3 {
    font-size: 16px;
    font-weight: 500;
}


/*
===============
LYT-DETAIL-FULL
===============
*/

.lyt-detail-full{margin: 20px 0;}
.lyt-detail-full .container .prgh{display: flex;flex-direction: column;}
.lyt-detail-full .container .prgh-t{border-bottom: 1px solid #8c8e8c;margin-top: 40px;font-weight: 400;}
.lyt-detail-full .container .prgh-ad{margin-top: 10px !important;}

.lyt-detail-full .container .prgh .field, .lyt-detail-full .container .prgh  .subfield{display: grid;grid-template-columns: 450px 1fr; column-gap: 10px; width: 100%;}
.lyt-detail-full .container .prgh .subfield, .lyt-detail-full .container .prgh .field[type='campo']{border-bottom: 1px solid #8c8e8c;}
/* .lyt-detail-full .container .prgh .field-id{} */

.lyt-detail-full .container .prgh .field[type='campo-t']{display:block ;width: 100%;}

/* .lyt-detail-full .container .prgh .field .field-lbl, .lyt-detail-full .container .prgh .field .subfield-lbl{width: 335px;} */
.lyt-detail-full .container .prgh .field .field-t{font-style: italic;background: #757575;text-transform: uppercase; font-size: 14px;padding: 3px 0; color: #fff;}
.lyt-detail-full .container .prgh .field .field-t,
.lyt-detail-full .container .prgh .field .subfield-lbl,
.lyt-detail-full .container .prgh .field .field-lbl,
.lyt-detail-full .container .prgh-t{padding-left: 5px;}

.lyt-detail-full .container .prgh .field .field-fta{position: relative;margin-bottom: 20px;}
.lyt-detail-full .container .prgh .field .img-cont{padding: 10px 0;width: 400px;}
.lyt-detail-full .container .prgh .field .img-cont img{width: 100%;}

.lyt-detail-full .container .prgh .field.field-fur{margin-bottom: 40px !important;}

.field-lbl::first-letter,.field-val::first-letter, .subfield-val::first-letter,.subfield-lbl::first-letter{text-transform: uppercase;}

.lyt-detail-full .container .prgh .field .field-lbl-id{width: 140px !important;padding: 0 !important;}
.lyt-detail-full .container .prgh .field-id{border-bottom: 0 none !important;font-size: 24px;font-weight: 500;;display: flex; justify-content: center;font-size: 20px;order: -1;position: relative;padding: 10px 0;}

@media only screen and (min-width: 768px) {
    .lyt-detail-full .container .prgh .field-id::before{content: "";width: 100px;margin: auto;border-top: 1px solid #8c8e8c;position: absolute;top: 0px;}
    .lyt-detail-full .container .prgh .field-id::after{content: "";width: 180px;margin: auto;border-bottom: 1px solid #8c8e8c;position: absolute;bottom: 0px;}
}


/* XS  SM */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .lyt-detail-full .container .prgh-cd .field-id{column-gap: 10px!important;}
    .lyt-detail-full .container .prgh-cd .field-lbl-id, .lyt-detail-full .container .prgh-cd  .field-val-id{font-size: 15px;}
    .lyt-detail-full .container .prgh .field, .lyt-detail-full .container .prgh .subfield{font-size: 12px;grid-template-columns: 90px 1fr;column-gap: 150px; width: 100%;}
    .lyt-detail-full .container .prgh .field .field-t{font-size: 11px;}
    .lyt-detail-full .container .prgh .field .img-cont img{width: 165px;}
    .lyt-detail-full .container .prgh-ad{margin-top: 15px !important;}
    .lyt-detail-full .container .prgh .field.field-fta{position: relative;margin-bottom: 30px;}
    .lyt-detail-full .container .prgh .field .img-cont img{max-width: 100%;}
    .lyt-detail-full .container .prgh-ad{margin-top: 0 !important;}
    .lyt-detail-full .container .prgh .field, .lyt-detail-full .container .prgh .subfield{display: block !important;}
    .lyt-detail-full .container .prgh .field .subfield-lbl,
    .lyt-detail-full .container .prgh .field .subfield-val,
    .lyt-detail-full .container .prgh .field .field-val,
    .lyt-detail-full .container .prgh .field .field-lbl{display: inline;width: auto !important;}
    .lyt-detail-full .container .prgh .field .subfield-lbl,
    .lyt-detail-full .container .prgh .field .field-lbl{font-weight: 400;float: left;display: inline-block !important;}
    .lyt-detail-full .container .prgh .field .subfield-lbl:after,
    .lyt-detail-full .container .prgh .field .field-lbl:after{content:": ";margin-right: 6px;}
    .lyt-detail-full .container .prgh .field .field-t,
    .lyt-detail-full .container .prgh .field .subfield-lbl, 
    .lyt-detail-full .container .prgh .field .field-lbl,
    .lyt-detail-full .container .prgh-t{padding-left: 0 !important;}
}
/*
==================
LYT-DETAIL-GENERIC
==================
*/

/* .lyt-generic .main-container .rpe-item {display: flex; flex-direction:column;margin-top: 1rem; margin-bottom: 30px}
.lyt-generic .main-container label, .lyt-generic .main-container input, .lyt-generic .main-container select {height: 3rem; padding: 5px;}
.lyt-generic .main-container .rpe-item select {
       margin-top: 1rem; margin-left: auto; margin-right: 0; border-radius: 0; outline: 0; padding: 0px 8px 2px; padding-left: 8px; border: 0; border-bottom: 2px solid var(--color-a); width: 100%; flex: 0 1 auto; background: none;}
.lyt-generic .main-container label {font-size: 16px;}
.lyt-generic .main-container input {border: 0; border-bottom: 2px solid var(--color-a);} */
.lyt-generic .main-container button {text-decoration: none; color: #fff; background-color: #006AB3; text-align: center; letter-spacing: 0.5px; transition: 0.2s ease-out; cursor: pointer; border: 2px solid #006AB3 !important; background: #006AB3; border-radius: 50px; display: inline-block; height: 36px; line-height: 36px; outline: 0; padding: 0 2rem; text-transform: uppercase; vertical-align: middle;}


.lyt-generic .main-container label{font-weight:500;}
.lyt-generic .main-container input,
.lyt-generic .main-container select,
.lyt-generic .main-container textarea{
    border:0 none;
    border-bottom: 2px solid #006AB3;
    padding:5px;
    margin:0 0 15px 0;
    width:100%;
    height:48px;
    display:block;
    color:var(--color-a);
    font-size:16px;
    font-family: museo-sans, sans-serif;
}

.lyt-generic .main-container select {background: url('data:image/svg+xml,<svg viewBox="0 0 100 100" height="100" width="100" xmlns="http://www.w3.org/2000/svg"><polygon fill="grey" points="50,70 70,30 30,30"></polygon></svg>') no-repeat calc(100% - 35px) 50%;background-size:40px 40px;background-color: #E9E9ED;}
.lyt-generic .main-container .rpe-item:has(select) {overflow:hidden;}
.lyt-generic .main-container .rpe-item:has(select) select{width: calc(100% + 30px);}

.lyt-generic .main-container #HB_srch_smp_f_reset, .lyt-generic .main-container #HB_srch_smp_reset, .lyt-generic .main-container #HB_srch_adv_f_reset, .lyt-generic .main-container #HB_srch_adv_oac_reset {display: none;}

.lyt-generic .select-autocomplete{background-color:#E9E9ED;}


/*
================
RICERCA SEMPLICE
================
*/
.bdy-lyt-gen-2 .rpe-item select{display:none!important}

/*
=========
MODAL-CST
=========
*/
.modal-backdrop{position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; opacity: .5;}
.modal-cst {position: fixed; top: 0; left: 0; z-index: 1060; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0;}
.modal-cst .modal-dialog {max-width: 500px; margin: 1.75rem auto; position: relative; width: auto; /* margin: .5rem; */  pointer-events: none;}
.modal-cst .modal-content {position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; 
    border: 1px solid rgba(0,0,0,.2); border-radius: .3rem; outline: 0;}

.modal-cst .modal-header {position: relative; padding: 16px 44px 16px 16px; border-bottom: 1px solid #DDD;}
.modal-cst .modal-header .modal-title {margin: 0}
.modal-cst .modal-header .close {position: absolute; top: 10px; right: 10px; background: transparent; border: 0 none; font-size: 30px; padding: 0; width: 34px; text-align: center; line-height: 34px; cursor: pointer;}


.modal-body .fld{margin:15px 16px 10px 16px;line-height:24px;display:flex;flex-wrap:wrap;}
.modal-body .fld .lbl{white-space:nowrap;margin-right:5px;font-weight:500}
.modal-body .fld .lbl::first-letter{text-transform:uppercase;}
.modal-body .fld .lbl:after{content:": "}

.modal-body .field-group {display: none;}
.modal-body .field-group:has(.fld) {display: block; padding-bottom: 15px;}
.modal-body .field-group-images {margin:0 16px 0 16px;}
.modal-body .field-group-images h6 {margin-bottom: 20px;}
.modal-body .field-group-images .clear {clear:both;}
.modal-body .field-group-images .fld-image {float:left; margin: 0 20px 20px 0; width:250px}
.modal-body .field-group-images .fld-image:last-child {margin: 0 20px 0 0;}
.modal-body .field-group-images:after {content:"";clear:both;display:block;}
.modal-body .field-group-images .fld-image img {}


@media (min-width: 992px) {
  .modal-cst .modal-lg, .modal-cst .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-cst .modal-xl {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .modal-cst .modal-sm {max-width: 300px;}
}

/*
============
AUTOCOMPLETE
============
*/
/* .autocomplete-custom{width:514px!important;display:inline-block;padding:4px;} */

.autocomplete-custom{
    background:url('data:image/svg+xml,<svg viewBox="0 0 100 100" height="100" width="100" xmlns="http://www.w3.org/2000/svg"><polygon fill="black" points="50,70 70,30 30,30"></polygon></svg>') no-repeat calc(100% - 5px) 50%;
    background-size:15px 15px;
}
.select-autocomplete + .autocomplete-items{max-height:250px} 
.select-autocomplete + .autocomplete-items > div{padding:3px 10px;} 

/*
================
LYT-DETAIL F-SMP
================
*/
.lyt-detail-f-smp .columns {display: flex; gap: 20px;justify-content: space-between; width: 100%;}
.lyt-detail-f-smp .column1 {width: calc(100% - 570px)}
.lyt-detail-f-smp .column2 {width: 550px; display: flex; flex-wrap: wrap; gap: 20px;}

.lyt-detail-f-smp .page-title {font-size:1.5rem}
.lyt-detail-f-smp .sch-full {padding: 15px 0; border-top: solid 1px #006AB3; border-bottom: solid 1px #006AB3; margin-bottom: 15px;}
.lyt-detail-f-smp .sch-full:before {content: "";
  background: var(--iccd-icon) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;}

.lyt-detail-f-smp .column2 .fld-image {width: calc((100% - 20px) / 2);}
.lyt-detail-f-smp .column2 .fld-image:nth-of-type(1) {width: 100%;}
.lyt-detail-f-smp .column2 .fld-image img {display: block; width: 100%}

/* .lyt-detail-f-smp .column2 > .fld-image a img{width: 100%;}
.lyt-detail-f-smp .column2 > .fld-image:not(:first-child) a img{width: 265px;} */

/* XS  SM */
@media only screen and (min-width: 0) and (max-width: 1140px) {
.lyt-detail-f-smp .columns {display: block; gap: 0px;}
.lyt-detail-f-smp .column1 {width: 100%;}
.lyt-detail-f-smp .column2 {width: 100%;}

}

/*
==================
LYT-DETAIL OAC-SMP
==================
*/
.lyt-detail-oac-smp .columns {display: flex; gap: 20px;justify-content: space-between; width: 100%;}
.lyt-detail-oac-smp .column1 {width: calc(100% - 570px)}
.lyt-detail-oac-smp .column2 {width: 550px; display: flex; flex-wrap: wrap; gap: 20px;}

.lyt-detail-oac-smp .page-title {font-size:1.5rem}
.lyt-detail-oac-smp .sch-full {padding: 15px 0; border-top: solid 1px #006AB3; border-bottom: solid 1px #006AB3; margin-bottom: 15px;}
.lyt-detail-oac-smp .sch-full:before {content: "";
  background: var(--iccd-icon) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;}

.lyt-detail-oac-smp .column2 .fld-image {width: calc((100% - 20px) / 2);}
.lyt-detail-oac-smp .column2 .fld-image:nth-of-type(1) {width: 100%;}
.lyt-detail-oac-smp .column2 .fld-image img {display: block; width: 100%}

/* .lyt-detail-oac-smp .column2 > .fld-image a img{width: 100%;}
.lyt-detail-oac-smp .column2 > .fld-image:not(:first-child) a img{width: 265px;} */

/* XS  SM */
@media only screen and (min-width: 0) and (max-width: 1140px) {
.lyt-detail-oac-smp .columns {display: block; gap: 0px;}
.lyt-detail-oac-smp .column1 {width: 100%;}
.lyt-detail-oac-smp .column2 {width: 100%;}

}