.mt-header-pattern{animation:mt-header-pattern-in .7s ease both;background-image:radial-gradient(circle,#f0f0f0 1px,transparent 1.5px);background-position:top;background-size:10px 10px;height:462px;left:0;-webkit-mask-image:linear-gradient(180deg,#000,transparent);mask-image:linear-gradient(180deg,#000,transparent);pointer-events:none;position:absolute;right:0;top:0}.mt-header-fade-in{animation:mt-header-fade-in .7s ease both}.mt-header-fade-up{animation:mt-header-fade-up .7s ease both}@keyframes mt-header-pattern-in{0%{opacity:0;transform:translateY(-32px)}to{opacity:1;transform:translateY(0)}}@keyframes mt-header-fade-in{0%{opacity:0}to{opacity:1}}@keyframes mt-header-fade-up{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.mt-header-fade-in,.mt-header-fade-up,.mt-header-pattern{animation:none;opacity:1;transform:none}}.mt-seo-h1{height:1px;left:-9999px;opacity:0;overflow:hidden;pointer-events:none;position:absolute;width:1px}.mt-breadcrumbs{align-items:center;color:#8b8b8b;display:flex;font-size:13px;font-weight:500;gap:4px;justify-content:center;line-height:1.5}.mt-breadcrumbs__link{color:#8b8b8b;text-decoration:none}.mt-breadcrumbs__link:hover{color:#000}.mt-breadcrumbs__sep{color:#8b8b8b}.mt-breadcrumbs__current{color:#000}.mt-form-card{background:#fff;border:1px solid #e6eaef;border-radius:20px;box-shadow:0 4px 10px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:880px;padding:24px}.mt-input{background-color:#fff;border:1px solid #e3e4e5;border-radius:8px;color:#2e2151;font-family:inherit;font-size:15px;height:50px;letter-spacing:-.3px;outline:none;padding:0 16px;transition:border-color .2s ease;width:100%}.mt-input::placeholder{color:#838384}.mt-input:focus{border-color:#7357eb;box-shadow:0 0 0 2px #e3ddfb}.mt-input:disabled{background-color:#f4f5f6;color:#9a9a9e;cursor:not-allowed}.mt-toggle{display:inline-block;flex-shrink:0;height:18px;position:relative;width:34px}.mt-toggle input{height:0;opacity:0;position:absolute;width:0}.mt-toggle__slider{background-color:#c4c4cc;border-radius:24px;cursor:pointer;inset:0;position:absolute;transition:background-color .25s}.mt-toggle__slider:before{background-color:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2);content:"";height:14px;left:2px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .25s;width:14px}input:checked+.mt-toggle__slider{background-color:#7357eb}input:checked+.mt-toggle__slider:before{transform:translateY(-50%) translateX(16px)}.mt-btn{align-items:center;background-color:#7357eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:15px;font-weight:600;justify-content:center;letter-spacing:-.15px;line-height:1.2;padding:15px 32px;text-decoration:none;transition:background-color .25s ease;white-space:nowrap}.mt-btn:hover{background-color:#6139d0}.mt-btn--field{border:none;cursor:pointer;flex-shrink:0;height:50px;padding:0 32px}.mt-btn:disabled{cursor:not-allowed;opacity:.65}.mt-tool-card{background:#fff;border:1px solid #ebebef;border-radius:28px;color:inherit;display:flex;flex-direction:column;gap:48px;overflow:hidden;padding:24px;text-decoration:none;transition:box-shadow .25s ease,border-color .25s ease}.mt-tool-card:hover{border-color:#e5e5eb;box-shadow:0 8px 25px rgba(0,0,0,.08)}.mt-tool-card:hover .mt-tool-card__arrow{background-color:#e6e6eb}.mt-tool-card--soon{cursor:default}.mt-tool-card--soon:hover{border-color:#ebebef;box-shadow:none}.mt-tool-card--soon:hover .mt-tool-card__arrow{background-color:#f5f5f7}.mt-tool-card__head{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.mt-tool-card__icon{align-items:center;display:flex;flex-shrink:0;justify-content:center}.mt-tool-card__arrow,.mt-tool-card__icon,.mt-tool-card__icon svg{height:32px;width:32px}.mt-tool-card__arrow{align-items:center;background-color:#f5f5f7;border-radius:50%;display:flex;flex-shrink:0;justify-content:center;transition:background-color .25s ease}.mt-tool-card__arrow svg{height:20px;width:20px}.mt-tool-card__text{display:flex;flex-direction:column;gap:8px;width:100%}.mt-tool-card__title{align-items:center;display:flex;gap:8px}.mt-tool-card__badge{background:linear-gradient(90deg,#02aab0,#00cdac);border:1px solid hsla(0,0%,100%,.4);border-radius:4px;color:#fff;flex-shrink:0;font-size:12px;font-weight:500;line-height:16px;padding:2px 6px;white-space:nowrap}.mt-tool-card__name{color:#000;font-size:16px;font-weight:700;line-height:1.5;margin:0}.mt-tool-card__desc{color:#60687a;font-size:16px;line-height:1.5;margin:0}.mt-cta{padding-bottom:51px;position:relative;z-index:1}@media only screen and (min-width:768px){.mt-cta{padding-bottom:78px}}.mt-cta__inner{background:#fff;border:1px solid #f2f2f5;border-radius:28px;display:flex;flex-direction:column;gap:32px;overflow:hidden;padding:24px}@media only screen and (min-width:768px){.mt-cta__inner{align-items:center;flex-direction:row;gap:0;padding:48px 56px}}@media only screen and (min-width:1024px){.mt-cta__inner{padding:0 0 0 79px}}.mt-cta__content{flex:1}@media only screen and (min-width:768px){.mt-cta__content{padding-right:40px}}.mt-cta__title{color:#000;font-size:28px;font-weight:700;letter-spacing:-.56px;line-height:1.1;margin:0 0 22px}@media only screen and (min-width:768px){.mt-cta__title{font-size:32px;letter-spacing:-.64px}}.mt-cta__text{color:#60687a;font-size:16px;font-weight:500;letter-spacing:-.32px;line-height:1.5;margin:0 0 40px;max-width:400px}.mt-cta__img{align-items:center;display:flex;flex-shrink:0;justify-content:center;order:-1}@media only screen and (min-width:768px){.mt-cta__img{order:0;width:50%}}.mt-cta__img-inner{display:block;height:auto;max-width:500px;width:100%}.mt-related{background:#f5f5f7;margin-top:-150px;padding-bottom:39px;padding-top:180px}@media only screen and (min-width:768px){.mt-related{padding-bottom:120px}}.mt-related__header{align-items:center;display:flex;flex-direction:column;margin-bottom:38px;text-align:center}@media only screen and (min-width:768px){.mt-related__header{margin-bottom:57px}}.mt-related__title{font-size:32px;font-weight:700;letter-spacing:-.64px;line-height:1.1;margin:0 0 24px}.mt-related__title-accent{color:#7358eb}.mt-related__desc{color:#60687a;font-size:16px;font-weight:500;letter-spacing:-.32px;line-height:1.5;margin:0;max-width:635px}.mt-related__grid{display:grid;gap:18px;grid-template-columns:1fr}@media only screen and (min-width:768px){.mt-related__grid{gap:20px;grid-template-columns:repeat(3,1fr)}}.mt-cta>.container-1060,.mt-related>.container-1060,.s-esg-hero>.container-1060{padding-left:24px;padding-right:24px}@media only screen and (min-width:768px){.mt-cta>.container-1060,.mt-related>.container-1060,.s-esg-hero>.container-1060{padding-left:15px;padding-right:15px}}.s-esg-hero{padding-bottom:110px;padding-top:40px;position:relative;text-align:center}@media only screen and (min-width:768px){.s-esg-hero{padding-bottom:160px;padding-top:66px}}.s-esg-hero>.container-1060{position:relative;z-index:1}.s-esg-hero .mt-breadcrumbs{margin-bottom:24px}@media only screen and (min-width:1024px){.s-esg-hero .mt-breadcrumbs{margin-bottom:32px}}.s-esg-hero__title{color:#000;font-size:40px;font-weight:700;letter-spacing:-1.6px;line-height:1.05;margin-bottom:24px}@media only screen and (min-width:768px){.s-esg-hero__title{font-size:48px;letter-spacing:-1.92px}}@media only screen and (min-width:1024px){.s-esg-hero__title{font-size:56px;letter-spacing:-2.24px}}.s-esg-hero__subtitle{color:#60687a;font-size:16px;font-weight:500;letter-spacing:-.32px;line-height:1.2;margin:0 auto 32px;max-width:620px}@media only screen and (min-width:768px){.s-esg-hero__subtitle{font-size:20px;letter-spacing:-.4px;margin:0 auto 40px}}.s-esg-tool{margin:0 auto;max-width:1328px;padding:0;position:relative;z-index:1}@media only screen and (min-width:1024px){.s-esg-tool{padding:0 24px}}.s-esg-card{background:#fff;border-radius:20px;display:flex;flex-direction:column;margin:0 auto;overflow:hidden;position:relative;text-align:left}.s-esg-card:after{border:1px solid #e6eaef;border-radius:20px;content:"";inset:0;pointer-events:none;position:absolute}@media only screen and (min-width:1024px){.s-esg-card{align-items:stretch;box-shadow:0 4px 16px rgba(0,0,0,.06);flex-direction:row;height:680px}.s-esg-card,.s-esg-card:after{border-radius:16px}}.s-esg-editor{flex:1;min-width:0}@media only screen and (min-width:1024px){.s-esg-editor{display:flex;flex:0 0 480px;flex-direction:column;position:relative;width:480px}.s-esg-editor:after{background:#e3e4e5;bottom:0;content:"";position:absolute;right:0;top:0;width:1px}}.s-esg-editor__scroll{padding:32px 24px}@media only screen and (min-width:1024px){.s-esg-editor__scroll{flex:1;min-height:0;overflow-y:auto;padding:32px}}.s-esg-editor__foot{align-items:center;background:#fff;border-top:1px solid #e3e4e5;display:flex;height:56px;padding:0 24px}@media only screen and (min-width:1024px){.s-esg-editor__foot{flex-shrink:0;padding:0 32px}}.s-esg-views{align-items:flex-end;border-bottom:1px solid #e6eaef;display:flex;height:56px;padding:20px 0 0 24px}@media only screen and (min-width:1024px){.s-esg-views{display:none}}.s-esg-view{background:none;border:none;border-bottom:1px solid transparent;color:#8b8b8b;cursor:pointer;flex:0 0 auto;font-size:14px;font-weight:700;line-height:1.4;margin-bottom:-1px;padding:8px 20px;transition:color .2s ease}.s-esg-view:hover{border-bottom-color:#d9d9d9;color:#737373}.s-esg-view--active,.s-esg-view--active:hover{border-bottom-color:#7357eb;color:#000}@media only screen and (max-width:1023px){.s-esg-card--view-edit .s-esg-preview,.s-esg-card--view-preview .s-esg-editor{display:none}}.s-esg-tabs{display:none}@media only screen and (min-width:1024px){.s-esg-tabs{border-right:1px solid #e3e4e5;display:flex;flex-direction:column;flex-shrink:0;gap:20px;padding:16px;width:136px}}.s-esg-tab{align-items:center;background:#fff;border:none;border-radius:8px;color:#000;cursor:pointer;flex:0 0 auto;font-size:12px;font-weight:500;gap:8px;height:40px;justify-content:flex-start;line-height:1.5;padding:8px;transition:color .2s ease,background-color .2s ease;width:107px}.s-esg-tab,.s-esg-tab__icon{display:inline-flex}.s-esg-tab__icon svg{display:block;height:24px;width:24px}.s-esg-tab__label{font-weight:400}.s-esg-tab:hover{background:#f2f2f2;color:#000}.s-esg-tab--active{background:#f5f2ff;color:#000}.s-esg-tab--active .s-esg-tab__icon{color:#7357eb}.s-esg-panel{display:none}.s-esg-panel--active{display:block}.s-esg-form{display:flex;flex:1;flex-direction:column;gap:24px}.s-esg-form__head{border-bottom:1px solid #e3e4e5;display:flex;flex-direction:column;gap:8px;margin-bottom:0;padding-bottom:12px}.s-esg-form__step{color:#7357eb;font-size:13px;font-weight:500;height:20px;line-height:20px}.s-esg-form__title{color:#000;font-size:20px;font-weight:700;line-height:1;margin:0}.s-esg-form__hint,.s-esg-form__required{color:#000;font-size:13px;font-weight:500;line-height:20px;margin-top:16px}.s-esg-form__required{height:20px}.s-esg-form__req{color:#fa3838}.s-esg-form__section{border-bottom:1px solid #e3e4e5;margin-bottom:8px;margin-top:8px;padding-bottom:12px}.s-esg-form__section-title{color:#000;font-size:16px;font-weight:700;line-height:1.5;margin:0}.s-esg-form__row{display:flex;gap:16px}@media only screen and (min-width:1024px){.s-esg-form__row{gap:24px}}.s-esg-form__field{display:flex;flex:1;flex-direction:column;gap:8px;min-width:0}.s-esg-form__field[hidden]{display:none}.s-esg-form__control{display:flex;flex-direction:column;position:relative}.s-esg-form__mark{display:none;height:24px;pointer-events:none;position:absolute;right:16px;top:8px;width:24px}.s-esg-form__mark svg{display:block}.s-esg-form__mark--valid{color:#29ac55}.s-esg-form__mark--error{color:#e95553}.s-esg-form__error{color:#e95553;font-size:13px;font-weight:400;line-height:1.5;margin:0}.s-esg-form__field--valid .s-esg-form__input{padding-right:48px}.s-esg-form__field--valid .s-esg-form__mark--valid{display:block}.s-esg-form__field--error .s-esg-form__input{border-color:#e95553;padding-right:48px}.s-esg-form__field--error .s-esg-form__input:focus{border-color:#e95553;box-shadow:0 0 0 2px #fbdddd}.s-esg-form__field--error .s-esg-form__mark--error{display:block}.s-esg-form__label{align-items:center;color:#000;display:inline-flex;font-size:13px;font-weight:500;height:20px;line-height:1.5;position:relative}.s-esg-form__label--bold{font-weight:700}.s-esg-form__label--spread{width:100%}.s-esg-form__label--spread .s-esg-form__info{margin-left:auto}.s-esg-form__counter{color:#838384;font-size:13px;font-weight:500;height:20px;line-height:20px;text-align:right}.s-esg-form__color{align-items:center;display:flex;gap:8px}.s-esg-form__watermark{align-items:center;display:flex;gap:16px;margin-top:16px}.s-esg-form__input{height:40px}.s-esg-form__info{align-items:center;color:#60687a;cursor:pointer;display:inline-flex;margin-left:6px;position:relative}.s-esg-form__info svg{display:block}.s-esg-form__info:focus .s-esg-form__tooltip,.s-esg-form__info:hover .s-esg-form__tooltip{opacity:1;visibility:visible}.s-esg-form__tooltip{background:#000;border-radius:8px;color:#fff;font-size:13px;font-weight:400;left:auto;line-height:1.5;opacity:0;padding:16px;pointer-events:none;position:absolute;right:calc(100% + 8px);top:50%;transform:translateY(-50%);transition:opacity .2s ease;visibility:hidden;width:240px;z-index:2}.s-esg-form__textarea{height:120px;line-height:1.6;padding-bottom:8px;padding-top:8px;resize:vertical}.s-esg-form .mt-toggle{height:20px;width:40px}.s-esg-form .mt-toggle__slider{background-color:#d9d9d9}.s-esg-form .mt-toggle__slider:before{box-shadow:none;height:16px;width:16px}.s-esg-form .mt-toggle input:checked+.mt-toggle__slider:before{transform:translateY(-50%) translateX(20px)}.s-esg-action{align-self:flex-start;background:none;border:none;cursor:pointer;font-size:13px;font-weight:500;gap:8px;line-height:1.5;padding:0;text-decoration:underline}.s-esg-action,.s-esg-action__icon{align-items:center;color:#000;display:inline-flex}.s-esg-action__icon{background:#f2f2f2;border-radius:50%;flex-shrink:0;height:24px;justify-content:center;overflow:hidden;transition:background-color .2s ease;width:24px}.s-esg-action__icon svg{display:block}.s-esg-action:hover{text-decoration:none}.s-esg-action:hover .s-esg-action__icon{background:#e6e6e6}.s-esg-custom{display:flex;flex-direction:column;gap:12px}.s-esg-custom:empty{display:none}.s-esg-custom__row{display:flex;flex-direction:column;gap:8px}.s-esg-custom__label{justify-content:space-between;width:100%}.s-esg-custom__control{align-items:center;display:flex;gap:8px}.s-esg-custom__control .s-esg-form__control{flex:1;min-width:0}.s-esg-custom__row--error .s-esg-form__mark--error,.s-esg-custom__row--valid .s-esg-form__mark--valid{display:block}.s-esg-custom__row--error .s-esg-form__input,.s-esg-custom__row--valid .s-esg-form__input{padding-right:48px}.s-esg-custom__row--error .s-esg-form__input{border-color:#e95553}.s-esg-custom__remove{align-items:center;background:#f2f2f2;border:none;border-radius:8px;color:#000;cursor:pointer;display:inline-flex;flex-shrink:0;height:40px;justify-content:center;transition:background .2s ease;width:40px}.s-esg-custom__remove:hover{background:#e6e6e6}.s-esg-custom__remove-icon{display:flex}.s-esg-custom__remove-icon svg{display:block}.s-esg-form--image .s-esg-form__head{margin-bottom:8px}.s-esg-form--image .s-esg-form__label{display:flex}.s-esg-form--image .s-esg-form__info{margin-left:auto}.s-esg-form--image .s-esg-form__section{margin-bottom:-8px}.s-esg-form--image .s-esg-form__field--upload+.s-esg-form__field--upload{margin-top:8px}.s-esg-form--image .s-esg-form__section-desc{color:#000;font-size:13px;font-weight:500;line-height:20px;margin-bottom:8px}.s-esg-form--image .s-esg-action{margin-top:8px}.s-esg-upload{position:relative}.s-esg-upload__input{height:1px;left:0;opacity:0;position:absolute;top:0;width:1px}.s-esg-upload__drop{align-items:center;background:#fff;border:1px dashed #e3e4e5;border-radius:8px;color:#000;cursor:pointer;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:158px;overflow:hidden;padding:36px 16px;transition:color .2s ease,background-color .2s ease,border-color .2s ease,gap .2s ease,padding .2s ease;width:100%}.s-esg-upload__icon{display:inline-flex}.s-esg-upload__icon svg{display:block;fill:currentColor}.s-esg-upload__text{display:flex;flex-direction:column;gap:4px;text-align:center;width:100%;word-break:break-word}.s-esg-upload__title{color:#000;font-size:15px;font-weight:700;letter-spacing:-.32px;line-height:1.6}.s-esg-upload__browse{color:#7357eb}.s-esg-upload__hint{color:#bcbcbc;font-size:12px;font-weight:400;line-height:1.5}.s-esg-upload__file{align-items:flex-start;background:#fff;border-radius:8px;box-shadow:inset 0 0 0 1px #e3e4e5;display:flex;gap:12px;min-height:78px;overflow:hidden;padding:20px}.s-esg-upload__file[hidden]{display:none}.s-esg-upload__thumb{align-items:center;background:#f5f2ff;border:1px solid #7357eb;border-radius:8px;color:#7357eb;display:inline-flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.s-esg-upload__thumb svg{display:block;fill:currentColor}.s-esg-upload__meta{display:flex;flex:1;flex-direction:column;min-width:0}.s-esg-upload__name{color:#000;font-size:13px;font-weight:400;letter-spacing:-.26px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.s-esg-upload__size{color:#bcbcbc;font-size:12px;font-weight:400;line-height:1.5}.s-esg-upload__check{color:#29ac55;display:inline-flex;flex-shrink:0}.s-esg-upload__check svg{display:block;fill:currentColor}.s-esg-upload__actions{display:flex;gap:8px;height:20px;margin-top:8px}.s-esg-upload__actions[hidden]{display:none}.s-esg-upload__action{align-items:center;background:none;border:none;color:#8b8b8b;cursor:pointer;display:inline-flex;font-size:13px;font-weight:400;gap:4px;height:20px;line-height:1.5;padding:0;transition:color .2s ease}.s-esg-upload__action:hover{color:#666}.s-esg-upload__action svg{display:block;fill:currentColor}.s-esg-upload__error{color:#fa3838;font-size:12px;font-weight:500;line-height:1.4;margin-bottom:0;margin-top:8px}.s-esg-upload--dragover .s-esg-upload__drop,.s-esg-upload__drop:active,.s-esg-upload__drop:focus-within,.s-esg-upload__drop:hover{background:#fbfaff;border-color:#7357eb;color:#7357eb;gap:8px;padding:40px 16px}.s-esg-upload--error .s-esg-upload__drop{border-color:#fa3838}.s-esg-upload--loading .s-esg-upload__drop{pointer-events:none}.s-esg-panel__sprite,.s-esg-upload--filled .s-esg-upload__drop{display:none}.s-esg-form--template .s-esg-form__head{margin-bottom:8px;padding-bottom:24px}.s-esg-templates{display:grid;gap:16px;grid-template-columns:1fr 1fr}.s-esg-tpl{cursor:pointer;display:block;position:relative}.s-esg-tpl__radio{height:0;opacity:0;position:absolute;width:0}.s-esg-tpl__label{align-items:center;color:#000;display:flex;font-size:13px;font-weight:500;height:20px;line-height:1.5;margin-bottom:8px}.s-esg-tpl__card{align-items:center;background:#fff;border:1px solid #e3e4e5;border-radius:12px;display:flex;height:144px;justify-content:center;overflow:hidden;position:relative;transition:border-color .2s ease,background-color .2s ease}.s-esg-tpl__card>svg{display:block;height:100%;pointer-events:none;width:100%}.s-esg-tpl__badge{align-items:center;background:#7357eb;border-radius:999px;color:#fff;display:none;height:32px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:32px}.s-esg-tpl:hover .s-esg-tpl__card{border-color:#caccce}.s-esg-tpl__radio:focus-visible~.s-esg-tpl__card{outline:2px solid #838384;outline-offset:2px}.s-esg-tpl__radio:checked~.s-esg-tpl__card{background:rgba(115,87,235,.06);border:2px solid #7357eb}.s-esg-tpl__radio:checked~.s-esg-tpl__card .s-esg-tpl__badge{display:flex}.s-esg-swatch{border:2px solid #e3e4e5;border-radius:50%;cursor:pointer;flex-shrink:0;height:40px;overflow:hidden;padding:0;width:40px}.s-esg-swatch:hover{border-width:3px}.s-esg-swatch::-webkit-color-swatch-wrapper{padding:0}.s-esg-swatch::-webkit-color-swatch{border:none;border-radius:50%}.s-esg-swatch::-moz-color-swatch{border:none;border-radius:50%}.s-esg-hex{align-items:center;background:#fff;border:1px solid #e3e4e5;border-radius:8px;display:flex;flex:1;gap:12px;height:40px;min-width:0;padding:0 16px}.s-esg-hex:focus-within{border-color:#7357eb;box-shadow:0 0 0 2px #e3ddfb}.s-esg-hex__hash,.s-esg-hex__input{color:#000;font-size:15px}.s-esg-hex__input{background:none;border:none;flex:1;height:100%;letter-spacing:-.3px;line-height:1.6;min-width:0;outline:none}.s-esg-hex__check{color:#29ac55;display:none;flex-shrink:0}.s-esg-hex__check svg{display:block;fill:currentColor}.s-esg-hex--valid .s-esg-hex__check{display:inline-flex}.s-esg-select{display:flex;position:relative}.s-esg-select__input{-webkit-appearance:none;appearance:none;color:#838384;cursor:pointer;padding-right:40px}.s-esg-select__arrow{color:#000;display:inline-flex;pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.s-esg-select__arrow svg{display:block}.s-esg-size{height:48px;position:relative}.s-esg-size:before{background:#fff;border:1px solid #e3e4e5;border-radius:24px;box-sizing:border-box;content:"";height:8px;left:0;position:absolute;top:34px;width:100%}.s-esg-size__tip{align-items:center;background:#000;border-radius:4px;color:#fff;display:inline-flex;font-size:13px;font-weight:600;height:22px;left:0;line-height:1.5;padding:0 6px;top:0}.s-esg-size__tip,.s-esg-size__tip:after{position:absolute;transform:translateX(-50%)}.s-esg-size__tip:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000;content:"";height:0;left:50%;top:100%;width:0}.s-esg-size__input{-webkit-appearance:none;appearance:none;background:none;cursor:pointer;height:20px;left:14px;margin:0;position:absolute;top:28px;width:calc(100% - 28px)}.s-esg-size__input::-webkit-slider-runnable-track{background:none;border:none;height:8px}.s-esg-size__input::-moz-range-track{background:none;border:none;height:8px}.s-esg-size__input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:3px solid #7357eb;border-radius:50%;box-sizing:border-box;height:20px;margin-top:-6px;width:20px}.s-esg-size__input::-moz-range-thumb{background:#fff;border:3px solid #7357eb;border-radius:50%;box-sizing:border-box;height:20px;width:20px}.s-esg-size__fill{background:#7357eb;border-radius:24px;height:8px;left:0;pointer-events:none;position:absolute;top:34px}.s-esg-preview{display:flex;flex:1;flex-direction:column}@media only screen and (min-width:1024px){.s-esg-preview{min-width:0}}.s-esg-preview__body{align-items:flex-start;background-color:#fafafa;background-image:repeating-linear-gradient(120deg,#f5f5f5 0 1px,transparent 1px 8px);border-top:1px solid #e3e4e5;display:flex;justify-content:center;padding:24px 24px 32px}@media only screen and (min-width:1024px){.s-esg-preview__body{border-top:none;flex:1;min-height:0;overflow-y:auto;padding:32px}}.s-esg-preview__foot{align-items:center;background:#fff;border-top:1px solid #e3e4e5;display:flex;gap:12px;height:56px;justify-content:center;padding:0 24px}@media only screen and (min-width:1024px){.s-esg-preview__foot{flex-shrink:0}}.s-esg-preview__canvas{color:#2e2151;min-height:168px;overflow-x:auto;padding:0 24px 24px}.s-esg-preview__empty{color:#838384;font-size:14px;margin:0;text-align:center}.s-esg-browser{background:#fff;border-radius:24px;box-shadow:0 4px 10px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;position:relative;width:100%}@media only screen and (min-width:1024px){.s-esg-browser{flex-shrink:0;max-width:600px;min-height:506px}}.s-esg-browser:after{border:1px solid #e6eaef;border-radius:24px;content:"";inset:0;pointer-events:none;position:absolute}.s-esg-browser__bar{align-items:center;background:#f3f5f6;border-radius:16px 16px 0 0;display:flex;flex-shrink:0;gap:8px;height:44px;margin:8px 8px 0;padding:0 16px}.s-esg-browser__dot{border-radius:50%;display:block;height:12px;width:12px}.s-esg-browser__dot--red{background:#e34c45}.s-esg-browser__dot--yellow{background:#ecb154}.s-esg-browser__dot--green{background:#56cc8e}.s-esg-browser__decor{display:flex;flex-direction:column;flex-shrink:0;gap:10px;margin:0 24px 16px}.s-esg-browser__line{background:#f3f3f4;border-radius:3px;height:12px}.s-esg-browser__line--short{width:158px}@media only screen and (min-width:1024px){.s-esg-browser__line--short{width:261px}}.s-esg-mailhead{border-bottom:1px solid #e6eaef;display:flex;flex-direction:column;flex-shrink:0;gap:8px;height:80px;margin:0 24px 12px 8px;padding:12px 0 0 16px}.s-esg-mailhead__row{align-items:center;display:flex;flex-shrink:0;height:24px}.s-esg-mailhead__label{color:#000;flex-shrink:0;font-size:13px;font-weight:600;line-height:1.2}.s-esg-mailhead__label--to{width:24px}.s-esg-mailhead__label--subject{width:52px}.s-esg-mailhead__pill{align-items:center;display:flex;flex-shrink:0;font-size:13px;font-weight:600;height:24px;line-height:1.2;white-space:nowrap}.s-esg-mailhead__pill--to{background:#f5f2ff;border-radius:29px;color:#7357eb;padding:0 10px;width:112px}.s-esg-mailhead__pill--subject{color:#3b3b3b;padding:0 8px;width:238px}.s-esg-nav-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;height:32px;line-height:1.2;padding:0 16px;transition:all .3s}.s-esg-nav-btn[hidden]{display:none}.s-esg-nav-btn--prev{background:#fff;border:1px solid #e5e5e5;color:#000}.s-esg-nav-btn--prev:hover{border-color:#ccc}.s-esg-nav-btn--next{background:#7357eb;color:#fff;margin-left:auto}.s-esg-nav-btn--next:hover{background:#6139d0}.s-esg-clear{align-items:center;background:none;border:none;border-radius:8px;color:#000;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:2px;line-height:1.2;padding:6px 14px 6px 12px;transition:background .2s ease}.s-esg-clear:hover{background:#f2f2f2}.s-esg-clear__icon{display:inline-flex}.s-esg-clear__icon svg{display:block}.s-esg-copy{align-items:center;background:linear-gradient(90deg,#7357eb,#ac57eb);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:13px;font-weight:600;gap:2px;height:32px;justify-content:center;line-height:1.2;transition:all .3s;white-space:nowrap;width:144px}.s-esg-copy:hover{background:linear-gradient(90deg,#a357db,#6043da)}.s-esg-copy:disabled{cursor:default;opacity:.65}.s-esg-copy__icon{display:inline-flex}.s-esg-copy__icon svg{display:block}.s-esg-copy--done .s-esg-copy__icon,.s-esg-copy__icon--done{display:none}.s-esg-copy--done .s-esg-copy__icon--done{display:inline-flex}.s-esg-copy--done:hover{background:linear-gradient(90deg,#7357eb,#ac57eb)}@media only screen and (min-width:1024px){.mt-cta__inner{min-height:414px;padding-left:80px}.mt-cta__content{padding-right:80px}.mt-cta__img{align-self:flex-start;width:500px}.mt-related{margin-top:-217px;padding-top:243px}}@font-face{font-display:swap;font-family:Oooh Baby;font-style:normal;font-weight:400;src:url(/fonts/oooh-baby.woff2) format("woff2")}@font-face{font-display:swap;font-family:Yellowtail;font-style:normal;font-weight:400;src:url(/fonts/yellowtail.woff2) format("woff2")}@font-face{font-display:swap;font-family:Corinthia;font-style:normal;font-weight:400;src:url(/fonts/corinthia.woff2) format("woff2")}@font-face{font-display:swap;font-family:Playwrite US Trad;font-style:normal;font-weight:400;src:url(/fonts/playwrite-us-trad.woff2) format("woff2")}@font-face{font-display:swap;font-family:Meow Script;font-style:normal;font-weight:400;src:url(/fonts/meow-script.woff2) format("woff2")}@font-face{font-display:swap;font-family:Waterfall;font-style:normal;font-weight:400;src:url(/fonts/waterfall.woff2) format("woff2")}@font-face{font-display:swap;font-family:Yuji Boku;font-style:normal;font-weight:400;src:url(/fonts/yuji-boku.woff2) format("woff2")}@font-face{font-display:swap;font-family:Klee One;font-style:normal;font-weight:400;src:url(/fonts/klee-one.woff2) format("woff2")}.s-esg-modal{align-items:center;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1000}.s-esg-modal[hidden]{display:none}.s-esg-modal__overlay{background:rgba(9,12,20,.55);inset:0;position:absolute}.s-esg-modal__dialog{background:#f3f5f6;border-radius:28px;display:flex;flex-direction:column;max-height:calc(100vh - 48px);max-width:842px;overflow:hidden;position:relative;width:100%;z-index:1}.s-esg-modal__dialog:focus{outline:none}.s-esg-modal__head{display:flex;font-size:18px;font-weight:700;gap:16px;height:88px;justify-content:space-between;line-height:1.5;padding:0 32px}.s-esg-modal__close,.s-esg-modal__head{align-items:center;color:#000;flex-shrink:0}.s-esg-modal__close{background:none;border:none;border-radius:8px;cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:background-color .2s ease;width:40px}.s-esg-modal__close:hover{background:#ebebeb}.s-esg-modal__close svg{display:block}.s-esg-modal__tabs{display:flex;flex-shrink:0;padding:0 32px}.s-esg-modal__tab{align-items:center;background:none;border:none;border-bottom:2px solid transparent;color:#8b8b8b;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;height:36px;line-height:1.4;padding:0 20px;transition:color .2s ease,border-color .2s ease}.s-esg-modal__tab:hover{color:#737373}.s-esg-modal__tab--active{border-bottom-color:#7357eb;color:#000}.s-esg-modal__body{background:#fff;border-radius:28px;display:flex;flex:1;flex-direction:column;min-height:0;overflow-y:auto;padding:32px}.s-esg-modal__pane{display:none}.s-esg-modal__pane--active{display:flex;flex:1;flex-direction:column;min-height:328px}.s-esg-modal__label{color:#000;display:block;font-size:13px;font-weight:700;line-height:1.5;margin-bottom:8px}.s-esg-modal__label--section{margin-bottom:16px}.s-esg-modal__field{margin-bottom:32px}.s-esg-modal__foot{display:flex;justify-content:center;margin-top:auto;padding-top:32px}.s-esg-hw-canvas{background:#f9f7f1;border:2px solid #7357eb;border-radius:16px;height:260px;margin-bottom:12px;overflow:hidden;width:100%}.s-esg-hw-canvas canvas{cursor:crosshair;display:block;height:100%;touch-action:none;width:100%}.s-esg-hw-clear{align-items:center;background:none;border:none;color:#8b8b8b;cursor:pointer;display:flex;font-size:13px;font-weight:400;gap:4px;height:20px;line-height:1.5;margin-left:auto;padding:0;transition:color .2s ease;width:-moz-fit-content;width:fit-content}.s-esg-hw-clear:hover{color:#666}.s-esg-hw-clear[hidden]{display:none}.s-esg-hw-clear svg{display:block;fill:currentColor}.s-esg-hw-text{height:40px}.s-esg-hw-fonts{display:grid;gap:12px;grid-template-columns:1fr}@media only screen and (min-width:680px){.s-esg-hw-fonts{grid-template-columns:repeat(3,1fr)}}.s-esg-hw-font{align-items:center;background:#fff;border:2px solid #e3e4e5;border-radius:8px;color:#000;cursor:pointer;display:flex;font-size:20px;height:56px;justify-content:center;line-height:1.5;outline:none;overflow:hidden;padding:0 40px;transition:background-color .2s ease,border-color .2s ease}.s-esg-hw-font:hover{background:#fafafa;border-color:#caccce}.s-esg-hw-font--active,.s-esg-hw-font--active:hover{border-color:#7357eb}.s-esg-hw-apply{font-size:13px;padding:14px 32px}.s-esg-hw-apply:disabled,.s-esg-hw-apply:disabled:hover{background:#d9d9d9;opacity:1}
