@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");*{box-sizing:border-box;padding:0;margin:0;vertical-align:bottom;border:0}a{text-decoration:none}html{scroll-behavior:smooth;color:#1d1d1d}::-moz-selection{background:#2553dc;color:#fff}::selection{background:#2553dc;color:#fff}h1,h2,h3,h4,h5,h6{line-height:1.5;margin-bottom:0;color:#1d1d1d}ol,ul{list-style:none}:focus{outline:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-spacing:0}button{cursor:pointer;border:0;outline:none}table td,table th{padding:0;border:0}img{max-width:100%;line-height:0;vertical-align:bottom;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;-o-object-fit:cover;object-fit:cover}input:focus{outline:0}td,th,tr{vertical-align:middle}*,dd,dl,dt,figure,h1,h2,h3,h4,h5,h6,img,ol,picture,table,ul{margin:0}ol,ul{list-style-type:none}fieldset,legend,ol,ul{padding:0}figure{display:flex;align-items:center;justify-content:center}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#dfdfdf;border-radius:6px}.bg-whitegray{background-color:#f7f7f7}.anim_zin img{transform:scale(1);transition:.3s ease-in-out}.anim_zin:hover img{transform:scale(1.3)}.anim_zin2 img{width:300px;height:auto;transition:.3s ease-in-out}.anim_zin2:hover img{width:350px}.anim_zout img{transform:scale(1.5);transition:.3s ease-in-out}.anim_zout:hover img{transform:scale(1)}.anim_zout2 img{width:400px;height:auto;transition:.3s ease-in-out}.anim_zout2:hover img{width:300px}.anim_slide img{margin-left:30px;transform:scale(1.5);transition:.3s ease-in-out}.anim_slide:hover img{margin-left:0}.anim_rot img{transform:rotate(15deg) scale(1.4);transition:.3s ease-in-out}.anim_rot:hover img{transform:rotate(0) scale(1)}.anim_blur img{filter:blur(3px);transition:.3s ease-in-out}.anim_blur:hover img{filter:blur(0)}.anim_gray img{filter:grayscale(100%);transition:.3s ease-in-out}.anim_gray:hover img{filter:grayscale(0)}.anim_sepia img{filter:sepia(100%);transition:.3s ease-in-out}.anim_sepia:hover img{filter:sepia(0)}.anim_blur_gray img{filter:grayscale(0) blur(0);transition:.3s ease-in-out}.anim_blur_gray:hover img{filter:grayscale(100%) blur(3px)}.anim_opa img{opacity:1;transition:.3s ease-in-out}.anim_opa:hover img{opacity:.5}.anim_opa2{background:#1abc9c}.anim_opa2 img{opacity:1;transition:.3s ease-in-out}.anim_opa2:hover img{opacity:.5}.anim_flash:hover img{opacity:1;animation:flash 1.5s}@keyframes flash{0%{opacity:.4}to{opacity:1}}.anim_shine{position:relative;overflow:hidden}.anim_shine:before{position:absolute;top:0;left:-75%;z-index:2;display:block;content:"";width:50%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));transform:skewX(-25deg)}.anim_shine:hover:before{animation:shine .75s}@keyframes shine{to{left:125%}}.anim_circle{position:relative;overflow:hidden}.anim_circle:before{position:absolute;top:50%;left:50%;z-index:2;display:block;content:"";width:0;height:0;background:hsla(0,0%,100%,.2);border-radius:100%;transform:translate(-50%,-50%);opacity:0}.anim_circle:hover:before{animation:circle .75s}@keyframes circle{0%{opacity:1}40%{opacity:1}to{width:200%;height:200%;opacity:0}}.anim_underline{position:relative;width:-moz-fit-content;width:fit-content;transition:all .35s ease}.anim_underline:after{content:"";position:absolute;left:50%;bottom:0;height:1px;width:0;background:#3f3f3f;transition:all .35s ease}.anim_underline:hover{opacity:.7}.anim_underline:hover:after{left:0;width:100%}.anim_bounce-x{animation:bounceX 1s infinite}@keyframes bounceX{0%,to{transform:translateX(0)}50%{transform:translateX(5px)}}.anim_bounce-y{animation:bounceY 1s infinite}@keyframes bounceY{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.is-pc{display:block}@media screen and (max-width:798px){.is-pc{display:none!important}}.is-sp{display:none!important}@media screen and (max-width:798px){.is-sp{display:block!important}}.pc-only{display:flex}@media screen and (max-width:798px){.pc-only{display:none!important}}.sp-only{display:none!important}@media screen and (max-width:798px){.sp-only{display:flex!important}}.l-main{width:calc(100% - 280px);height:calc(100vh - 36px);padding:32px;position:fixed;top:0;right:0;overflow-y:auto;background-color:#fff;z-index:998}.c-btn--login{display:flex;width:180px;padding:16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:#2553dc!important;box-shadow:6px 6px 0 0 #000;transition:transform .2s ease,box-shadow .2s ease}.c-btn--login span{color:#fff;font-family:Noto Sans JP,serif;font-size:16px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.016px}.c-btn--login:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 0 #000}.c-btn--signup{display:flex;width:180px;padding:16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:2px solid #1d1d1d;background:#fff;box-shadow:6px 6px 0 0 #000;transition:transform .2s ease,box-shadow .2s ease}.c-btn--signup span{color:#1d1d1d;font-family:Noto Sans JP,serif;font-size:16px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.016px}.c-btn--signup:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 0 #000}.c-btn--blue{display:flex;height:44px;padding:0 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:#2553dc}.c-btn--blue span{color:#fff;font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.c-btn--gray{display:flex;height:44px;padding:0 12px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:#ebebeb;border:2px solid #1d1d1d}.c-btn--gray span{color:#1d1d1d;font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.c-btn--black{display:flex;height:44px;padding:0 12px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:#1d1d1d}.c-btn--black span{color:#fff;font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.c-btn--role{display:flex;padding:3px 6px;justify-content:center;align-items:center;border-radius:4px;border:1px solid #636363}.c-btn--role span{color:#636363;font-family:Inter;font-size:9px;font-style:normal;font-weight:500;line-height:12.462px;letter-spacing:-.009px}.c-btn--toggle{width:48px;height:24px;border-radius:12px;position:relative;background-color:#bfbfbf;transition:background-color .2s ease}.c-btn--toggle:before{content:"";position:absolute;top:50%;left:5px;transform:translateY(-50%);width:15px;height:15px;border-radius:50%;background:#fff;transition:transform .2s ease}.c-btn--toggle.true{background-color:#2553dc}.c-btn--toggle.true:before{transform:translateX(23px) translateY(-50%)}.c-icon__profile{flex-shrink:0;background:#8ab1eb;border:2px solid #1d1d1d;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1d1d1d;font-family:Helvetica;font-style:normal;font-weight:400;line-height:normal;cursor:pointer}.c-icon__profile.lightgreen{background:#78ea58}.c-icon__notice{cursor:pointer;width:48px;height:48px;background:#f7f7f7;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.c-icon__notice svg{width:32px;height:32px}.c-icon__notice--new:before{content:"";position:absolute;top:0;right:0;width:12px;height:12px;background:#e43408;border-radius:50%}.c-icon__logo{background:#f7f7f7;border:2px solid #1d1d1d;border-radius:50%}.c-icon__adcate,.c-icon__logo{cursor:pointer;display:flex;align-items:center;justify-content:center}.c-icon__adcate{width:48px;height:48px;background:#fff;border:2px solid #ebebeb}.c-icon__adcate,.c-icon__adcate img{border-radius:50%}.c-icon__members{width:-moz-max-content;width:max-content;padding-right:8px;cursor:pointer}.c-icon__members,.c-icon__members svg:first-child{position:relative;z-index:2}.c-icon__members svg:last-child{position:absolute;top:0;right:0;z-index:1}.c-icon__plus{cursor:pointer;width:32px;height:32px;background:#1d1d1d;border-radius:50%}.c-icon__plus,.c-label{display:flex;align-items:center;justify-content:center}.c-label{width:80px;height:28px;border-radius:5px;font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.014px}.c-label__yet{background:#bfbfbf;color:#fff}.c-label__progress{background:#fb82ea;color:#1d1d1d}.c-label__confirm{background:#ffff62;color:#1d1d1d}.c-label__handled{background:#8ab1eb;color:#1d1d1d}.c-label__done{background:#1d1d1d;color:#fff}.c-label__latest{gap:4px;background:#2553dc;color:#fff}.c-label__latest:before{content:url(/images/icons/clock_white.svg);width:18px;height:18px}.c-label__time{background:#636363;width:42px;height:26px}.c-label__time:before{content:url(/images/icons/clock_white.svg);width:18px;height:18px}.c-input__wrap{display:flex;flex-direction:column;gap:8px;justify-content:flex-start;width:100%}.c-input__wrap--ttl{font-family:Noto Sans JP,serif;font-weight:700;font-size:14px;color:#1d1d1d;line-height:20px}.c-input__wrap--ttl.require:after{content:"*";color:#e43408}.c-input__wrap--field{position:relative}.c-input__wrap--field input{width:100%;height:44px;display:flex;padding:12px 16px;align-items:center;gap:16px;border-radius:6px;border:2px solid #1d1d1d;background:#fff;font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.014px;color:#1d1d1d}.c-input__wrap--field input::-moz-placeholder{color:#636363;font-weight:400}.c-input__wrap--field input::placeholder{color:#636363;font-weight:400}.c-input__wrap--field input.error{border-color:#e43408}.c-input__wrap--field .__toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:20px}.c-input__wrap--field .__email-list{display:flex;gap:8px;align-items:center;position:absolute;top:50%;left:16px;transform:translateY(-50%);overflow:auto;width:calc(100% - 32px)}.c-input__wrap--field .__email-list::-webkit-scrollbar{display:none}.c-input__wrap--field .__email-list{-ms-overflow-style:none;scrollbar-width:none}.c-input__wrap--des{color:#636363}.c-input__wrap--att,.c-input__wrap--des{font-family:Noto Sans JP,serif;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.c-input__wrap--att{color:#e43408;margin-top:-8px}.c-textarea{display:flex;flex-direction:column;gap:8px}.c-textarea__textarea,.c-textarea__title{font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px;color:#1d1d1d}.c-textarea__textarea{display:flex;height:104px;padding:12px 6px 12px 16px;align-items:flex-start;border-radius:6px;border:2px solid #1d1d1d;background:#fff;letter-spacing:-.014px}.c-textarea__textarea::-moz-placeholder{color:#636363;font-weight:400}.c-textarea__textarea::placeholder{color:#636363;font-weight:400}.c-pagination{width:100%;display:flex;justify-content:space-between;align-items:center}.c-pagination__items{display:flex;align-items:center;justify-content:center}.c-pagination__item,.c-pagination__items span{color:#1d1d1d;font-family:Noto Sans JP,serif;font-size:16px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:-.016px}.c-pagination__item{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background:transparent;border-radius:5px;cursor:pointer}.c-pagination__item.active,.c-sidebar{background:#f7f7f7}.c-sidebar{width:280px;height:calc(100vh - 36px);position:fixed;top:0;left:0;z-index:900;padding:20px 0;border-right:1px solid #ebebeb;background:#fff;overflow-y:auto}.c-sidebar__logo{display:flex;align-items:center;gap:12px;padding:0 12px}.c-sidebar__logo h2{color:#1d1d1d;font-family:Nats;font-size:38px;font-style:normal;font-weight:400;line-height:38px;letter-spacing:-.038px}.c-sidebar__user{display:flex;align-items:center;gap:12px;padding:0 12px;margin-top:24px}.c-sidebar__user--name{color:#1d1d1d;font-family:Noto Sans JP,serif;font-size:16px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.016px}.c-sidebar__functions{display:flex;align-items:center;justify-content:start;gap:12px;padding:0 12px;margin-top:12px}.c-sidebar__menu{display:flex;flex-direction:column}.c-sidebar__menu--item{border-bottom:1px solid #ebebeb;display:flex;justify-content:flex-start;align-items:center;gap:12px;padding:12px 16px;position:relative;cursor:pointer}.c-sidebar__menu--item.__sub:before{content:url(/images/icons/icon_sub.svg);width:24px;height:24px}.c-sidebar__menu--item.__home:before{content:url(/images/icons/icon_home_24x24.svg);width:24px;height:24px}.c-sidebar__menu--item.__parent:after{content:url(/images/icons/icon_arrow_down.svg);width:20px;height:20px;position:absolute;top:50%;right:12px;transform:translateY(-50%) rotate(-90deg);transition:transform .3s ease}.c-sidebar__menu--item.__parent.open:after{transform:translateY(-50%) rotate(0deg)}.c-sidebar__menu--item.__parent .__txt{color:#1d1d1d;font-weight:700;font-size:20px;line-height:24px;display:flex;align-items:center;gap:5px;justify-content:flex-start}.c-sidebar__menu--item.__overview:before{content:url(/images/icons/icon_flag.svg);width:24px;height:24px}.c-sidebar__menu--item.__task span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:200px;display:inline-block;-webkit-line-clamp:1}.c-sidebar__menu--item.__task:before{content:url(/images/icons/icon_sub.svg);width:24px;height:24px}.c-sidebar__menu--item.__task--list:before{content:url(/images/icons/icon_task.svg);width:24px;height:24px}.c-sidebar__menu--item.__issue:before{content:url(/images/icons/icon_issue.svg);width:24px;height:24px}.c-sidebar__menu--item.__setting:before{content:url(/images/icons/icon_setting.svg);width:24px;height:24px}.c-sidebar__menu--item.__contact:before{content:url(/images/icons/icon_contact.svg);width:24px;height:24px}.c-sidebar__menu--item.active{background:#f7f7f7}.c-sidebar__menu--item.__active{font-weight:700;background:#f7f7f7}.c-sidebar__menu--item .__txt{color:#636363;font-family:Noto Sans JP,serif;font-size:16px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.016px;cursor:pointer}.c-card{width:100%;border-radius:10px;border:1px solid #bfbfbf;background:#fff;box-shadow:0 0 1px 0 rgba(113,128,150,.04),0 4px 8px 0 rgba(113,128,150,.08);display:flex;flex-direction:column;gap:12px}.c-card__header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 12px;height:76px;border-bottom:1px solid #ebebeb}.c-card__header--title{color:#1d1d1d;font-family:Noto Sans JP,serif;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.c-card__body--item{display:flex;align-items:center;padding:16px 24px;border-bottom:1px solid #ebebeb;cursor:pointer}.c-card__body--item:hover{background:#f7f7f7}.c-card__body--count{font-size:20px}.c-card__body--count,.c-card__body--count span{color:#1d1d1d;font-family:Noto Sans JP,serif;font-style:normal;font-weight:500;line-height:24px}.c-card__body--count span{font-size:14px}.c-card__footer{padding:20px}.c-text--h1{font-family:Inter;font-size:40px;font-style:normal;font-weight:700;line-height:38px}.c-text--h1.blue{color:#2553dc}.c-text--h1.black{color:#1d1d1d}.c-text--h2{font-family:Inter;font-size:28px;line-height:38px}.c-text--h2,.c-text--h3{color:#1d1d1d;font-style:normal;font-weight:700}.c-text--h3{font-size:20px;line-height:24px}.c-text--h3,.c-text--h4{font-family:Noto Sans JP,serif}.c-text--h4{color:#1d1d1d;font-size:18px;font-style:normal;font-weight:700;line-height:30px;letter-spacing:-.018px}.c-text--h4.darkgray{color:#636363}.c-text--small{font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.014px}.c-text--small.darkgray{color:#636363}.c-text--small.black{color:#1d1d1d}.c-text--small.red{color:#e43408}.c-text--small.pink{color:#fb82ea}.c-text--regular{color:#1d1d1d;font-family:Noto Sans JP,serif;font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-.016px}.c-text--regular.pink{color:#fb82ea}.c-text--regular.blue{color:#2553dc}.c-text--ssmall{font-family:Noto Sans JP,serif;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.c-text--ssmall.black{color:#1d1d1d}.c-text--ssmall.darkgray{color:#636363}.c-text--ssmall.gray{color:#bfbfbf}.c-text--ssmall.blue{color:#2553dc}.c-text--logo{color:#1d1d1d;font-family:Noto Sans JP,serif;font-size:16px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.016px;padding-left:10px;position:relative}.c-text--logo:before{content:"";width:4px;height:100%;background:#c2c2c2;position:absolute;left:0;top:0;border-radius:10px}.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.c-dialog{transition:opacity .3s ease;z-index:-1111;position:relative;pointer-events:none}.c-dialog,.c-dialog__container{opacity:0;transition:all .3s ease}.c-dialog__container{position:fixed;top:80px;left:50%;width:100%;max-width:780px;max-height:calc(100vh - 160px);transform:translateX(-50%);z-index:1000}.c-dialog:after{content:"";position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(29,29,29,.6);z-index:999}.c-dialog.open{z-index:1000;pointer-events:auto}.c-dialog.open,.c-dialog.open .c-dialog__container{opacity:1;transition:all .3s ease}.c-select{height:44px;border-radius:6px;border:2px solid #1d1d1d;background:#fff;color:#1d1d1d;font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:-.014px;cursor:pointer;position:relative}.c-select:after{content:url(/images/icons/icon_chevron_20x20.svg);width:20px;height:20px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.c-select select{width:100%;padding:10px 52px 10px 16px;color:#1d1d1d;font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:-.014px;border:none;background:transparent;-moz-appearance:none;appearance:none;cursor:pointer;-webkit-appearance:none}.c-select select:focus{outline:none}.c-select__icon{width:20px;height:20px}.c-select--calendar{height:44px;display:flex;align-items:center;padding:0 16px}.c-select--calendar:after{display:none}.c-project__detail{display:flex;flex-direction:column;gap:8px}.c-project__detail--ttl{color:#1d1d1d;font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.c-project__detail--content{display:flex;padding:12px 16px;border-radius:6px;border:2px solid #1d1d1d;background:#fff;overflow-y:auto;max-height:450px;width:100%;flex-direction:column;gap:12px;color:#1d1d1d}.c-project__detail--content .__ttl{color:#1d1d1d;font-family:Noto Sans JP,serif;font-size:20px;font-style:normal;font-weight:700;line-height:24px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #c2c2c2;width:100%}.c-table table tbody tr td,.c-table table thead tr th{border-bottom:1px solid #c2c2c2;padding:12px 24px}.c-table__link{position:relative;cursor:pointer}.c-table__link svg{opacity:0;position:absolute;top:50%;right:-22px;transform:translateY(-45%);transition:opacity .2s ease}.c-table__link:hover svg{opacity:1;transition:opacity .2s ease}.c-tag{display:flex;align-items:center;justify-content:center;gap:8px;padding:0 8px;height:28px;background:#fff;border:1px solid #636363}.c-detail__ctn{border-radius:10px;border:1px solid var(--Border-Gray,#c2c2c2);padding:16px 20px;max-height:300px;overflow-y:auto}.c-news__detail--ttl{color:#1d1d1d;font-family:Nats;font-size:43px;font-weight:400;line-height:1}.c-plan{width:240px;padding:12px 9px;flex-direction:column;justify-content:space-between;gap:20px;border-radius:4px;border:2px solid}.c-plan,.c-plan--btn{display:flex;align-items:center}.c-plan--btn{max-width:189px;width:100%;height:44px;padding:12px 16px;justify-content:center;gap:4px;border-radius:6px}.c-plan--btn.downgrade{background-color:#1d1d1d}.c-plan--btn.contract{background-color:#2553dc}.c-plan--btn.contract:before{content:url(/images/icons/icon_check_white.svg)}.c-plan--btn span{color:#fff;font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.c-scrollbar::-webkit-scrollbar{width:6px}.c-scrollbar::-webkit-scrollbar-track{background:#fff}.c-scrollbar::-webkit-scrollbar-thumb{background:hsla(0,0%,87%,.8);border-radius:6px}.error-message{color:#e43408;font-size:14px;text-align:center}.c-tooltip,.error-message{font-family:Noto Sans JP,serif;font-style:normal;font-weight:700}.c-tooltip{position:absolute;top:0;left:50%;transform:translate(-50%,-100%);background:#1d1d1d;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;line-height:20px;letter-spacing:-.012px;width:-moz-max-content;width:max-content}.c-comments__textarea{min-width:200px!important;min-height:60px}.c-comments__addbtn{bottom:0;right:0;min-width:-moz-max-content;min-width:max-content;transform:translateX(110%)}@font-face{font-family:Hiragino Sans;src:url("/fonts/Hiragino Kaku Gothic Std W8.otf") format("opentype");font-weight:900;font-display:swap}@font-face{font-family:Hiragino Sans;src:url("/fonts/Hiragino Kaku Gothic ProN W6.otf") format("opentype");font-weight:700;font-display:swap}@font-face{font-family:Hiragino Sans;src:url("/fonts/Hiragino Kaku Gothic Std W6.otf") format("opentype");font-weight:600;font-display:swap}@font-face{font-family:Hiragino Sans;src:url("/fonts/Hiragino Kaku Gothic Std W5.otf") format("opentype");font-weight:500;font-display:swap}@font-face{font-family:Hiragino Sans;src:url("/fonts/Hiragino Kaku Gothic ProN W3.otf") format("opentype");font-weight:400;font-display:swap}@font-face{font-family:Hiragino Sans;src:url("/fonts/Hiragino Kaku Gothic Std W3.otf") format("opentype");font-weight:300;font-display:swap}@font-face{font-family:Hiragino Sans;src:url("/fonts/Hiragino Kaku Gothic Std W2.otf") format("opentype");font-weight:200;font-display:swap}@font-face{font-family:Hiragino Sans;src:url("/fonts/Hiragino Kaku Gothic Std W1.otf") format("opentype");font-weight:100;font-display:swap}@font-face{font-family:Brandon Grotesque;src:url(/fonts/brandon-grotesque-bold.otf) format("opentype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Brandon Grotesque;src:url(/fonts/brandon-grotesque-bold-italic.otf) format("opentype");font-style:italic;font-weight:700;font-display:swap}@font-face{font-family:Brandon Grotesque;src:url(/fonts/brandon-grotesque-black.otf) format("opentype");font-style:normal;font-weight:900;font-display:swap}@font-face{font-family:Brandon Grotesque;src:url(/fonts/brandon-grotesque-black-italic.otf) format("opentype");font-style:italic;font-weight:900;font-display:swap}@font-face{font-family:Antre;src:url(/fonts/antre.otf) format("opentype");font-display:swap}@font-face{font-family:Nikkyou Sans;src:url(/fonts/NikkyouSans.ttf) format("ttf");font-display:swap}@font-face{font-family:Haettenschweiler;src:url(/fonts/Haettenschweiler.ttf) format("ttf");font-display:swap}@font-face{font-family:Nats;src:url(/fonts/Nats.ttf) format("ttf");font-display:swap}@font-face{font-family:Rodin;src:url(/fonts/FOT-RodinProN-B.otf) format("otf");font-display:swap;font-style:normal;font-weight:900}@font-face{font-family:Rodin;src:url(/fonts/FOT-RodinProN-DB.otf) format("otf");font-display:swap;font-style:normal;font-weight:600}@font-face{font-family:Rodin;src:url(/fonts/FOT-RodinProN-EB.otf) format("otf");font-display:swap;font-style:normal;font-weight:800}@font-face{font-family:Rodin;src:url(/fonts/FOT-RodinProN-L.otf) format("otf");font-display:swap;font-style:normal;font-weight:300}@font-face{font-family:Rodin;src:url(/fonts/FOT-RodinProN-M.otf) format("otf");font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:Rodin;src:url(/fonts/FOT-RodinProN-UB.otf) format("otf");font-display:swap;font-style:normal;font-weight:500}@font-face{font-family:Helvetica;src:url(/fonts/Helvetica.ttf) format("ttf");font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:Helvetica;src:url(/fonts/helvetica-light-587ebe5a59211.ttf) format("ttf");font-display:swap;font-style:normal;font-weight:300}@font-face{font-family:Helvetica;src:url(/fonts/Helvetica-Bold.ttf) format("ttf");font-display:swap;font-style:normal;font-weight:600}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.ttf) format("ttf");font-display:swap;font-style:normal;font-weight:700}.c-footer{display:flex;width:100%;height:36px;align-items:center;justify-content:center;background:#1d1d1d;position:fixed;left:0;bottom:0;z-index:100}.c-footer__company{font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px;color:#fff}.c-tab-bar{z-index:1000;width:100%;padding-top:1px;gap:1px;background-color:#334155}.c-tab__button,.c-tab__button--inner{position:relative;height:100%}.c-tab__button--inner{z-index:2;display:flex;flex-direction:column;align-items:center;gap:5px;padding:13px 8px 18px;border-bottom:4px solid #0f172a;background-color:#0f172a;cursor:pointer;transition:all .35s ease}.c-tab__button.--active .c-tab__button--inner{border-color:#3b82f6;background-color:#020617}.c-tab__button.--active:before{background-color:#3b82f6;filter:blur(15px) drop-shadow(0 -20px 10px #3B82F6);animation:ping 2s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.c-tab__button:before{content:"";position:absolute;top:10px;left:0;z-index:1;width:100%;height:30px;border-radius:100%;transition:all .35s ease}.c-tab__button--text{font-family:Hiragino Sans;font-size:15px;line-height:20px;letter-spacing:0;color:#fff;text-align:center}@media screen and (max-width:1279px){.c-tab__button--text{font-size:14px}}@media screen and (max-width:798px){.c-tab__button--text{font-size:12px;line-height:16px}}.news-bar{height:48px;background-color:#fff}.news-bar .news__wrapper{display:flex;align-items:center;gap:40px;max-width:100%;height:100%;padding:0;margin:0 auto}@media screen and (max-width:798px){.news-bar .news__wrapper{flex-direction:column;align-items:center;gap:4px}}.news-bar .news__ttl{font-size:14px;font-weight:600;line-height:21px;letter-spacing:0;color:#020617;white-space:nowrap;margin-left:160rem}@media screen and (max-width:1440px){.news-bar .news__ttl{margin-left:50rem}}.news-bar .news__txt{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0;color:#020617;overflow:hidden;white-space:nowrap}.c-breadcrumb{height:64px;padding:0 16px;background-color:#1e293b}@media screen and (max-width:798px){.c-breadcrumb{display:none}}.c-breadcrumb__container{display:flex;align-items:center;gap:16px;width:100%;max-width:1400rem;height:100%;margin:0 auto;color:#fff}@media screen and (max-width:1440px){.c-breadcrumb__container{max-width:100%}}.c-breadcrumb__container svg{min-width:20px}.c-breadcrumb__container .--item{font-size:15px;line-height:19px;letter-spacing:0;color:#fff;transition:all .35s ease}.c-breadcrumb__container .--item:hover{opacity:.8}.c-breadcrumb__container .--item a{display:flex;align-items:center;gap:12px;width:100%;height:100%;white-space:nowrap}.c-information__header{display:flex;align-items:baseline;margin-bottom:12px}.c-information__header .--title{display:flex;align-items:baseline;font-size:14px;font-weight:500;line-height:19px;letter-spacing:0;white-space:nowrap;color:#334155}.c-information__header .--actions{display:flex;align-items:center;justify-content:space-between;width:100%}.c-information__header .--actions .--action-clear{padding:0 8px;font-size:12px;font-weight:300;line-height:15px;letter-spacing:0;color:#94a3b8;transition:all .35s ease}.c-information__header .--actions .--action-clear:hover{color:#334155}.c-information__header .--actions .--action-all{display:flex;align-items:center;gap:2px;margin-left:auto;font-size:12px;font-weight:300;line-height:15px;letter-spacing:0;color:#94a3b8;transition:all .35s ease}.c-information__header .--actions .--action-all:hover{color:#334155}.c-information__header .--actions .--action-all:hover svg{transform:translateX(4px)}.c-information__header .--actions .--action-all:hover svg path{fill:#334155!important}.c-information__header .--actions .--action-all svg{min-width:12px;transition:all .35s ease}.c-information__body{display:flex;flex-direction:column;gap:4px;height:272px;overflow:auto}.c-information__body::-webkit-scrollbar-thumb{background-color:#e2e8f0}.c-information__item{display:flex;align-items:start;gap:4px;padding:7px 4px 8px 10px;background-color:#f1f5f9;border-radius:3px}.c-information__item .--icon{min-width:18px;margin-top:4px}.c-information__item .--ttl{margin-bottom:10px;font-size:14px;font-weight:500;line-height:18px;letter-spacing:0;color:#334155}.c-information__item .--desc{margin-bottom:12px;font-size:14px;font-weight:300;line-height:14px;letter-spacing:0;color:#64748b}.c-information__item .--date{font-size:12px;font-weight:300;line-height:16px;letter-spacing:0;color:#334155}.c-information-popover{position:absolute;top:50px;left:calc(50% - 200px);z-index:40;width:400px;padding:8px 16px 24px;background-color:#fff;border-radius:10px}@media screen and (max-width:798px){.c-information-popover{left:calc(50vw - 175px);width:350px}}.p-top{height:100vh;width:100%;max-width:1480px;margin:0 auto;padding-left:20px;padding-right:20px}.p-top__inner{display:flex;align-items:flex-end;justify-content:space-between;height:100%;padding-bottom:10vw}.p-top__inner-des{width:50%;padding-left:80px}.p-top__inner-des-logo{display:flex;align-items:center;gap:17px}.p-top__inner-des-logo-txt{color:var(--Main-Black,#1d1d1d);font-family:Nats;font-size:54px;font-style:normal;font-weight:400;line-height:1}.p-top__inner-des-ttl{font-size:50px;line-height:70px;padding-top:45px}.p-top__inner-des-ttl,.p-top__inner-des-txt{color:var(--Main-Black,#1d1d1d);font-family:Rodin;font-style:normal;font-weight:600}.p-top__inner-des-txt{font-size:18px;line-height:normal;padding-top:20px}.p-top__inner-des-btn{margin-top:40px;display:flex;justify-content:flex-start;width:100%;gap:20px}.p-top__inner-img{width:50%;position:relative}.p-top__inner-img .__pos{position:absolute;bottom:10vw;right:0}.p-auth{max-width:640px;width:100%;padding-top:80px;padding-bottom:116px;margin:0 auto}.p-auth__page{font-family:Inter;font-weight:700;font-size:28px;line-height:38px;color:#1d1d1d;padding-top:32px;text-align:center}.p-auth__login{width:100%}.p-auth__login--ttl{display:flex;align-items:center;justify-content:center;gap:17px}.p-auth__login--ttl img{width:60px;height:60px}.p-auth__login--ttl span{font-family:Nats;font-weight:400;color:#1d1d1d;font-size:54px;line-height:1}.p-auth__login--form{margin-top:72px;width:100%}.p-auth__login .c-btn--login{margin-top:72px;margin-left:auto;margin-right:auto}.p-auth__login .c-btn--signup,.p-auth__login--reset{margin-top:32px;margin-left:auto;margin-right:auto}.p-auth__login--reset{color:#fb82ea;font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.014px;text-align:center;display:flex;align-items:center;justify-content:center;position:relative;width:-moz-max-content;width:max-content}.p-auth__login--reset:hover:after{width:100%}.p-auth__login--reset:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#fb82ea;transition:width .3s ease}.p-auth__login--or{margin-top:32px;display:flex;align-items:center;justify-content:center;gap:8px}.p-auth__login--or span{font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:#1d1d1d;width:120px;text-align:center}.p-auth__login--or:after,.p-auth__login--or:before{content:"";width:100%;height:1px;background:#c2c2c2}.p-auth__reissuepass{width:100%}.p-auth__reissuepass .__image{width:200px;height:200px;flex-shrink:0;background:#8ab1eb;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-left:auto;margin-right:auto}.p-auth__reissuepass .__image--sending img{position:absolute;right:calc(50% + 36px);transform:translateX(50%)}.p-auth__reissuepass .__ttl{font-family:Inter;font-weight:700;font-size:28px;line-height:38px;color:#1d1d1d;padding-top:32px;text-align:center}.p-auth__reissuepass .__des{color:#1d1d1d;text-align:center;font-family:Noto Sans JP,serif;font-size:16px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:-.016px;padding-top:32px}.p-auth__reissuepass .__des a{color:#fb82ea;position:relative}.p-auth__reissuepass .__des a:hover:after{width:100%}.p-auth__reissuepass .__des a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#fb82ea;transition:width .3s ease}.p-auth__reissuepass--back{color:#fb82ea;font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.014px;text-align:center;display:flex;align-items:center;justify-content:center;position:relative;width:-moz-max-content;width:max-content;margin-left:auto;margin-right:auto}.p-auth__reissuepass--back:hover:after{width:100%}.p-auth__reissuepass--back:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#fb82ea;transition:width .3s ease}.p-auth__signup{width:100%}.p-auth__signup--terms{color:#1d1d1d;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px;text-align:center}.p-auth__signup--terms a{color:#fb82ea;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.p-auth__signup--tologin{color:#fb82ea;font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.014px;display:flex;align-items:center;justify-content:center}.p-auth__signup--confirm .__des{color:#1d1d1d;font-family:Noto Sans JP,serif;font-size:16px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:-.016px;padding-top:32px;text-align:center}.p-auth__signup--confirm .__items{display:flex;flex-direction:column;gap:20px}.p-auth__signup--confirm .__item{display:flex;flex-direction:column;gap:8px}.p-auth__signup--confirm .__item--ttl{font-weight:700}.p-auth__signup--confirm .__item--ctn,.p-auth__signup--confirm .__item--ttl{font-family:Noto Sans JP,serif;font-size:14px;color:#1d1d1d;line-height:20px}.p-auth__signup--confirm .__item--ctn{font-style:normal;font-weight:400;letter-spacing:-.014px}.p-dashboard__header{position:absolute;top:-32px;left:-32px;width:calc(100% + 64px);height:60px}.p-dashboard__header--container{display:flex;padding:8px 40px;justify-content:space-between;align-items:center;align-self:stretch;background-color:#2553dc}.p-dashboard__header--ctn{color:#fff;font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.014px}.p-dashboard__main{padding-top:60px}.p-project__issue--detail .task__label{display:flex;padding:2px 8px;align-items:center;gap:4px;border-radius:5px;background:rgba(63,90,172,.1);font-size:10px;line-height:18px;letter-spacing:-.01px}.p-project__issue--detail .task__label,.p-project__issue--detail .task__name{color:#2553dc;font-family:Noto Sans JP,serif;font-style:normal;font-weight:500}.p-project__issue--detail .task__name{font-size:16px;line-height:22px;letter-spacing:.024px;text-decoration:underline}.p-project__issue--detail .task__deadline{align-items:center;justify-content:center;gap:4px;border-radius:5px;display:flex;padding:2px 8px;background:rgba(255,92,92,.2)}.p-project__issue--detail .task__deadline span{color:#e43408;font-family:Noto Sans JP,serif;font-size:10px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.01px}.p-project__issue--detail .task__deadline:before{content:url(/images/icons/icon_calendar_red.svg);width:12px;height:12px}.p-project__issue--detail .task__deadline--date{color:#e43408;font-family:Noto Sans JP,serif;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:.024px}.p-setting{display:flex;flex-direction:column;gap:40px}.p-setting__item--ttl{padding-bottom:12px;border-bottom:2px solid #ebebeb;display:flex;justify-content:space-between;align-items:center;gap:16px}.p-setting__avatar{position:relative;border-radius:50%;width:200px;height:200px}.p-setting__avatar.light-blue{background:#8ab1eb}.p-setting__avatar.gray{background:#bfbfbf}.p-setting__avatar.yellow{background:#ffff62}.p-contact__avatar{position:relative;border-radius:50%;width:200px;height:200px;background:#bb89d8;margin-left:auto;margin-right:auto}.p-contact__avatar.yellow{background:#ffff62}.p-contact__input{width:100%;max-width:780px;margin-left:auto;margin-right:auto}.p-news__detail{width:100%;max-width:780px;margin:0 auto;padding:40px 0}.p-news__detail--ttl{color:#1d1d1d;font-family:Nats;font-size:43;font-style:normal;font-weight:400}.p-static{width:100%;max-width:800px;padding:80px 20px 120px;margin-left:auto;margin-right:auto;font-family:Noto Sans JP,serif}.p-static .c-text--regular{line-height:1.875}.Toastify__toast,.Toastify__toast-body{font-family:Noto Sans JP,serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.tox-tinymce{border-color:#1d1d1d!important}
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.pointer-events-none{pointer-events:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-0{bottom:0}.bottom-\[12px\]{bottom:12px}.bottom-\[unset\]{bottom:unset}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-\[-100\]{z-index:-100}.z-\[1000\]{z-index:1000}.z-\[1\]{z-index:1}.z-\[999999\]{z-index:999999}.z-\[99999\]{z-index:99999}.col-span-2{grid-column:span 2/span 2}.mx-auto{margin-left:auto;margin-right:auto}.my-\[12px\]{margin-top:12px;margin-bottom:12px}.my-\[24px\]{margin-top:24px;margin-bottom:24px}.mb-\[16px\]{margin-bottom:16px}.mb-\[24px\]{margin-bottom:24px}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mt-1{margin-top:.25rem}.mt-\[10px\]{margin-top:10px}.mt-\[12px\]{margin-top:12px}.mt-\[16px\]{margin-top:16px}.mt-\[20px\]{margin-top:20px}.mt-\[24px\]{margin-top:24px}.mt-\[32px\]{margin-top:32px}.mt-\[36px\]{margin-top:36px}.mt-\[38px\]{margin-top:38px}.mt-\[40px\]{margin-top:40px}.mt-\[42px\]{margin-top:42px}.mt-\[44px\]{margin-top:44px}.mt-\[50px\]{margin-top:50px}.mt-\[56px\]{margin-top:56px}.mt-\[72px\]{margin-top:72px}.mt-\[80px\]{margin-top:80px}.mt-\[82px\]{margin-top:82px}.mt-\[8px\]{margin-top:8px}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-24{height:6rem}.h-\[160px\]{height:160px}.h-\[32px\]{height:32px}.h-\[38px\]{height:38px}.h-\[400px\]{height:400px}.h-\[80px\]{height:80px}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[260px\]{max-height:260px}.max-h-\[500px\]{max-height:500px}.min-h-\[calc\(100vh-300px\)\]{min-height:calc(100vh - 300px)}.min-h-screen{min-height:100vh}.w-24{width:6rem}.w-\[120px\]{width:120px}.w-\[160px\]{width:160px}.w-\[192px\]{width:192px}.w-\[30\%\]{width:30%}.w-\[32px\]{width:32px}.w-\[40\%\]{width:40%}.w-\[60\%\]{width:60%}.w-\[70\%\]{width:70%}.w-\[80px\]{width:80px}.w-\[calc\(100\%-100px\)\]{width:calc(100% - 100px)}.w-\[calc\(50\%-12px\)\]{width:calc(50% - 12px)}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-screen{width:100vw}.min-w-\[92px\]{min-width:92px}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-\[400px\]{max-width:400px}.max-w-\[640px\]{max-width:640px}.max-w-\[700px\]{max-width:700px}.max-w-max{max-width:-moz-max-content;max-width:max-content}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-grab{cursor:grab}.cursor-move{cursor:move}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-2{gap:.5rem}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[13px\]{gap:13px}.gap-\[16px\]{gap:16px}.gap-\[20px\]{gap:20px}.gap-\[24px\]{gap:24px}.gap-\[32px\]{gap:32px}.gap-\[4px\]{gap:4px}.gap-\[8px\]{gap:8px}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.\!overflow-hidden{overflow:hidden!important}.overflow-y-auto{overflow-y:auto}.\!overflow-x-hidden{overflow-x:hidden!important}.overflow-x-hidden{overflow-x:hidden}.overflow-y-visible{overflow-y:visible}.rounded{border-radius:.25rem}.rounded-\[5px\]{border-radius:5px}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.bg-\[\#1E293B\]{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}.bg-\[\#2553DC\]{--tw-bg-opacity:1;background-color:rgb(37 83 220/var(--tw-bg-opacity))}.bg-\[\#2563EB\]{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.bg-\[\#FAF8ECB2\]{background-color:#faf8ecb2}.bg-\[\#ffffff\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-90{--tw-bg-opacity:0.9}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[32px\]{padding-left:32px;padding-right:32px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[24px\]{padding-top:24px;padding-bottom:24px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.pb-\[12px\]{padding-bottom:12px}.pl-\[24px\]{padding-left:24px}.pl-\[40px\]{padding-left:40px}.pr-\[24px\]{padding-right:24px}.text-left{text-align:left}.text-center{text-align:center}.text-\[30px\]{font-size:30px}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.italic{font-style:italic}.tracking-\[0em\]{letter-spacing:0}.text-\[\#1D1D1D\]{--tw-text-opacity:1;color:rgb(29 29 29/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-70{opacity:.7}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-500{transition-duration:.5s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}body{font-size:12px;font-weight:400;color:#424242}.hover\:bg-\[\#1E293B\]:hover{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}.hover\:bg-\[\#1E40AF\]:hover{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity))}@media (min-width:656px){.sm\:relative{position:relative}.sm\:sticky{position:sticky}.sm\:bottom-0{bottom:0}.sm\:block{display:block}.sm\:hidden{display:none}.sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.sm\:text-\[40px\]{font-size:40px}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}