.connectLoader{display:flex;height:100%;width:100%;align-items:center;justify-content:center;background-color:transparent}.connectLoader .dot{position:relative;width:1em;height:1em;margin:.8em;border-radius:50%}.connectLoader .dot:before{position:absolute;content:"";width:100%;height:100%;background:inherit;border-radius:inherit;-webkit-animation:wave 2s ease-out infinite;animation:wave 2s ease-out infinite}.connectLoader .dot:first-child{background:var(--themeDarkColor)}.connectLoader .dot:first-child:before{-webkit-animation-delay:.2s;animation-delay:.2s}.connectLoader .dot:nth-child(2){background:var(--themeMainColor)}.connectLoader .dot:nth-child(2):before{-webkit-animation-delay:.4s;animation-delay:.4s}.connectLoader .dot:nth-child(3){background:var(--themeLightColor)}.connectLoader .dot:nth-child(3):before{-webkit-animation-delay:.6s;animation-delay:.6s}.connectLoader .dot:nth-child(4){background:var(--themeExtraLightColor)}.connectLoader .dot:nth-child(4):before{-webkit-animation-delay:.8s;animation-delay:.8s}.connectLoader .dot:nth-child(5){background:navy}.connectLoader .dot:nth-child(5):before{-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes wave{50%,75%{-webkit-transform:scale(2.5);transform:scale(2.5)}80%,to{opacity:0}}@keyframes wave{50%,75%{-webkit-transform:scale(2.5);transform:scale(2.5)}80%,to{opacity:0}}@media (min-width:1024px){.drawerOpen .chatModuleContainer{z-index:12}}@media (min-width:1024px){.drawerOpen .chatModuleContainer .chatModuleHolder{right:44rem}}.chatModuleContainer{position:fixed;bottom:0;width:90%;left:50%;height:0;overflow:visible;z-index:33;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:767px){.chatModuleContainer{width:100%;height:100%;z-index:501;bottom:0;left:0;-webkit-transform:none;transform:none}}.chatModuleContainer .chatModuleHolder{transition:all .3s ease;padding:0;margin:0;display:flex;position:absolute;bottom:0;right:0;width:auto;justify-content:flex-end}@media (max-width:767px){.chatModuleContainer .chatModuleHolder{height:100%;width:100%;position:relative}}@media (min-width:767px){.chatModuleContainer .chatModuleHolder li{display:flex;align-items:flex-end}}@media (max-width:767px){.chatModuleContainer .chatModuleHolder li{width:100%;height:inherit}}.chatModuleWrapper{display:block;width:35rem;background:var(--cardsBGColor);border-radius:1rem 1rem 0 0;border:1px solid var(--strokeColor);box-shadow:-10px -25px 20px rgba(0,0,0,.04),-5px -10px 10px rgba(0,0,0,.04);transition:all .25s;z-index:99;position:relative;transition:.5s}@media (max-width:767px){.chatModuleWrapper{width:100%;height:100%}}.chatModuleWrapper.bottom .chatModuleBody .chatModuleBodyIndata,.chatModuleWrapper.bottom .chatModuleBody .chatModuleFooterData{display:none}.chatModuleWrapper.top{bottom:0}.chatModuleWrapper.top .chatModuleHeader{height:5.3rem;padding:1rem 1.6rem}.chatModuleWrapper.top .chatModuleHeader .WPProfile .avatarDynamic{height:4rem;width:4rem}.chatModuleWrapper:nth-child(n+1){margin-right:2rem}@media (max-width:1024px){.chatModuleWrapper:nth-child(n+1){margin-right:0}}@media (max-width:1024px){.chatModuleWrapper{display:none}}.chatModuleWrapper .chatModuleHeader{height:5.5rem;padding:0 2rem;background:var(--cardsBGColor);border-bottom:1px solid var(--strokeColor);box-sizing:border-box;border-radius:1rem 1rem 0 0;align-items:center;justify-content:space-between}@media (max-width:767px){.chatModuleWrapper .chatModuleHeader .closeBtnView,.chatModuleWrapper .chatModuleHeader .profileAvatar{display:none}}.chatModuleWrapper .chatModuleHeader .newChatHeadBlock{display:flex;align-items:center}.chatModuleWrapper .chatModuleHeader .newChatHeadBlock button{display:none}@media (max-width:767px){.chatModuleWrapper .chatModuleHeader .newChatHeadBlock button{display:flex}}@media (max-width:640px){.chatModuleWrapper .chatModuleHeader{border-radius:0}}.chatModuleWrapper .chatModuleHeader .activeUserDot:after{background-color:var(--successColor);content:"";position:absolute;right:0;bottom:0;width:1.2rem;height:1.2rem;border-radius:2rem;border:1px solid #fff}.chatModuleWrapper .chatModuleHeader .inactiveUserDot:after{background-color:var(--secondaryColor);content:"";position:absolute;right:0;bottom:0;width:1.2rem;height:1.2rem;border-radius:2rem;border:1px solid #fff}.chatModuleWrapper .chatModuleHeader .backBtnInMbl{display:none}@media (max-width:767px){.chatModuleWrapper .chatModuleHeader .backBtnInMbl{display:flex;border:0;margin-right:1.5rem}}.chatModuleWrapper .chatModuleHeader .chatUser .countUnread{background-color:red;background-color:var(--themeMainColor);width:3rem;height:3rem;border-radius:5rem;display:flex;align-items:center;justify-content:center;color:var(--secondaryFontColor);margin-left:1.5rem;font-size:1.4rem}.chatModuleWrapper .chatModuleHeader .chatUser h6{display:flex;align-items:center;transition:all .3s ease}.chatModuleWrapper .chatModuleHeader .chatUser h6:hover{text-decoration:underline}.chatModuleWrapper .chatModuleHeader .chatUser h6:hover .countUnread{text-decoration:none}.chatModuleWrapper .chatModuleHeader .chatUser{align-items:center}.chatModuleWrapper .chatModuleHeader .chatUser h6{max-width:15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatModuleWrapper .chatModuleHeader .chatAction{align-items:center}.chatModuleWrapper .chatModuleHeader .chatAction .rotateVer{margin-left:.6rem}.chatModuleWrapper .chatModuleHeader .chatAction .ListMenuPopup{right:6rem;top:5.5rem}@media (max-width:767px){.chatModuleWrapper .chatModuleHeader .chatAction .closeHideBtn{display:none}}.chatModuleWrapper .chatModuleBody{flex-direction:column;justify-content:space-between;width:100%;height:100%}.chatModuleWrapper .chatModuleBody .chatModuleBodyIndata{min-height:35rem;max-height:35rem;overflow-y:auto;padding:1rem 1.6rem 0;display:flex;flex-direction:column}@media (max-width:768px){.chatModuleWrapper .chatModuleBody .chatModuleBodyIndata{min-height:calc(100% - 15rem);max-height:calc(100% - 15rem)}.chatModuleWrapper .chatModuleBody .chatModuleBodyIndata.newChatOpened{min-height:calc(100vh - 6rem);max-height:calc(100vh - 6rem)}}.chatModuleWrapper .chatModuleBody .chatModuleBodyIndata.chatAnimate{transition:all .25s;opacity:0;-webkit-animation:sessionSidePanel .2s forwards;animation:sessionSidePanel .2s forwards;-webkit-transform:translateY(-15px);transform:translateY(-15px)}@media (min-width:1024px){.chatModuleWrapper .chatModuleBody .chatModuleBodyIndata.mobileDataHeight{max-height:37.3rem;min-height:37.3rem}}@media (max-width:1024px){.chatModuleWrapper .chatModuleBody .chatModuleBodyIndata.mobileDataHeight{min-height:calc(100vh - 18rem);min-height:calc(var(--vh, 1vh)*100 - 18rem);max-height:calc(100vh - 18rem);max-height:calc(var(--vh, 1vh)*100 - 18rem)}}.chatModuleWrapper .chatModuleBody .chatModuleBodyIndata .chatLisOneToOne{margin-top:0!important;width:100%}.chatModuleWrapper .chatModuleBody .chatModuleBodyIndata>div:first-child{margin-top:auto}.chatModuleWrapper .chatModuleBody .chatModuleBodyIndata .onGoingStrip{background-color:var(--hoverColor);height:5rem;margin:0 -2rem;padding:0 1rem}.chatModuleWrapper .chatModuleBody .chatModuleFooterData{padding:1rem 1.6rem;position:relative}@media (max-width:767px){.chatModuleWrapper .chatModuleBody .chatModuleFooterData{padding-top:1.5rem}}.chatModuleWrapper .chatModuleBody .chatModuleFooterData .replayMsg{border-bottom:1px solid var(--strokeColor);background-color:var(--cardsBGColor);border-top-left-radius:.8rem;border-top-right-radius:.8rem}.chatModuleWrapper .chatModuleBody .dateStamp{text-align:center}.chatModuleWrapper .chatModuleBody .dateStamp span{font-size:1.3rem;text-transform:uppercase;background-color:var(--cardsBGDarkColor);padding:.65rem 1rem;border-radius:.6rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:inline-block}.chatModuleWrapper .chatModuleBody .ChatModuleResponseSender{word-break:break-word;margin-right:auto}.chatModuleWrapper .chatModuleBody .ChatModuleResponseSender .chatImage{width:19rem;padding-top:14.5rem;position:relative;display:block;border:5px solid var(--themeMainColor);border-radius:1rem;background-color:var(--themeMainColor)}.chatModuleWrapper .chatModuleBody .ChatModuleResponseSender .chatImage img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-height:100%;display:block}.chatModuleWrapper .chatModuleBody .ChatModuleResponseSender .textResponse{display:flex;background-color:var(--cardsBGColor);padding:1rem;border-radius:1rem 1rem 1rem 0;box-shadow:0 4px 10px rgba(0,0,0,.1);margin-bottom:1rem;align-items:flex-end}.chatModuleWrapper .chatModuleBody .ChatModuleResponseSender .textResponse span.timeStamp{margin-left:2rem;min-width:4.5rem;white-space:nowrap;position:relative;top:2px;text-align:right}.chatModuleWrapper .chatModuleBody .ChatModuleResponseSender .textResponse span.blkTime{color:var(--primaryColor)}.chatModuleWrapper .chatModuleBody .ChatModuleResponseSender .bigEmoji,.chatModuleWrapper .chatModuleBody .ChatModuleResponseSender .emojiGrtFour{background-color:transparent}.chatModuleWrapper .chatModuleBody .ChatModuleResponseSender .bigEmoji p{font-size:4rem}.chatModuleWrapper .chatModuleBody .ChatModuleResponseSender .emojiIcon{color:var(--secondaryColor);margin-left:.8rem;cursor:pointer}.chatModuleWrapper .chatModuleBody .ChatModuleResponseReceiver{word-break:break-word;-webkit-animation:chatOne .3s ease;animation:chatOne .3s ease}.chatModuleWrapper .chatModuleBody .ChatModuleResponseReceiver .replaySendText{border-bottom:1px solid var(--secondaryFontColor);padding-bottom:.6rem;margin-bottom:.6rem}.chatModuleWrapper .chatModuleBody .ChatModuleResponseReceiver .textResponse{background-color:var(--themeLightColor);padding:1rem;border-radius:1rem 1rem 0 1rem;color:var(--primaryColor);margin-bottom:1rem;align-items:flex-end}.chatModuleWrapper .chatModuleBody .ChatModuleResponseReceiver .textResponse .readMore{color:var(--primaryColor)!important}.chatModuleWrapper .chatModuleBody .ChatModuleResponseReceiver .textResponse p{color:var(--primaryColor);white-space:pre-wrap}.chatModuleWrapper .chatModuleBody .ChatModuleResponseReceiver .textResponse span.timeStamp{margin-left:2rem;white-space:nowrap;text-align:right;position:relative;top:2px}.chatModuleWrapper .chatModuleBody .ChatModuleResponseReceiver .textResponse span.blkTime{color:var(--primaryDarkColor)}.chatModuleWrapper .chatModuleBody .ChatModuleResponseReceiver .bigEmoji,.chatModuleWrapper .chatModuleBody .ChatModuleResponseReceiver .emojiGrtFour{background-color:transparent}.chatModuleWrapper .chatModuleBody .ChatModuleResponseReceiver .bigEmoji p{font-size:4rem}.chatModuleWrapper .chatModuleBody .ChatModuleResponseReceiver .chatImage{width:19rem;padding-top:14.5rem;position:relative;display:block;border:5px solid var(--themeMainColor);border-radius:1rem;background-color:var(--themeMainColor)}.chatModuleWrapper .chatModuleBody .ChatModuleResponseReceiver .chatImage img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-height:100%;display:block}.chatModuleWrapper .chatModuleBody .ChatModuleMsgSubmit .ChatModuleMsgInData{display:flex;align-items:center}.chatModuleWrapper .chatModuleBody .ChatModuleMsgSubmit .ChatModuleMsgInData .chatTextCount{display:flex;justify-content:center;align-items:flex-end;color:var(--secondaryColor);padding:.5rem .5rem 1.3rem;font-size:1.4rem}.chatModuleWrapper .chatModuleBody .ChatModuleMsgSubmit.isMoreHeightData .textarea textarea{height:6rem}.chatModuleWrapper .chatModuleBody .ChatModuleMsgSubmit .textarea{width:100%;display:flex;align-items:center}.chatModuleWrapper .chatModuleBody .ChatModuleMsgSubmit .textarea textarea{width:100%;background-color:transparent;resize:none;font-size:1.4rem;line-height:1.6;font-family:"Poppins",sans-serif;height:100%;padding-right:1rem;color:Var(--primaryColor)}@-moz-document url-prefix(){.chatModuleWrapper .chatModuleBody .ChatModuleMsgSubmit .textarea textarea{height:2rem}}.chatModuleWrapper .chatModuleBody .ChatModuleMsgSubmit .replayTextArea .textarea{border-bottom-left-radius:.8rem;border-top-left-radius:0}.chatModuleWrapper .chatModuleBody .ChatModuleMsgSubmit .replayTextArea .textBoxIcons{border-top-right-radius:0}.chatModuleWrapper .chatModuleBody .ChatModuleMsgSubmit .textBoxIcons{display:flex;align-items:flex-end;border-radius:0 2rem 2rem 0;padding-bottom:.7rem;padding-top:.5rem;padding-right:.5rem}.chatModuleWrapper .chatModuleBody .ChatModuleMsgSubmit .textBoxIcons svg{color:var(--secondaryColor)!important;height:1.6rem}.chatModuleWrapper .chatModuleBody .ChatModuleMsgSubmit .textBoxIcons .gitSupportIcon svg{color:var(--themeMainColor)!important}.chatModuleWrapper .chatModuleBody .ChatModuleMsgSubmit .textBoxIcons .iconButton{background-color:transparent;color:var(--secondaryColor);margin:0 .2rem}.chatModuleWrapper .chatModuleBody .ChatModuleMsgSubmit .submitIcon{color:var(--themeMainColor);margin-left:1rem}.backToChat .avatarWrapper{margin-bottom:2rem}.backToChat .avatarWrapper .avatarName{font-size:1.4rem;color:var(--primaryColor);font-weight:400}.callDataInfo .callDataInfoGrid{display:flex}.callDataInfo .callDataInfoGrid h6 span{font-size:1.4rem;color:var(--secondaryLightColor)}.callDataInfo .callDataInfoGrid .iconButton{margin-right:1.5rem}.callDataInfo .callDataInfoGrid h6{font-weight:400}.callDataInfo .callDataInfoGrid p{color:var(--secondaryLightColor)}.popChatWindow{margin-top:5rem;background-color:#f2f2f2}.popChatWindowHeader{background-color:var(--strokeColor);width:100%;padding:.75rem 1.5rem}.popChatWindowHeader .brandLogo svg{height:2rem}.popChatWindowBody{min-height:50rem;padding:4rem 0}.popChatWindowBody .stickyRoomControls{position:relative}.popChatWindowBody .meetingActionWrapper{position:relative;margin:0 auto}.popChatWindowBody .callerList ul{margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;align-items:center;justify-content:center}.popChatWindowBody .callerList ul li{list-style:none;display:inline-block;width:20%;height:120px;justify-content:center;margin-bottom:3rem;text-align:center}.popChatWindowBody .callerList ul li .callerListGrid{flex:1 1 33.33%}.popChatWindowBody .callerList ul li .callerListGrid .avatartCircle{width:10.6rem;height:10.6rem;margin:0 auto;border-radius:100%;overflow:hidden;position:relative}.popChatWindowBody .callerList ul li .callerListGrid .avatartCircle img{object-fit:cover;position:absolute;left:0;right:0;width:100%;height:100%}.chatLisOneToOne .chatSearchBlock{position:relative}.chatLisOneToOne .chatNoResult{min-height:36rem;padding:0;display:flex;align-items:center;justify-content:center;text-align:center;border-top:1px solid var(--strokeColor)}@media (max-width:767px){.chatLisOneToOne .chatNoResult{height:calc(100vh - 18rem)}}.chatLisOneToOne .searchInput{padding-bottom:1rem}.chatLisOneToOne .chatLisOneToOneList{border-top:1px solid var(--strokeColor);padding-top:1.4rem;margin-bottom:1.4rem;transition:all .25s;opacity:0;-webkit-animation:sessionSidePanel .2s forwards;animation:sessionSidePanel .2s forwards;-webkit-transform:translateY(-15px);transform:translateY(-15px)}.chatLisOneToOne .chatLisOneToOneList:first-child{-webkit-animation-delay:.04167s;animation-delay:.04167s}.chatLisOneToOne .chatLisOneToOneList:nth-child(2){-webkit-animation-delay:.08333s;animation-delay:.08333s}.chatLisOneToOne .chatLisOneToOneList:nth-child(3){-webkit-animation-delay:.125s;animation-delay:.125s}.chatLisOneToOne .chatLisOneToOneList:nth-child(4){-webkit-animation-delay:.16667s;animation-delay:.16667s}.chatLisOneToOne .chatLisOneToOneList:nth-child(5){-webkit-animation-delay:.20833s;animation-delay:.20833s}.chatLisOneToOne .chatLisOneToOneList:nth-child(6){-webkit-animation-delay:.25s;animation-delay:.25s}.chatLisOneToOne .chatLisOneToOneList:nth-child(7){-webkit-animation-delay:.29167s;animation-delay:.29167s}.chatLisOneToOne .chatLisOneToOneList:nth-child(8){-webkit-animation-delay:.33333s;animation-delay:.33333s}.chatLisOneToOne .chatLisOneToOneList:nth-child(9){-webkit-animation-delay:.375s;animation-delay:.375s}.chatLisOneToOne .chatLisOneToOneList:nth-child(10){-webkit-animation-delay:.41667s;animation-delay:.41667s}.chatLisOneToOne .chatLisOneToOneList:nth-child(11){-webkit-animation-delay:.45833s;animation-delay:.45833s}.chatLisOneToOne .chatLisOneToOneList:nth-child(12){-webkit-animation-delay:.5s;animation-delay:.5s}.chatLisOneToOne .chatLisOneToOneList:nth-child(13){-webkit-animation-delay:.54167s;animation-delay:.54167s}.chatLisOneToOne .chatLisOneToOneList:nth-child(14){-webkit-animation-delay:.58333s;animation-delay:.58333s}.chatLisOneToOne .chatLisOneToOneList:nth-child(15){-webkit-animation-delay:.625s;animation-delay:.625s}.chatLisOneToOne .chatLisOneToOneList:nth-child(16){-webkit-animation-delay:.66667s;animation-delay:.66667s}.chatLisOneToOne .chatLisOneToOneList:nth-child(17){-webkit-animation-delay:.70833s;animation-delay:.70833s}.chatLisOneToOne .chatLisOneToOneList:nth-child(18){-webkit-animation-delay:.75s;animation-delay:.75s}.chatLisOneToOne .chatLisOneToOneList:nth-child(19){-webkit-animation-delay:.79167s;animation-delay:.79167s}.chatLisOneToOne .chatLisOneToOneList:nth-child(20){-webkit-animation-delay:.83333s;animation-delay:.83333s}.chatLisOneToOne .chatLisOneToOneList .row{display:flex;align-items:center}.chatLisOneToOne .chatLisOneToOneList .chatArrowRight>svg{color:var(--primaryColor)}.chatLisOneToOne .chatLisOneToOneList .personListData{display:flex;align-items:center}.chatLisOneToOne .chatLisOneToOneList .personListData .mediaBlock{margin-right:.5rem}.chatLisOneToOne .chatLisOneToOneList .personListData .mediaBlockText{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:22rem}@media (max-width:767px){.chatLisOneToOne .chatLisOneToOneList .personListData .mediaBlockText{width:22rem}}.chatLisOneToOne .chatLisOneToOneList .personListData .mediaBlockText p{margin-bottom:0}.DeleteUserPop{padding:0 3rem}.DeleteUserPop.ResetBlock{width:40rem}.DeleteUserPop.ResetBlock p span{font-size:1.4rem}.DeleteUserPop.ResetBlock .resetBtnBlock{margin-top:3rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}@media (max-width:767px){.DeleteUserPop.ResetBlock{width:100%;padding:0}.DeleteUserPop.ResetBlock p{display:flex}}.DeleteUserPop .btnBlock{margin-top:2rem;display:flex;justify-content:center}.receiverBlock,.senderBlock{margin-bottom:2.5rem}@-webkit-keyframes chatOne{0%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes chatOne{0%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.emoji-picker__container{overflow-x:hidden}.dotPopover{z-index:501}.dotPopover .ListMenuPopup{top:auto;right:0}.customInputWrapper{display:flex;align-items:center}.customInputWrapper .customInput{background-color:var(--lightGraybgColor);padding:1rem 1rem 1rem 3rem;border-radius:2.5rem;width:calc(100% - 8rem);margin:0 1.6rem;display:flex;align-items:center}.customInputWrapper .customInput [contentEditable=true]:empty:not(:focus):before{content:attr(data-text)}.customInputWrapper .customInput .customInputInner{height:3rem;resize:none;background-color:transparent;width:70%;color:var(--primaryColor);font-family:"Poppins",sans-serif;font-size:var(--fontSize16);line-height:2.5rem;display:flex;align-items:center;overflow-y:auto;margin-right:5%}.customInputWrapper .customInput .chatTextCount span{font-size:1.4rem}.customInputWrapper .customInput .textBoxIcons{display:flex;align-items:center;justify-content:center}.customInputWrapper .customInput .textBoxIcons button{background-color:transparent}.cookieBtn{position:fixed;z-index:1;bottom:1.5rem;left:1.5rem}.cookieBtn .button{border-radius:.8rem;padding:1rem!important}.cookieBtn .button[data-tooltip]:before{max-width:20rem}.cookieBlock{background-color:var(--cardsBGColor);border-radius:.8rem;padding:2.4rem;position:fixed;z-index:10;box-shadow:0 4px 1rem rgba(0,0,0,.2)}.cookieBlock a.cookieLinkText{text-underline-position:under;-webkit-text-decoration-color:var(--primaryColor);text-decoration-color:var(--primaryColor)}@media (max-width:767px){.cookieBlock{bottom:0!important;top:auto!important;left:0!important;width:100%!important;right:0;border-radius:0;margin:0;-webkit-transform:translate(0)!important;transform:translate(0)!important}}.cookieBlock.bannerView{width:calc(100% - 3rem);justify-content:space-between}.cookieBlock.bannerView.top{top:1.5rem;left:1.5rem}.cookieBlock.bannerView.bottom{left:1.5rem;bottom:1.5rem}.cookieBlock.bannerView .startView{overflow-y:auto;max-height:70vh}@media (max-width:767px){.cookieBlock.bannerView .startView{max-height:calc(100vh - 50rem)}}.cookieBlock.bannerView .startView .accordionBlock{max-width:40rem}.cookieBlock.bannerView .startView .cookieSwitchBlock{display:flex}.cookieBlock.bannerView .startView .cookieSwitchBlock .switchWrapper{margin-right:2.5rem}.cookieBlock.bannerView .endView .cookieBlockBottomBlock{margin-right:2rem;margin-top:0;border-top:0;flex-direction:column}.cookieBlock.bannerView .endView .cookieBlockBottomBlock button.button{width:100%;margin-left:0;margin-bottom:1rem}@media (max-width:767px){.cookieBlock.bannerView .endView .cookieBlockBottomBlock button.button{margin-right:1rem}.cookieBlock.bannerView .endView .cookieBlockBottomBlock button.button:last-child{margin-right:0}}@media (max-width:767px){.cookieBlock.bannerView .endView .cookieBlockBottomBlock{flex-direction:row;justify-content:space-between;width:100%;border-top:1px solid var(--strokeColor);margin-top:1.5rem}}.cookieBlock.bannerView .cookieSwitchBlock,.cookieBlock.bannerView .cookieSwitchBlock .switchWrapper{margin-bottom:0}@media (max-width:767px){.cookieBlock.bannerView{flex-direction:column}}.cookieBlock.boxView{flex-direction:column;width:38rem}.cookieBlock.boxView.bottom{bottom:1.5rem}.cookieBlock.boxView.top{top:1.5rem;bottom:auto}.cookieBlock.boxView.left{left:1.5rem}.cookieBlock.boxView.right{right:1.5rem;left:auto}.cookieBlock.boxView.center{top:50%;left:50%;margin-right:-50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cookieBlock.boxView .startView{overflow-y:auto;max-height:70vh;padding-right:1rem}@media (max-width:767px){.cookieBlock.boxView .startView{max-height:calc(100vh - 50rem)}}.cookieBlock.boxView .startView p.typoText.bodyLarge{overflow-y:auto;word-break:break-word}.cookieBlock.boxView .startView .cookieSwitchBlock{display:flex}.cookieBlock.boxView .startView .cookieSwitchBlock .switchWrapper{margin-right:2.5rem}.cookieBlock.boxView .endView .cookieBlockBottomBlock{justify-content:space-between;width:100%}.cookieBlock.boxView .d-md-flex{display:block!important}.cookieBlock.boxView .cookieBlockBottomBlock{justify-content:start!important;padding-top:1.5rem}.cookieBlock.boxView .cookieBlockBottomBlock .button:first-child{margin-left:0}.cookieBlock .accordionBlock .cookieAccordionHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.cookieBlock .accordionBlock .cookieAccordionHead .inElements{display:flex;align-items:center}.cookieBlock .accordionBlock .showData{padding-left:1.5rem}@media (max-width:640px){.cookieBlock .accordionBlock .showData{padding-left:1.8rem}}.cookieBlock .cookieBlockCloseIcon{position:absolute;right:.5rem;top:.5rem}.cookieBlock .cookieBlockBottomBlock{display:flex;border-top:1px solid var(--strokeColor);padding-top:2.5rem}@media (max-width:767px){.cookieBlock .cookieBlockBottomBlock{padding-top:1.5rem}}.cookieBlock .cookieSettingsWithTitle .cookieBlockBottomBlock{padding-top:1.7rem}.cookieBlock .cookieSwitchBlock{margin-bottom:1.5rem}.cookieBlock .cookieSwitchBlock .switchWrapper{flex-direction:row-reverse;justify-content:flex-end;margin-bottom:1rem}