@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes pulse{0%{box-shadow:0 0 0 0 #7b6b52}}@keyframes shrink{100%{transform:scale(0.9)}}@keyframes wobble{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}body{color:#fff;font-size:16px;font-weight:200;font-family:"Outfit",sans-serif;background-color:#000;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#fff;font-weight:200;margin-bottom:.8em;line-height:1.2em;text-transform:uppercase;font-family:"Outfit",sans-serif}h1{font-size:24px;padding:10px 0 10px 20px;letter-spacing:1px;border-left:3px solid #7b6b52}h2{color:#a48b55;font-size:22px;letter-spacing:2px}h3{font-size:20px}p,li{font-weight:200;font-size:16px;line-height:1.4em}p{margin-bottom:0}a{text-decoration:none}img{max-width:100%;vertical-align:middle}strong{font-weight:400}@media only screen and (min-width: 768px){h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}p,li{font-size:18px}}@media only screen and (min-width: 1024px){h1{font-size:32px}h2{font-size:28px}h3{font-size:24px}p,li{font-size:20px}}.about .main-header .header-hero .content .logo img,.local .main-header .header-hero .content .logo img,.commission .main-header .header-hero .content .logo img,.speakers .main-header .header-hero .content .logo img,.sponsors .main-header .header-hero .content .logo img,.schedule .main-header .header-hero .content .logo img{max-width:328px}.open-nav{position:relative}.open-nav .main-header .header-nav .content nav{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.main-header{max-height:920px}.main-header .header-nav{padding:20px 0;background-color:#000;border-bottom:1px solid #7b6b52}.main-header .header-nav .content{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.main-header .header-nav .content .logo{max-width:78px}.main-header .header-nav .content .toggle-nav img{width:24px}.main-header .header-nav.fixed{position:fixed;top:0;left:0;width:100%;z-index:999;background:#000;border-bottom:1px solid #7b6b52;padding:12px 0}.main-header .header-nav.fixed .content .logo img{max-width:64px}.main-header .header-hero{background-image:url("../img/hero-bg.jpg");background-position:center bottom;display:flex;align-items:center;justify-content:center;overflow:hidden}.main-header .header-hero .content{position:relative;max-width:492px;margin:0 auto;padding:46px 20px;text-align:center;background-color:rgba(0,0,0,.95)}.main-header .header-hero .content::before{content:"";position:absolute;top:0;bottom:0;left:20px;width:1px;height:100%;background-color:#7b6b52}.main-header .header-hero .content::after{content:"";position:absolute;top:0;bottom:0;right:20px;width:1px;height:100%;background-color:#7b6b52}.main-header .header-hero .content .data-local .-data p{font-size:30px;text-transform:uppercase;color:#a48b55;font-weight:600;letter-spacing:1px}.main-header .header-hero .content .data-local .-local p{font-size:19px;font-weight:200;letter-spacing:2px}@media only screen and (max-width: 1023px){.main-header .header-nav .content nav{width:80vw;height:100%;position:fixed;top:0;right:-1px;z-index:3;min-height:auto;background-color:#000;border-left:1px solid rgba(164,139,85,.3);-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;-webkit-transform:translate(100%, 0);-moz-transform:translate(100%, 0);-o-transform:translate(100%, 0);-ms-transform:translate(100%, 0);transform:translate(100%, 0)}.main-header .header-nav .content nav>div{display:flex;align-items:center;justify-content:space-between;background-color:#7b6b52;padding:16px 20px}.main-header .header-nav .content nav>div span{font-size:14px;color:#fff;font-weight:400;letter-spacing:1px;text-transform:uppercase}.main-header .header-nav .content nav>div img{width:12px}.main-header .header-nav .content nav .menu li{position:relative;-webkit-transition:all 400ms ease-in-out;-moz-transition:all 400ms ease-in-out;-o-transition:all 400ms ease-in-out;transition:all 400ms ease-in-out}.main-header .header-nav .content nav .menu li a{display:block;width:100%;padding:16px 20px;font-size:16px;font-weight:200;color:#fff;line-height:1em;text-decoration:none;text-align:left;border-bottom:1px solid rgba(164,139,85,.3)}.main-header .header-nav .content nav .menu li.active a{font-weight:500}.main-header .header-hero .logo{display:none}}@media only screen and (min-width: 1024px){.about .main-header .header-hero .content,.local .main-header .header-hero .content,.commission .main-header .header-hero .content,.speakers .main-header .header-hero .content,.sponsors .main-header .header-hero .content,.schedule .main-header .header-hero .content{padding:62px 20px;gap:48px}.about .main-header .header-hero .content .data-local .-data p,.local .main-header .header-hero .content .data-local .-data p,.commission .main-header .header-hero .content .data-local .-data p,.speakers .main-header .header-hero .content .data-local .-data p,.sponsors .main-header .header-hero .content .data-local .-data p,.schedule .main-header .header-hero .content .data-local .-data p{font-size:34px}.about .main-header .header-hero .content .data-local .-local p,.local .main-header .header-hero .content .data-local .-local p,.commission .main-header .header-hero .content .data-local .-local p,.speakers .main-header .header-hero .content .data-local .-local p,.sponsors .main-header .header-hero .content .data-local .-local p,.schedule .main-header .header-hero .content .data-local .-local p{font-size:24px}.main-header .header-nav .content{justify-content:center;text-align:center}.main-header .header-nav .content .logo,.main-header .header-nav .content .toggle-nav{display:none}.main-header .header-nav .content nav>div{display:none !important}.main-header .header-nav .content nav .menu li{position:relative;display:inline-block;margin:0 8px}.main-header .header-nav .content nav .menu li a{position:relative;color:#7b6b52;text-transform:uppercase;letter-spacing:1px;font-weight:300;font-size:16px;z-index:9}.main-header .header-nav .content nav .menu li a:hover,.main-header .header-nav .content nav .menu li a.active{color:#a48b55}.main-header .header-nav.fixed{padding:20px 0}.main-header .header-hero .content{display:flex;flex-direction:column;gap:60px;padding:72px 20px}.main-header .header-hero .content .logo img{max-width:388px}.main-header .header-hero .content .data-local .-data p{font-size:40px;letter-spacing:2px}.main-header .header-hero .content .data-local .-local p{font-size:28px}}footer{background-color:#000;border-top:1px solid rgba(164,139,85,.3)}footer .brands .items{display:grid;grid-template-columns:1fr;justify-content:space-around;gap:25px}footer .brands .items .-item{text-align:center}footer .brands .items .-item h4{text-transform:uppercase;font-weight:300;font-size:15px;color:#fff;margin-bottom:1em;font-family:"Outfit",sans-serif}footer .brands .items .-item img{margin:0 20px;height:60px}@media only screen and (min-width: 768px){footer .brands{padding:40px 0}footer .brands .items .-item h4{margin-bottom:2em}}.button{padding:20px 30px;font-size:16px;font-weight:300;color:#a48b55;background-color:rgba(0,0,0,0);border:1px solid #a48b55;text-transform:uppercase;display:inline-block;text-align:center;letter-spacing:1px;margin-top:30px;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s}.button:hover{animation:shrink .5s linear infinite alternate}@media only screen and (max-width: 767px){.button{width:100%}}@media only screen and (min-width: 768px){.button{font-size:18px}}@media only screen and (min-width: 1024px){.button{font-size:20px}}.container{position:relative;max-width:1265px;width:100%;margin:auto;padding:0 15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.container:before,.container:after{content:"";display:table;clear:both}section{padding:30px 0}@media only screen and (min-width: 768px){section{padding:60px 0}}@media only screen and (min-width: 1200px){section{padding:80px 0}}::-webkit-scrollbar-track{background-color:#000}::-webkit-scrollbar{width:10px;background-color:#000}::-webkit-scrollbar-thumb{background-color:#a48b55}@media only screen and (max-width: 1023px){.overlay.active{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);overflow:hidden;z-index:2}}.home h1{color:#a48b55;font-size:26px}.home h2{color:#fff;font-size:24px;padding:10px 0 10px 20px;letter-spacing:1px;border-left:3px solid #7b6b52}.home h3{color:#a48b55;font-size:22px;letter-spacing:2px;text-align:center}.home h4{font-size:20px}.home .intro{border-bottom:1px solid #7b6b52}.home .intro .container{max-width:890px}.home .intro .content{text-align:center}.home .intro .content p{letter-spacing:1px}.home .event{border-bottom:1px solid #7b6b52}.home .event .content{display:flex;flex-direction:column;gap:20px}.home .event .content .-text p{margin-bottom:20px}.home .event .content .-text p:nth-of-type(2){margin-bottom:0}.home .coordination article{max-width:972px;margin:40px auto 0}.home .coordination article span{display:block;font-size:24px;text-align:center;color:rgba(164,139,85,.3);text-transform:uppercase;margin-bottom:20px}.home .coordination article .items .-item>div{padding:0 20px}.home .coordination article .items .-item .-text{margin-top:16px}.home .coordination article .items .-item .-text h4{text-transform:inherit;text-align:center;font-size:16px}.home .coordination article .items .-item .-text p{font-size:16px;color:#a48b55;text-align:center}.home .coordination article .items .slick-arrow{position:absolute;top:0;bottom:0;margin:auto;border:0;background:none;z-index:99;cursor:pointer}.home .coordination article .items .slick-arrow.slick-prev{left:-10px}.home .coordination article .items .slick-arrow.slick-next{right:-10px}.home .coordination .button{display:table;margin:30px auto 0}.home .themes{background-image:url("../img/themes-bg.jpg");background-repeat:no-repeat;background-size:cover;border-top:1px solid #7b6b52;border-bottom:1px solid rgba(164,139,85,.3);padding:60px 0}.home .themes ul li{position:relative;padding:10px 0 10px 40px}.home .themes ul li::before{content:"";position:absolute;top:0;bottom:0;left:0;margin:auto;width:26px;height:14px;background-image:url("../img/icon-arrow-list.svg");background-size:cover}.home .exclusive{background-image:url("../img/exclusive-bg.jpg");background-position:center bottom;background-repeat:no-repeat;background-size:contain}.home .exclusive .items{display:grid;grid-template-columns:1fr;gap:20px;padding:40px 0 60px}.home .exclusive .items .-item{position:relative;padding:20px;text-align:center;border:1px solid #7b6b52}.home .exclusive .items .-item h4{font-weight:300;color:#7b6b52}.home .exclusive .items .-item::before{content:"";position:absolute;left:0;right:0;top:-10px;width:20px;height:20px;margin:auto;border-radius:50%;background-color:#a48b55}.home .location .content{display:flex;flex-direction:column;gap:20px}.home .location .content .-text p{margin-bottom:20px}.home .location .content .-text p:nth-of-type(2){margin-bottom:0}@media only screen and (min-width: 768px){.home h1{font-size:30px}.home h2{font-size:28px}.home h3{font-size:26px}.home .event .container{max-width:1184px}.home .event .content{flex-direction:row;align-items:center}.home .event .content .-text,.home .event .content .-image{width:50%}.home .coordination article span{font-size:28px}.home .themes{padding:80px 0 100px}.home .themes ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;column-gap:20px}.home .exclusive .items{grid-template-columns:1fr 1fr;gap:26px;padding:48px 0 80px}.home .exclusive .items .-item p{font-size:16px}.home .location .container{max-width:1184px}.home .location .content{flex-direction:row;align-items:center}.home .location .content .-text,.home .location .content .-image{width:50%}.home .location .content .-text p strong{font-size:20px}}@media only screen and (min-width: 1024px){.home h1{font-size:32px}.home h2{font-size:38px}.home h3{font-size:32px}.home .event,.home .location{padding:0}.home .event .content{align-items:stretch}.home .event .content .-text{padding:50px 0}.home .event .content .-image{background-image:url("../img/event-image.jpg");background-position:center;background-repeat:no-repeat;background-size:cover}.home .event .content .-image img{display:none}.home .coordination article span{font-size:34px}.home .coordination article .items .-item>div{padding:0 12px}.home .coordination article .items .slick-arrow.slick-prev{left:-20px}.home .coordination article .items .slick-arrow.slick-next{right:-20px}.home .themes{padding-bottom:160px;background-position:center}.home .exclusive .container{max-width:1180px}.home .exclusive .items{grid-template-columns:1fr 1fr 1fr 1fr;gap:36px;padding-bottom:174px}.home .exclusive .items .-item p{font-size:18px}}@media only screen and (min-width: 1200px){.home .event .content{gap:48px}.home .event .content .-text{width:46%;padding:100px 0}.home .event .content .-image{width:54%}.home .coordination article{position:relative}.home .coordination article span{position:absolute;top:0;bottom:0;margin:auto;font-size:36px}.home .coordination article:nth-of-type(1) span{writing-mode:sideways-lr;left:-92px}.home .coordination article:nth-of-type(2) span{writing-mode:sideways-rl;right:-92px}.home .exclusive .items{padding-bottom:260px}.home .exclusive .items .-item{padding:31px}.home .location .content{gap:48px}.home .location .content .-text{width:44%}.home .location .content .-text p strong{font-size:24px}.home .location .content .-image{width:56%}}.about .event .content{display:flex;flex-direction:column;gap:20px}.about .event .content .-text p{margin-bottom:20px}.about .event .content .-text p:nth-of-type(2){margin-bottom:0}@media only screen and (min-width: 768px){.about .event .container{max-width:1184px}.about .event .content{flex-direction:row;align-items:center}.about .event .content .-text,.about .event .content .-image{width:50%}}@media only screen and (min-width: 1200px){.about .event .content{gap:48px}.about .event .content .-text{width:46%}.about .event .content .-image{width:54%}}.local .location .content{display:flex;flex-direction:column;gap:20px}.local .location .content .-text p{margin-bottom:20px}.local .location .content .-text p:nth-of-type(2){margin-bottom:0}@media only screen and (min-width: 768px){.local .location .container{max-width:1184px}.local .location .content{flex-direction:row;align-items:center}.local .location .content .-text,.local .location .content .-image{width:50%}.local .location .content .-text p strong{font-size:20px}}@media only screen and (min-width: 1200px){.local .location .content{gap:48px}.local .location .content .-text{width:44%}.local .location .content .-text p strong{font-size:24px}.local .location .content .-image{width:56%}}.sponsors .consultant ul li a{color:#7b6b52}.sponsors .consultant ul li a:hover{color:#a48b55}.commission .doctors .coordination{padding-top:40px}.commission .doctors .coordination .items{display:grid;grid-template-columns:1fr;gap:20px}.commission .doctors .coordination .items .-item{display:flex;flex-direction:column;gap:15px}.commission .doctors .coordination .items .-item .-text h4{color:#a48b55;font-weight:300}.commission .doctors .coordination .items .-item .-text ul li{position:relative;padding:8px 0 8px 30px;font-size:16px}.commission .doctors .coordination .items .-item .-text ul li::before{content:"";position:absolute;top:0;bottom:0;left:0;margin:auto;width:20px;height:11px;background-image:url("../img/icon-arrow-list.svg");background-size:cover}.commission .doctors .pharse{margin-top:40px}.commission .doctors .pharse p{text-align:center;font-style:italic}@media only screen and (min-width: 768px){.commission .doctors .coordination .items{grid-template-columns:1fr 1fr;gap:30px}.commission .doctors .coordination .items .-item{gap:20px}}@media only screen and (min-width: 1024px){.commission .doctors .coordination .items{grid-template-columns:1fr 1fr 1fr;gap:30px}.commission .doctors .coordination .items .-item{gap:20px}}@media only screen and (min-width: 1200px){.commission .doctors .coordination .items{grid-template-columns:1fr 1fr 1fr 1fr}}
