.popupSection .popUpMsg{align-items:flex-start;backdrop-filter:blur(5px);background:#121212;border:1px solid #7900ff;border-radius:16px;bottom:30px;display:flex;flex-direction:column;gap:4px;max-width:422px;padding:12px 16px;position:fixed;right:30px;width:calc(100vw - 60px)}.popupSection.showAll .popUpMsg.pop-1{bottom:30px}.popupSection.showAll .popUpMsg.pop-2{bottom:230px}.popupSection.showAll .popUpMsg.pop-3{bottom:430px}.popupSection .popUpMsg.popUpMsg-red{border-color:#e13200}.popupSection .popUpMsg-header{font-family:var(--secondary-font);font-size:18px;font-style:normal;font-weight:600;position:relative}.popupSection .popUpMsg-header svg{display:inline-block;margin-bottom:2px;margin-right:6px;vertical-align:middle}.popupSection .popUpMsg.pop-hide{animation:hidePop .4s forwards;opacity:0;pointer-events:none}.popupSection .popUpMsg-wrapper{width:100%}@keyframes hidePop{0%{display:flex;opacity:1}to{display:none;opacity:0;translate:0 25vh}}.popupSection .closePop{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none' viewBox='0 0 14 15'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='m1 13.75 12-12.5m-12 0 12 12.5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;cursor:pointer;display:block;height:25px;position:absolute;right:0;top:0;width:25px}.popupSection .popUpMsg-body{font-size:14px}@media (min-width:768px){.popup-mob__wrapper{display:none}}@media (max-width:767px){.popup-mob__wrapper{backdrop-filter:blur(5px);background:hsla(0,0%,5%,.4);border-top:1px solid hsla(0,0%,100%,.4);bottom:0;left:0;padding-bottom:12px;padding-left:var(--section_padding_left);padding-right:var(--section_padding_right);padding-top:12px;position:fixed;transform:translateY(150px);transition:.3s ease-in-out;width:100%;z-index:10}.popup-mob__wrapper.slide-in{transform:translateY(0)}.popup-mob__wrapper .popup-mob{align-items:center;display:flex;gap:20px;justify-content:space-between}.popup-mob__right{align-items:flex-end;display:flex;flex-direction:column}.popup-mob__right .font-smaller{font-size:12px}}