/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/page/core/misc/throbber-active.svg) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/page/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
/* @license MIT https://github.com/jackocnr/intl-tel-input/blob/master/LICENSE */
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(/page/libraries/jquery.intl-tel-input/build/img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(/page/libraries/jquery.intl-tel-input/build/img/flags%402x.png)}}.iti__flag.iti__np{background-color:transparent}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.webform-details-toggle-state-wrapper{margin-top:1em;text-align:right;}[dir="rtl"] .webform-details-toggle-state-wrapper{text-align:left;}.webform-details-toggle-state-wrapper + details{margin-top:0;}.webform-details-toggle-state{margin-top:0;padding:0;cursor:pointer;text-decoration:none;color:#337ab7;border:0;background:transparent;font-size:1em;}.webform-details-toggle-state:hover,.webform-details-toggle-statelink:focus{text-decoration:underline;}.webform-tabs .webform-details-toggle-state-wrapper{float:right;}@media screen and (max-width:600px){.webform-tabs .webform-details-toggle-state-wrapper{float:none;}}
.webform-message--close .messages{position:relative;padding-right:35px;}.webform-message--close .webform-message__link{display:none;}html.js .webform-message--close .webform-message__link{position:absolute;top:11px;right:10px;display:block;font-size:24px;line-height:24px;}html[dir="rtl"].js .webform-message--close .webform-message__link{top:11px;right:inherit;left:10px;}.webform-message__link{opacity:0.33;color:inherit;}.webform-message__link:link{text-decoration:none;border-bottom:none;}.webform-message__link:hover,.webform-message__link:focus,.webform-message__link:active{text-decoration:none;opacity:1;color:inherit;border-bottom:none;}html.js .js-webform-message--close-storage{display:none;}.js-webform-message--close .button--dismiss{display:none;}
html.js .js-webform-visually-hidden,html.js .js-webform-visually-hidden[style*="display: none"]{position:absolute !important;display:inline !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.js-form-item.js-webform-states-hidden,.js-form-submit.js-webform-states-hidden,.js-form-wrapper.js-webform-states-hidden,.js-webform-text-format-hidden > .js-text-format-wrapper{display:none;}.form--inline .form-item{float:left;margin-right:0.5em;}[dir="rtl"] .form--inline .form-item{float:right;margin-right:0;margin-left:0.5em;}.webform-element-description p:first-child{margin-top:0;}.webform-element-description p:last-child{margin-bottom:0;}.form-item .container-inline{margin:2px 0;}.form-checkboxes .form-required::after,.form-radios .form-required::after{display:none;}.webform-element--title-inline > label{display:inline;padding-right:0.5em;}.webform-element--title-inline > div.container-inline{display:inline;}.form-composite.webform-fieldset--title-inline legend{float:left;margin:0.4em 0.5em 0.4em 0;}[dir="rtl"] .form-composite.webform-fieldset--title-inline legend{float:right;margin-right:0;margin-left:0.5em;}.form-composite.webform-fieldset--title-inline .fieldset-wrapper,.form-composite.webform-fieldset--title-inline .fieldset-wrapper > div{display:inline;}.webform-element--title-inline .form-radios,.webform-element--title-inline .form-checkboxes{display:inline;}.webform-submission-form strong.error.form-item--error-message{display:block;}.webform-readonly input[type="date"],.webform-readonly input[type="datetime-local"],.webform-readonly input[type="email"],.webform-readonly input[type="number"],.webform-readonly input[type="password"],.webform-readonly input[type="search"],.webform-readonly input[type="tel"],.webform-readonly input[type="text"],.webform-readonly input[type="time"],.webform-readonly input[type="url"],.webform-readonly textarea{color:#6b6b6b;border-color:#bbb;background:#ededed;}
.ajax-progress.ajax-progress-fullscreen{z-index:1261;}.webform-ajax-messages{position:fixed;z-index:501;bottom:0;width:100%;}.webform-ajax-messages .messages{margin:0;border-width:10px 0 0 0;font-weight:bold;}.webform-ajax-messages .messages + .messages{margin:0;}.webform-ui-dialog{top:50px !important;}.toolbar-tray-open.toolbar-horizontal .webform-ui-dialog{top:90px !important;}
div#sliding-popup,div#sliding-popup .eu-cookie-withdraw-banner,.eu-cookie-withdraw-tab{background:#0779bf;}div#sliding-popup.eu-cookie-withdraw-wrapper{background:transparent;}#sliding-popup h1,#sliding-popup h2,#sliding-popup h3,#sliding-popup p,.eu-cookie-compliance-more-button,.eu-cookie-compliance-secondary-button,.eu-cookie-withdraw-tab{color:#ffffff;}.eu-cookie-withdraw-tab{border-color:#ffffff;}:root{--title-lh:1.2;--screen-shadow:0px 3px 12px rgba(0,0,0,0.16);}:root{--title-fs:28px;--border-radius:40px;--screen-border-radius:4px;--header-height:56px;--main-form-bg-space:15px;--speakers-space:14px;--topics-box-space:50px;}@media screen and (min-width:768px){:root{--title-fs:52px;--border-radius:80px;--screen-border-radius:6px;--header-height:62px;--main-form-bg-space:50px;--speakers-space:24px;--topics-box-space:80px;}}@media screen and (min-width:992px){:root{--title-fs:40px;--border-radius:60px;--screen-border-radius:6px;--header-height:50px;--main-form-bg-space:20px;--speakers-space:16px;--topics-box-space:60px;}}@media screen and (min-width:1200px){:root{--title-fs:52px;--border-radius:80px;--screen-border-radius:6px;--header-height:62px;--main-form-bg-space:30px;--speakers-space:24px;--topics-box-space:80px;}}@media screen and (min-width:1600px){:root{--title-fs:68px;--border-radius:110px;--screen-border-radius:8px;--header-height:77px;--main-form-bg-space:55px;--speakers-space:30px;--topics-box-space:100px;}}.platform_update-btn{font-family:"Montserrat",serif;font-weight:500;letter-spacing:0.02em;text-align:center;line-height:1;text-transform:uppercase;text-decoration:none !important;white-space:nowrap;color:#fff;background:#006ce0;border:1px solid #006ce0;border-radius:2px;transition:0.3s;}.platform_update-btn:hover{color:#006ce0;background:#fff;}.platform_update-btn{font-size:12px;padding:6px 18px;}@media screen and (min-width:768px){.platform_update-btn{font-size:14px;padding:8px 22px;}}@media screen and (min-width:992px){.platform_update-btn{font-size:12px;padding:6px 18px;}}@media screen and (min-width:1200px){.platform_update-btn{font-size:14px;padding:8px 22px;}}@media screen and (min-width:1600px){.platform_update-btn{font-size:16px;padding:12px 35px;}}.platform_update-header{width:100%;height:var(--header-height);position:fixed;left:0;top:0;z-index:99;}.gin--horizontal-toolbar .platform_update-header{top:53px;}.platform_update-header:before{content:'';width:100%;height:200%;position:absolute;left:0;bottom:0;z-index:10;background:linear-gradient(180deg,#000000,rgba(255,255,255,0));backdrop-filter:blur(30px) brightness(87%);-webkit-backdrop-filter:blur(30px) brightness(87%);}.platform_update-header > *{z-index:100;position:relative;}.platform_update-header .platform_update-header-logo{transform:translateY(-10%);}.platform_update-header .platform_update-header-logo{width:80px;}@media screen and (min-width:768px){.platform_update-header .platform_update-header-logo{width:95px;}}@media screen and (min-width:992px){.platform_update-header .platform_update-header-logo{width:80px;}}@media screen and (min-width:1200px){.platform_update-header .platform_update-header-logo{width:95px;}}@media screen and (min-width:1600px){.platform_update-header .platform_update-header-logo{width:120px;}}.platform_update-bg{position:relative;background-image:url('https://www.creatio.com/page/sites/landings/files/landing/creatio-platform-update/main-bg.jpg');background-position:center center;background-size:auto 100%;-webkit-background-size:auto 100%;background-attachment:fixed;padding-bottom:var(--border-radius);z-index:10;}.platform_update-bg:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,0.27);z-index:10;}.platform_update-bg.darked:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(13,46,78,0.4);backdrop-filter:blur(1px) brightness(90%);-webkit-backdrop-filter:blur(1px) brightness(90%);z-index:10;}.platform_update-bg > *{position:relative;z-index:100;}.platform_update-bg .platform_update-bg-decor{width:var(--border-radius);height:var(--border-radius);position:absolute !important;top:0;}.platform_update-bg .platform_update-bg-decor.right{right:0;}.platform_update-white{margin-top:calc(var(--border-radius) * -1);background:#fff;position:relative;z-index:100;}.platform_update-white.blured{background:rgba(255,255,255,0.6);backdrop-filter:blur(14px) brightness(150%);-webkit-backdrop-filter:blur(14px) brightness(150%);}.platform_update-white.blured .platform_update-dive{margin-bottom:var(--border-radius);}.platform_update-white.br-top-left{border-top-left-radius:var(--border-radius);}.platform_update-white.br-top-right{border-top-right-radius:var(--border-radius);}.platform_update-white{padding:50px 0;}@media screen and (min-width:768px){.platform_update-white{padding:70px 0;}}@media screen and (min-width:992px){.platform_update-white{padding:50px 0;}}@media screen and (min-width:1200px){.platform_update-white{padding:70px 0;}}@media screen and (min-width:1600px){.platform_update-white{padding:110px 0;}}.platform_update-main{padding-top:var(--header-height);}.platform_update-main .ts-wrap{height:100%;}.platform_update-main .row{height:100%;display:flex;justify-content:center;position:relative;}.platform_update-main .platform_update-main-detail{display:flex;align-items:center;}.platform_update-main .platform_update-main-detail div{font-family:"Montserrat",serif;color:#fff;font-weight:500;letter-spacing:0.03em;}.platform_update-main .platform_update-main-content{display:flex;flex-direction:column;justify-content:center;font-family:"Montserrat",serif;color:#fff;line-height:1.1;text-align:center;text-transform:uppercase;}.platform_update-main .platform_update-main-subtitle{margin-bottom:0;}.platform_update-main .platform_update-main-title,.platform_update-main .platform_update-main-subtitle{font-weight:700;}.platform_update-main .platform_update-main-form:before{content:'';width:200vw;height:100%;position:absolute;top:0;backdrop-filter:blur(21px);-webkit-backdrop-filter:blur(21px);background-color:rgba(17,2,14,0.53);border-bottom-left-radius:var(--border-radius);border-top-left-radius:var(--border-radius);z-index:10;}.platform_update-main .platform_update-main-form > *{position:relative;z-index:100;}.platform_update-main .form_new .form_new-box .form-item input:not([type=checkbox]),.platform_update-main .form_new .form_new-box .select2-selection--single .select2-selection__rendered{background:transparent !important;color:#fff !important;border-color:rgba(255,255,255,0.1) !important;}.platform_update-main .form_new .form_new-box .form-item input:not([type=checkbox])::placeholder,.platform_update-main .form_new .form_new-box .select2-selection--single .select2-selection__rendered[title="- Select -"]{color:rgba(255,255,255,0.5) !important;}.platform_update-main .platform_update-main-details{margin-top:25px;}.platform_update-main .platform_update-main-detail:not(:last-child){margin-bottom:8px;}.platform_update-main .platform_update-main-detail img{flex:0 0 18px;width:18px;height:18px;margin-right:8px;}.platform_update-main .platform_update-main-detail div{font-size:12px;}.platform_update-main .platform_update-main-content{margin:45px;}.platform_update-main .platform_update-main-btn{width:45px;margin-bottom:60px;}.platform_update-main .platform_update-main-title{font-size:38px;margin-bottom:10px;}.platform_update-main .platform_update-main-subtitle{font-size:30px;}.platform_update-main .platform_update-main-form{padding-top:50px;padding-bottom:50px;}.platform_update-main .platform_update-main-form:before{left:0;}@media screen and (min-width:768px){.platform_update-main .platform_update-main-details{margin-top:30px;}.platform_update-main .platform_update-main-detail:not(:last-child){margin-bottom:12px;}.platform_update-main .platform_update-main-detail img{flex:0 0 22px;width:22px;height:22px;margin-right:12px;}.platform_update-main .platform_update-main-detail div{font-size:16px;}.platform_update-main .platform_update-main-content{margin:10px 0 50px 0;}.platform_update-main .platform_update-main-title{font-size:64px;margin-bottom:0;}.platform_update-main .platform_update-main-subtitle{font-size:50px;}.platform_update-main .platform_update-main-form{padding-top:var(--main-form-bg-space);padding-bottom:var(--main-form-bg-space);}.platform_update-main .platform_update-main-form:before{left:calc(var(--main-form-bg-space) * -1);}}@media screen and (min-width:992px){.platform_update-main{height:100vh;}.platform_update-main .platform_update-main-details{position:absolute;left:0;top:var(--main-form-bg-space);margin-top:0;}.platform_update-main .platform_update-main-content{height:100%;margin:calc(var(--header-height) * -1) 0 0 0;}.platform_update-main .platform_update-main-btn{position:absolute;top:75%;transform:translateY(100%);margin-bottom:0;}.platform_update-main .platform_update-main-form{position:absolute;right:0;top:0;opacity:0.5;transform:translateX(66%);transition:0.3s;}.platform_update-main .platform_update-main-form.hovered{opacity:1;transform:translateX(0%);}.platform_update-main .platform_update-main-form:before{height:calc(100% + var(--header-height));border-top-left-radius:0;top:calc(var(--header-height) * -1);}.platform_update-main .platform_update-main-detail:not(:last-child){margin-bottom:15px;}.platform_update-main .platform_update-main-detail img{flex:0 0 16px;width:16px;height:16px;margin-right:8px;}.platform_update-main .platform_update-main-detail div{font-size:14px;}.platform_update-main .platform_update-main-title{font-size:54px;margin-bottom:15px;}.platform_update-main .platform_update-main-subtitle{font-size:40px;}.platform_update-main .platform_update-main-btn{width:30px;}}@media screen and (min-width:1200px){.platform_update-main .platform_update-main-detail:not(:last-child){margin-bottom:20px;}.platform_update-main .platform_update-main-detail img{flex:0 0 22px;width:22px;height:22px;margin-right:10px;}.platform_update-main .platform_update-main-detail div{font-size:16px;}.platform_update-main .platform_update-main-title{font-size:62px;margin-bottom:20px;}.platform_update-main .platform_update-main-subtitle{font-size:50px;}.platform_update-main .platform_update-main-btn{width:45px;}}@media screen and (min-width:1600px){.platform_update-main .platform_update-main-detail:not(:last-child){margin-bottom:26px;}.platform_update-main .platform_update-main-detail img{flex:0 0 28px;width:28px;height:28px;margin-right:14px;}.platform_update-main .platform_update-main-detail div{font-size:21px;}.platform_update-main .platform_update-main-title{font-size:85px;margin-bottom:26px;}.platform_update-main .platform_update-main-subtitle{font-size:65px;}.platform_update-main .platform_update-main-btn{width:60px;}}.platform_update-ui .platform_update-ui-title{font-family:"Montserrat",serif;color:#fff;font-weight:600;line-height:1.25;letter-spacing:0.02em;text-align:center;text-transform:uppercase;}.platform_update-ui .ui-item-title{font-family:"Montserrat",serif;margin-bottom:0;font-weight:500;line-height:1;text-align:center;color:#fff;}.platform_update-ui .platform_update-ui-mac{position:relative;}.platform_update-ui .ui-mac-img{width:100%;}.platform_update-ui .ui-mac-text{position:absolute;left:50%;bottom:0;transform:translate(-50%,13%);margin-bottom:0;font-family:"Montserrat",serif;font-weight:700;line-height:1;text-align:center;text-transform:uppercase;color:#fff;white-space:nowrap;}.platform_update-ui{padding:50px 0;}.platform_update-ui-title{font-size:22px;margin-bottom:35px;}.platform_update-ui .platform_update-ui-item:nth-child(1),.platform_update-ui .platform_update-ui-item:nth-child(2){margin-bottom:40px;}.platform_update-ui .ui-item-img{height:52px;margin-bottom:16px;}.platform_update-ui .ui-item-title{font-size:14px;}.platform_update-ui .platform_update-ui-mac{margin-top:50px;}.platform_update-ui .ui-mac-text{font-size:40px;}@media screen and (min-width:768px){.platform_update-ui{padding:80px 0;}.platform_update-ui-title{font-size:30px;margin-bottom:55px;}.platform_update-ui .platform_update-ui-item:nth-child(1),.platform_update-ui .platform_update-ui-item:nth-child(2){margin-bottom:80px;}.platform_update-ui .ui-item-img{height:80px;margin-bottom:20px;}.platform_update-ui .ui-item-title{font-size:20px;}.platform_update-ui .platform_update-ui-mac{margin-top:80px;}.platform_update-ui .ui-mac-text{font-size:106px;}}@media screen and (min-width:992px){.platform_update-ui .ui-mac-img{width:90%;}.platform_update-ui .platform_update-ui-item{margin-bottom:0 !important;}.platform_update-ui{padding:60px 0;}.platform_update-ui-title{font-size:24px;margin-bottom:45px;}.platform_update-ui .ui-item-img{height:60px;margin-bottom:15px;}.platform_update-ui .ui-item-title{font-size:16px;}.platform_update-ui .platform_update-ui-mac{margin-top:60px;}.platform_update-ui .ui-mac-text{font-size:110px;}}@media screen and (min-width:1200px){.platform_update-ui{padding:80px 0;}.platform_update-ui-title{font-size:30px;margin-bottom:65px;}.platform_update-ui .ui-item-img{height:80px;margin-bottom:20px;}.platform_update-ui .ui-item-title{font-size:20px;}.platform_update-ui .platform_update-ui-mac{margin-top:80px;}.platform_update-ui .ui-mac-text{font-size:156px;}}@media screen and (min-width:1600px){.platform_update-ui{padding:120px 0;}.platform_update-ui-title{font-size:40px;margin-bottom:85px;}.platform_update-ui .ui-item-img{height:95px;margin-bottom:30px;}.platform_update-ui .ui-item-title{font-size:28px;}.platform_update-ui .platform_update-ui-mac{margin-top:150px;}.platform_update-ui .ui-mac-text{font-size:200px;}}.platform_update-items .platform_update-items-num{font-family:"Montserrat",serif;color:#ff4013;font-weight:700;letter-spacing:0.07em;line-height:1;}.platform_update-items .platform_update-items-text{margin-bottom:0;font-family:"Montserrat",serif;color:#0d2e4e;font-weight:500;line-height:1.4;}.platform_update-items .platform_update-items-item:not(:last-child){margin-bottom:30px;}.platform_update-items .platform_update-items-num{font-size:44px;margin-right:24px;}.platform_update-items .platform_update-items-text{font-size:18px;}@media screen and (min-width:768px){.platform_update-items .platform_update-items-item:nth-child(1),.platform_update-items .platform_update-items-item:nth-child(2){margin-bottom:45px;}.platform_update-items .platform_update-items-num{font-size:44px;margin-right:18px;}.platform_update-items .platform_update-items-text{font-size:20px;}}@media screen and (min-width:992px){.platform_update-items .platform_update-items-item{margin-bottom:0 !important;}.platform_update-items .platform_update-items-num{font-size:30px;margin-right:12px;}.platform_update-items .platform_update-items-text{font-size:14px;}}@media screen and (min-width:1200px){.platform_update-items .platform_update-items-num{font-size:44px;margin-right:18px;}.platform_update-items .platform_update-items-text{font-size:20px;}}@media screen and (min-width:1600px){.platform_update-items .platform_update-items-num{font-size:70px;margin-right:26px;}.platform_update-items .platform_update-items-text{font-size:26px;}}.platform_update-join .platform_update-join-header{position:relative;}.platform_update-join .platform_update-join-title{font-size:var(--title-fs);line-height:var(--title-lh);margin-bottom:0;font-family:"Montserrat",serif;color:#0C2F4F;font-weight:600;text-align:center;white-space:nowrap;line-height:1;position:absolute;left:50%;bottom:0;transform:translate(-50%,-25%);}.platform_update-join .platform_update-join-title span{color:#ff4013;}.platform_update-join .platform_update-join-text{font-family:"Montserrat",serif;color:#0b2e4e;font-weight:600;line-height:1.3;text-align:center;}.platform_update-join{margin-top:55px;}.platform_update-join .platform_update-join-text{font-size:18px;}@media screen and (min-width:768px){.platform_update-join{margin-top:45px;}.platform_update-join .platform_update-join-text{font-size:28px;}}@media screen and (min-width:992px){.platform_update-join{margin-top:30px;}.platform_update-join .platform_update-join-text{font-size:20px;}}@media screen and (min-width:1200px){.platform_update-join{margin-top:45px;}.platform_update-join .platform_update-join-text{font-size:28px;}}@media screen and (min-width:1600px){.platform_update-join{margin-top:60px;}.platform_update-join .platform_update-join-text{font-size:36px;}}.platform_update-agenda .platform_update-agenda-title{margin-bottom:calc(var(--border-radius) / 2);font-size:var(--title-fs);width:100%;font-family:"Montserrat",serif;color:#ff4013;font-weight:600;line-height:1;text-align:center;}.platform_update-agenda .platform_update-agenda-btn{margin-top:var(--border-radius);}#agenda{margin-top:calc(var(--border-radius) * 0.75);}#agenda .agenda-row{align-items:center;}#agenda .agenda-row-time{font-family:"Montserrat",serif;color:#0b2e4e;font-weight:700;line-height:1;text-align:center;}#agenda .agenda-row-content.gray{background:#F6F6F6;}#agenda .agenda-row-content.orange{background:#FF4013;}#agenda .agenda-row-label{font-family:"Montserrat",serif;text-align:center;font-weight:500;line-height:1.4;}#agenda .agenda-row-content.gray .agenda-row-label{color:#0b2e4e;}#agenda .agenda-row-content.orange .agenda-row-label{color:#fff;}#agenda .agenda-row-speaker{margin-left:auto;margin-right:auto;display:flex;align-items:center;}#agenda .agenda-row-speaker .speaker-img{border-radius:100%;}#agenda .agenda-row-speaker .speaker-name{font-family:"Montserrat",serif;color:#021547;font-weight:600;line-height:1;letter-spacing:0.02em;}#agenda .agenda-row-speaker .speaker-bio{font-family:"Montserrat",serif;color:#021547;font-weight:400;line-height:1.4;}#agenda .agenda-row:not(:last-child){margin-bottom:28px;}#agenda .agenda-row-time{font-size:16px;margin-bottom:14px;}#agenda .agenda-row-content{padding:14px 10px;border-radius:12px;}#agenda .agenda-row-label{font-size:20px;}#agenda .agenda-row-speaker{margin-top:14px;}#agenda .agenda-row-speaker .speaker-img{height:50px;margin-right:16px;}#agenda .agenda-row-speaker .speaker-name{font-size:16px;}#agenda .agenda-row-speaker .speaker-bio{font-size:12px;margin-top:4px;}@media screen and (min-width:768px){#agenda .agenda-row-time{text-align:left;padding-right:0 !important;}#agenda .agenda-row-speaker{justify-content:center;}#agenda .agenda-row:not(:last-child){margin-bottom:8px;}#agenda .agenda-row-time{font-size:16px;margin-bottom:0;}#agenda .agenda-row-content{padding:6px 0;border-radius:12px;}#agenda .agenda-row-label{font-size:22px;}#agenda .agenda-row-speaker{margin-top:14px;}#agenda .agenda-row-speaker .speaker-img{height:50px;margin-right:16px;}#agenda .agenda-row-speaker .speaker-name{font-size:16px;}#agenda .agenda-row-speaker .speaker-bio{font-size:12px;margin-top:4px;}}@media screen and (min-width:992px){#agenda .agenda-row:not(:last-child){margin-bottom:8px;}#agenda .agenda-row-time{font-size:12px;}#agenda .agenda-row-content{padding:6px 0;border-radius:12px;}#agenda .agenda-row-label{font-size:18px;}#agenda .agenda-row-speaker{margin-top:14px;}#agenda .agenda-row-speaker .speaker-img{height:40px;margin-right:22px;}#agenda .agenda-row-speaker .speaker-name{font-size:14px;}#agenda .agenda-row-speaker .speaker-bio{font-size:10px;margin-top:4px;}}@media screen and (min-width:1200px){#agenda .agenda-row:not(:last-child){margin-bottom:10px;}#agenda .agenda-row-time{font-size:14px;}#agenda .agenda-row-content{padding:10px 0;border-radius:12px;}#agenda .agenda-row-label{font-size:21px;}#agenda .agenda-row-speaker{margin-top:16px;}#agenda .agenda-row-speaker .speaker-img{height:40px;margin-right:22px;}#agenda .agenda-row-speaker .speaker-name{font-size:16px;}#agenda .agenda-row-speaker .speaker-bio{font-size:12px;margin-top:6px;}}@media screen and (min-width:1600px){#agenda .agenda-row:not(:last-child){margin-bottom:10px;}#agenda .agenda-row-time{font-size:20px;}#agenda .agenda-row-content{padding:12px 0;border-radius:15px;}#agenda .agenda-row-label{font-size:28px;}#agenda .agenda-row-speaker{margin-top:22px;}#agenda .agenda-row-speaker .speaker-img{height:54px;margin-right:30px;}#agenda .agenda-row-speaker .speaker-name{font-size:20px;}#agenda .agenda-row-speaker .speaker-bio{font-size:14px;margin-top:8px;}}.platform_update-speakers .platform_update-speakers-title{margin-bottom:calc(var(--border-radius) / 2);font-size:var(--title-fs);width:100%;font-family:"Montserrat",serif;color:#0D2E4E;font-weight:600;line-height:1;text-align:center;}#speakers{margin-top:calc(var(--border-radius) * 0.75);}#speakers .row .col-lg-12{margin-top:calc(var(--speakers-space) * -1);padding:0;display:flex;justify-content:center;flex-wrap:wrap;}#speakers .row .row .col-lg-12{justify-content:center;}#speakers .speaker-slot{margin-top:var(--speakers-space);position:relative;}#speakers .speaker-slot img{width:100%;position:relative;border-radius:20px;}#speakers .slider-expert-info{width:100%;padding:0 0 20px 0;position:absolute;bottom:0;background:url('https://www.creatio.com/page/sites/landings/files/landing/accelerate-2021/gradient-overlay-small.png');background-size:contain;border-bottom-left-radius:20px;border-bottom-right-radius:20px;text-align:center;}#speakers .slider-expert-info h3{font:500 20px/130% Montserrat;color:white;margin:0 0 5px;text-align:center;text-transform:uppercase;}#speakers .slider-expert-info p{font:400 12px/130% Montserrat;color:white;}@media screen and (max-width:767.9px){#speakers .speaker-slot{width:100%;}#speakers .speaker-slot{margin-left:0;margin-right:0;}}@media screen and (min-width:768px) and (max-width:991.9px){#speakers .speaker-slot{width:calc(100% / 2 - ((var(--speakers-space) * 1) / 2));}#speakers .speaker-slot{margin-left:calc(var(--speakers-space) / 2);margin-right:calc(var(--speakers-space) / 2);}#speakers .speaker-slot:nth-child(2n+1){margin-left:0;}#speakers .speaker-slot:nth-child(2n+2){margin-right:0;}}@media screen and (min-width:992px){#speakers .speaker-slot{width:calc(100% / 5 - ((var(--speakers-space) * 4) / 5));}#speakers .speaker-slot{margin-left:calc(var(--speakers-space) / 2);margin-right:calc(var(--speakers-space) / 2);}#speakers .speaker-slot:nth-child(5n+1){margin-left:0;}#speakers .speaker-slot:nth-child(5n+5){margin-right:0;}}@media screen and (max-width:1599px){#speakers .slider-expert-info h3{font-size:16px;}#speakers .slider-expert-info p{font-size:10px;}}@media screen and (max-width:1199px){#speakers .slider-expert-info{padding:0 5px 10px 5px;}#speakers .slider-expert-info h3{font-size:12px;}}@media screen and (max-width:991px){#speakers .row .col-lg-12{justify-content:center;padding:0 15px;}#speakers .speaker-slot img{border-radius:15px;}#speakers .slider-expert-info{padding:0 5px 20px 5px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;}#speakers .slider-expert-info h3{font-size:21px;}}@media screen and (max-width:767px){#speakers .slider-expert-info{padding:0 5px 13px 5px;}#speakers .slider-expert-info h3{font-size:18px;}#speakers .slider-expert-info p{font-size:10px;}}@media screen and (max-width:575px){#speakers .slider-expert-info{padding:0 5px 15px 5px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}#speakers .slider-expert-info h3{font-size:16px;}#speakers .slider-expert-info p{font-size:10px;}}.platform_update-topics{padding:var(--topics-box-space) 0;}.platform_update-topics .platform_update-topics-title{font-size:var(--title-fs);line-height:var(--title-lh);margin-bottom:var(--topics-box-space);font-family:"Montserrat",serif;color:#fff;font-weight:600;text-align:center;}.platform_update-topics .platform_update-topics-item:not(:last-child){margin-bottom:var(--topics-box-space);}.platform_update-topics .topics-item-title{font-family:"Montserrat",serif;color:#fff;font-weight:500;letter-spacing:-0.01em;line-height:1.2;}.platform_update-topics .topics-item-text{margin-bottom:0;font-family:"Montserrat",serif;color:#fff;font-weight:400;line-height:1.6;}.platform_update-topics .topics-item-title,.platform_update-topics .topics-item-text{text-align:center;}.platform_update-topics .topics-item-img{border-radius:var(--screen-border-radius);box-shadow:var(--screen-shadow);}.platform_update-topics .topics-item-img{margin-bottom:28px;}.platform_update-topics .topics-item-title{font-size:20px;margin-bottom:12px;}.platform_update-topics .topics-item-text{font-size:14px;}@media screen and (min-width:768px){.platform_update-topics .topics-item-title,.platform_update-topics .topics-item-text{width:90%;margin:auto;}.platform_update-topics .topics-item-img{margin-bottom:40px;}.platform_update-topics .topics-item-title{font-size:32px;margin-bottom:20px;}.platform_update-topics .topics-item-text{font-size:16px;}}@media screen and (min-width:992px){.platform_update-topics .topics-item-img{margin-bottom:unset;}.platform_update-topics .topics-item-title,.platform_update-topics .topics-item-text{width:unset;margin:unset;}.platform_update-topics .topics-item-title,.platform_update-topics .topics-item-text{text-align:left;}.platform_update-topics .flex-lg-row-reverse .topics-item-title,.platform_update-topics .flex-lg-row-reverse .topics-item-text{text-align:right;}.platform_update-topics .topics-item-title{width:unset;font-size:24px;margin-bottom:14px;}.platform_update-topics .topics-item-text{font-size:12px;}}@media screen and (min-width:1200px){.platform_update-topics .topics-item-title{font-size:32px;margin-bottom:20px;}.platform_update-topics .topics-item-text{font-size:16px;}}@media screen and (min-width:1600px){.platform_update-topics .topics-item-title{font-size:44px;margin-bottom:30px;}.platform_update-topics .topics-item-text{font-size:18px;}}.platform_update-dive .platform_update-dive-title{font-family:"Montserrat",serif;color:#db2d00;font-weight:500;letter-spacing:-0.01em;line-height:1.2;text-align:center;}.platform_update-dive .platform_update-dive-subtitle{font-family:"Montserrat",serif;color:#0d2e4e;font-weight:400;line-height:1.6;text-align:center;}.platform_update-dive .platform_update-dive-screen{border-radius:var(--screen-border-radius);box-shadow:var(--screen-shadow);}.platform_update-dive .platform_update-dive-title{font-size:20px;margin-bottom:14px;}.platform_update-dive .platform_update-dive-subtitle{font-size:14px;margin-bottom:30px;}@media screen and (min-width:768px){.platform_update-dive .platform_update-dive-title{font-size:32px;margin-bottom:20px;}.platform_update-dive .platform_update-dive-subtitle{font-size:16px;margin-bottom:44px;}}@media screen and (min-width:992px){.platform_update-dive .platform_update-dive-title{font-size:24px;margin-bottom:14px;}.platform_update-dive .platform_update-dive-subtitle{font-size:12px;margin-bottom:36px;}}@media screen and (min-width:1200px){.platform_update-dive .platform_update-dive-title{font-size:32px;margin-bottom:20px;}.platform_update-dive .platform_update-dive-subtitle{font-size:16px;margin-bottom:44px;}}@media screen and (min-width:1600px){.platform_update-dive .platform_update-dive-title{font-size:44px;margin-bottom:30px;}.platform_update-dive .platform_update-dive-subtitle{font-size:18px;margin-bottom:60px;}}.platform_update-save .platform_update-save-title{font-size:var(--title-fs);line-height:var(--title-lh);font-family:"Montserrat",serif;color:#0C2F4F;font-weight:600;text-align:center;}.platform_update-save .platform_update-save-title span{color:#ff4013;}.platform_update-save{margin-top:100px;}.platform_update-save .platform_update-save-title{margin-bottom:22px;}@media screen and (min-width:768px){.platform_update-save{margin-top:135px;}.platform_update-save .platform_update-save-title{margin-bottom:30px;}}@media screen and (min-width:992px){.platform_update-save{margin-top:100px;}.platform_update-save .platform_update-save-title{margin-bottom:20px;}}@media screen and (min-width:1200px){.platform_update-save{margin-top:135px;}.platform_update-save .platform_update-save-title{margin-bottom:30px;}}@media screen and (min-width:1600px){.platform_update-save{margin-top:165px;}.platform_update-save .platform_update-save-title{margin-bottom:45px;}}.platform_update-main-watch{display:flex;flex-direction:column;align-items:center;color:#fff !important;}.platform_update-main-watch svg{width:30%;fill:#fff;}.platform_update-main-watch div{font-family:"Montserrat",serif;font-weight:700;color:#fff;text-align:center;text-transform:uppercase;line-height:1;}.platform_update-main-watch div{margin-top:10px;font-size:22px;}@media screen and (min-width:768px){.platform_update-main-watch div{margin-top:16px;font-size:36px;}}@media screen and (min-width:992px){.platform_update-main-watch svg{width:40%;}.platform_update-main-watch div{margin-top:12px;font-size:20px;}}@media screen and (min-width:1200px){.platform_update-main-watch div{margin-top:16px;font-size:26px;}}@media screen and (min-width:1600px){.platform_update-main-watch div{margin-top:20px;font-size:34px;}}
