/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;src:url(../fonts/open-sans-v34-latin_cyrillic-regular.woff2) format("woff2"),url(../fonts/open-sans-v34-latin_cyrillic-regular.woff) format("woff");font-display:swap}@font-face{font-family:"Open Sans";font-style:normal;font-weight:500;src:url(../fonts/open-sans-v34-latin_cyrillic-500.woff2) format("woff2"),url(../fonts/open-sans-v34-latin_cyrillic-500.woff) format("woff");font-display:swap}@font-face{font-family:"Open Sans";font-style:normal;font-weight:600;src:url(../fonts/open-sans-v34-latin_cyrillic-600.woff2) format("woff2"),url(../fonts/open-sans-v34-latin_cyrillic-600.woff) format("woff");font-display:swap}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;src:url(../fonts/open-sans-v34-latin_cyrillic-700.woff2) format("woff2"),url(../fonts/open-sans-v34-latin_cyrillic-700.woff) format("woff");font-display:swap}:root{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}body{overflow-x:hidden;font-family:var(--font-main);color:var(--color-text)}h1,h2,h3,h4,h5,h6{padding:0;margin:0}ul{padding:0;margin:0;list-style-type:none}p{padding:0;margin:0}a{font-family:inherit;color:inherit;text-decoration:none}button,input[type=submit]{padding:0;margin:0;color:inherit;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:none}.button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 40px;font-size:16px;font-weight:600;line-height:24px;color:#fff;text-align:center;letter-spacing:.02em;background-color:var(--color-accent);border-radius:10px;-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease}.button:hover{opacity:.8;-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease}.button:active{background-color:var(--color-accent)}.decor-elem--1{position:absolute;right:100px;bottom:20px;height:244px;border-left:1px dotted #b4bec8;-webkit-animation:scroll-animation 2s forwards ease infinite;animation:scroll-animation 2s forwards ease infinite}@media screen and (max-width:1536px){.decor-elem--1{display:none}}.decor-elem--2{position:absolute;top:-220px;left:0;height:244px;border-left:1px dotted #b4bec8;-webkit-animation:scroll-animation 2s forwards ease infinite;animation:scroll-animation 2s forwards ease infinite}@media screen and (max-width:450px){.decor-elem--2{display:none}}.decor-elem-inner{position:relative;top:60%;left:-50%;width:36px;height:244px;height:54px;background-color:#b4bec8;border-radius:10px}.decor-elem-inner::after{position:absolute;top:50%;left:50%;width:22px;height:22px;content:url(../img/header/arrow-right-white.svg);-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}@-webkit-keyframes scroll-animation{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes scroll-animation{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.modal{position:fixed;z-index:150;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.modal--active{display:-ms-grid;display:grid}.modal__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:600px;padding:70px;padding-bottom:100px;margin:auto;color:#fff;background-color:var(--color-accent);border-radius:10px;-webkit-box-shadow:2px 10px 28px rgba(75,0,129,.12);box-shadow:2px 10px 28px rgba(75,0,129,.12)}@media screen and (max-width:450px){.modal__inner{width:320px;height:auto;padding:30px}}.modal__inner::before{position:absolute;bottom:-77px;left:-77px;width:154px;height:154px;content:url(../img/decor-dots.svg)}.modal__inner::after{position:absolute;top:-77px;right:-77px;width:154px;height:154px;content:url(../img/decor-dots.svg)}.modal__close{position:absolute;top:20px;left:20px;cursor:pointer}@media screen and (max-width:450px){.modal__close{top:10px;left:10px}}.modal__title{position:relative;max-width:320px;margin-bottom:50px;font-size:30px;font-weight:600;line-height:45px;text-align:center;letter-spacing:.05em}.modal__title::before{position:absolute;bottom:-20px;left:50%;width:140px;height:2px;content:"";background-color:#fff;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:450px){.modal__title{font-size:24px}}.modal__text{font-size:20px;font-weight:500;line-height:30px;text-align:center;letter-spacing:.05em}.hidden{display:none!important}.body--stop-scroll{height:100%;overflow:hidden}.container{max-width:1170px;margin:0 auto}@media screen and (max-width:450px){.container{padding-right:10px;padding-left:10px}}.container-wide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1920px;padding:6px 20px;margin:0 auto}@media screen and (max-width:450px){.container-wide{padding:10px}}#panelcontainer{z-index:10;width:162px;height:32px}.text-accent-span{color:var(--color-accent)}.scroll-up-button{position:fixed;right:40px;bottom:40px;z-index:50;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:64px;height:64px;cursor:pointer;visibility:hidden;border:2px solid rgba(0,0,0,.2);border-radius:50%;opacity:0;-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);background-color:rgba(0,0,0,.1)}@media screen and (max-width:450px){.scroll-up-button{display:none}}.scroll-up-button:hover{opacity:.6}.scroll-up-button:active{opacity:.8}.scroll-up-button--active{visibility:visible;opacity:.8;-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.scroll-up-button__img{width:48px;height:48px}.header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100vh}@media screen and (max-width:1536px){.header{height:auto}}.header__id2-container{background-color:#f5f5f5}.header__id2-container-logo-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__id2-container-logo-img{width:126px;height:14px;-o-object-fit:contain;object-fit:contain}.header__upper{position:relative;background:-webkit-gradient(linear,left top,right top,color-stop(54.04%,#fff),color-stop(84.27%,var(--color-accent)));background:-o-linear-gradient(left,#fff 54.04%,var(--color-accent) 84.27%);background:linear-gradient(90deg,#fff 54.04%,var(--color-accent) 84.27%);-webkit-box-shadow:0 21px 80px rgba(122,117,117,.05),0 2px 10.0172px rgba(122,117,117,.025);box-shadow:0 21px 80px rgba(122,117,117,.05),0 2px 10.0172px rgba(122,117,117,.025)}@media screen and (max-width:450px){.header__upper{background:-webkit-gradient(linear,left top,right top,from(#fff),color-stop(91.9%,var(--color-accent)));background:-o-linear-gradient(left,#fff 0,var(--color-accent) 91.9%);background:linear-gradient(90deg,#fff 0,var(--color-accent) 91.9%)}}.header__container--upper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:14px 10px}@media screen and (max-width:450px){.header__container--upper{-ms-flex-wrap:wrap;flex-wrap:wrap}}.header__logo-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:450px){.header__logo-list{display:none}}.header__logo-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__logo-list-item:not(:last-child){margin-right:40px}.header__logo-img{-o-object-fit:contain;object-fit:contain;width:150px;height:40px}.header__burger-img{display:none}@media screen and (max-width:450px){.header__burger-img{display:block}.header__burger-img rect{fill:var(--color-accent)}}@media screen and (max-width:450px){.header__nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(255,255,255,.96)}}.header__nav--active{display:-webkit-box;display:-ms-flexbox;display:flex}.header__nav-close{display:none}@media screen and (max-width:450px){.header__nav-close{position:absolute;top:20px;right:20px;z-index:30;display:block;width:40px;height:40px}}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.05em}@media screen and (max-width:450px){.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:26px;font-weight:700}}.header__menu-item{cursor:pointer}.header__menu-item:hover{text-decoration:underline;text-underline-offset:3px}.header__menu-item:not(:last-child){margin-right:34px}@media screen and (max-width:450px){.header__menu-item:not(:last-child){margin-right:0;margin-bottom:50px}}.header__info-wrapper{z-index:120;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;line-height:140%;letter-spacing:.03em}.header__date-wrapper{margin-right:20px}.header__date{z-index:20;margin-bottom:10px;font-size:30px;color:#fff}@media screen and (max-width:450px){.header__date{margin-bottom:0;font-size:20px;font-weight:700;line-height:140.5%;letter-spacing:.03em}}.header__date-mode{z-index:20;font-size:18px;color:#fff}.header__date-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__container--lower{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}@media screen and (max-width:450px){.header__container--lower{height:auto}}.header__lower{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-top:190px}@media screen and (max-width:1536px){.header__lower{padding-bottom:150px}}@media screen and (max-width:450px){.header__lower{-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:initial;padding-top:80px;padding-bottom:0}}.header__left{position:relative;width:68%}@media screen and (max-width:450px){.header__left{width:auto}}.header__decor-elem-img{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header__right{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32%}@media screen and (max-width:450px){.header__right{width:auto}}.header__right-picture{position:absolute}@media screen and (max-width:450px){.header__right-picture{display:none}}.header__picture-source{-o-object-fit:contain;object-fit:contain;width:418px;height:338px}.header__img{-o-object-fit:contain;object-fit:contain;width:450px;height:450px}.header__title{margin-bottom:30px;font-size:52px;font-weight:600;line-height:61px}@media screen and (max-width:450px){.header__title{font-size:35px;line-height:41px}}.header__text{max-width:480px;margin-bottom:34px;font-size:18px;font-weight:400;line-height:27px;letter-spacing:.02em}@media screen and (max-width:450px){.header__text{font-size:18px;font-weight:400;line-height:27px;letter-spacing:.02em}}.header__button{position:relative;padding-right:60px}.header__button::before{position:absolute;top:18px;right:20px;width:22px;height:12px;content:url(../img/header/white-arrow-right.svg);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:450px){.header__button::before{display:none}}@media screen and (max-width:450px){.header__button{width:100%;padding-right:40px}}.features__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:100px;padding-bottom:100px}.features__title{max-width:560px;margin-bottom:44px;font-size:52px;font-weight:600;line-height:61px;text-align:center;letter-spacing:.05em}@media screen and (max-width:450px){.features__title{font-size:35px;line-height:41px}}.features__descr-wrapper{position:relative;margin-bottom:44px}.features__descr-wrapper::before{position:absolute;bottom:0;left:14px;width:1px;height:82px;content:"";background-color:#b4bec8}.features__descr-wrapper::after{position:absolute;top:0;right:14px;width:1px;height:82px;content:"";background-color:#b4bec8}.features__text{position:relative;max-width:820px;padding-right:50px;padding-left:50px;font-size:18px;font-weight:400;line-height:27px;text-align:center;letter-spacing:.02em}.features__text::before{position:absolute;top:0;left:0;width:30px;height:30px;content:"";background-image:url(../img/features/quotes-left.svg);background-repeat:no-repeat}.features__text::after{position:absolute;right:0;bottom:0;width:30px;height:30px;content:"";background-image:url(../img/features/quotes-right.svg);background-repeat:no-repeat}.features__button{margin-bottom:60px}@media screen and (max-width:450px){.features__button{display:none}}.features__list{display:-webkit-box;display:-ms-flexbox;display:flex;color:#b4bec8}.features__list-item{position:relative;text-align:center}.features__list-item:first-child::after{position:absolute;top:50%;right:-100px;width:38px;height:22px;content:url(../img/features/arrow-long-right-grey.svg);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:450px){.features__list-item:first-child::after{top:30%;right:-40px}}.features__list-item:nth-child(2)::after{position:absolute;top:50%;right:-100px;width:38px;height:22px;content:url(../img/features/arrow-long-right-grey.svg);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:450px){.features__list-item:nth-child(2)::after{top:30%;right:-40px}}.features__list-item:not(:last-child){margin-right:150px}@media screen and (max-width:450px){.features__list-item:not(:last-child){margin-right:26px}}.features__list-item--two-items:nth-child(2)::after{display:none;content:""}.featers__list-num{font-size:69px;font-weight:600;line-height:134.5%;letter-spacing:.05em}@media screen and (max-width:450px){.featers__list-num{font-size:22px;line-height:94.5%}}.features__list-explain{letter-spacing:.05em}.program__container{padding-bottom:150px}@media screen and (max-width:450px){.program__container{padding-bottom:100px}}.program__upper{padding-bottom:64px}@media screen and (max-width:450px){.program__upper{padding-bottom:40px}}.program__title{font-size:52px;font-weight:600;letter-spacing:.05em}@media screen and (max-width:450px){.program__title{font-size:34px}}.program__lower{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.program__list{max-width:900px}.program__list-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px;border:3px solid #b4bec8;border-radius:22px}@media screen and (max-width:450px){.program__list-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.program__list-item:not(:last-child){margin-bottom:20px}.program__list-item-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20%}@media screen and (max-width:450px){.program__list-item-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding-bottom:10px}}.program__list-item-right{width:80%}@media screen and (max-width:450px){.program__list-item-right{width:100%}}.program__list-item-time{font-size:18px;font-weight:600;line-height:26px;color:var(--color-accent);letter-spacing:.02em}.program__list-item-text{font-size:18px;font-weight:400;line-height:26px;letter-spacing:.02em}.speakers{position:relative;padding-bottom:200px}@media screen and (max-width:450px){.speakers{padding-bottom:100px}}.speakers__title{width:50%;font-size:52px;font-weight:600;color:#000;letter-spacing:.05em}@media screen and (max-width:450px){.speakers__title{width:auto;font-size:35px;font-weight:600;line-height:52px;text-align:center;letter-spacing:.05em}}.speakers__lower{padding-top:50px}.speakers__list{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);grid-gap:30px}@media screen and (max-width:450px){.speakers__list{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);grid-gap:20px}}.speakers__list--column-mode{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);grid-gap:0}.speakers__list-item:last-child{margin-bottom:30px}@media screen and (max-width:450px){.speakers__list-item:last-child{margin-bottom:0}}.speakers__figure{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.speakers__figure--column-mode{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:450px){.speakers__figure--column-mode{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.speakers__picture{position:relative;width:216px;height:216px;margin-bottom:40px}@media screen and (max-width:450px){.speakers__picture{margin-bottom:20px}}.speakers__img{position:relative;z-index:30;width:216px;height:216px;-o-object-fit:contain;object-fit:contain}.speakers__text{padding-right:20px;padding-left:20px;font-size:18px;font-weight:500;line-height:27px;color:#4a4545;text-align:center;letter-spacing:.02em}@media screen and (max-width:450px){.speakers__text{padding-right:0;padding-left:0;font-size:14px;line-height:21px;text-align:center}}.speakers__text--column-mode{padding-left:160px;text-align:left}@media screen and (max-width:450px){.speakers__text--column-mode{padding-left:0;text-align:center}}.organisers__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:180px}@media screen and (max-width:450px){.organisers__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:50px}}.organisers__left{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30%}@media screen and (max-width:450px){.organisers__left{width:auto}}.organisers__title{color:var(--color-accent);border-radius:10px}@media screen and (max-width:450px){.organisers__title{margin-bottom:30px}}.organisers__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:70%;padding-top:60px;padding-bottom:60px;border-top:2px solid #b4bec8;border-bottom:2px solid #b4bec8}@media screen and (max-width:450px){.organisers__right{width:auto;border-top-width:1px;border-bottom-width:1px}}.organisers__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:450px){.organisers__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.organisers__list-item:not(:last-child){margin-right:140px}@media screen and (max-width:450px){.organisers__list-item:not(:last-child){margin-right:0;margin-bottom:60px}}.organisers__img{-o-object-fit:contain;object-fit:contain;width:200px;height:60px}.footer{background-color:#b4bec8}.footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:80px;padding-bottom:80px}@media screen and (max-width:450px){.footer__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:50px;padding-bottom:50px}}.footer__logo-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:450px){.footer__logo-list{margin-bottom:30px}}.footer__logo-list-item:not(:last-child){margin-right:40px}@media screen and (max-width:450px){.footer__logo-list-item:not(:last-child){margin-right:24px}}.footer__logo-list-img{-o-object-fit:contain;object-fit:contain;width:150px;height:50px}@media screen and (max-width:450px){.footer__logo-list-img{width:80px;height:50px}}.footer__info-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (max-width:450px){.footer__info-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.footer__copyright{margin-bottom:6px;font-size:14px;line-height:22px}.footer__policy{font-size:14px;line-height:22px;text-decoration:underline}