.layout_logo_venue_container a{display:block;transition:all .3s ease}.layout_logo_venue_container a:hover{transform:scale(1.02)}.layout_logo_venue_container a:active{transform:scale(.95)}.layout_logo_venue_container svg{width:197px;height:44px}.layout_logo_venue_container img{max-width:200px;height:52px}.theme-dark .layout_logo_venue_container a path{fill:#1c1c1c}.theme-light .layout_logo_venue_container a path{fill:#fff}.app_cart_item_container{display:flex;align-items:flex-start;gap:12px;margin:8px;padding:8px;box-sizing:border-box;background:#fff;border-radius:10px;transition:background .3s ease}.app_cart_item_container.app_cart_item_active{cursor:pointer}.app_cart_item_container.app_cart_item_active:hover{background:var(--palette-color-primary-weaker)}.app_cart_item_body{flex:1 1;display:flex;flex-direction:column;margin-top:6px}.app_cart_item_quantity{position:relative;margin-right:12px}.app_cart_item_quantitySelect{position:absolute;top:0;left:0;height:48px;width:56px;box-sizing:border-box;outline:none;cursor:pointer;z-index:1;opacity:0}.app_cart_item_quantityPicker{height:48px;width:56px;border:1px solid #ececec;box-sizing:border-box;border-radius:8px;font-weight:600;font-size:16px;padding:0 8px 0 12px;display:flex;align-items:center;cursor:pointer}.app_cart_item_quantityPickerValue{flex:1 1}.app_cart_item_quantityPickerDown{width:10px;height:10px;margin-left:4px}.app_cart_item_cover{width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:var(--palette-color-background-weak)}.app_cart_item_cover img{width:100%;height:100%;object-fit:cover;border-radius:8px;z-index:1}.app_cart_item_cover svg{width:100px;height:100px;color:#fff}.app_cart_item_info{flex:1 1}.app_cart_item_title{font-weight:700;font-size:16px;color:var(--palette-color-text-strong)}.app_cart_item_desc{margin-top:8px;font-weight:500;font-size:12px;color:var(--palette-color-text-weak)}.app_cart_item_price{margin-top:8px;font-weight:700;font-size:12px;color:var(--palette-color-text-strong)}.app_cart_item_priceValueWithDiscount{color:#e80c00}.app_cart_item_priceValueWithoutDiscount{font-weight:500;font-size:12px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#959595}.app_cart_item_size{font-weight:500;font-size:14px;color:#959595}.app_cart_item_option{position:relative;padding:4px 0 4px 16px;font-weight:500;font-size:14px}.app_cart_item_option:before{content:"";display:block;position:absolute;width:5px;height:5px;border-radius:5px;left:0;top:10px;background:#e85917}.app_cart_item_option small{color:#959595}.app_cart_item_comments{margin-top:8px;font-style:italic}.ui_loading_container{display:flex}.ui_loading_container span{display:block;background:#4d268d}.ui_loading_container.ui_loading_mScale span{width:14px;height:14px;border-radius:14px;background:#4d268d;margin:7px}.ui_loading_container.ui_loading_sScale span{width:10px;height:10px;border-radius:10px;background:#4d268d;margin:5px}.ui_loading_container.ui_loading_xsScale span{width:6px;height:6px;border-radius:6px;background:#4d268d;margin:3px}.ui_loading_container.ui_loading_xxsScale span{width:4px;height:4px;border-radius:4px;background:#4d268d;margin:2px}.ui_loading_container span:first-child{animation:ui_loading_loadingScope1 1.6s linear infinite;animation-delay:-2s}.ui_loading_container span:nth-child(2){animation:ui_loading_loadingScope1 1.6s linear infinite;animation-delay:-1.8s}.ui_loading_container span:nth-child(3){animation:ui_loading_loadingScope1 1.6s linear infinite;animation-delay:-1.6s}@keyframes ui_loading_loadingScope1{0%{transform:scale(.5)}33%{transform:scale(1)}66%{transform:scale(1)}to{transform:scale(.5)}}.ui_button_container{box-sizing:border-box;cursor:pointer;border:none;outline:none;display:flex;align-items:center;justify-content:center;text-decoration:none}.ui_button_primaryPreset{border-radius:10px;transition:background .3s ease,transform .3s ease}.ui_button_primaryPreset,.ui_button_primaryPreset:not(.ui_button_disabled):hover{background:var(--palette-color-primary);color:#fff}.ui_button_primaryPreset:not(.ui_button_disabled):active{transform:scale(.95)}.ui_button_primaryPreset.ui_button_disabled{background:var(--palette-color-primary-weak);cursor:not-allowed}.ui_button_primaryPreset .ui_button_loading span{background:#fff}.ui_button_alternativePreset{background:#e85917;border-radius:10px;color:#fff;transition:background .3s ease,transform .3s ease}.ui_button_alternativePreset:not(.ui_button_disabled):hover{background:#c8460a;color:#fff}.ui_button_alternativePreset:not(.ui_button_disabled):active{transform:scale(.95)}.ui_button_alternativePreset.ui_button_disabled{background:#fc9f74;cursor:not-allowed}.ui_button_alternativePreset .ui_button_loading span{background:#fff}.ui_button_positivePreset{background:#01b047;border-radius:10px;color:#fff;transition:background .3s ease,transform .3s ease}.ui_button_positivePreset:not(.ui_button_disabled):hover{background:#00d254;color:#fff}.ui_button_positivePreset:not(.ui_button_disabled):active{transform:scale(.95)}.ui_button_positivePreset.ui_button_disabled{background:#ececec;cursor:not-allowed}.ui_button_positivePreset .ui_button_loading span{background:#fff}.ui_button_secondaryPreset{border:1px solid var(--palette-color-primary);border-radius:10px;color:var(--palette-color-primary);background:transparent;transition:background .3s ease,color .3s ease,transform .3s ease}.ui_button_secondaryPreset:not(.ui_button_disabled):hover{background:#f7fff5;color:var(--palette-color-primary)}.ui_button_secondaryPreset:not(.ui_button_disabled):active{transform:scale(.95)}.ui_button_linkPreset{background:transparent;transition:color .3s ease}.ui_button_linkPreset,.ui_button_linkPreset:not(.ui_button_disabled):hover{color:var(--palette-color-primary)}.ui_button_blueLinkPreset{color:#518af4;background:transparent;transition:color .3s ease}.ui_button_blueLinkPreset:not(.ui_button_disabled):hover{color:#055dff}.ui_button_deletePreset{color:#e80c00;border-radius:10px;background:transparent;transition:background .3s ease}.ui_button_deletePreset:not(.ui_button_disabled):hover{background:#eee}.ui_button_greyPreset{background:#f0f0f0;border-radius:10px;color:#1c1c1c;transition:background .3s ease,transform .3s ease}.ui_button_greyPreset:not(.ui_button_disabled):hover{background:#eaeaea;color:#1c1c1c}.ui_button_greyPreset:not(.ui_button_disabled):active{transform:scale(.95)}.ui_button_greyPreset.ui_button_disabled{color:#aaa;cursor:not-allowed}.ui_button_greyPreset .ui_button_loading span{background:#1c1c1c}.ui_button_whitePreset{background:#fff;border-radius:10px;color:#1c1c1c;transition:background .3s ease,transform .3s ease}.ui_button_whitePreset:not(.ui_button_disabled):hover{background:#f6f6f6;color:#1c1c1c}.ui_button_whitePreset:not(.ui_button_disabled):active{transform:scale(.95)}.ui_button_whitePreset.ui_button_disabled{color:#aaa;cursor:not-allowed}.ui_button_whitePreset .ui_button_loading span{background:#1c1c1c}.ui_button_blackPreset{background:#1c1c1c;border-radius:10px;color:#fff;transition:background .3s ease,transform .3s ease}.ui_button_blackPreset:not(.ui_button_disabled):hover{background:#000;color:#fff}.ui_button_blackPreset:not(.ui_button_disabled):active{transform:scale(.95)}.ui_button_blackPreset.ui_button_disabled{background:#666;cursor:not-allowed}.ui_button_blackPreset .ui_button_loading span{background:#fff}.ui_button_scopeBizPrimaryPreset{background:#3c90f4;border-radius:10px;color:#fff;transition:background .3s ease,transform .3s ease,box-shadow .2s ease}.ui_button_scopeBizPrimaryPreset:not(.ui_button_disabled):focus{box-shadow:0 0 0 4px rgba(60,144,244,.2)}.ui_button_scopeBizPrimaryPreset:not(.ui_button_disabled):hover{background:#127eff;color:#fff}.ui_button_scopeBizPrimaryPreset:not(.ui_button_disabled):active{transform:scale(.95)}.ui_button_scopeBizPrimaryPreset.ui_button_disabled{background:#d5eef2;cursor:not-allowed}.ui_button_scopeBizPrimaryPreset .ui_button_loading span{background:#fff}.layout_cart_details_container{display:flex;flex-direction:column;max-height:calc(100vh - 80px - 32px - 32px)}.layout_cart_details_head{display:flex;align-items:center;min-height:70px;height:70px;width:100%;padding:0 16px 0 8px;border-bottom:1px solid #eee;box-sizing:border-box}.layout_cart_details_head.layout_cart_details_groupHead{height:auto;padding:24px 32px 16px 16px}.layout_cart_details_headEmpty{padding:0 0 0 8px;font-weight:700;font-size:24px}.layout_cart_details_headGroupTitle{margin-bottom:8px;font-weight:700;font-size:18px}.layout_cart_details_headGroupDesc{font-weight:500;font-size:12px;color:#666}.layout_cart_details_headVenue{flex:1 1;display:flex;align-items:center;padding:8px;margin-right:8px;background:#fff;border-radius:10px}.layout_cart_details_venueCover img{width:40px;height:40px;border-radius:8px;margin-right:16px;vertical-align:top}.layout_cart_details_venueInfo{flex:1 1}.layout_cart_details_venueTitle{max-width:220px;font-weight:700;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1c1c1c}.layout_cart_details_venueSubtitle{font-weight:500;font-size:14px;color:#595959}.layout_cart_details_headButton{width:40px;height:40px;border-radius:6px;box-sizing:border-box;cursor:pointer;border:none;outline:none;background:transparent;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.layout_cart_details_headButton svg{width:18px;height:18px;color:#1c1c1c}.layout_cart_details_headButton:hover{background:#f6f6f6}.layout_cart_details_toolbar{padding:16px}.layout_cart_details_toolbar .layout_cart_details_submitButton{font-weight:500;font-size:16px}.layout_cart_details_body{flex:1 1;display:flex;flex-direction:column;width:100%;overflow-y:auto}.layout_cart_details_container.layout_cart_details_empty .layout_cart_details_body{align-items:center;justify-content:center}.layout_cart_details_bodyEmpty{margin-top:-28px;padding:80px 0;text-align:center}.layout_cart_details_bodyEmptyDesc{margin-top:32px;font-weight:600;font-size:18px;color:#959595}.layout_cart_details_participantHead{display:flex;align-items:center;padding:12px 16px;background:#f5f5f5;box-shadow:inset 0 -1px 0 #cfcfcf}.layout_cart_details_participantHeadName{flex:1 1;font-weight:600;font-size:14px}.layout_cart_details_participantHeadPrice{font-weight:600;font-size:14px}.layout_cart_details_participantHeadCompleted{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:20px;margin-left:16px;background:var(--palette-color-primary);color:#fff}.layout_cart_details_participantHeadCompleted svg{width:8px;height:8px}.layout_cart_details_participantBody.layout_cart_details_empty{padding:16px;color:#999;font-style:italic}.layout_cart_details_foot{width:100%;padding:16px;border-top:1px solid #eee;background:#fff;border-radius:0 0 20px 20px;box-sizing:border-box}.layout_cart_details_price{display:flex;align-items:center}.layout_cart_details_priceLabel{flex:1 1;font-weight:700;font-size:18px}.layout_cart_details_priceValue{font-weight:700;font-size:18px}.layout_cart_details_submit{margin-top:16px}.layout_cart_details_editButton,.layout_cart_details_submitButton{height:46px;width:100%;padding:0 32px;font-weight:600;font-size:18px}.layout_cart_details_editButton{color:#1c1c1c;border-width:2px}.layout_cart_details_editButton:hover{color:#1c1c1c!important}.layout_body_container{min-height:200px}.layout_body_container,.layout_body_inner{flex:1 1;display:flex;flex-direction:column}.layout_body_inner{width:100%;max-width:1264px;min-width:1024px;margin:0 auto;box-sizing:border-box;padding:84px 32px 0}.layout_body_container.layout_body_smallOffset .layout_body_inner{padding-top:72px}.layout_body_container.layout_body_largeOffset .layout_body_inner{padding-top:120px}@media screen and (min-width:1265px) and (max-width:1440px){.layout_body_inner{max-width:1264px}}@media screen and (min-width:1441px) and (max-width:1680px){.layout_body_inner{max-width:1440px}}@media screen and (min-width:1681px) and (max-width:1920px){.layout_body_inner{max-width:1680px}}@media screen and (min-width:1921px){.layout_body_inner{max-width:1920px}}.layout_cart_button{height:40px;padding:11px 17px 9px 16px;box-sizing:border-box;border-radius:100px;color:#fff;font-weight:600;white-space:nowrap;background:#1c1c1c;border:none;outline:none;cursor:pointer;transition:all .3s ease}.layout_cart_button svg{width:20px;height:20px;vertical-align:middle;margin-right:8px;position:relative;top:-1px}.layout_cart_button:hover{background:#000}.layout_cart_button:active{transform:scale(.95)}.layout_cart_dropSheet{width:400px;min-width:400px;margin-top:24px;box-sizing:border-box;border-radius:8px}.layout_powered_link{display:inline-flex;align-items:center;font-weight:500;font-size:14px;color:#999;cursor:pointer;white-space:nowrap}.layout_powered_icon{position:relative;width:110px;height:24px;margin:0 8px}.layout_powered_icon svg{position:absolute;left:0;top:0;width:110px;height:24px;transition:opacity .3s ease}.layout_powered_grey{opacity:1;z-index:1}.layout_powered_colored{opacity:0}.layout_powered_link:hover{color:#1c1c1c}.layout_powered_link:hover .layout_powered_grey{opacity:0}.layout_powered_link:hover .layout_powered_colored{opacity:1}.layout_head_container{position:relative;z-index:101;display:flex;flex-direction:row;height:84px;min-width:1024px;background:#fff}.layout_head_inner{flex:1 1;display:flex;flex-direction:row;align-items:center;width:100%;max-width:100%;margin:0 auto;padding:0 32px;box-sizing:border-box;transition:all .2s ease}@media screen and (min-width:1265px) and (max-width:1440px){.layout_head_inner{max-width:1264px}}@media screen and (min-width:1441px) and (max-width:1680px){.layout_head_inner{max-width:1440px}}@media screen and (min-width:1681px) and (max-width:1920px){.layout_head_inner{max-width:1680px}}@media screen and (min-width:1921px){.layout_head_inner{max-width:1920px}}.layout_head_content{flex:1 1;height:100%;width:100%;max-width:100%}.layout_head_content,.layout_head_left{display:flex;flex-direction:row;align-items:center}.layout_head_left{box-sizing:border-box}.layout_head_nav{list-style:none;margin-left:40px;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:40px}.layout_head_nav li{font-size:16px;font-weight:400}.layout_head_nav li a{color:var(--palette-color-text-weak)}.layout_head_nav li a:hover{color:var(--palette-color-text-strong)}.layout_head_center{flex-direction:row;flex:1 1;box-sizing:border-box;margin:0 16px;transition:opacity 1s ease}.layout_head_center,.layout_head_socialLinks{display:flex;align-items:center;justify-content:center}.layout_head_socialLinks{list-style:none;padding:0;flex-direction:row;gap:16px}.layout_head_socialLinks li{font-size:16px;font-weight:400}.layout_head_socialLinks li a{color:var(--palette-color-text-strong);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--palette-color-border);border-radius:36px;transition:all .3s}.layout_head_socialLinks li a:hover{color:var(--palette-color-text-stronger);border:1px solid var(--palette-color-border-stronger)}.layout_head_iconSocialLink{width:36px;height:36px}.layout_head_iconSocialLink svg{width:20px;height:20px}.layout_head_right{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;box-sizing:border-box}.layout_head_call{margin-right:40px;text-align:right;white-space:nowrap;position:relative;top:1px}.layout_head_call svg{width:24px;height:24px;margin-right:8px;vertical-align:middle;position:relative;top:-1px}.layout_head_call a{color:var(--palette-color-primary);font-weight:700;font-size:16px;text-decoration:none}.layout_footInfo_container{display:flex;flex-direction:row;align-items:center;padding:24px 0;background:#f6f6f6;border-top:1px solid #e0e0e0}.layout_footInfo_inner{flex:1 1;display:flex;flex-direction:row;align-items:center;width:100%;max-width:1264px;min-width:1024px;margin:0 auto;padding:0 32px;box-sizing:border-box}@media screen and (min-width:1265px) and (max-width:1440px){.layout_footInfo_inner{max-width:1264px}}@media screen and (min-width:1441px) and (max-width:1680px){.layout_footInfo_inner{max-width:1440px}}@media screen and (min-width:1681px) and (max-width:1920px){.layout_footInfo_inner{max-width:1680px}}@media screen and (min-width:1921px){.layout_footInfo_inner{max-width:1920px}}.layout_footInfo_left{flex:1 1;display:flex;justify-content:flex-start}.layout_footInfo_center{display:flex}.layout_footInfo_center a{font-weight:500;font-size:14px;color:#999}.layout_footInfo_center a:hover{color:#1c1c1c}.layout_footInfo_right{flex:1 1;display:flex;justify-content:flex-end}.ui_dialog_container{display:none;position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden;animation-duration:.5s!important}.ui_dialog_container.ui_dialog_show{display:flex}.ui_dialog_shadow{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.75)}.ui_dialog_box{min-width:500px;padding:32px;overflow-y:auto}.app_common_dialogHowToPay_box,.ui_dialog_box{position:relative;background:#fff;max-height:calc(100vh - 64px);border-radius:20px;box-sizing:border-box;z-index:1}.app_common_dialogHowToPay_box{display:flex;flex-direction:column;width:690px;min-width:690px}.app_common_dialogHowToPay_head{display:flex;padding:40px 40px 24px}.app_common_dialogHowToPay_headLeft{flex:1 1;font-weight:700;font-size:24px;color:#1c1c1c}.app_common_dialogHowToPay_headRight{width:40px}.app_common_dialogHowToPay_headRight .app_common_dialogHowToPay_headButton{position:relative;right:-13px;margin-top:-13px;top:9px}.app_common_dialogHowToPay_headButton{width:40px;height:40px;border-radius:40px;box-sizing:border-box;cursor:pointer;border:none;outline:none;background:transparent;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.app_common_dialogHowToPay_headButton svg{width:14px;height:14px;color:#1c1c1c}.app_common_dialogHowToPay_headButton:hover{background:#f6f6f6}.app_common_dialogHowToPay_body{flex:1 1;display:flex;flex-direction:column;padding:8px 40px 40px;overflow-y:auto;animation-duration:.75s!important}.app_common_dialogHowToPay_texts{font-weight:500;font-size:14px}.app_common_dialogHowToPay_texts hr{height:1px;margin:32px 0;border:none;background:#eee}.app_common_dialogHowToPay_receipt{width:400px;margin:24px auto;-webkit-mask-image:linear-gradient(0deg,transparent 30px,#fff 0),linear-gradient(-135deg,#fff 15px,transparent 0),linear-gradient(135deg,#fff 15px,transparent 0);-webkit-mask-position:left bottom;-webkit-mask-repeat:repeat-x;-webkit-mask-size:100% 100%,30px 30px,30px 30px;background:#f9f9f9;background-size:cover}.app_common_dialogHowToPay_receiptHead{padding:24px;font-weight:600;font-size:20px;color:#31d1a9;border-bottom:1px solid #eee;text-align:center}.app_common_dialogHowToPay_receiptBody{padding:16px 24px}.app_common_dialogHowToPay_row{display:flex;align-items:center;padding:12px 0}.app_common_dialogHowToPay_label{flex:1 1}.app_common_dialogHowToPay_receiptFoot{padding:24px 24px 40px;background:#f3f3f3}.app_common_dialogHowToPay_receiptFootTitle{margin-bottom:24px;text-align:center;font-weight:600;font-size:16px}.app_common_dialogHowToOrder_box{display:flex;flex-direction:column;position:relative;background:#fff;width:690px;min-width:690px;max-height:calc(100vh - 64px);border-radius:20px;box-sizing:border-box;z-index:1}.app_common_dialogHowToOrder_head{display:flex;padding:40px 40px 24px}.app_common_dialogHowToOrder_headLeft{flex:1 1;font-weight:700;font-size:24px;color:#1c1c1c}.app_common_dialogHowToOrder_headRight{width:40px}.app_common_dialogHowToOrder_headRight .app_common_dialogHowToOrder_headButton{position:relative;right:-13px;margin-top:-13px;top:9px}.app_common_dialogHowToOrder_headButton{width:40px;height:40px;border-radius:40px;box-sizing:border-box;cursor:pointer;border:none;outline:none;background:transparent;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.app_common_dialogHowToOrder_headButton svg{width:14px;height:14px;color:#1c1c1c}.app_common_dialogHowToOrder_headButton:hover{background:#f6f6f6}.app_common_dialogHowToOrder_body{flex:1 1;display:flex;flex-direction:column;padding:8px 40px 40px;overflow-y:auto;animation-duration:.75s!important}.app_common_dialogHowToOrder_texts{font-weight:500;font-size:14px}.layout_footCustom_container{border-top:1px solid #ddd;padding-top:32px;padding-bottom:32px}.layout_footCustom_inner{flex:1 1;display:flex;flex-direction:row;width:100%;max-width:1264px;margin:0 auto;padding:0 32px;box-sizing:border-box;font-weight:500;font-size:12px;color:#8c8c8c}@media screen and (min-width:1265px) and (max-width:1440px){.layout_footCustom_inner{max-width:1264px}}@media screen and (min-width:1441px) and (max-width:1680px){.layout_footCustom_inner{max-width:1440px}}@media screen and (min-width:1681px) and (max-width:1920px){.layout_footCustom_inner{max-width:1680px}}@media screen and (min-width:1921px){.layout_footCustom_inner{max-width:1920px}}.layout_footCustom_left{flex:1 1}.layout_footCustom_right{flex:1 1;display:flex;flex-direction:column;align-items:flex-end;text-align:right}.layout_footCustom_payment{margin-bottom:32px}.layout_footCustom_paymentTitle{margin-bottom:8px;font-weight:500;font-size:14px;color:#959595}.layout_footCustom_paymentMethodsAlphabank img{width:580px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.layout_footCustom_paymentMethodsWebpay img{width:413px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.layout_footCustom_paymentLinks{margin-top:8px;font-weight:500;font-size:14px}.layout_footCustom_paymentLinks a{color:#0078ed;text-decoration:underline}.layout_footCustom_paymentLinks>a:not(:first-child){margin-left:24px}.layout_footCustom_paymentLinks a:hover{color:#0081ff}.layout_footCustom_call{text-align:right}@media screen and (max-width:1264px){.layout_footCustom_call{margin-top:24px;width:auto;text-align:center}}.layout_footCustom_call svg{width:32px;height:32px;margin-right:16px;vertical-align:middle;position:relative;top:-1px}.layout_footCustom_call a{color:var(--palette-color-primary);font-weight:700;font-size:30px;text-decoration:none}.layout_footCustom_scheduleInfo{margin-top:16px}.layout_footCustom_scheduleInfoLabel{font-weight:700}.layout_footCustom_registrationInfo{margin-top:32px}.layout_footCustom2_container{border-top:1px solid #ddd;padding-top:32px;padding-bottom:32px}.layout_footCustom2_inner{flex:1 1;display:flex;flex-direction:row;align-items:center;width:100%;max-width:1264px;margin:0 auto;padding:0 32px;box-sizing:border-box;font-weight:500;font-size:12px;color:#8c8c8c}@media screen and (min-width:1265px) and (max-width:1440px){.layout_footCustom2_inner{max-width:1264px}}@media screen and (min-width:1441px) and (max-width:1680px){.layout_footCustom2_inner{max-width:1440px}}@media screen and (min-width:1681px) and (max-width:1920px){.layout_footCustom2_inner{max-width:1680px}}@media screen and (min-width:1921px){.layout_footCustom2_inner{max-width:1920px}}.layout_footCustom2_left{flex:1 1}.layout_footCustom2_logo{max-width:200px;height:52px}.layout_footCustom2_center{display:flex;flex-direction:column;align-items:center;text-align:center}.layout_footCustom2_nav{list-style:none;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:40px}.layout_footCustom2_nav li{font-size:16px;font-weight:400}.layout_footCustom2_nav li a{color:var(--palette-color-text-weak)}.layout_footCustom2_nav li a:hover{color:var(--palette-color-text-strong)}.layout_footCustom2_right{flex:1 1;display:flex;flex-direction:column;align-items:flex-end;text-align:right}.layout_footCustom2_socialLinks{list-style:none;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px}.layout_footCustom2_socialLinks li{font-size:16px;font-weight:400}.layout_footCustom2_socialLinks li a{color:var(--palette-color-text-strong);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--palette-color-border);border-radius:36px;transition:all .3s}.layout_footCustom2_socialLinks li a:hover{color:var(--palette-color-text-stronger);border:1px solid var(--palette-color-border-stronger)}.layout_footCustom2_iconSocialLink{width:36px;height:36px}.layout_footCustom2_iconSocialLink svg{width:20px;height:20px}.layout_foot_container{display:flex;flex-direction:column}