@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);body,button{display:flex}*,button,ul{padding:0;margin:0}#ticket-modal .ticket-inner .header .title,*,button,p,section.tickets .tickets-row .ticket-card .header .title,ul{margin:0}#ticket-modal .ticket-inner .body form,.row,.swiper,body,header nav,main,section,section.accommodation .content,section.banner .content .title img,section.banner-2 .banner-image,section.extra-services .extra-scard:hover::after,section.order-confirm form .form-grid .ticket-form,section.theses-clinical-section .tab-content .text{width:100%}#preloader,body,header .nav-menu{min-height:100vh}:root{--color-1:#fa0368;--color-2:#1a0b8c;--bg-color-1:#fa0368;--bg-color-2:#fff;--bg-color-3:#612EA7;--bg-color-4:#1a0b8c;--bg-color-5:#080e8a;--text-color-1:#fa0368;--text-color-2:#fff;--black-1:rgba(0,0,0,0.1);--black-2:rgba(0,0,0,0.2);--black-3:rgba(0,0,0,0.3);--black-4:rgba(0,0,0,0.4);--black-5:rgba(0,0,0,0.5);--black-6:rgba(0,0,0,0.6);--black-7:rgba(0,0,0,0.7);--black-8:rgba(0,0,0,0.8);--black-9:rgba(0,0,0,0.9);--white-1:rgba(255,255,255,0.1);--white-2:rgba(255,255,255,0.2);--white-3:rgba(255,255,255,0.3);--white-4:rgba(255,255,255,0.4);--white-5:rgba(255,255,255,0.5);--white-6:rgba(255,255,255,0.6);--white-7:rgba(255,255,255,0.7);--white-8:rgba(255,255,255,0.8);--white-9:rgba(255,255,255,0.9);--primary-font:"Montserrat",sans-serif;--scrollbar-width:7px;--scrollbar-height:7px;--scrollbar-thumb-color:#fa0368;--scrollbar-track-color:#fff;--selection-bg:#fa0368;--selection-color:#fff;--section-padding:20px 0;--section-mb:20px}*{box-sizing:border-box}body{font-size:16px;font-family:var(--primary-font);scroll-behavior:smooth;flex-direction:column;justify-content:space-between;align-items:center}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-height)}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color)}::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color)}::-moz-selection{background:var(--selection-bg);color:var(--selection-color)}::selection{background:var(--selection-bg);color:var(--selection-color)}a,a:active,a:hover,a:visited{text-decoration:none}img{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:block}button{flex-direction:row;justify-content:center;align-items:center;background:0 0;border:none;outline:0;box-shadow:none;transition:.2s}header,header.fixed-top{background-color:var(--bg-color-2)}section,section.banner .banner-swiper-container .swiper .banner-image{background-position:center;background-repeat:no-repeat;background-size:cover}a,i,span{transition:.2s;-o-transition:.2s;-moz-transition:.2s;-webkit-transition:.2s}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{display:none}section{padding:30px 0;position:relative}section .container,section.timer .timer-wrapper .date-item{display:flex;flex-direction:column;justify-content:center;align-items:center}.row .col-12{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-bottom:30px}.swiper{z-index:0}#preloader,.alert-message{z-index:999999;width:100%;position:fixed;display:flex}.swiper .swiper-slide,footer .footer-top .container,footer .footer-top .container .right-col,header .languages,section.accommodation .col-12,section.extra-services .row .col-12,section.main-services .row .col-12,section.partners .row .col-12,section.speakers .row .col-12,section.speakers .speaker-card .content .country{display:flex;flex-direction:row;justify-content:center;align-items:center}.section-title{width:100%;max-width:600px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:30px;text-align:center}.section-title .small-title{color:var(--text-color-1);text-transform:uppercase;font-weight:600;font-size:18px}.section-title .title{padding:12px 0;font-weight:700;text-transform:capitalize}.section-title .line{position:relative;width:100%;max-width:120px}.section-title .line::after,.section-title .line::before{content:"";position:absolute;top:0;height:4px;border-radius:5px;background-color:var(--bg-color-1);transition:.3s}.section-title .line::before{left:0;width:20%}.section-title .line::after{right:0;width:68%}.section-title:hover .line::before{width:68%}.section-title:hover .line::after{width:20%}.section-title .text{margin-top:40px}.section-title.white .text,.section-title.white .title{color:var(--text-color-2)}.section-title.align-start{align-items:flex-start;text-align:start;max-width:100%}#preloader{background-color:#f1f1f1;top:0;left:0;flex-direction:row;justify-content:center;align-items:center}#preloader .loader{width:220px;height:220px;border-radius:50%;border:5px solid #ebebec;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative}#preloader .loader::before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;border-top:10px solid var(--color-2);animation:1.5s linear infinite loaderspin}#preloader img{width:140px;height:140px;-o-object-fit:contain;object-fit:contain;animation:1s infinite loaderimg}@keyframes loaderspin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes loaderimg{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.alert-message{max-width:350px;flex-direction:row;justify-content:space-between;align-items:center;padding:15px;border-radius:5px;color:#fff;font-weight:600;top:30px;right:30px;opacity:0;animation:1s forwards show-alert;overflow:hidden}.alert-message button{color:#fff;font-size:20px}.alert-message.error{background-color:#dc3545}.alert-message.success{background-color:#198754}.alert-message.hide-alert{transform:translateX(1000px)}@keyframes show-alert{100%{opacity:1}}.confirm-order{padding:20px 0}.confirm-order .logo{width:100%;max-width:400px}.confirm-order .logo img,footer .logo img,header .logo img,header .logo-white img,header .nav-menu .menu-footer .contact a .icon img,section.about .about-img img,section.partners .partner-card .image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.confirm-order .icon{width:100px;height:100px;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:50%;border:2px solid var(--color-1);margin:30px 0;color:var(--color-1);font-size:50px}.confirm-order .text{text-align:center;margin-bottom:40px}.confirm-order .primary-button{width:100%;min-height:60px;max-width:300px;font-size:24px}.basket-icon{position:fixed;top:50%;right:0;transform:translateY(-50%);min-width:40px;max-width:75px;min-height:60px;background-color:#fff;box-shadow:0 0 5px var(--color-1);border-radius:10px 0 0 10px;display:flex;justify-content:flex-start;align-items:center;z-index:9999;padding:10px}.basket-icon .icon{min-width:40px;position:relative;margin-right:15px}.basket-icon .icon i{font-size:25px;color:#000}.basket-icon .icon span{display:block;position:absolute;top:-10px;right:-5px;min-width:22px;min-height:24px;max-width:24px;max-height:22px;overflow:hidden;padding:5px;background-color:var(--color-1);border-radius:50%;font-size:11px;font-weight:600;color:#fff;display:flex;justify-content:center;align-items:center}.basket-icon .label{font-size:18px;font-weight:600;color:var(--color-1);display:none}@keyframes opacity-0{100%{opacity:0}}@keyframes opacity-1{100%{opacity:1}}@keyframes animate-text{0%{left:-100%}100%{left:100%}}@keyframes fix-nav{0%{opacity:0;transform:translateY(-500px)}100%{opacity:1;transform:translateY(0)}}.primary-button{display:flex;flex-direction:row;justify-content:center;align-items:center;width:auto;max-width:260px;color:var(--text-color-2);font-weight:500;text-transform:capitalize;background:linear-gradient(160deg,#f06 0,#d41872 50%,#a445b2 100%) rgba(0,0,0,0);padding:10px 22px;border-radius:5px;position:relative;overflow:hidden!important;min-width:160px;text-indent:999;text-align:center;z-index:2}.wp-contact,header nav .inner{flex-direction:row;display:flex}.scrolltop-btn,header .nav-menu .menu-footer .social-icons a:hover{background-color:var(--bg-color-1)}.primary-button img{width:25px;height:25px;display:none;z-index:2;margin-right:10px}.primary-button span{z-index:5}.primary-button::after{content:"";position:absolute;width:100%;height:100%;background-color:var(--bg-color-3);z-index:-1;left:0;bottom:-110px;opacity:0;transition:.5s;transform:scale(3) rotate(-13deg);border:5px}.primary-button:hover::after{bottom:0;opacity:1}.primary-button.blg{font-size:20px;padding:15px 30px}.primary-button.blg img,header .nav-menu .menu-footer .contact a:hover .icon img:first-child{display:inline-block}.scrolltop-btn{width:40px;height:40px;border:1px solid var(--text-color-2);color:var(--text-color-2);position:fixed;bottom:20px;right:25px;display:none;z-index:99;animation:.5s forwards scroll-btn}@keyframes scroll-btn{0%{opacity:0;transform:translateY(500px)}100%{opacity:1;transform:translateY(0)}}.wp-contact{width:50px;height:50px;border-radius:50%;justify-content:center;align-items:center;font-size:26px;color:#fff;background-color:#25d366;position:fixed;bottom:80px;right:20px;z-index:999999999}header{position:relative;width:100%;z-index:10}header.fixed-top{animation:.5s forwards fix-nav}header.fixed-top .languages a{color:#000}.phone-input .custom-country-select .options .option:hover,footer .contact-item .social-icons a:hover,footer .footer-bottom .inner .left a,footer .footer-bottom .inner .links a:hover,header .languages a.active,header .menu-button,header .nav-menu .nav-links a:hover{color:var(--text-color-1)}header nav .inner{width:100%;padding:12px 0;justify-content:space-between;align-items:center}header nav .right{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}header .logo{width:100%;max-width:150px;height:50px}header .logo-white{width:200x;height:200px}header .languages a{color:#000;font-weight:600;text-transform:uppercase;margin-left:6px;font-size:14px}header .menu-button{font-size:22px;margin-left:10px}header .menu-backdrop{position:fixed;top:0;left:0;width:100%;min-height:100vh;background-color:rgba(26,11,140,.7);opacity:0;animation:.3s forwards opacity-1;z-index:9990}header .nav-menu{position:fixed;top:0;right:-100%;width:100%;max-width:450px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background:linear-gradient(80deg,#1a0b8c 40%,#fa50cb 120%);padding:5px 18px;transition:.4s;z-index:9999}header .nav-menu .menu-header{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding:10px 0}header .nav-menu .menu-header .close-button{font-size:28px;color:#fff}header .nav-menu.active{opacity:1;right:0}header .nav-menu .menu-body{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}header .nav-menu .menu-footer .contact,header .nav-menu .nav-links,section.order-confirm form,section.theses-clinical-section .tab-content form{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}header .nav-menu .nav-links a{color:var(--text-color-2);text-transform:capitalize;font-size:16px;margin-bottom:7px;font-weight:600}header .nav-menu .menu-footer{margin-top:20px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}header .nav-menu .menu-footer .contact a{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:15px;text-transform:capitalize}header .nav-menu .menu-footer .contact a .icon{width:45px;height:45px}footer .footer-bottom .inner .links a:first-child::before,header .nav-menu .menu-footer .contact a .icon img:first-child,header .nav-menu .menu-footer .contact a:hover .icon img:last-child{display:none}header .nav-menu .menu-footer .contact a .right{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:var(--text-color-2);margin-left:10px}header .nav-menu .menu-footer .contact a .right .title{font-size:18px;font-weight:600}header .nav-menu .menu-footer .social-icons{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:12px 0}header .nav-menu .menu-footer .social-icons a{color:var(--text-color-2);font-size:18px;margin-right:5px;display:flex;flex-direction:row;justify-content:center;align-items:center;width:40px;height:40px;border-radius:5px}footer{width:100%;background-color:#373435}footer .footer-top{padding:50px 0;min-height:45vh;display:flex;flex-direction:row;justify-content:center;align-items:center}footer .footer-top .container .col-12{align-items:flex-start;margin-bottom:50px}footer .logo{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;max-width:300px;height:180px}footer .contact-item{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:var(--text-color-2)}footer .contact-item .title{font-size:20px;font-weight:600;margin-bottom:10px;text-transform:capitalize}footer .contact-item .info{font-size:17px;font-weight:500}footer .contact-item .social-icons{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}footer .contact-item .social-icons a{color:var(--text-color-2);font-size:18px;margin-right:10px}footer .footer-bottom{width:100%;padding:20px 0;background-color:#1e1c1c}footer .footer-bottom .inner{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-direction:column-reverse}footer .footer-bottom .inner .left{color:var(--text-color-2);font-weight:500;text-align:center}footer .footer-bottom .inner .links{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;margin:15px 0}footer .footer-bottom .inner .links a{color:var(--text-color-2);font-size:16px;position:relative;padding:0 25px}footer .footer-bottom .inner .links a::before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:var(--text-color-1)}footer .footer-bottom .inner .links a:last-child{margin-right:0}section.banner{min-height:100vh;overflow:hidden;position:relative}section.banner .banner-swiper-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.phone-input .custom-country-select .flag img,section.banner .banner-swiper-container .swiper,section.banner .banner-swiper-container .swiper .banner-image,section.contact .contact-left .map iframe,section.speakers .speaker-card .speaker-img,section.speakers .speaker-card .speaker-img img{width:100%;height:100%}section.banner .content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--text-color-2);z-index:2}section.banner .animated-text,section.banner-2 .animated-text{top:50%;transform:translateY(-50%);z-index:1;opacity:.4;animation:12s linear infinite alternate-reverse animate-text;color:var(--text-color-2);position:absolute;white-space:nowrap;left:0}section.banner .content .date{text-decoration:underline;font-weight:600}section.banner .animated-text,section.banner .content .subtitle,section.banner-2 .animated-text{text-transform:uppercase;font-weight:800}section.banner .content .title{max-width:100%;margin:20px 0}section.banner .animated-text{font-size:120px}section.banner-2{min-height:100px;padding:0;max-height:90vh;overflow:hidden}section.banner-2 .banner-image img{width:100%;min-height:100px;max-height:90vh;-o-object-fit:cover;object-fit:cover}section.banner-2 .animated-text{font-size:30px;-webkit-user-select:none;-moz-user-select:none;user-select:none}section.main-services .row,section.partners .row,section.speakers .row{justify-content:center;padding:30px 0}section.main-services .main-scard{width:100%;max-width:350px;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px 30px;background:0 0}section.main-services .main-scard .content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:.2s}section.main-services .main-scard img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;margin-bottom:30px}section.main-services .main-scard .title{margin-bottom:20px;transition:0}section.main-services .main-scard .text{font-weight:500;font-size:15px;transition:0}section.main-services .main-scard:hover{background:linear-gradient(60deg,#05106d 0,#3749db 100%);color:var(--text-color-2)}section.extra-services .extra-scard:hover .content,section.main-services .main-scard:hover .content{transform:translateY(-10px)}section.extra-services .row{justify-content:center;margin:40px 0}section.extra-services .extra-scard{width:100%;max-width:300px;height:230px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;background-color:var(--bg-color-2);overflow:hidden;padding:30px}section.extra-services .extra-scard .content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:.3s}section.extra-services .extra-scard img{width:70px;height:70px;-o-object-fit:contain;object-fit:contain}section.extra-services .extra-scard img.design{position:absolute;bottom:0;right:0;opacity:.3;transform:scale(1.5)}section.extra-services .extra-scard .title{margin-top:20px;font-weight:600}section.extra-services .extra-scard::after{content:"";position:absolute;bottom:0;left:0;width:0;height:4px;background-color:var(--bg-color-1);transition:.3s}#ticket-modal .ticket-inner .body,section.basket .table-bottom,section.contact .contact-items,section.contact .contact-left,section.schedules .programs .program-item,section.tickets .tickets-row .ticket-card .ticket-confirm,section.tickets .travel-tickets-row,section.tickets .travel-tickets-row .ticket-card .ticket-confirm,section.timer .content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}section.timer .timer-wrapper{width:100%;max-width:550px;color:var(--text-color-2);display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:30px 10px;margin-bottom:30px}section.timer .timer-wrapper .point{font-size:24px}section.timer .timer-wrapper .date-item span:first-child{font-size:30px;font-weight:600}section.timer .timer-wrapper .date-item span.label{font-size:12px;font-weight:600}@media only screen and (min-width:576px){header .languages a{margin-left:10px}section.timer .timer-wrapper .date-item span.label{font-size:18px}}.speaker-modal .speaker-about .row .col-12,section.about .col-12{align-items:flex-start}section.about .section-title .text,section.tickets .travel-tickets-row .ticket-card:last-child{margin-bottom:0}section.about .about-img{width:100%;max-width:400px;max-height:600px}section.about .content,section.tickets .travel-tickets-row .ticket-card .content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}section.about .content .text{margin-bottom:30px;width:100%;max-width:100%;font-size:14px}section.speakers .speaker-card{position:relative;width:100%;max-width:300px;height:265px;overflow:hidden;cursor:pointer}section.speakers .speaker-card .content{position:absolute;width:100%;height:50%;top:100%;left:0;background:linear-gradient(180deg,rgba(81,18,80,.3) 0,#5c155b 100%);transition:.3s;opacity:0;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--text-color-2)}section.speakers .speaker-card .content .name{font-size:20px;font-weight:600;margin-bottom:10px}section.speakers .speaker-card .content .subject{font-weight:500;margin-bottom:10px}section.speakers .speaker-card .content .country img{width:35px;height:35px;margin-right:10px}section.speakers .speaker-card .content .country span{font-weight:600}section.speakers .speaker-card:hover .content{top:50%;opacity:1}.speaker-modal .speaker-about{width:100%;position:relative;min-height:40vh;padding:30px 10px;display:flex;flex-direction:row;justify-content:center;align-items:center;align-items:flex-start;padding-top:45px}.speaker-modal .speaker-about .row{padding:0}.speaker-modal .speaker-about .close-button{position:absolute;top:10px;right:10px;font-size:28px;color:var(--text-color-1)}.speaker-modal .speaker-about .speaker-image{width:100%;max-width:600px;max-height:350px}.speaker-modal .speaker-about .speaker-image img{width:100%;height:100%;max-height:350px}.speaker-modal .speaker-about .speaker-content{max-height:350px;overflow:auto;padding-right:5px}.speaker-modal .speaker-about .speaker-content .title{margin-bottom:15px}.speaker-modal .speaker-about .speaker-content ul{padding-left:25px}section.schedules .program-filters{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-bottom:20px}section.schedules .program-filters .filter-wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-bottom:15px}section.schedules .program-filters .filter-wrapper .label{color:#fff;font-weight:500;margin-bottom:10px;min-width:150px;font-size:18px}section.schedules .program-filters .filter-wrapper .buttons{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:15px}section.schedules .program-filters .filter-wrapper .buttons .button{color:#fff;font-weight:600;font-size:14px;opacity:.7;text-align:center;cursor:pointer}section.schedules .program-filters .filter-wrapper .buttons .button.active{opacity:1;border-bottom:2px solid var(--color-1)}section.schedules .programs{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 0}section.schedules .programs .program-item.has-child .program-row.main{cursor:pointer}section.schedules .programs .program-item.has-child .program-row.main .collapse-button{opacity:1;pointer-events:all}section.schedules .programs .program-item.active .program-row.main{background-color:var(--color-1);transition:.3s;padding:10px 15px}section.schedules .programs .program-row{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border-bottom:2px solid var(--color-1);padding:10px 0;transition:.3s}section.schedules .programs .program-row .content{width:100%;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff!important;padding-right:20px}section.schedules .programs .program-row .content .time{font-weight:700;letter-spacing:1px;min-width:150px}section.schedules .programs .program-row .content .title{padding:5px 0;font-size:16px}section.schedules .programs .program-row .content .hall{font-weight:600;font-size:18px;white-space:nowrap;min-width:75px}section.schedules .programs .program-row .collapse-button{min-width:30px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;color:#fff;font-size:18px;opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}section.schedules .programs .program-row .speaker{min-width:220px;color:#fff}section.schedules .alt-programs{width:100%;flex-direction:column;justify-content:center;align-items:center;display:none;padding-left:30px}section.schedules .participants{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;border-bottom:2px solid var(--color-1);padding:10px 0}section.order-confirm form .form-grid,section.tickets .tickets-row{display:grid;grid-template-columns:repeat(1,1fr);place-items:center}section.schedules .participants .label{font-weight:600;letter-spacing:1px;min-width:150px;text-transform:capitalize;margin-bottom:10px}section.schedules .participants .text{width:100%;flex-grow:1}.phone-input{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border:1px solid var(--black-1);border-radius:8px}.phone-input .custom-country-select{min-width:140px;padding:12px;position:relative;border-right:1px solid var(--black-1)}@media only screen and (min-width:768px){section{padding:60px 0}#preloader .loader{width:340px;height:340px}#preloader img{width:200px;height:200px}section.banner .content .subtitle,section.timer .timer-wrapper .date-item span:first-child{font-size:50px}section.banner-2 .animated-text{font-size:60px}section.timer .timer-wrapper .point{font-size:50px;font-weight:700}section.speakers .speaker-card{height:300px}.phone-input .custom-country-select{min-width:140px}}.phone-input .custom-country-select .flag{width:25px;height:25px}.phone-input .custom-country-select .code{font-size:14px;font-weight:500;margin-left:8px}.phone-input .custom-country-select .selected-option{width:100%;position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;cursor:pointer}.phone-input .custom-country-select .selected-option .label,section.theses-clinical-section .tab-content form .confirm{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.phone-input .custom-country-select .selected-option i{color:var(--text-color-1);position:absolute;top:50%;right:5px;font-size:14px;transform:translateY(-50%)}.phone-input .custom-country-select .options{position:absolute;width:100%;height:200px;border:1px solid var(--black-1);top:100%;left:0;border-radius:5px;overflow:auto;padding:12px;background-color:#fff;z-index:99}.phone-input .custom-country-select .options .option{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;cursor:pointer}.phone-input input{width:100%;border:none;outline:0;padding:12px}section.tickets .tickets-row{width:100%;gap:30px}@media only screen and (min-width:992px){footer .footer-bottom .inner{display:flex;flex-direction:row;justify-content:space-between;align-items:center}footer .footer-bottom .inner .left{text-align:start}.speaker-modal .speaker-about .row .col-12{margin-bottom:0}section.tickets .tickets-row{grid-template-columns:repeat(2,1fr)}}section.tickets .tickets-row .ticket-card{width:100%;background-color:var(--bg-color-2);padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;justify-content:space-between;max-width:420px;border:2px solid #e8ecf8;height:100%}section.tickets .tickets-row .ticket-card .header{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-bottom:30px}section.tickets .tickets-row .ticket-card .header .price{font-size:26px;color:var(--text-color-1);font-weight:600}section.tickets .tickets-row .ticket-card .text{width:100%;margin-bottom:30px;font-size:18px;font-weight:500;min-height:190px}section.tickets .tickets-row .ticket-card .text ul{list-style:none}section.tickets .tickets-row .ticket-card .text ul li{margin-bottom:5px;border-bottom:1px solid var(--text-color-1)}section.tickets .tickets-row .ticket-card .ticket-confirm .ticket-amount,section.tickets .travel-tickets-row .ticket-card .ticket-confirm .ticket-amount{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;height:50px;border-radius:10px;border:1px solid var(--color-1)}section.tickets .tickets-row .ticket-card .ticket-confirm .ticket-amount input,section.tickets .travel-tickets-row .ticket-card .ticket-confirm .ticket-amount input{width:70px;border:none;outline:0;background-color:transparent;text-align:center;font-size:20px;font-weight:600;color:var(--color-1)}section.basket .table-wrapper table .ticket-amount button,section.tickets .tickets-row .ticket-card .ticket-confirm .ticket-amount button,section.tickets .travel-tickets-row .ticket-card .ticket-confirm .ticket-amount button{width:20px;height:20px;border-radius:50%;background-color:var(--bg-color-1);color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.2s}section.basket .table-wrapper table .ticket-amount button:hover,section.tickets .tickets-row .ticket-card .ticket-confirm .ticket-amount button:hover,section.tickets .travel-tickets-row .ticket-card .ticket-confirm .ticket-amount button:hover{transform:scale(1.2)}section.tickets .tickets-row .ticket-card .ticket-confirm .primary-button,section.tickets .travel-tickets-row .ticket-card .ticket-confirm .primary-button{width:100%;max-width:100%;margin-top:20px;min-height:50px}section.tickets .travel-tickets-row .ticket-card{width:100%;background-color:var(--bg-color-2);margin-bottom:30px;position:relative;overflow:hidden}section.tickets .travel-tickets-row .ticket-card .inner{padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;border:2px solid #e8ecf8}section.tickets .travel-tickets-row .ticket-card::after,section.tickets .travel-tickets-row .ticket-card::before{content:"";width:50px;height:50px;border:2px solid #e8ecf8;border-radius:50%;position:absolute;right:20%;background-color:#faf4fe;z-index:11}section.tickets .travel-tickets-row .ticket-card::before{top:0;transform:translateY(-50%)}section.tickets .travel-tickets-row .ticket-card::after{bottom:0;transform:translateY(50%)}section.tickets .travel-tickets-row .ticket-card .content .title{margin-bottom:25px}section.tickets .travel-tickets-row .ticket-card .right{width:100%;max-width:700px}section.tickets .travel-tickets-row .ticket-card .price{font-size:26px;color:var(--text-color-1);font-weight:600;margin-bottom:25px}section.tickets .travel-tickets-row .ticket-card .text{margin-bottom:25px;max-width:750px}section.tickets .travel-tickets-row .ticket-card .text ul{padding-left:20px;list-style:outside}section.tickets .travel-tickets-row .ticket-card .text ul li::marker{color:var(--text-color-1)}@media (min-width:576px){header .logo{max-width:180px}section.tickets .travel-tickets-row .ticket-card .ticket-confirm{display:flex;flex-direction:row;justify-content:space-between;align-items:center}section.tickets .travel-tickets-row .ticket-card .ticket-confirm .primary-button,section.tickets .travel-tickets-row .ticket-card .ticket-confirm .ticket-amount{margin:0;width:48%}}#ticket-modal .ticket-inner{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}#ticket-modal .ticket-inner .header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:40px}#ticket-modal .ticket-inner .header .close-button{font-size:24px;color:var(--text-color-1)}#ticket-modal .ticket-inner .body form label,section.order-confirm form .form-grid .ticket-form label{text-transform:capitalize}#ticket-modal .ticket-inner .body form .form-control,section.order-confirm form .form-grid .ticket-form .form-control,section.theses-clinical-section .tab-content form input.form-control:focus{box-shadow:none}#ticket-modal .ticket-inner .body form .form-control:focus,section.order-confirm form .form-grid .ticket-form .form-control:focus{border-color:var(--text-color-1);box-shadow:none}#ticket-modal .ticket-inner .body form .form-check-input:checked,section.order-confirm form .form-grid .ticket-form .form-check-input:checked{box-shadow:none;border-color:var(--text-color-1);background-color:var(--text-color-1)}section.partners .partner-card{width:100%;max-width:270px;height:250px;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:var(--black-2);border-radius:5px}section.partners .partner-card .image{width:200px;height:200px;transition:.3s}section.partners .partner-card:hover .image{transform:scale(.95)}section.contact .row,section.order-confirm{padding:30px 0}section.contact .contact-left .image,section.contact .contact-left .map{width:100%;height:260px}section.contact .contact-left .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}section.contact .contact-items .contact-item{width:100%;min-height:0;padding:20px;background:linear-gradient(60deg,#180b7f 47%,#4661ff 160%);position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;color:#fff;margin-bottom:30px}@media only screen and (min-width:1200px){header.fixed-top .nav-menu .nav-links a{color:#000}header .languages{margin-right:15px}header .menu-backdrop{display:none!important}header .nav-menu .menu-footer,header .nav-menu .menu-header{display:none}header .nav-menu .nav-links a{color:#000;margin-bottom:0}header .nav-menu{position:relative;width:100%;max-width:100%;min-width:770px;min-height:50px;right:0;background:0 0;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-left:30px;z-index:1;padding:0;margin-right:15px}header .nav-menu .nav-links{width:100%;flex-direction:row;justify-content:space-between;align-content:center}section.banner-2 .animated-text{font-size:120px}section.timer .timer-wrapper .date-item span:first-child{font-size:70px}section.timer .timer-wrapper .date-item span.label{font-size:24px}section.tickets .tickets-row{grid-template-columns:repeat(3,1fr)}section.contact .contact-items{height:100%;justify-content:space-between}section.contact .contact-items .contact-item{margin-bottom:0}}section.contact .contact-items .contact-item .right{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-left:30px}section.contact .contact-items .contact-item .right .title{font-weight:600;font-size:20px;margin-bottom:5px;text-transform:capitalize}section.contact .contact-items .contact-item .right .info{font-weight:500}section.contact .contact-items .contact-item .icon{width:50px;height:50px}@media only screen and (min-width:576px){section.contact .contact-items .contact-item{padding:35px}section.contact .contact-items .contact-item .icon{width:80px;height:80px}}section.contact .contact-items .contact-item .icon.design{transform:scale(1.5);position:absolute;opacity:.2;bottom:0;right:0}section.basket{min-height:50vh;padding:20px 0;justify-content:flex-start}section.basket .container{align-items:flex-start;justify-content:flex-start}section.basket .table-wrapper{width:100%;overflow:auto;padding-bottom:30px;margin-bottom:10px}section.basket .table-wrapper table{width:100%;min-width:1200px;border-collapse:collapse}section.basket .table-wrapper table tr{border-bottom:1px solid var(--color-1)}section.basket .table-wrapper table td,section.basket .table-wrapper table th{padding:20px 0;text-transform:capitalize}section.basket .table-wrapper table th{text-align:center}section.basket .table-wrapper table th:first-child{text-align:start}section.basket .table-wrapper table .name{width:100%;font-size:18px;font-weight:600}section.basket .table-wrapper table .ticket-price{width:100%;text-align:center;font-size:22px;font-weight:600}section.basket .table-wrapper table .ticket-amount{margin:auto;width:200px;display:flex;flex-direction:row;justify-content:center;align-items:center;height:50px;border-radius:10px;border:1px solid var(--color-1)}section.basket .table-wrapper table .ticket-amount input{width:50px;margin:0 20px;border:none;outline:0;background-color:transparent;text-align:center;font-size:20px;font-weight:600;color:var(--color-1)}section.basket .table-bottom .table-result{width:100%;overflow:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px 0;max-width:500px}section.basket .table-bottom .table-result .line{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-weight:500;font-size:18px;text-transform:capitalize}section.basket .table-bottom .table-result .line .label{margin-right:20px}section.basket .table-bottom .table-result .line .value{font-size:20px;font-weight:600}section.basket .table-bottom .primary-button{min-height:50px;max-width:300px;font-size:20px}section.order-confirm form .primary-button{margin-top:30px;width:100%;max-width:300px;font-size:22px}section.order-confirm form .form-grid{width:100%;gap:30px}section.order-confirm form .form-grid .ticket-form .title{margin-bottom:20px;text-transform:capitalize}section.theses-clinical-section .tab-buttons{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:40px}@media (min-width:768px){section.schedules .program-filters .filter-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}section.schedules .program-filters .filter-wrapper .label{margin-bottom:0;margin-right:20px}section.schedules .program-filters .filter-wrapper .buttons .button{padding:5px 10px;font-size:16px;border-radius:10px;opacity:1}section.schedules .program-filters .filter-wrapper .buttons .button.active{border:none;background-color:var(--color-1)}section.partners .partner-card{max-width:300px;height:270px}section.partners .partner-card .image{width:250px}section.basket .table-bottom{align-items:flex-end}section.theses-clinical-section .tab-buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}section.theses-clinical-section .tab-buttons .button{width:100%;min-height:60px;display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;font-weight:500;background-color:var(--color-1);color:#fff;cursor:pointer}section.theses-clinical-section .tab-buttons .button.active{background-color:var(--color-2)}section.theses-clinical-section .tab-content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px}@media (min-width:992px){.basket-icon{min-width:145px;max-width:200px}.basket-icon .label{display:block}section.about .section-title{margin-top:-18px}section.about .about-img{max-width:600px}section.schedules .programs .program-row .content{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px;padding-right:0}section.schedules .programs .program-row .content .title{width:100%;flex-grow:1;font-size:18px}section.schedules .programs .program-row .speaker{text-align:end}section.schedules .participants{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px}section.schedules .participants .label{margin-bottom:0}section.tickets .travel-tickets-row .ticket-card .inner{display:flex;flex-direction:row;justify-content:space-between;align-items:center}section.tickets .travel-tickets-row .ticket-card .right{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:700px;width:30%}section.tickets .travel-tickets-row .ticket-card .ticket-confirm{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}section.tickets .travel-tickets-row .ticket-card .ticket-confirm .ticket-amount{margin-bottom:20px;width:100%}section.tickets .travel-tickets-row .ticket-card .ticket-confirm .primary-button{width:100%}section.order-confirm form .form-grid{grid-template-columns:repeat(2,1fr)}section.theses-clinical-section .tab-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-items:flex-start;gap:80px}}section.theses-clinical-section .tab-content .text ul{padding-left:30px}@media (min-width:1200px){section.about .content .text{font-size:16px}section.theses-clinical-section .tab-content .text{width:60%}section.theses-clinical-section .tab-content form{width:40%}}section.theses-clinical-section .tab-content form .title{margin-bottom:30px}section.theses-clinical-section .tab-content form .form-item{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-bottom:25px}section.theses-clinical-section .tab-content form label{margin-bottom:5px}section.theses-clinical-section .tab-content form input.form-control{border:1px solid var(--color-1)}section.theses-clinical-section .tab-content form .confirm button{margin-right:30px}section.theses-clinical-section .tab-content form .confirm button:disabled{cursor:not-allowed}section.theses-clinical-section .tab-content form .confirm .form-loader{width:33px;height:33px;border-radius:50%;border:2px solid var(--color-1);border-right:none;border-bottom:none;animation:.5s linear infinite loaderspin;display:none}section.register-form form{width:100%;max-width:700px;padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(100deg,#0d0079 0,#1741c5 100%);gap:30px;border-radius:5px}section.register-form form input,section.register-form form textarea{width:100%;background-color:#1329a9;padding:20px;border:1px solid #1329a9;outline:0;color:#fff;font-size:18px}section.register-form form input::-moz-placeholder,section.register-form form textarea::-moz-placeholder{text-transform:capitalize;color:#fff;font-size:18px}section.register-form form input::placeholder,section.register-form form textarea::placeholder{text-transform:capitalize;color:#fff;font-size:18px}section.register-form form input:focus,section.register-form form textarea:focus{border-color:var(--color-1)}section.register-form form textarea{min-height:200px;resize:none}section.register-form form .primary-button{width:100%;padding:20px;font-size:22px}section.accommodation .image{width:100%;max-width:500px;max-height:500px}section.accommodation .image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:10px}section.accommodation .content .text{width:100%;max-width:500px}section.accommodation .content p{margin-bottom:10px}