
/* latin-ext */ 				@font-face { 					font-family: 'Albert Sans'; 					font-style: italic; 					font-weight: 100 900; 					font-display: swap; 					src: url( 'https://cantaan.jp/my_template/assets/fonts/i7dMIFdwYjGaAMFtZd_QA1ZeUFuaHjyV.woff2' ) format('woff2'); 					unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; 				} 				/* latin */ 				@font-face { 					font-family: 'Albert Sans'; 					font-style: italic; 					font-weight: 100 900; 					font-display: swap; 					src: url( 'https://cantaan.jp/my_template/assets/fonts/i7dMIFdwYjGaAMFtZd_QA1ZeUFWaHg.woff2' ) format('woff2'); 					unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 				} 				/* latin-ext */ 				@font-face { 					font-family: 'Albert Sans'; 					font-style: normal; 					font-weight: 100 900; 					font-display: swap; 					src: url( 'https://cantaan.jp/my_template/assets/fonts/i7dOIFdwYjGaAMFtZd_QA1ZVYFeCGg.woff2' ) format('woff2'); 					unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; 				} 				/* latin */ 				@font-face { 					font-family: 'Albert Sans'; 					font-style: normal; 					font-weight: 100 900; 					font-display: swap; 					src: url( 'https://cantaan.jp/my_template/assets/fonts/i7dOIFdwYjGaAMFtZd_QA1ZbYFc.woff2' ) format('woff2'); 					unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 				}
.lazyload, 			.lazyloading { 				max-width: 100%; 			}
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px} /*# sourceURL=wp-img-auto-sizes-contain-inline-css */
@keyframes drift-fadeZoomIn {   0% { transform: scale(1.5); opacity: 0; }   100% { transform: scale(1); opacity: 1; } }  @keyframes drift-fadeZoomOut {   0% { transform: scale(1); opacity: 1; }   15% { transform: scale(1.1); opacity: 1; }   100% { transform: scale(0.5); opacity: 0; } }  @keyframes drift-loader-rotate {   0% { transform: translate(-50%, -50%) rotate(0); }   50% { transform: translate(-50%, -50%) rotate(-180deg); }   100% { transform: translate(-50%, -50%) rotate(-360deg); } }  @keyframes drift-loader-before {   0% { transform: scale(1); }   10% { transform: scale(1.2) translateX(6px); }   25% { transform: scale(1.3) translateX(8px); }   40% { transform: scale(1.2) translateX(6px); }   50% { transform: scale(1); }   60% { transform: scale(0.8) translateX(6px); }   75% { transform: scale(0.7) translateX(8px); }   90% { transform: scale(0.8) translateX(6px); }   100% { transform: scale(1); } }  @keyframes drift-loader-after {   0% { transform: scale(1); }   10% { transform: scale(1.2) translateX(-6px); }   25% { transform: scale(1.3) translateX(-8px); }   40% { transform: scale(1.2) translateX(-6px); }   50% { transform: scale(1); }   60% { transform: scale(0.8) translateX(-6px); }   75% { transform: scale(0.7) translateX(-8px); }   90% { transform: scale(0.8) translateX(-6px); }   100% { transform: scale(1); } }  .drift-zoom-pane {   background: #fff;   transform: translate3d(0, 0, 0); }  .drift-zoom-pane.drift-opening {   animation: drift-fadeZoomIn 180ms ease-out; }  .drift-zoom-pane.drift-closing {   animation: drift-fadeZoomOut 210ms ease-in; }  .drift-zoom-pane.drift-inline {   position: absolute;   width: 150px;   height: 150px;   border-radius: 75px;   box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);   z-index: 999; }  .drift-zoom-pane-loader {   display: none;   display: block;   position: absolute;   top: 50%;   left: 50%;   transform: translate(-50%, -50%);   width: 66px;   height: 20px;   animation: drift-loader-rotate 1800ms infinite linear; }  .drift-zoom-pane-loader:before, .drift-zoom-pane-loader:after {   content: "";   display: block;   width: 20px;   height: 20px;   position: absolute;   top: 50%;   margin-top: -10px;   border-radius: 20px;   background: rgba(255, 255, 255, 0.9); }  .drift-zoom-pane-loader:before {   left: 0;   animation: drift-loader-before 1800ms infinite linear; }  .drift-zoom-pane-loader:after {   right: 0;   animation: drift-loader-after 1800ms infinite linear;   animation-delay: -900ms; }  .drift-bounding-box {   background: rgba( 255, 255, 255, .25);   box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;   z-index: 999; } .drift-zoom-pane img {   position: absolute;   display: block;   max-width: none !important;   max-height: none !important;   object-fit: contain;   top: 0;   left: 0; }
img.wp-smiley, img.emoji { 		display: inline !important; 		border: none !important; 		box-shadow: none !important; 		height: 1em !important; 		width: 1em !important; 		margin: 0 0.07em !important; 		vertical-align: -0.1em !important; 		background: none !important; 		padding: 0 !important; 	} /*# sourceURL=wp-emoji-styles-inline-css */
@charset "UTF-8";.wp-block-accordion{box-sizing:border-box}.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transform:rotate(45deg)}@media (prefers-reduced-motion:no-preference){.wp-block-accordion-item{transition:grid-template-rows .3s ease-out}.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transition:transform .2s ease-in-out}}.wp-block-accordion-heading{margin:0}.wp-block-accordion-heading__toggle{align-items:center;background-color:inherit!important;border:none;color:inherit!important;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;overflow:hidden;padding:var(--wp--preset--spacing--20,1em) 0;text-align:inherit;text-decoration:inherit;text-transform:inherit;width:100%;word-spacing:inherit}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:focus,.wp-block-accordion-heading__toggle:hover{background-color:inherit!important;border:none;box-shadow:none;color:inherit;padding:var(--wp--preset--spacing--20,1em) 0;text-decoration:none}.wp-block-accordion-heading__toggle:focus-visible{outline:auto;outline-offset:0}.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration:underline}.wp-block-accordion-heading__toggle-title{flex:1}.wp-block-accordion-heading__toggle-icon{align-items:center;display:flex;height:1.2em;justify-content:center;width:1.2em}.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{display:none;margin-block-start:0}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-breadcrumbs{box-sizing:border-box}.wp-block-breadcrumbs ol{flex-wrap:wrap;list-style:none}.wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{align-items:center;display:flex;margin:0;padding:0}.wp-block-breadcrumbs li:not(:last-child):after{content:var(--separator,"/");margin:0 .5em;opacity:.7}.wp-block-breadcrumbs span{color:inherit}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}.wp-block-calendar :where(table:not(.has-text-color)){color:#40464d}.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{border-color:#ddd}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{   /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap   /*!rtl:end:ignore*/}.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}:where(.wp-block-form-input__input){font-size:1em;margin-bottom:.5em;padding:0 .5em}:where(.wp-block-form-input__input)[type=date],:where(.wp-block-form-input__input)[type=datetime-local],:where(.wp-block-form-input__input)[type=datetime],:where(.wp-block-form-input__input)[type=email],:where(.wp-block-form-input__input)[type=month],:where(.wp-block-form-input__input)[type=number],:where(.wp-block-form-input__input)[type=password],:where(.wp-block-form-input__input)[type=search],:where(.wp-block-form-input__input)[type=tel],:where(.wp-block-form-input__input)[type=text],:where(.wp-block-form-input__input)[type=time],:where(.wp-block-form-input__input)[type=url],:where(.wp-block-form-input__input)[type=week]{border-style:solid;border-width:1px;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%;pointer-events:none}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;text-align:center;text-shadow:0 0 1.5px #000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{will-change:transform}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000)}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout{box-sizing:border-box}.wp-block-math{overflow-x:auto;overflow-y:hidden}.wp-block-media-text{box-sizing:border-box;   /*!rtl:begin:ignore*/direction:ltr;   /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{   /*!rtl:begin:ignore*/grid-column:1;grid-row:1;   /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;   /*!rtl:begin:ignore*/grid-column:2;grid-row:1;   /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{   /*!rtl:begin:ignore*/grid-column:2;grid-row:1   /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{   /*!rtl:begin:ignore*/grid-column:1;grid-row:1   /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block;z-index:1}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;opacity:0;position:absolute;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{height:0;overflow:hidden;visibility:hidden;width:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1;padding:.5em 1em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{left:-1px;top:100%}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-icon>svg,.wp-block-navigation-submenu__toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open{overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{outline:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote :where(cite){color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link{height:auto}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}.wp-block-term-count{box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-term-name{box-sizing:border-box}.wp-block-term-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{height:auto;vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
.wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote :where(cite),.wp-block-pullquote :where(footer),.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em} /*# sourceURL=/wp-includes/css/dist/block-library/theme.min.css */
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} /*# sourceURL=/wp-includes/css/classic-themes.min.css */
.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(https://cantaan.jp/my_includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(https://cantaan.jp/my_includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(https://cantaan.jp/my_includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}
.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} /*# sourceURL=https://cantaan.jp/module366/_inc/blocks/sharing-buttons/view.css */
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--noto-sans-jp: Noto Sans JP;--wp--preset--font-family--oswald: Oswald;--wp--preset--font-family--bungee-inline: Bungee Inline;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-noto-sans-jp-font-family{font-family: var(--wp--preset--font-family--noto-sans-jp) !important;}.has-oswald-font-family{font-family: var(--wp--preset--font-family--oswald) !important;}.has-bungee-inline-font-family{font-family: var(--wp--preset--font-family--bungee-inline) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} /*# sourceURL=global-styles-inline-css */
.wpcf7 .screen-reader-response { 	position: absolute; 	overflow: hidden; 	clip: rect(1px, 1px, 1px, 1px); 	clip-path: inset(50%); 	height: 1px; 	width: 1px; 	margin: -1px; 	padding: 0; 	border: 0; 	word-wrap: normal !important; }  .wpcf7 .hidden-fields-container { 	display: none; }  .wpcf7 form .wpcf7-response-output { 	margin: 2em 0.5em 1em; 	padding: 0.2em 1em; 	border: 2px solid #00a0d2; /* Blue */ }  .wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output { 	display: none; }  .wpcf7 form.sent .wpcf7-response-output { 	border-color: #46b450; /* Green */ }  .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output { 	border-color: #dc3232; /* Red */ }  .wpcf7 form.spam .wpcf7-response-output { 	border-color: #f56e28; /* Orange */ }  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { 	border-color: #ffb900; /* Yellow */ }  .wpcf7-form-control-wrap { 	position: relative; }  .wpcf7-not-valid-tip { 	color: #dc3232; /* Red */ 	font-size: 1em; 	font-weight: normal; 	display: block; }  .use-floating-validation-tip .wpcf7-not-valid-tip { 	position: relative; 	top: -2ex; 	left: 1em; 	z-index: 100; 	border: 1px solid #dc3232; 	background: #fff; 	padding: .2em .8em; 	width: 24em; }  .wpcf7-list-item { 	display: inline-block; 	margin: 0 0 0 1em; }  .wpcf7-list-item-label::before, .wpcf7-list-item-label::after { 	content: " "; }  .wpcf7-spinner { 	visibility: hidden; 	display: inline-block; 	background-color: #23282d; /* Dark Gray 800 */ 	opacity: 0.75; 	width: 24px; 	height: 24px; 	border: none; 	border-radius: 100%; 	padding: 0; 	margin: 0 24px; 	position: relative; }  form.submitting .wpcf7-spinner { 	visibility: visible; }  .wpcf7-spinner::before { 	content: ''; 	position: absolute; 	background-color: #fbfbfc; /* Light Gray 100 */ 	top: 4px; 	left: 4px; 	width: 6px; 	height: 6px; 	border: none; 	border-radius: 100%; 	transform-origin: 8px 8px; 	animation-name: spin; 	animation-duration: 1000ms; 	animation-timing-function: linear; 	animation-iteration-count: infinite; }  @media (prefers-reduced-motion: reduce) { 	.wpcf7-spinner::before { 		animation-name: blink; 		animation-duration: 2000ms; 	} }  @keyframes spin { 	from { 		transform: rotate(0deg); 	}  	to { 		transform: rotate(360deg); 	} }  @keyframes blink { 	from { 		opacity: 0; 	}  	50% { 		opacity: 1; 	}  	to { 		opacity: 0; 	} }  .wpcf7 [inert] { 	opacity: 0.5; }  .wpcf7 input[type="file"] { 	cursor: pointer; }  .wpcf7 input[type="file"]:disabled { 	cursor: default; }  .wpcf7 .wpcf7-submit:disabled { 	cursor: not-allowed; }  .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { 	direction: ltr; }  .wpcf7-reflection > output { 	display: list-item; 	list-style: none; }  .wpcf7-reflection > output[hidden] { 	display: none; }
.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(https://cantaan.jp/module386/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(https://cantaan.jp/module386/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(https://cantaan.jp/module386/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(https://cantaan.jp/module386/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}
.woocommerce form .form-row .required { visibility: visible; } /*# sourceURL=woocommerce-inline-inline-css */
.yspl_win_wrap { display: inline-block; }
@-webkit-keyframes wcboost-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes wcboost-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.wcboost-products-compare-button{text-decoration:none;display:inline-block;margin:10px 0}.wcboost-products-compare-button.loading .wcboost-products-compare-button__icon svg{animation:wcboost-spin .75s linear infinite}.wcboost-products-compare-button__icon{margin-right:6px}.wcboost-products-compare-button__icon svg{width:1em;height:1em;vertical-align:-0.15em;fill:currentColor}ul.products li.product .wcboost-products-compare-button{margin:10px}.wcboost-products-compare__table{overflow-x:auto;margin:1em 0}.wcboost-products-compare__table::-webkit-scrollbar{appearance:none;-webkit-appearance:none;height:6px;width:6px}.wcboost-products-compare__table::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.wcboost-products-compare__table::-webkit-scrollbar-thumb{border-radius:3px;background-color:rgba(0,0,0,.5)}table.compare_table{table-layout:fixed}table.compare_table td{width:220px}table.compare_table th{width:160px;white-space:nowrap;position:sticky;left:0;z-index:9}@media(max-width: 767px){table.compare_table th{display:none}table.compare_table td{padding:30px 10px 10px 10px}table.compare_table tr::before{content:attr(data-title);display:block;position:sticky;left:0;white-space:nowrap;padding:0 1em;font-size:80%;opacity:.8;font-weight:600}}.wcboost-products-compare-popup{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;z-index:9999}.admin-bar .wcboost-products-compare-popup{top:32px}.wcboost-products-compare-popup .wcboost-products-compare>:first-child{margin-top:0}.wcboost-products-compare-popup .wcboost-products-compare>:last-child{margin-bottom:0}.wcboost-products-compare-popup .wcboost-products-compare__tools{overflow:hidden;padding:1rem 0}@media screen and (max-width: 782px){.admin-bar .wcboost-products-compare-popup{top:48px}}.wcboost-products-compare-popup__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1;cursor:pointer}.wcboost-products-compare-popup__header{padding:0 20px;height:60px;display:flex;align-items:center;justify-content:space-between}.wcboost-products-compare-popup__close{float:right;font-size:20px;text-decoration:none;display:block;padding:.5em}.wcboost-products-compare-popup__close svg{vertical-align:middle}.wcboost-products-compare-popup__title{font-weight:700}.wcboost-products-compare-popup__body{position:relative;width:calc(100% - 80px);height:calc(100% - 80px);margin:40px;background-color:#fff;z-index:2}.wcboost-products-compare-popup__body .woocommerce-message,.wcboost-products-compare-popup__body .is-success{display:none}.wcboost-products-compare-popup__body .wcboost-products-compare-clear{margin-right:20px;float:right}.wcboost-products-compare-popup__content{padding-bottom:20px;overflow-y:auto;max-height:calc(100% - 60px);padding:0 20px}.wcboost-products-compare-popup__content::after{content:"";display:table;clear:both}@media(max-width: 767px){.wcboost-products-compare-popup__body{width:100%;height:100%;margin:0}}.wcboost-products-compare-widget-item{font-size:.875em;position:relative;margin:1em 0}.wcboost-products-compare-widget-item::after{content:"";display:block;clear:both}.wcboost-products-compare-widget-item img{max-width:60px;margin-right:1em;float:left}.wcboost-products-compare-widget-item .price{display:block}.wcboost-products-compare-widget-item .star-rating{font-size:.875em}.wcboost-products-compare-widget-item a.remove{line-height:1;text-decoration:none;position:absolute;left:0;top:0;min-width:1em;min-height:1em;border-radius:50%;transform:translate(-50%, -50%)}.wcboost-products-compare-widget-item a.remove:hover{color:#111}.wcboost-products-compare-widget-item a.remove:hover::before{color:inherit}.wcboost-products-compare-widget__buttons .button{text-align:center;display:block;margin-top:10px}.wcboost-products-compare-bar{position:fixed;background-color:#f9f9f9;transition:transform 250ms ease-out;z-index:99}.wcboost-products-compare-bar .wcboost-products-compare-widget__products{list-style:none;margin:0;padding:0}.wcboost-products-compare-bar .wcboost-products-compare-widget__empty-message{margin:20px 0}.wcboost-products-compare-bar.wcboost-products-compare-bar--open{transform:none}.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons{margin:10px 0 20px 0}.wcboost-products-compare-bar__toggle-button{display:block;padding:5px 10px;background:#f9f9f9;border-radius:3px 3px 0 0;user-select:none;cursor:pointer}.wcboost-products-compare-bar__toggle-button svg{width:1em;height:1em;vertical-align:middle;margin-right:6px}.wcboost-products-compare-bar--open .wcboost-products-compare-bar__toggle-button svg{transform:rotate(180deg)}.wcboost-products-compare-bar__content{padding-left:30px;padding-right:30px}.wcboost-products-compare-bar--bottom{bottom:0;left:0;width:100%;transform:translateY(100%);border-top:1px solid rgba(0,0,0,.1)}.wcboost-products-compare-bar--bottom .wcboost-products-compare-bar__toggle{position:absolute;top:0;right:30px;transform:translateY(-100%)}.wcboost-products-compare-bar--bottom .wcboost-products-compare-bar__toggle-button{border-radius:3px 3px 0 0;border:1px solid rgba(0,0,0,.1);border-bottom-width:0}.wcboost-products-compare-bar--bottom .wcboost-products-compare-widget__products{padding:20px 10px 10px 10px;margin:10px 0;display:flex;gap:30px;overflow-x:auto}.wcboost-products-compare-bar--bottom .wcboost-products-compare-widget__products::-webkit-scrollbar{appearance:none;-webkit-appearance:none;height:6px;width:6px}.wcboost-products-compare-bar--bottom .wcboost-products-compare-widget__products::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.wcboost-products-compare-bar--bottom .wcboost-products-compare-widget__products::-webkit-scrollbar-thumb{border-radius:3px;background-color:rgba(0,0,0,.5)}.wcboost-products-compare-bar--bottom .wcboost-products-compare-widget-item{flex-shrink:0;flex-basis:200px;margin:0}.wcboost-products-compare-bar--bottom .wcboost-products-compare-widget__buttons .button{margin:0 10px;display:inline-block;width:auto}
:root { 	--wcboost-swatches-item-width: 30px; 	--wcboost-swatches-item-width: 30px; 	--wcboost-swatches-item-padding: 2px; 	--wcboost-swatches-item-gap: 1em; 	--wcboost-swatches-color-border: rgba(0, 0, 0, 0.2); 	--wcboost-swatches-color-border-selected: rgba(0, 0, 0, 0.7); 	--wcboost-swatches-color-border-outstock: rgba(252, 56, 56, 0.7); 	--wcboost-swatches-color-tooltip: #333; 	--wcboost-swatches-color-tooltip-text: #fff; 	--wcboost-swatches-button-font-size: 1em; 	--wcboost-swatches-label-font-size: 1em; 	--wcboost-swatches-invalid-line-color: #ff0000; 	--wcboost-swatches-invalid-line-width: calc(100% + 6px); 	--wcboost-swatches-invalid-line-height: 2px; 	--wcboost-swatches-invalid-line-radius: 1px; 	--wcboost-swatches-invalid-opacity: 0.2; }  .wcboost-variation-swatches > select { 	display: none !important; }  .wcboost-variation-swatches__wrapper { 	margin: 0; 	padding: 0; 	list-style: none; 	display: inline-flex; 	flex-wrap: wrap; 	align-items: center; 	gap: var(--wcboost-swatches-item-gap); }  .wcboost-variation-swatches__item { 	transition: 0.3s; 	text-align: center; 	white-space: nowrap; 	width: var(--wcboost-swatches-item-width); 	height: var(--wcboost-swatches-item-height); 	padding: var(--wcboost-swatches-item-padding); 	line-height: 1.1; 	display: inline-flex; 	align-items: center; 	justify-content: center; 	margin: 0; 	position: relative; 	cursor: pointer; 	box-shadow: 0 0 0 1px var(--wcboost-swatches-color-border); }  .wcboost-variation-swatches__name { 	display: block; }  .wcboost-variation-swatches__item:hover, .wcboost-variation-swatches__item:focus { 	box-shadow: 0 0 0 2px var(--wcboost-swatches-color-border); }  .wcboost-variation-swatches__item.selected { 	border-color: var(--wcboost-swatches-color-border-selected); 	box-shadow: 0 0 0 2px var(--wcboost-swatches-color-border-selected); }  /** Disabled swatches **/ .wcboost-variation-swatches__item.disabled { 	cursor: default; }  :where(.wcboost-variation-swatches--invalid-hide) .wcboost-variation-swatches__item.is-invalid { 	display: none !important; }  /* Base styles for blur effects */ :is(.wcboost-variation-swatches--invalid-blur, .wcboost-variation-swatches--invalid-blur_cross, .wcboost-variation-swatches--invalid-blur_slash, .wcboost-variation-swatches--invalid-blur_line) .wcboost-variation-swatches__item.is-invalid { 	opacity: var(--wcboost-swatches-invalid-opacity); }  /* Base styles for line/cross effects */ :is(.wcboost-variation-swatches--invalid-cross, .wcboost-variation-swatches--invalid-blur_cross, .wcboost-variation-swatches--invalid-slash, .wcboost-variation-swatches--invalid-blur_slash, .wcboost-variation-swatches--invalid-line, .wcboost-variation-swatches--invalid-blur_line) .wcboost-variation-swatches__item.is-invalid { 	position: relative; 	overflow: visible; }  /* Common pseudo-element styles for all line effects */ :is(.wcboost-variation-swatches--invalid-cross, .wcboost-variation-swatches--invalid-blur_cross, .wcboost-variation-swatches--invalid-slash, .wcboost-variation-swatches--invalid-blur_slash, .wcboost-variation-swatches--invalid-line, .wcboost-variation-swatches--invalid-blur_line) .wcboost-variation-swatches__item.is-invalid::before, :is(.wcboost-variation-swatches--invalid-cross, .wcboost-variation-swatches--invalid-blur_cross) .wcboost-variation-swatches__item.is-invalid::after { 	content: ""; 	position: absolute; 	top: 50%; 	left: 50%; 	width: var(--wcboost-swatches-invalid-line-width); 	height: var(--wcboost-swatches-invalid-line-height); 	border: none; 	padding: 0; 	margin: 0; 	background: var(--wcboost-swatches-invalid-line-color); 	z-index: 1; 	border-radius: var(--wcboost-swatches-invalid-line-radius); 	display: block; 	visibility: visible; 	opacity: 1; }  /* Cross effect - first line (45deg) */ :is(.wcboost-variation-swatches--invalid-cross, .wcboost-variation-swatches--invalid-blur_cross) .wcboost-variation-swatches__item.is-invalid::before { 	transform: translate(-50%, -50%) rotate(45deg); }  /* Cross effect - second line (-45deg) */ :is(.wcboost-variation-swatches--invalid-cross, .wcboost-variation-swatches--invalid-blur_cross) .wcboost-variation-swatches__item.is-invalid::after { 	transform: translate(-50%, -50%) rotate(-45deg); }  /* Slash effect (-45deg) */ :is(.wcboost-variation-swatches--invalid-slash, .wcboost-variation-swatches--invalid-blur_slash) .wcboost-variation-swatches__item.is-invalid::before { 	transform: translate(-50%, -50%) rotate(-45deg); }  /* Line effect (0deg) */ :is(.wcboost-variation-swatches--invalid-line, .wcboost-variation-swatches--invalid-blur_line) .wcboost-variation-swatches__item.is-invalid::before { 	transform: translate(-50%, -50%) rotate(0deg); }  /* Button-specific cross adjustments */ :where(.wcboost-variation-swatches--invalid-cross, .wcboost-variation-swatches--invalid-blur_cross).wcboost-variation-swatches--button { 	--wcboost-swatches-invalid-line-width: calc(var(--wcboost-swatches-item-height) + 6px); }  /** Button swatches **/ .wcboost-variation-swatches--button .wcboost-variation-swatches__item { 	width: auto !important; 	height: auto !important; 	min-width: var(--wcboost-swatches-item-width); 	min-height: var(--wcboost-swatches-item-height); 	padding-left: calc(var(--wcboost-swatches-item-width) / 2); 	padding-right: calc(var(--wcboost-swatches-item-width) / 2); 	overflow: hidden; }  :where(.wcboost-variation-swatches--button) .wcboost-variation-swatches__item { 	font-size: var(--wcboost-swatches-button-font-size); }  .wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected { 	background-color: rgba(0, 0, 0, 0.1); }  /** Label swatches **/ .wcboost-variation-swatches--label .wcboost-variation-swatches__item { 	width: auto !important; 	min-width: var(--wcboost-swatches-item-width); }  :where(.wcboost-variation-swatches--label) .wcboost-variation-swatches__item { 	font-size: var(--wcboost-swatches-label-font-size); }  .wcboost-variation-swatches--label .wcboost-variation-swatches__name { 	width: 100%; }  /** Image swatches **/ .wcboost-variation-swatches--image .wcboost-variation-swatches__name { 	width: 1px; 	height: 1px; 	overflow: hidden; 	clip: rect(1px, 1px, 1px, 1px); 	clip-path: inset(50%); 	position: absolute; 	margin: -1px; }  .wcboost-variation-swatches--image img { 	display: block; 	width: 100%; 	height: 100%; 	object-fit: cover; }  /** Color swatches **/ .wcboost-variation-swatches--color .wcboost-variation-swatches__name { 	text-indent: -9999em; 	width: 100%; 	height: 100%; 	background-color: var(--wcboost-swatches-item-color); 	background-image: var(--wcboost-swatches-item-image); }  /** Rounded swatches **/ .wcboost-variation-swatches--round .wcboost-variation-swatches__item, .wcboost-variation-swatches--round .wcboost-variation-swatches__item img, .wcboost-variation-swatches--round.wcboost-variation-swatches--color .wcboost-variation-swatches__name, .wcboost-variation-swatches--round.wcboost-variation-swatches--button .wcboost-variation-swatches__item { 	border-radius: 999em; }  .wcboost-variation-swatches--rounded .wcboost-variation-swatches__item, .wcboost-variation-swatches--rounded .wcboost-variation-swatches__item img, .wcboost-variation-swatches--rounded.wcboost-variation-swatches--color .wcboost-variation-swatches__name { 	border-radius: 4px; }  /** tooltip **/ .wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item::before { 	content: attr(aria-label); 	text-indent: initial; 	font-size: 14px; 	font-weight: 500; 	line-height: 1.25; 	position: absolute; 	bottom: 100%; 	left: 50%; 	background: var(--wcboost-swatches-color-tooltip); 	z-index: 2; 	color: var(--wcboost-swatches-color-tooltip-text); 	margin: -10px 0 0 0; 	padding: 7px 15px; 	opacity: 0; 	visibility: hidden; 	user-select: none; 	border-radius: 4px; 	transform: translate(-50%, -10px); 	transition: opacity 0.35s; }  .wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:after { 	content: ""; 	position: absolute; 	bottom: 100%; 	left: 50%; 	width: 0; 	height: 0; 	border: 5px solid transparent; 	border-top-color: #333; 	margin: 0 0 0 -5px; 	opacity: 0; 	visibility: hidden; 	transition: opacity 0.35s; }  .wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:hover:before, .wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:hover:after { 	visibility: visible; 	opacity: 1; 	user-select: auto; }  .wcboost-variation-swatches--has-tooltip .disabled:before, .wcboost-variation-swatches--has-tooltip .disabled:after, .wcboost-variation-swatches--button .wcboost-variation-swatches__item:before, .wcboost-variation-swatches--button .wcboost-variation-swatches__item:after { 	display: none; }  /** Selected label **/ .wcboost-variation-swatches__selected-label::before { 	content: ": "; }  /** Out of stock swatches **/ .wcboost-variation-swatches__item.is-out-stock { 	color: var(--wcboost-swatches-color-border-outstock); 	box-shadow: 0 0 0 1px var(--wcboost-swatches-color-border-outstock); }  /** Divi support **/ .et_pb_wc_add_to_cart .wcboost-variation-swatches__name::after { 	visibility: hidden; 	pointer-events: none; 	display: none; }
:root { --wcboost-swatches-item-width: 30px; --wcboost-swatches-item-height: 30px; } /*# sourceURL=wcboost-variation-swatches-inline-css */
﻿:root{--wcboost-flyout-notices-gap: 0.625rem;--wcboost-wishlist-button-color--text: #fff;--wcboost-wishlist-button-color--border: #333;--wcboost-wishlist-button-color--background: #333;--wcboost-wishlist-button-hover-color--text: #fff;--wcboost-wishlist-button-hover-color--border: #111;--wcboost-wishlist-button-hover-color--background: #111;--wcboost-wishlist-share-button-background: #eee}.wcboost-flyout-notices-container{position:fixed;top:0;right:0;display:flex;flex-direction:column;align-items:flex-end;gap:var(--wcboost-flyout-notices-gap);z-index:9999;padding:1rem}.wcboost-flyout-notice{box-shadow:0 4px 8px rgba(0,0,0,.1)}.wcboost-flyout-notice>:first-child{margin-top:0}.wcboost-flyout-notice>:last-child{margin-bottom:0}.wcboost-wishlist-share-notice{color:#fff;background-color:rgba(0,0,0,.7);padding:.625rem;display:flex}.wcboost-wishlist-share-notice input[type=text]{width:300px;max-width:100%;padding:5px;border:0;box-shadow:none;background-color:rgba(0,0,0,0)}.wcboost-wishlist-share-notice__close{text-indent:-999em;display:inline-block;min-width:30px;overflow:hidden;cursor:pointer;position:relative}.wcboost-wishlist-share-notice__close::before{content:"×";display:block;color:#fff;font-size:20px;position:absolute;top:0;left:0;width:100%;height:100%;text-indent:0;text-align:center}.wcboost-wishlist-header{margin-bottom:2em}.wcboost-wishlist-title{font-size:1.5em}.wcboost-wishlist__item .product-thumbnail img{max-width:5em;height:auto}.wcboost-wishlist__item .product-remove{vertical-align:middle}.wcboost-wishlist__item .product-add-to-cart{text-align:right}.wishlist-share__buttons{list-style:none;margin:0;padding:0}.wishlist-share__buttons li{display:inline-block;margin:0 .14em .3em 0}.wishlist-share__buttons a{color:inherit;text-decoration:none;display:inline-block;padding:0.6180469716em;background-color:var(--wcboost-wishlist-share-button-background)}.wishlist-share__buttons svg{width:1em;height:auto;margin-right:.25em;vertical-align:-0.125em}.entry-content .wishlist-share__buttons li a{text-decoration:none}.wcboost-wishlist-actions{text-align:right}.wcboost-wishlist-edit-link-wrapper{margin:1.5em 0}.wcboost-wishlist-button__icon{margin-right:.4em}.wcboost-wishlist-button__icon img,.wcboost-wishlist-button__icon svg{vertical-align:-0.125em;width:1em;height:auto}.wcboost-wishlist-button__icon svg{fill:currentColor}.wcboost-wishlist-button__icon img{display:inline}.wcboost-wishlist-button.disabled{opacity:.75}.wcboost-wishlist-button--text{display:inline-block;margin:.5em}.wcboost-wishlist-button.loading .wcboost-wishlist-button__icon svg{animation:wcboost-spin .75s linear infinite}@-webkit-keyframes wcboost-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes wcboost-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.woocommerce .wcboost-wishlist-button--custom{color:var(--wcboost-wishlist-button-color--text);border:1px solid;border-color:var(--wcboost-wishlist-button-color--border);background-color:var(--wcboost-wishlist-button-color--background);transition:.1s ease-in}.woocommerce .wcboost-wishlist-button--custom:hover{color:var(--wcboost-wishlist-button-hover-color--text);border-color:var(--wcboost-wishlist-button-hover-color--border);background-color:var(--wcboost-wishlist-button-hover-color--background)}.wcboost-wishlist-form-edit .form-row--wishlist-privacy .woocommerce-input-wrapper{display:block}.wcboost-wishlist-form-edit .form-row--wishlist-privacy .woocommerce-input-wrapper label{display:inline;margin-left:6px}.wcboost-wishlist-form-edit .form-row--wishlist-privacy .woocommerce-input-wrapper label::after{content:"";display:block;white-space:pre}.wcboost-wishlist-form-edit .form-row--wishlist-privacy .woocommerce-input-wrapper .required{display:none}.wcboost-wishlist-form-edit-actions{display:flex;flex-direction:column;gap:1rem}.wcboost-wishlist-form-edit-actions .wcboost-wishlist-remove-link{margin-top:4rem;color:#c91c00}@media(min-width: 768px){.wcboost-wishlist-form-edit-actions{flex-direction:row;align-items:center}.wcboost-wishlist-form-edit-actions .wcboost-wishlist-remove-link{margin:0 0 0 auto}}ul.products li.product .wcboost-wishlist-button img{display:inline;margin:0}.theme-twentytwentytwo .wishlist_table th,.theme-twentytwentytwo .wishlist_table td{padding:1rem 0 .5rem 1rem}.theme-twentytwentytwo .wcboost-wishlist-button{line-height:normal}.theme-twentytwentytwo .wcboost-wishlist-button--text{margin:1rem}.wcboost-wishlist-widget-item{position:relative;margin:1em 0}.wcboost-wishlist-widget-item::after{content:"";display:block;clear:both}.wcboost-wishlist-widget-item img{max-width:60px;margin-right:1em;float:left}.wcboost-wishlist-widget-item a.remove{line-height:1;text-decoration:none;position:absolute;left:0;top:0;min-width:1em;min-height:1em;border-radius:50%;transform:translate(-50%, -50%)}.wcboost-wishlist-widget-item__price,.wcboost-wishlist-widget-item__quantity,.wcboost-wishlist-widget-item__stock,.wcboost-wishlist-widget-item__date,.wcboost-wishlist-widget-item__add-to-cart{display:block}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
.ecomus-size-guide-tabs{ 	display: block; }  .ecomus-size-guide-tabs__panels {     position: relative; }  .ecomus-size-guide-tabs__panel.active {     opacity: 1;     display: block;     visibility: visible;     position: static;     transform: scaleY(1); }  .ecomus-size-guide-tabs__panel {     opacity: 0;     visibility: hidden;     position: absolute;     top: 0;     left: 0;     transform: scaleY(0);     width: 100%;     transition: opacity 0.4s; }  .ecomus-size-guide-tabs__nav { 	list-style: none; 	display: flex; 	margin: 0 0 35px 0; 	padding: 0; 	z-index: 1; 	position: relative; }  .ecomus-size-guide-tabs__nav li { 	font-weight: 600; 	font-size: 14px; 	color: #111111; 	text-transform: uppercase; 	display: flex; 	justify-content: center; 	text-align: center; 	cursor: pointer; 	padding-bottom: 8px; 	margin: 0 25px; 	position: relative; }  .ecomus-size-guide-tabs__nav li::after { 	content: ''; 	position: absolute;     right: 0;     bottom: 0;     width: 0;     border-bottom: 1px solid;     transition: width 0.4s; }  .ecomus-size-guide-tabs__nav li:hover::after {     width: 100%; 	left: 0; }  .rtl .ecomus-size-guide-tabs__nav li:hover::after { 	left: auto;     right: 0; }  .ecomus-size-guide-tabs__nav li:last-child { 	margin-right: 0; }  .rtl .ecomus-size-guide-tabs__nav li:last-child { 	margin-right: 25px; 	margin-left: 0; }  .ecomus-size-guide-tabs__nav li:first-child { 	margin-left: 0; }  .rtl .ecomus-size-guide-tabs__nav li:first-child { 	margin-left: 25px;     margin-right: 0; }  .woocommerce-Tabs-panel--ecomus_size_guide .ecomus-size-guide-tabs { 	padding-bottom: 0; }  .ecomus-size-guide__name {     font-size: 22px;     font-weight: 500;     padding: 0 0 10px;     margin: 0 0 10px; }  .ecomus-size-guide-tabs__panel { 	margin-bottom: 20px; }  .ecomus-size-guide-tabs__panel > *:not(.ecomus-size-guide__name) { 	clear: both; }  .ecomus-size-guide__table-wrapper { 	overflow-x: auto; }  .ecomus-size-guide__table { 	border: 1px solid var(--em-border-color); 	border-spacing: 0; 	border-collapse: collapse; 	border-radius: var(--em-rounded-x); 	box-shadow: 0 0 0 1px var(--em-border-color); 	width: 100%; 	line-height: 1.4; 	margin-bottom: 20px; }  .ecomus-size-guide__table td { 	border: 1px solid var(--em-border-color); 	border-width: 0 1px 1px 0; 	padding: 10px; }  .ecomus-size-guide__table th { 	border: 1px solid var(--em-border-color); 	padding: 10px; 	text-align: start; 	font-weight: 600; }  .ecomus-size-guide__info { 	margin-bottom: 20px; }  .em-size-chart-wrapper { 	display: grid; 	gap: 1rem; }  .em-size-chart-content__content > * { 	margin-top: 0; }  .em-size-chart-content__content h4 { 	font-size: 18px; 	margin: 0; }  .em-size-chart-content__content p { 	margin-top: 10px; 	margin-bottom: 20px; }  .em-size-chart-content__image { 	text-align: center; }  /* * Size-guide modal */ .size-guide-modal.modal { 	--em-modal-content-width: 900px; }  .size-guide-modal .modal-size-chart { 	max-height: calc( 100vh - 180px ); }  .size-guide-modal .modal-size-chart::-webkit-scrollbar { 	height: 2px; }  table.variations tr { 	position: relative; }  table.variations tr .size-guide-button { 	position: absolute; 	top: 4px; 	right: 0; 	text-decoration: underline;     text-underline-offset: 5px; }  .rtl table.variations tr .size-guide-button { 	right: auto;     left: 0; }  .size-guide-button { 	display: inline-flex; 	align-items: center; }  .size-guide-button .ecomus-svg-icon { 	margin-right: 12px; }  .rtl .size-guide-button .ecomus-svg-icon { 	margin-left: 12px; 	margin-right: 0; }  .single-product div.product.product-type-grouped table.ecomus-size-guide__table { 	border: 1px solid #cdcdcd; }  .single-product div.product.product-type-grouped table.ecomus-size-guide__table td { 	border: 1px solid #cdcdcd; 	padding: 19px 20px; }  .single-product div.product .entry-summary .product-size-guide { 	margin-top: 0; 	margin-bottom: 25px; 	line-height: 1; }  .single-product div.product .entry-summary .product-size-guide.bellow_price { 	margin-top: 15px; }  .single-product div.product .entry-summary .product-size-guide.beside_attribute { 	display: inline-block; 	margin-top: 0; 	margin-bottom: 0px; 	float: right; }  .single-product div.product .entry-summary .product-size-guide.bellow_button { 	margin-top: 10px; 	margin-bottom: 10px; }  .single-product div.product .product-size-guide + .product-button-wrapper, .single-product div.product.product-type-grouped .product-size-guide + form.grouped_form { 	padding-top: 0; }  @media (min-width: 768px) {     .em-size-chart-wrapper { 		grid-template-columns: 8fr 4fr; 	} }  @media (max-width: 767px) { 	.size-guide-modal.modal { 		--em-modal-content-padding-x: 20px; 		--em-modal-content-padding-y: 20px; 	}  	.size-guide-modal .modal__container { 		width: calc( 100% - 16px ); 	}  	.size-guide-modal .modal-size-chart { 		max-height: calc(100vh - 16px); 	}  	.size-guide-modal .modal__header { 		margin-bottom: 0; 	}  	.size-guide-modal .modal__header .title { 		font-size: 20px; 	}  	.size-guide-modal .modal__button-close { 		right: 20px; 		top: 23px; 	}  	.rtl .size-guide-modal .modal__button-close { 		right: auto;         left: 20px; 	} }
.ecomus-product-pbt.layout-1 { 	margin: 50px 0 80px; }  .ecomus-product-pbt.layout-2 { 	margin: 30px 0; 	padding: 34px; 	border-radius: var(--em-rounded-xs); 	border: 1px solid var(--em-border-color); }  .ecomus-product-pbt.layout-1 .ecomus-product-pbt__title { 	margin: 0 0 47px; 	font-size: 28px; }  .ecomus-product-pbt.layout-2 .ecomus-product-pbt__title { 	font-size: 20px; 	margin: 0 0 25px; 	font-weight: 500; }  .ecomus-product-pbt__wrapper { 	position: relative; 	display: flex; 	flex-wrap: wrap; 	align-items: flex-start; 	column-gap: 120px; 	row-gap: 10px; }  .ecomus-product-pbt ul.products { 	display: flex; 	flex-wrap: wrap; 	list-style: none; 	margin: 0; 	padding: 0; }  .ecomus-product-pbt.layout-1 ul.products { 	margin-bottom: 21px; }  .ecomus-product-pbt.layout-2 ul.products { 	flex-direction: column; }  .ecomus-product-pbt ul.products li.product { 	position: relative; 	padding: 0; }  .ecomus-product-pbt.layout-1 ul.products li.product { 	width: 100%; 	max-width: 122px; 	margin: 0 0 10px 42px; }  .rtl .ecomus-product-pbt.layout-1 ul.products li.product { 	margin: 0 42px 10px 0; }  .ecomus-product-pbt.layout-2 ul.products li.product { 	margin-bottom: 15px; }  .ecomus-product-pbt.layout-1 ul.products li.product:before { 	position: absolute; 	top: 50%; 	transform: translateY(-50%); 	left: -33px; 	content: "+"; 	display: inline-flex; 	justify-content: center; 	align-items: center; 	font-size: 15px; 	width: 24px; 	height: 24px; 	border-radius: 50px;     border: 1px solid #ebebeb; 	color: #000; }  .rtl .ecomus-product-pbt.layout-1 ul.products li.product:before { 	left: auto;     right: -33px; }  .ecomus-product-pbt.layout-1 ul.products li.product:first-child { 	margin-left: 0; }  .rtl .ecomus-product-pbt.layout-1 ul.products li.product:first-child { 	margin-right: 0; }  .ecomus-product-pbt.layout-1 ul.products li.product:first-child:before { 	display: none; }  .ecomus-product-pbt.layout-1 ul.products li.product.out-of-stock { 	opacity: 0.9; }  .ecomus-product-pbt.layout-1 ul.products li.product.un-active { 	opacity: 0.2; 	pointer-events: none; }  .ecomus-product-pbt.layout-2 ul.products li.product.out-of-stock > *:not(.product-select) { 	opacity: 0.9; }  .ecomus-product-pbt.layout-2 ul.products li.product.un-active .product-content > *:not(.product-select) { 	opacity: 0.2; 	pointer-events: none; }  .ecomus-product-pbt ul.products li.product.un-active select { 	pointer-events: none; }  .ecomus-product-pbt ul.products li.product.un-active .product-select { 	pointer-events: auto; }  .ecomus-product-pbt ul.products .product-content { 	display: flex; 	position: relative; 	height: 100%; 	border-radius: var( --em-rounded-xs ); }  .ecomus-product-pbt.layout-1 ul.products li.product .product-content { 	flex-direction: column; }  .ecomus-product-pbt.layout-2 ul.products li.product .product-content { 	gap: 20px; }  .ecomus-product-pbt ul.products .product-content .thumbnail { 	position: relative; 	display: block; }  .ecomus-product-pbt.layout-2 ul.products .product-content .thumbnail { 	max-width: 83px; }  .ecomus-product-pbt ul.products .product-content .thumbnail .thumb-new { 	position: absolute; 	top: 0; 	right: 0; 	bottom: 0; 	left: 0; 	opacity: 0; 	transition: 0.3s; }  .ecomus-product-pbt ul.products .product-content .thumbnail img { 	border-radius: min( 2.5px, var(--em-image-rounded-product-card) ); }  .ecomus-product-pbt ul.products .product-content .thumbnail .woocommerce-badges { 	top: 6px; 	left: 7px; }  .ecomus-product-pbt ul.products li.product .product-content .product-summary { 	margin-bottom: 13px; }  .ecomus-product-pbt.layout-2 ul.products li.product .product-content .product-summary .woocommerce-loop-product__title { 	font-size: 14px; 	color: var(--em-color__dark); 	margin-top: 0; }  .ecomus-product-pbt.layout-2 ul.products li.product .product-content .product-summary .woocommerce-loop-product__title span { 	font-weight: 700; }  .ecomus-product-pbt.layout-2 ul.products li.product .product-content .product-summary .woocommerce-loop-product__title .stock { 	color: #db1215; 	font-weight: 600; }  .ecomus-product-pbt ul.products .product-content .price .sale-off { 	display: none; }  .ecomus-product-pbt ul.products li.product form.variations_form { 	position: static; 	opacity: 1; 	margin: 0; 	transform: none; 	padding: 0; 	pointer-events: auto; 	z-index: inherit; 	margin-top: 10px; }  .ecomus-product-pbt ul.products li.product form.variations_form select { 	--em-input-padding-y: 11px;  	color: var(--em-color__dark); 	max-width: 200px; }  .ecomus-product-pbt__wrapper .product-select--list .product-variation-price .price-variation-new, .ecomus-product-pbt__wrapper ul.products li.product .product-variation-price .price-variation-new { 	display: none; }  .ecomus-product-pbt__wrapper .product-select--list .product-variation-price.active .price, .ecomus-product-pbt__wrapper ul.products li.product .product-variation-price.active .price { 	display: none; }  .ecomus-product-pbt__wrapper .product-select--list .product-variation-price.active .price-variation-new, .ecomus-product-pbt__wrapper ul.products li.product .product-variation-price.active .price-variation-new { 	display: inline-flex; }  .ecomus-product-pbt .product-select { 	padding: 0; 	list-style: none; 	align-self: center; }  .ecomus-product-pbt .product-select a { 	display: inline-flex; 	align-items: center; 	width: 100%; 	position: relative; 	line-height: 1; 	text-align: center; }  .ecomus-product-pbt .product-select a .select { 	position: relative; 	display: inline-block; 	width: 20px; 	height: 20px; 	border: 1px solid var(--em-color__primary); 	background-color: var(--em-color__primary); 	border-radius: var( --em-rounded-xs ); }  .ecomus-product-pbt .product-select.uncheck a .select { 	border-color: var(--em-input-border-color); 	background-color: var(--em-input-bg-color); }  .ecomus-product-pbt .product-select a .select:before { 	content: "";     display: block; 	position: absolute; 	top: 4px;     left: 7px;     width: 4px;     height: 8px;     border: solid var(--em-text-color-on-primary);     border-width: 0 2px 2px 0;     -webkit-transform: rotate(45deg);     -ms-transform: rotate(45deg);     transform: rotate(45deg); }  .ecomus-product-pbt .product-select.uncheck a .select:before { 	opacity: 0; }  .ecomus-product-pbt .product-select .s-price .sale { 	display: none; }  .ecomus-product-pbt .product-select .s-price ins { 	text-decoration: none; 	background-color: transparent; }  .ecomus-product-pbt .product-select .s-price del { 	display: none; }  .ecomus-product-pbt__lists .product-select--list { 	display: flex; 	flex-wrap: wrap; 	align-items: center; 	margin-bottom: 12px; 	padding-left: 25px; 	row-gap: 5px; }  .rtl .ecomus-product-pbt__lists .product-select--list { 	padding-left: 0;     padding-right: 25px; }  .ecomus-product-pbt__lists .product-select--list.out-of-stock .price { 	text-decoration: line-through; }  .ecomus-product-pbt__lists .product-select--list .inline-block { 	display: inline-block; }  .ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .inline-flex { 	display: inline-flex; }  .ecomus-product-pbt__lists .product-select--list .product-select__check { 	margin-left: -25px; }  .rtl .ecomus-product-pbt__lists .product-select--list .product-select__check { 	margin-left: 0;     margin-right: -25px; }  .ecomus-product-pbt__lists .product-select--list .product-select__check .select { 	position: relative; 	display: inline-block; 	width: 20px; 	height: 20px; 	border: 1px solid var(--em-color__primary); 	background-color: var(--em-color__primary); 	border-radius: var( --em-rounded-xs ); 	cursor: pointer; 	flex-shrink: 0; }  .ecomus-product-pbt__lists .product-select--list .product-select__check .select:not(.active) { 	border-color: var(--em-input-border-color); 	background-color: var(--em-input-bg-color); }  .ecomus-product-pbt__lists .product-select--list .product-select__check .select:before { 	content: "";     display: block; 	position: absolute; 	top: 4px;     left: 7px;     width: 4px;     height: 8px;     border: solid var(--em-text-color-on-primary);     border-width: 0 2px 2px 0;     -webkit-transform: rotate(45deg);     -ms-transform: rotate(45deg);     transform: rotate(45deg); }  .rtl .ecomus-product-pbt__lists .product-select--list .product-select__check .select:before { 	-webkit-transform: rotateY(180deg) rotate(45deg); 	-ms-transform: rotateY(180deg) rotate(45deg); 	transform: rotateY(180deg) rotate(45deg); }  .ecomus-product-pbt__lists .product-select--list .product-select__check .select:not(.active):before { 	opacity: 0; }  .ecomus-product-pbt__lists .product-select--list .product-select__name { 	color: var(--em-color__dark); 	margin-left: 10px; }  .rtl .ecomus-product-pbt__lists .product-select--list .product-select__name { 	margin-left: 0;     margin-right: 10px; }  .ecomus-product-pbt__lists .product-select--list .product-select__name span { 	font-weight: 600; }  .ecomus-product-pbt__lists .product-select--list .product-select__name .stock { 	color: #db1215; }  .ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .product-select__variation { 	margin-left: 18px; }  .rtl .ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .product-select__variation { 	margin-left: 0;     margin-right: 18px; }  .ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .product-select__price { 	margin-left: 20px; }  .rtl .ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .product-select__price { 	margin-left: 0;     margin-right: 20px; }  .ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .price { 	gap: 5px; 	font-size: 14px; 	color: var(--em-color__dark); 	font-weight: 600; 	margin-bottom: 0; }  .ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .price ins, .ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .price del { 	font-size: 14px; 	color: var(--em-color__base); 	font-weight: 400; }  .ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .price ins { 	font-weight: 600; 	background-color: transparent; 	color: #db1215; }  .ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .price .woocommerce-price-suffix { 	color: var(--em-color__base); 	font-weight: 400; }  .ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .price .em-price-unit { 	margin-left: 3px; }  .ecomus-product-pbt .product-buttons { 	flex: auto; 	width: 100%; 	text-align: center; }  .ecomus-product-pbt.layout-1 .product-buttons { 	max-width: 340px; 	padding: 40px 20px; 	background-color: #F5F5F5; 	border-radius: var(--em-rounded-xs); }  .ecomus-product-pbt .product-buttons .price-box__title, .ecomus-product-pbt .product-buttons .price-box__total-title { 	font-size: 20px; 	font-weight: 600; 	color: var(--em-color__dark); }  .ecomus-product-pbt.layout-1 .product-buttons .price-box__title { 	text-align: center; 	margin-bottom: 9px; }  .ecomus-product-pbt.layout-2 .product-buttons .price-box__title { 	display: none; }  .ecomus-product-pbt .product-buttons .price-box { 	display: flex; 	align-items: center; 	color: var(--em-color__dark); }  .ecomus-product-pbt.layout-1 .product-buttons .price-box { 	justify-content: center; }  .ecomus-product-pbt .product-buttons .price-box.price-box__subtotal { 	margin-bottom: 4px; }  .ecomus-product-pbt .product-buttons .price-box.price-box__save { 	color: #ff311c; 	margin-bottom: 12px; }  .ecomus-product-pbt .product-buttons .woocommerce-price-suffix { 	font-size: 14px; 	align-self: flex-end; 	margin-left: 5px; }  .rtl .ecomus-product-pbt .product-buttons .woocommerce-price-suffix { 	margin-left: 0;     margin-right: 5px; }  .ecomus-product-pbt .product-buttons .price-box .label { 	font-size: 14px; 	font-weight: 500; }  .ecomus-product-pbt .product-buttons .s-price { 	font-weight: 400; 	font-size: 14px; }  .ecomus-product-pbt .product-buttons .s-price.ecomus-pbt-subtotal { 	font-weight: 400; }  .ecomus-product-pbt .product-buttons .s-price.ecomus-pbt-total-price { 	font-size: 28px; 	line-height: 1; 	color: var(--em-color__dark); }  .ecomus-product-pbt .product-buttons .s-price.ecomus-pbt-total-price.ins { 	color: var(--em-color__primary); }  .ecomus-product-pbt .product-buttons .price-box__total .price-box__total-title { 	margin-right: 6px; }  .rtl .ecomus-product-pbt .product-buttons .price-box__total .price-box__total-title { 	margin-right: 0;     margin-left: 6px; }  .ecomus-product-pbt.layout-1 .product-buttons .price-box__total .price-box__total-title { 	display: none; }  .ecomus-product-pbt .product-buttons .price-box__total .s-price.ecomus-pbt-subtotal { 	font-size: 20px; 	line-height: 1; 	text-decoration: line-through; 	color: #989898; 	margin-left: 9px; }  .rtl .ecomus-product-pbt .product-buttons .price-box__total .s-price.ecomus-pbt-subtotal { 	margin-left: 0;     margin-right: 9px; }  .ecomus-product-pbt .product-buttons .ecomus-pbt-add-to-cart { 	font-size: 16px; 	margin-top: 24px; 	width: 100%; 	font-weight: 600; }  .ecomus-product-pbt.layout-2 .product-buttons .ecomus-pbt-add-to-cart { 	margin-top: 20px; }  .ecomus-product-pbt .product-buttons .ecomus-pbt-add-to-cart:before {     position: absolute;     top: 50%;     left: 50%;     height: 16px;     width: 16px;     display: inline-block;     border-radius: 50%;     border: 2px solid;     border-top-color: transparent;     -webkit-animation: spin infinite 1s linear;     animation: spin infinite 1s linear;     transition: opacity .2s linear .2s;     content: ""; 	display: none; 	color: #fff; 	margin-top: -8px; 	margin-left: -8px; }  .ecomus-product-pbt .product-buttons .ecomus-pbt-add-to-cart.loading { 	position: relative; 	color: transparent; 	transition: none; }  .ecomus-product-pbt .product-buttons .ecomus-pbt-add-to-cart.loading:before { 	display: inline-block; }  .ecomus-product-pbt .ecomus-pbt-alert { 	margin: 15px 0 0; }  .ecomus-product-pbt.layout-1 ul.products .product-content > * { 	display: none; }  .ecomus-product-pbt.layout-1 ul.products .product-content > *.thumbnail { 	display: block; }  .ecomus-product-pbt.layout-2 .ecomus-product-pbt__lists { 	display: none; }  .ecomus-product-pbt .product-select__variation select { 	width: 100%; 	max-width: 154px; 	background-position: calc(100% - 10px) center; 	padding-right: 30px; 	color: var(--em-color__dark); }  .rtl .ecomus-product-pbt .product-select__variation select { 	background-position: 10px center; 	padding-left: 30px;     padding-right: 1.1rem; }  @media ( max-width: 1024px ) { 	.ecomus-product-pbt.layout-1 ul.products { 		flex-wrap: nowrap; 		margin-bottom: 24px;; 		overflow-y: hidden; 		overflow-x: auto; 		scroll-behavior: smooth; 		scrollbar-color: var(--em-color__grayer); 	}  	.ecomus-product-pbt.layout-1 ul.products::-webkit-scrollbar { 		display: none; 		height: 3px; 	}  	.ecomus-product-pbt.layout-1 ul.products::-webkit-scrollbar-track { 		background-color: var(--em-color__grayer); 	}  	.ecomus-product-pbt.layout-1 ul.products::-webkit-scrollbar-thumb { 		background-color: var(--em-color__base); 	}  	.ecomus-product-pbt.layout-1 ul.products::-webkit-scrollbar-thumb:hover { 		background-color: var(--em-color__base); 	}  	.ecomus-product-pbt.layout-1 ul.products li.product { 		flex-shrink: 0; 	}  	.ecomus-product-pbt.layout-2 { 		padding: 14px; 	}  	.ecomus-product-pbt .product-buttons .s-price.ecomus-pbt-total-price { 		font-size: 22px; 	} }  @media (max-width: 767px) { 	.ecomus-product-pbt ul.products li.product .product-content .product-summary { 		margin-bottom: 0; 	}  	.ecomus-product-pbt ul.products li.product form.variations_form select, 	.ecomus-product-pbt .product-select__variation select { 		--em-input-padding-y: 8.5px; 		--em-input-padding-x: 15px; 		--em-input-font-size: 14px; 	}  	.ecomus-product-pbt ul.products li.product form.variations_form { 		margin-top: 5px; 	}  	.ecomus-product-pbt ul.products li.product .price { 		margin-top: 10px; 	}  	.ecomus-product-pbt.layout-1 { 		margin: 33px 0 49px; 	}  	.ecomus-product-pbt.layout-1 .ecomus-product-pbt__title { 		font-size: 24px; 		margin-bottom: 24px; 	}  	.ecomus-product-pbt.layout-1 ul.products::-webkit-scrollbar { 		display: block; 	}  	.ecomus-product-pbt.layout-1 ul.products li.product { 		width: 33.333%; 		margin: 0 0 12px 26px; 	}  	.rtl .ecomus-product-pbt.layout-1 ul.products li.product { 		margin: 0 26px 12px 0; 	}  	.ecomus-product-pbt.layout-1 ul.products li.product::before { 		left: -22px; 		width: 18px; 		height: 18px; 	}  	.rtl .ecomus-product-pbt.layout-1 ul.products li.product::before { 		left: auto;         right: -22px; 	}  	.ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .product-select__variation, 	.ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .product-select__price { 		margin-left: 5px; 	}  	.rtl .ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .product-select__variation, 	.rtl .ecomus-product-pbt .ecomus-product-pbt__lists .product-select--list .product-select__price { 		margin-left: 0;         margin-right: 5px; 	}  	.ecomus-product-pbt.layout-1 .product-buttons { 		max-width: none; 	}  	.ecomus-product-pbt.layout-2 ul.products li.product .product-content { 		gap: 10px; 	}  	.ecomus-product-pbt.layout-2 ul.products .product-content .thumbnail { 		max-width: 60px; 	}  	.ecomus-product-pbt .product-buttons .s-price.ecomus-pbt-total-price { 		font-size: 22px; 	} }
.dynamic-pricing-discounts {     margin-bottom: 33px; }  .dynamic-pricing-discounts--below {     margin-top: 30px; }  .dynamic-pricing-discounts--list .dynamic-pricing-discounts-item {     padding: 18px 16px 20px;     background-color: #f6f6f6;     border-radius: var(--em-rounded-md);     margin-bottom: 18px;     cursor: pointer;     border: 1px solid transparent;     transition: .4s; }  .dynamic-pricing-discounts--list .dynamic-pricing-discounts-item:last-child {     margin-bottom: 0; }  .dynamic-pricing-discounts--list .dynamic-pricing-discounts-item.active {     border-color: #000000; }  .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item {     border-radius: var(--em-rounded-md);     cursor: pointer;     padding: 24px 16px 20px;     border: 1px solid #e9e9e9;     transition: .4s; }  .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item.active {     background-color: #fcf2f2;     border-color: #ed2424; }  .dynamic-pricing-discounts--list .dynamic-pricing-discounts-item__summary {     column-gap: 10px;     align-items: flex-start;     margin-bottom: 9px; }  .dynamic-pricing-discounts-item input[type="radio"] {     -webkit-appearance: none;     -moz-appearance: none;     appearance: none; }  .dynamic-pricing-discounts--list .dynamic-pricing-discounts-item input[type="radio"] {     margin-top: 2px;     margin-right: 12px; }  .rtl .dynamic-pricing-discounts--list .dynamic-pricing-discounts-item input[type="radio"] {     margin-right: 0;     margin-left: 12px; }  .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item input[type="radio"] {     width: 14px;     height: 14px;     margin: 0 0 3px 0; }  .dynamic-pricing-discounts-item:not(.active):hover input[type="radio"]::after {     position: absolute;     content: "";     display: block;     top: 4px;     left: 4px;     width: 6px;     height: 6px;     border: none;     border-radius: 50%;     background-color: #000; }  .rtl .dynamic-pricing-discounts-item:not(.active):hover input[type="radio"]::after {     left: auto;     right: 4px; }  .dynamic-pricing-discounts-item:not(.active):hover label {     cursor: pointer;     color: #000; }  .dynamic-pricing-discounts-item__summary input[type="radio"]::before {     top: 0;     left: 0;     width: 14px;     height: 14px;     border: 2px solid #000; }  .rtl .dynamic-pricing-discounts-item__summary input[type="radio"]::before {     left: auto;     right: 0; }  .dynamic-pricing-discounts-item__summary input[type="radio"]:checked::before {     background-color: #fff; }  .dynamic-pricing-discounts-item__summary input[type="radio"]:checked::after {     top: 4px;     left: 4px;     width: 6px;     height: 6px;     border: none;     background-color: #000; }  .rtl .dynamic-pricing-discounts-item__summary input[type="radio"]:checked::after {     left: auto;     right: 4px; }  .dynamic-pricing-discounts--list .dynamic-pricing-discounts-item label {     font-size: 16px;     line-height: 19.2px;     transition: 0.3s; }  .dynamic-pricing-discounts-item__discount {     display: inline-block;     width: max-content;     font-size: 12px;     line-height: 1;     color: #fff;     white-space: nowrap;     border-radius: 16px; }  .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item__discount {     padding: 3px 15px;     background-color: #f18506; }  .dynamic-pricing-discounts--list .dynamic-pricing-discounts-item__discount {     padding: 3px 12px;     background-color: #000;     margin-top: 3px;     margin-left: auto; }  .rtl .dynamic-pricing-discounts--list .dynamic-pricing-discounts-item__discount {     margin-right: auto;     margin-left: 0; }  .dynamic-pricing-discounts--list .dynamic-pricing-discounts-item__price {     align-items: flex-end;     justify-content: flex-end; }  .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item__price {     align-items: center;     justify-content: center; }  .dynamic-pricing-discounts-item__price > span:first-child {     font-size: 12px;     line-height: 1;     margin-bottom: 2px; }  .single-product div.product .dynamic-pricing-discounts-item__price .price {     margin: 0 0 0 9px;     font-size: 16px;     line-height: 1; }  .single-product div.product .dynamic-pricing-discounts-item__price .price del {     font-size: 14px;     font-weight: 500;     color: var(--em-color__dark);     opacity: .3; }  .single-product div.product .dynamic-pricing-discounts-item__price .price ins {     font-size: 16px;     font-weight: 700;     color: var(--em-color__dark);     background: none;     margin-left: 3px; }  .single-product div.product .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item__price .price del {     font-size: 12px;     opacity: 1; }  .single-product div.product .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item__price .price ins {     font-size: 14px;     color: #fc0510; }  .rtl.single-product div.product .dynamic-pricing-discounts-item__price .price {     margin: 0 9px 0 0; }  .rtl.single-product div.product .dynamic-pricing-discounts-item__price .price ins {     margin-right: 3px;     margin-left: 0; }  .dynamic-pricing-discounts-item__price .price .sale-off {     display: none; }  .dynamic-pricing-discounts-item__price .em-price-unit {     margin-left: 5px;     position: relative;     top: 3px; }  .dynamic-pricing-discounts__button {     margin-top: 16px;     width: 100%;     font-size: 14px;     text-transform: uppercase; }  .dynamic-pricing-discounts__button.em-loading-spin {     --em-loading-color: #fff;      color: #fff; }  .dynamic-pricing-discounts__button.em-loading-spin.loading {     color: transparent; }  .dynamic-pricing-discounts__button::before {     opacity: 0; }  .dynamic-pricing-discounts__button.loading::before {     opacity: 1; }  .dynamic-pricing-discounts--grid {     display: flex;     flex-wrap: nowrap;     gap: 18px;     padding-top: 8px;     overflow-x: auto;     scroll-behavior: smooth; }  .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item {     width: calc( ( 100% / 3 ) - ( 20px / 3 ) );     min-width: 150px; }  .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item__summary {     flex-direction: column;     align-items: center;     justify-content: center;     gap: 10px;     margin-bottom: 8px; }  .dynamic-pricing-discounts-item__thumbnail {     width: 100px;     position: relative;     overflow: hidden;     border-radius: max( 8px, var(--em-image-rounded-product-thumbnail) ); }  .dynamic-pricing-discounts-item__thumbnail img {     width: 100%;     height: 100%;     max-width: 100%;     object-fit: contain; }  .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item__form {     font-size: 16px;     line-height: 1;     margin-top: -3px; }  .dynamic-pricing-discounts-item__popular {     --em-popular-bg-color: #ed2424;      display: flex;     left: 50%;     transform: translateX(-50%);     z-index: 2;     top: -8px;     width: fit-content;     max-width: 100%; }  .dynamic-pricing-discounts-item__popular::before {     content: "";     position: absolute;     border-style: solid;     border-width: 0 0 8px 6px;     border-color: transparent transparent var(--em-popular-bg-color) transparent;     top: 0;     left: 1px;     transform: translate(-100%);     filter: brightness(0.8); }  .dynamic-pricing-discounts-item__popular::after {     content: "";     position: absolute;     border-style: solid;     border-width: 0 6px 8px 0;     border-color: transparent transparent var(--em-popular-bg-color) transparent;     top: 0;     right: 1px;     transform: translate(100%);     filter: brightness(0.8); }  .dynamic-pricing-discounts-item__popular-badges {     display: flex;     flex-wrap: nowrap;     align-items: center;     gap: 6px;     border-radius: 0;     background-color: var(--em-popular-bg-color);     font-size: 12px;     font-weight: 700;     color: #fff;     position: relative;     overflow: hidden;     z-index: 10;     padding: 3px 6px; }  .dynamic-pricing-discounts-item__popular-badges .text {     white-space: nowrap; }  .dynamic-pricing-discounts-item.active .dynamic-pricing-discounts-item__popular {     --em-popular-bg-color: #000000; }  @media (max-width: 1024px) {     .dynamic-pricing-discounts-item__discount {         margin-top: 0;     } }
.advanced-linked-products { 	gap: 10px; 	margin-bottom: 30px; }  .advanced-linked-products__heading { 	flex: auto; 	width: 100%; 	margin-bottom: 5px; }  .advanced-linked-products__item { 	display: flex; 	flex-direction: column; 	max-width: 90px; 	padding: 5px; 	border: 1px solid rgba( 0, 0, 0, 0.1 ); 	border-radius: var(--em-rounded-xs); }  .advanced-linked-products__item.current { 	border-color: #000; }  .advanced-linked-products__image img { 	border-radius: 0; 	display: block;     max-width: 100%;     position: absolute;     margin: 0;     top: 0;     left: 0;     height: 100%;     width: 100%;     -o-object-fit: cover;     object-fit: cover;     -o-object-position: center;     object-position: center; }  .advanced-linked-products__image { 	position: relative; }  .advanced-linked-products__image:before { 	content: ''; 	width: 0; 	height: 0; 	display: block; 	padding-bottom: var(--product-image-ratio-percent); }  .advanced-linked-products__title { 	margin-top: 5px; 	font-size: 12px; 	white-space: nowrap;     text-overflow: ellipsis;     max-width: 100%;     overflow: hidden; }  @media ( max-width: 768px ) { 	.advanced-linked-products__item { 		max-width: 60px; 	} }
.deal { 	margin: 50px 0 40px; }  .deal-expire-text, .deal-sold-text { 	margin-bottom: 0.5em; 	width: 40%; 	font-weight: 500; 	text-transform: uppercase; }  .deal-progress .progress-bar, .deal-progress .progress-value { 	height: 6px; }  .deal-progress .progress-bar { 	position: relative; 	background: #F6F6F6; 	margin-bottom: 3px; 	border-radius: var( --em-rounded-xs ); }  .deal-progress .progress-value { 	background-color: var( --em-color__primary ); 	border-radius: var( --em-rounded-xs ) 0 0 var( --em-rounded-xs ); }  .deal-progress .progress-value[style*="width: 100%"] { 	border-radius: var( --em-rounded-xs ); }  .deal-expire-date { 	margin-bottom: 20px; }  .deal-expire-date, .deal-sold{ 	display: flex; 	margin-top: 20px; 	width: 100%; }  .deal-expire-countdown, .deal-progress{ 	overflow: hidden; 	width: 100%; }  .deal-progress .deal-content { 	display: flex; 	align-items: center; 	justify-content: space-between; }  .deal-expire-countdown .timer, .deal-expire-countdown .divider { 	text-align: center; 	display: block; 	float: left; }  .deal-expire-countdown .timer { 	width: 20%; }  .deal-expire-countdown .divider { 	font-size: 1.8em; 	width: 6.3333%; 	padding-top: 0.3em; }  .deal-expire-countdown .timer span { 	display: block; }  .deal-expire-countdown .timer .digits { 	font-size: 28px; 	margin: 0 0 3px 0; 	padding: 12px 8px; 	min-width: 56px; 	min-height: 56px; 	border: 1px solid #ddd; 	font-weight: 600; 	line-height: 1; 	display: flex; 	align-items: center; 	justify-content: center; 	color: #1d2128; }  .deal-expire-countdown .timer .text, .deal-progress .deal-text { 	font-size: 14px; }  .deal-expire-countdown.ecomus-countdown { 	justify-content: space-between; 	overflow: inherit; }  .deal-expire-countdown.ecomus-countdown .timer { 	display: flex; 	flex-direction: column; 	padding: 0; }  .deal-expire-countdown.ecomus-countdown .divider {     font-size: 21px;     width: auto; 	padding-top: 20px; 	top: 0;     right: -13px; }  .deal-expire-countdown.ecomus-countdown .timer .text{ 	font-size: 14px; 	font-weight: 400; 	text-transform: capitalize; }
:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}
.elementor-4421 .elementor-element.elementor-element-6dc6d582{--display:flex;}.elementor-4421 .elementor-element.elementor-element-6dc6d582.ecomus-motion--sticky{position:var(--position);}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-4421 .elementor-element.elementor-element-5f4fc383{--divider-border-style:solid;--divider-color:#EBEBEB;--divider-border-width:1px;}.elementor-4421 .elementor-element.elementor-element-5f4fc383 > .elementor-widget-container{padding:0px 0px 40px 0px;}.elementor-4421 .elementor-element.elementor-element-5f4fc383 .elementor-divider-separator{width:100%;}.elementor-4421 .elementor-element.elementor-element-5f4fc383 .elementor-divider{padding-block-start:0px;padding-block-end:0px;}.elementor-4421 .elementor-element.elementor-element-11f2da84{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-4421 .elementor-element.elementor-element-11f2da84.ecomus-motion--sticky{position:var(--position);}.elementor-4421 .elementor-element.elementor-element-6d4c37c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:15px 15px;--row-gap:15px;--column-gap:15px;}.elementor-4421 .elementor-element.elementor-element-6d4c37c7.ecomus-motion--sticky{position:var(--position);}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4421 .elementor-element.elementor-element-300addae > .elementor-widget-container{margin:0px 0px 16px 0px;}.elementor-4421 .elementor-element.elementor-element-300addae{text-align:left;}.elementor-4421 .elementor-element.elementor-element-300addae img{border-radius:0px 0px 0px 0px;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-4421 .elementor-element.elementor-element-5ebf826f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(5px/2);}.elementor-4421 .elementor-element.elementor-element-5ebf826f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(5px/2);}.elementor-4421 .elementor-element.elementor-element-5ebf826f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(5px/2);}.elementor-4421 .elementor-element.elementor-element-5ebf826f .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-5px/2);}.elementor-4421 .elementor-element.elementor-element-5ebf826f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-5px/2);}.elementor-4421 .elementor-element.elementor-element-5ebf826f .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-4421 .elementor-element.elementor-element-5ebf826f .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-4421 .elementor-element.elementor-element-5ebf826f{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-4421 .elementor-element.elementor-element-5ebf826f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4421 .elementor-element.elementor-element-5ebf826f .elementor-icon-list-item > a{font-weight:400;}.elementor-4421 .elementor-element.elementor-element-5ebf826f .elementor-icon-list-text{color:#545454;transition:color 0.3s;}.elementor-4421 .elementor-element.elementor-element-67cc64fb > .elementor-widget-container{margin:0px 0px 11px 0px;}.elementor-4421 .elementor-element.elementor-element-a674779 .elementor-repeater-item-6b7866c:hover{color:#3B5998;border-color:#3B5998;}.elementor-4421 .elementor-element.elementor-element-a674779 .elementor-repeater-item-af4e675:hover{color:#555555;border-color:#555555;}.elementor-4421 .elementor-element.elementor-element-a674779 .elementor-repeater-item-8d069ce:hover{color:#E03566;border-color:#E03566;}.elementor-4421 .elementor-element.elementor-element-a674779 .ecomus-social-icons__wrapper{gap:10px;}.elementor-4421 .elementor-element.elementor-element-23f3a628{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4421 .elementor-element.elementor-element-23f3a628.ecomus-motion--sticky{position:var(--position);}.elementor-4421 .elementor-element.elementor-element-3fb1c0e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4421 .elementor-element.elementor-element-3fb1c0e3.ecomus-motion--sticky{position:var(--position);}.elementor-4421 .elementor-element.elementor-element-252674ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4421 .elementor-element.elementor-element-252674ed.ecomus-motion--sticky{position:var(--position);}.elementor-4421 .elementor-element.elementor-element-5794feb0{--display:flex;--padding-top:25px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4421 .elementor-element.elementor-element-5794feb0.ecomus-motion--sticky{position:var(--position);}.elementor-4421 .elementor-element.elementor-element-7fb1feed{--divider-border-style:solid;--divider-color:#EBEBEB;--divider-border-width:1px;}.elementor-4421 .elementor-element.elementor-element-7fb1feed .elementor-divider-separator{width:100%;}.elementor-4421 .elementor-element.elementor-element-7fb1feed .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-4421 .elementor-element.elementor-element-4725954c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:10px;--padding-bottom:23px;--padding-left:0px;--padding-right:0px;}.elementor-4421 .elementor-element.elementor-element-4725954c.ecomus-motion--sticky{position:var(--position);}.elementor-4421 .elementor-element.elementor-element-711fb27e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4421 .elementor-element.elementor-element-711fb27e.ecomus-motion--sticky{position:var(--position);}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4421 .elementor-element.elementor-element-19851d3a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4421 .elementor-element.elementor-element-19851d3a.ecomus-motion--sticky{position:var(--position);}.elementor-4421 .elementor-element.elementor-element-12ccc1b5{text-align:right;}.elementor-4421 .elementor-element.elementor-element-12ccc1b5 img{border-radius:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-4421 .elementor-element.elementor-element-11f2da84{--gap:40px 0px;--row-gap:40px;--column-gap:0px;--flex-wrap:wrap;}}@media(max-width:767px){.elementor-4421 .elementor-element.elementor-element-11f2da84{--gap:15px 15px;--row-gap:15px;--column-gap:15px;}.elementor-4421 .elementor-element.elementor-element-67cc64fb > .elementor-widget-container{margin:0px 0px 5px 0px;}.elementor-4421 .elementor-element.elementor-element-a674779 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-4421 .elementor-element.elementor-element-4725954c{--gap:18px 18px;--row-gap:18px;--column-gap:18px;}.elementor-4421 .elementor-element.elementor-element-3107caa9{text-align:center;}.elementor-4421 .elementor-element.elementor-element-12ccc1b5{text-align:center;}}@media(min-width:768px){.elementor-4421 .elementor-element.elementor-element-6d4c37c7{--width:25%;}.elementor-4421 .elementor-element.elementor-element-23f3a628{--width:25%;}.elementor-4421 .elementor-element.elementor-element-3fb1c0e3{--width:25%;}.elementor-4421 .elementor-element.elementor-element-252674ed{--width:25%;}.elementor-4421 .elementor-element.elementor-element-711fb27e{--width:50%;}.elementor-4421 .elementor-element.elementor-element-19851d3a{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-4421 .elementor-element.elementor-element-6d4c37c7{--width:50%;}.elementor-4421 .elementor-element.elementor-element-23f3a628{--width:50%;}.elementor-4421 .elementor-element.elementor-element-3fb1c0e3{--width:50%;}.elementor-4421 .elementor-element.elementor-element-252674ed{--width:50%;}}
#wc-stripe-express-checkout-element iframe{max-width:unset}#wc-stripe-express-checkout-element{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:12px}#wc-stripe-express-checkout-element>div{flex:1;min-width:260px}
/**  * Swiper 8.4.5  * Most modern mobile touch slider and framework with hardware accelerated transitions  * https://swiperjs.com  *  * Copyright 2014-2022 Vladimir Kharlampidi  *  * Released under the MIT License  *  * Released on: November 21, 2022  */   @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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.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(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top: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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,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:10px;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{transform:scale(1)}.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: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;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:10px;top:50%;transform:translate3d(0px,-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:.2s transform,.2s top}.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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.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}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*! Theme Name: Ecomus Theme URI: https://wpecomus.com Author: Drfuri Author URI: http://drfuri.com Description: Multipurpose WooCommerce WordPress Theme Version: 2.0.1 Requires at least: 5.0  Tested up to: 5.8 Requires PHP: 7.0 License: GNU General Public License v2+ License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: ecomus Domain Path: lang/ Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready  */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Generic 	- Normalize 	- Box sizing # Base 	- Typography 	- Elements 	- Links 	- Forms ## Layouts # Components 	- Navigation 	- Posts and pages 	- Comments 	- Widgets 	- Media 	- Captions 	- Galleries # plugins 	- Jetpack infinite scroll # Utilities 	- Accessibility 	- Alignments  --------------------------------------------------------------*/ :root { 	--em-font__main: 'Albert Sans', Arial, sans-serif; 	--em-line-height__body: 1.6; 	--em-color__base: #545454; 	--em-color__dark: #000000; 	--em-color__light: #ffffff; 	--em-color__primary: #DB1215; 	--em-color__grayer: #d9d9d9; 	--em-text-color-on-primary: #fff; 	--em-link-color: #000000; 	--em-link-color-hover: #DB1215; 	--em-header-color: #000000; 	--em-color-price-sale: #db1215; 	--em-border-color: #EBEBEB; 	--em-image-rounded: 0px; 	--em-image-rounded-post-card: 0; 	--em-image-rounded-featured-post: 0; 	--em-image-rounded-product-card: 0; 	--em-image-rounded-product-gallery: 0; 	--em-image-rounded-product-thumbnail: 0; 	--em-rounded-xs: 2.5px; 	--em-rounded-sm: 5px; 	--em-rounded-md: 10px; 	--em-rounded-full: 9999px; 	--em-image-rounded-post-card-small: min( 5px, var(--em-image-rounded-post-card) ); 	--em-image-rounded-product-card-small: min( 5px, var(--em-image-rounded-product-card) ); 	--em-image-eff-scale: 1.1; 	--em-image-eff-scale-product-card: 1.09; 	--em-heading-font: var(--em-font__main); 	--em-heading-color: #000000; 	--em-heading-font-weight: 400; 	--em-heading-line-height: 1.2; 	--em-heading-text-transform: none; 	--em-button-color: #ffffff; 	--em-button-bg-color: #000000; 	--em-button-border-color: var(--em-button-bg-color); 	--em-button-color-hover: #ffffff; 	--em-button-bg-color-hover: #000000; 	--em-button-border-color-hover: var(--em-button-bg-color-hover); 	--em-button-eff-bg-color-hover: rgba(255, 255, 255, 0.25); 	--em-button-padding-top: 15px; 	--em-button-padding-right: 20px; 	--em-button-padding-bottom: 14px; 	--em-button-padding-left: 20px; 	--em-button-line-height: 1; 	--em-button-font-size: 14px; 	--em-button-rounded: 0px; 	--em-button-font-weight: 600; 	--em-button-icon-spacing: 10px; 	--em-button-icon-size: 8px; 	--em-loading-color: #000000; 	--em-input-color: #545454; 	--em-input-border-color: #EBEBEB; 	--em-input-border-color-hover: #000000; 	--em-input-border-width: 1px; 	--em-input-bg-color: #ffffff; 	--em-input-padding-y: 0.813rem; 	--em-input-padding-x: 1.1rem; 	--em-input-font-size: 14px; 	--em-input-placeholder-font-size: 14px; 	--em-input-rounded: 0px; 	--em-swiper-slide-spacing: 30px; 	--em-swiper-pagination-spacing: 30px; 	--em-ratio-percent: 100%; 	--product-image-ratio-percent: 100%; 	--em-cursor-close-icon: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDMwIDMwIiBmaWxsPSJub25lIj4KPGNpcmNsZSBzaGFwZS1yZW5kZXJpbmc9Imdlb21ldHJpY1ByZWNpc2lvbiIgY3g9IjE1IiBjeT0iMTUiIHI9IjE1IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBzaGFwZS1yZW5kZXJpbmc9Imdlb21ldHJpY1ByZWNpc2lvbiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4xOTUzIDExLjE5NTNDMTEuNDU1NiAxMC45MzQ5IDExLjg3NzcgMTAuOTM0OSAxMi4xMzgxIDExLjE5NTNMMTUgMTQuMDU3MkwxNy44NjE5IDExLjE5NTNDMTguMTIyMyAxMC45MzQ5IDE4LjU0NDQgMTAuOTM0OSAxOC44MDQ3IDExLjE5NTNDMTkuMDY1MSAxMS40NTU2IDE5LjA2NTEgMTEuODc3NyAxOC44MDQ3IDEyLjEzODFMMTUuOTQyOCAxNUwxOC44MDQ3IDE3Ljg2MTlDMTkuMDY1MSAxOC4xMjIzIDE5LjA2NTEgMTguNTQ0NCAxOC44MDQ3IDE4LjgwNDdDMTguNTQ0NCAxOS4wNjUxIDE4LjEyMjMgMTkuMDY1MSAxNy44NjE5IDE4LjgwNDdMMTUgMTUuOTQyOEwxMi4xMzgxIDE4LjgwNDdDMTEuODc3NyAxOS4wNjUxIDExLjQ1NTYgMTkuMDY1MSAxMS4xOTUzIDE4LjgwNDdDMTAuOTM0OSAxOC41NDQ0IDEwLjkzNDkgMTguMTIyMyAxMS4xOTUzIDE3Ljg2MTlMMTQuMDU3MiAxNUwxMS4xOTUzIDEyLjEzODFDMTAuOTM0OSAxMS44Nzc3IDEwLjkzNDkgMTEuNDU1NiAxMS4xOTUzIDExLjE5NTNaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4="); }  @keyframes shine { 	100% { 		left: -200%; 	} }  @keyframes spin { 	from { 		transform: rotate(0deg); 	} 	to { 		transform: rotate(360deg); 	} }  @keyframes vibrate { 	from, 	to { 		-webkit-transform: scale3d(1, 1, 1); 		transform: scale3d(1, 1, 1); 	} 	10%, 	20% { 		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); 		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); 	} 	30%, 	50%, 	70%, 	90% { 		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); 		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); 	} 	40%, 	60%, 	80% { 		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); 		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); 	} }  @keyframes leftToCenter { 	from { 		transform: translate(calc( -50% - 30%), -50%); 	} 	to { 		transform: translate(-50%, -50%); 	} }  @keyframes centerToRight { 	from { 		transform: translate(-50%, -50%); 		opacity: 1; 	} 	to { 		transform: translate(calc( -50% + 30%), -50%); 		opacity: 0; 	} }  @keyframes fadeIn { 	from { 		opacity: 0; 		transform: translateY(19px); 	} 	to { 		opacity: 1; 		transform: translateY(0); 	} }  @keyframes fadeOut { 	from { 		opacity: 1; 		transform: translateY(0); 	} 	to { 		opacity: 0; 		transform: translateY(19px); 	} }  @keyframes slideInRight { 	0% { 		transform: translateX(100%); 		opacity: 0; 	} 	100% { 		transform: translateX(0); 		opacity: 1; 	} }  @keyframes slideIn { 	0% { 		transform: translateY(19px); 		opacity: 0; 	} 	100% { 		transform: translateY(0); 		opacity: 1; 	} }  @keyframes marquee { 	0% { 		transform: translateX(0); 	} 	100% { 		transform: translateX(-100%); 	} }  @keyframes ripple { 	0% { 		box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5); 	} 	50% { 		box-shadow: 0 0 0 20px rgba(242, 242, 242, 0); 	} 	100% { 		box-shadow: 0 0 0 0 rgba(242, 242, 242, 0); 	} }  @keyframes rippleDark { 	0% { 		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5); 	} 	50% { 		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0); 	} 	100% { 		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); 	} }  @-webkit-keyframes fadeInDown { 	from { 		opacity: 0; 		-webkit-transform: translate3d(0, -100%, 0); 		transform: translate3d(0, -100%, 0); 	} 	to { 		opacity: 1; 		-webkit-transform: none; 		transform: none; 	} }  @keyframes fadeInDown { 	from { 		opacity: 0; 		-webkit-transform: translate3d(0, -100%, 0); 		transform: translate3d(0, -100%, 0); 	} 	to { 		opacity: 1; 		-webkit-transform: none; 		transform: none; 	} }  @keyframes sonarEffect { 	0% { 		opacity: .3; 	} 	40% { 		opacity: .5; 		box-shadow: 0 0 0 2px #ffffff1a, 0 0 5px 5px #fff, 0 0 0 5px #ffffff80; 	} 	100% { 		box-shadow: 0 0 0 2px #ffffff1a, 0 0 5px 5px #fff, 0 0 0 5px #ffffff80; 		transform: scale(1.5); 		opacity: 0; 	} }  @keyframes autofill-animation { 	from { 		opacity: 1; 	} 	to { 		opacity: 1; 	} }  /*-------------------------------------------------------------- # Generic --------------------------------------------------------------*/ /* Normalize --------------------------------------------- */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document 	 ========================================================================== */ /**  * 1. Correct the line height in all browsers.  * 2. Prevent adjustments of font size after orientation changes in iOS.  */ html { 	line-height: 1.15; 	-webkit-text-size-adjust: 100%; }  /* Sections 	 ========================================================================== */ /**  * Remove the margin in all browsers.  */ body { 	margin: 0; }  /**  * Render the `main` element consistently in IE.  */ main { 	display: block; }  /**  * Correct the font size and margin on `h1` elements within `section` and  * `article` contexts in Chrome, Firefox, and Safari.  */ h1 { 	font-size: 2em; 	margin: 0.67em 0; }  /* Grouping content 	 ========================================================================== */ /**  * 1. Add the correct box sizing in Firefox.  * 2. Show the overflow in Edge and IE.  */ hr { 	box-sizing: content-box; 	height: 0; 	overflow: visible; }  /**  * 1. Correct the inheritance and scaling of font size in all browsers.  * 2. Correct the odd `em` font sizing in all browsers.  */ pre { 	font-family: monospace, monospace; 	font-size: 1em; }  /* Text-level semantics 	 ========================================================================== */ /**  * Remove the gray background on active links in IE 10.  */ a { 	background-color: transparent; }  /**  * 1. Remove the bottom border in Chrome 57-  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.  */ abbr[title] { 	border-bottom: none; 	text-decoration: underline; 	text-decoration: underline dotted; }  /**  * Add the correct font weight in Chrome, Edge, and Safari.  */ b, strong { 	font-weight: 700; }  /**  * 1. Correct the inheritance and scaling of font size in all browsers.  * 2. Correct the odd `em` font sizing in all browsers.  */ code, kbd, samp { 	font-family: monospace, monospace; 	font-size: 1em; }  /**  * Add the correct font size in all browsers.  */ small { 	font-size: 80%; }  /**  * Prevent `sub` and `sup` elements from affecting the line height in  * all browsers.  */ sub, sup { 	font-size: 75%; 	line-height: 0; 	position: relative; 	vertical-align: baseline; }  sub { 	bottom: -0.25em; }  sup { 	top: -0.5em; }  /* Embedded content 	 ========================================================================== */ /**  * Remove the border on images inside links in IE 10.  */ img { 	border-style: none; }  /* Forms 	 ========================================================================== */ /**  * 1. Change the font styles in all browsers.  * 2. Remove the margin in Firefox and Safari.  */ button, input, optgroup, select, textarea { 	font-family: inherit; 	font-size: 100%; 	line-height: inherit; 	margin: 0; }  /**  * Show the overflow in IE.  * 1. Show the overflow in Edge.  */ button, input { 	overflow: visible; }  /**  * Remove the inheritance of text transform in Edge, Firefox, and IE.  * 1. Remove the inheritance of text transform in Firefox.  */ button, select { 	text-transform: none; }  /**  * Correct the inability to style clickable types in iOS and Safari.  */ button, [type="button"], [type="reset"], [type="submit"] { 	-webkit-appearance: button; }  /**  * Remove the inner border and padding in Firefox.  */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { 	border-style: none; 	padding: 0; }  /**  * Restore the focus styles unset by the previous rule.  */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { 	outline: 1px dotted ButtonText; }  /**  * Correct the padding in Firefox.  */ fieldset { 	padding: 0.35em 0.75em 0.625em; }  /**  * 1. Correct the text wrapping in Edge and IE.  * 2. Correct the color inheritance from `fieldset` elements in IE.  * 3. Remove the padding so developers are not caught out when they zero out  *		`fieldset` elements in all browsers.  */ legend { 	box-sizing: border-box; 	color: inherit; 	display: table; 	max-width: 100%; 	padding: 0; 	white-space: normal; }  /**  * Add the correct vertical alignment in Chrome, Firefox, and Opera.  */ progress { 	vertical-align: baseline; }  /**  * Remove the default vertical scrollbar in IE 10+.  */ textarea { 	overflow: auto; }  /**  * 1. Add the correct box sizing in IE 10.  * 2. Remove the padding in IE 10.  */ [type="checkbox"], [type="radio"] { 	box-sizing: border-box; 	padding: 0; }  /**  * Correct the cursor style of increment and decrement buttons in Chrome.  */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { 	height: auto; }  /**  * 1. Correct the odd appearance in Chrome and Safari.  * 2. Correct the outline style in Safari.  */ [type="search"] { 	-webkit-appearance: textfield; 	outline-offset: -2px; }  /**  * Remove the inner padding in Chrome and Safari on macOS.  */ [type="search"]::-webkit-search-decoration { 	-webkit-appearance: none; }  /**  * 1. Correct the inability to style clickable types in iOS and Safari.  * 2. Change font properties to `inherit` in Safari.  */ ::-webkit-file-upload-button { 	-webkit-appearance: button; 	font: inherit; }  /* Interactive 	 ========================================================================== */ /*  * Add the correct display in Edge, IE 10+, and Firefox.  */ details { 	display: block; }  /*  * Add the correct display in all browsers.  */ summary { 	display: list-item; }  /* Misc 	 ========================================================================== */ /**  * Add the correct display in IE 10+.  */ template { 	display: none; }  /**  * Add the correct display in IE 10.  */ [hidden] { 	display: none; }  /* Box sizing --------------------------------------------- */ /* Inherit box-sizing to more easily change it's value on a component level. @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ *, *::before, *::after { 	box-sizing: border-box; }  html { 	box-sizing: border-box; }  /*-------------------------------------------------------------- # Base --------------------------------------------------------------*/ /* Typography --------------------------------------------- */ h1, h2, h3, h4, h5, h6 { 	font-family: var(--em-heading-font), sans-serif; 	clear: both; 	line-height: var(--em-heading-line-height); 	color: var(--em-heading-color); 	font-weight: var(--em-heading-font-weight); 	text-transform: var(--em-heading-text-transform); }  h1 { 	font-size: 80px; 	font-size: 5rem; 	margin: 0.67em 0; }  h2 { 	font-size: 68px; 	font-size: 4.25rem; 	margin: 0.83em 0; }  h3 { 	font-size: 52px; 	font-size: 3.25rem; 	margin: 1em 0; }  h4 { 	font-size: 42px; 	font-size: 2.625rem; 	margin: 1.33em 0; }  h5 { 	font-size: 28px; 	font-size: 1.75rem; 	margin: 1.67em 0; }  h6 { 	font-size: 20px; 	font-size: 1.25rem; 	margin: 2.33em 0; }  body { 	color: var(--em-color__base); 	font-family: var(--em-font__main); 	font-optical-sizing: auto; 	font-size: 14px; 	font-size: 0.875rem; 	line-height: var(--em-line-height__body); 	-ms-word-wrap: break-word; 	word-wrap: break-word; }  p { 	margin-bottom: 1.5em; }  dfn, cite, em, i { 	font-style: italic; }  blockquote { 	margin: 1.75em 0; 	font-size: 14px; 	font-size: 0.875rem; 	font-style: italic; 	padding: 60px 30px 20px 30px; 	position: relative; 	border-left: 2px solid var(--em-color__dark); 	color: var(--em-color__dark); 	box-shadow: none; 	font-weight: 500; }  blockquote:after { 	content: ""; 	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDM3IDI1IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTI2LjI1MjkgMjQuNUwzMC41MDgxIDE2LjEzNThMMzAuODc3OSAxNS40MDkxSDMwLjA2MjVIMjEuMzEyNVYwLjVIMzYuNVYxNS43ODkyTDMyLjA2ODQgMjQuNUgyNi4yNTI5Wk01LjQ0MDM2IDI0LjVMOS42OTU2NCAxNi4xMzU4TDEwLjA2NTQgMTUuNDA5MUg5LjI1SDAuNVYwLjVIMTUuNjg3NVYxNS43ODkyTDExLjI1NTkgMjQuNUg1LjQ0MDM2WiIgc3Ryb2tlPSIjQjVCNUI1Ij48L3BhdGg+IDwvc3ZnPg=="); 	width: 37px; 	height: 25px; 	position: absolute; 	top: 20px; 	left: 30px; }  blockquote p { 	margin: 0.5em 0; }  blockquote footer { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; }  address { 	margin: 0 0 1.5em; }  pre { 	background: #eee; 	font-family: "Courier 10 Pitch", courier, monospace; 	line-height: 1.6; 	margin-bottom: 1.6em; 	overflow: auto; 	padding: 1.6em; }  code, kbd, tt, var { 	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }  code { 	padding: 2px 4px; 	color: #c7254e; 	background-color: #f9f2f4; 	font-size: inherit; }  abbr, acronym { 	border-bottom: 1px dotted #EBEBEB; 	cursor: help; }  mark, ins { 	background: #fff9c0; 	text-decoration: none; }  big { 	font-size: 122.22222%; 	line-height: 1.4; 	font-weight: 500; }  /* Elements --------------------------------------------- */ body { 	background: #fff; }  ul, ol { 	padding: 0 0 1.5em 1.3em; 	margin-left: 0; }  ol { 	list-style: decimal; }  li > ul, li > ol { 	padding-bottom: 0; 	padding-left: 1.5em; }  dt { 	font-weight: 700; }  dd { 	margin: 0 1.5em 1.5em; }  /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { 	max-width: 100%; }  img { 	height: auto; 	max-width: 100%; 	vertical-align: middle; }  figure { 	margin: 1em 0 2em; }  .em-ratio { 	display: flex; 	width: 100%; 	position: relative; }  .em-ratio:before { 	content: ''; 	width: 0; 	height: 0; 	display: block; 	padding-bottom: var(--em-ratio-percent); }  .em-ratio img { 	display: block; 	max-width: 100%; 	position: absolute; 	margin: 0; 	top: 0; 	left: 0; 	height: 100%; 	width: 100%; 	object-fit: cover; 	object-position: center; }  .em-ratio--portrait { 	--em-ratio-percent: 128%; }  .em-eff-img-zoom { 	overflow: hidden; }  .em-eff-img-zoom img { 	transition: all 1s; }  .em-eff-img-zoom:hover img { 	transform: scale(var(--em-image-eff-scale)); }  .em-image-rounded, .elementor .elementor-element img, img { 	border-radius: var(--em-image-rounded); }  table { 	margin: 0 0 1.5em; 	width: 100%; 	border: none; }  th, td { 	padding: 10px 0; 	border: none; 	border-bottom: 1px solid #EBEBEB; }  th { 	text-align: left; }  th a { 	text-decoration: none; }  .wp-block-table td, .wp-block-table th { 	border: none; 	padding: 10px 0; 	border-bottom: 1px solid #EBEBEB; }  .ecomus-svg-icon { 	display: inline-block; 	line-height: 1; }  .ecomus-svg-icon svg { 	vertical-align: -.125em; 	width: 1em; 	height: 1em; 	fill: currentColor; 	display: inline-block; }  .em-row { 	display: flex; 	flex-wrap: wrap; 	margin-left: -15px; 	margin-right: -15px; }  .em-col { 	min-height: 1px; 	padding-left: 15px; 	padding-right: 15px; }  .em-xs-12 { 	flex: 0 0 100%; 	max-width: 100%; }  .em-xs-11 { 	flex: 0 0 91.66667%; 	max-width: 91.66667%; }  .em-xs-10 { 	flex: 0 0 83.33333%; 	max-width: 83.33333%; }  .em-xs-9 { 	flex: 0 0 75%; 	max-width: 75%; }  .em-xs-8 { 	flex: 0 0 66.66667%; 	max-width: 66.66667%; }  .em-xs-7 { 	flex: 0 0 58.33333%; 	max-width: 58.33333%; }  .em-xs-6 { 	flex: 0 0 50%; 	max-width: 50%; }  .em-xs-5 { 	flex: 0 0 41.66667%; 	max-width: 41.66667%; }  .em-xs-4 { 	flex: 0 0 33.33333%; 	max-width: 33.33333%; }  .em-xs-3 { 	flex: 0 0 25%; 	max-width: 25%; }  .em-xs-2 { 	flex: 0 0 16.66667%; 	max-width: 16.66667%; }  .em-xs-1 { 	flex: 0 0 8.33333%; 	max-width: 8.33333%; }  .em-xs-1-5 { 	flex: 0 0 20%; 	max-width: 20%; }  @media (min-width: 768px) { 	.em-sm-12 { 		flex: 0 0 100%; 		max-width: 100%; 	} 	.em-sm-11 { 		flex: 0 0 91.66667%; 		max-width: 91.66667%; 	} 	.em-sm-10 { 		flex: 0 0 83.33333%; 		max-width: 83.33333%; 	} 	.em-sm-9 { 		flex: 0 0 75%; 		max-width: 75%; 	} 	.em-sm-8 { 		flex: 0 0 66.66667%; 		max-width: 66.66667%; 	} 	.em-sm-7 { 		flex: 0 0 58.33333%; 		max-width: 58.33333%; 	} 	.em-sm-6 { 		flex: 0 0 50%; 		max-width: 50%; 	} 	.em-sm-5 { 		flex: 0 0 41.66667%; 		max-width: 41.66667%; 	} 	.em-sm-4 { 		flex: 0 0 33.33333%; 		max-width: 33.33333%; 	} 	.em-sm-3 { 		flex: 0 0 25%; 		max-width: 25%; 	} 	.em-sm-2 { 		flex: 0 0 16.66667%; 		max-width: 16.66667%; 	} 	.em-sm-1 { 		flex: 0 0 8.33333%; 		max-width: 8.33333%; 	} 	.em-sm-1-5 { 		flex: 0 0 20%; 		max-width: 20%; 	} }  @media (min-width: 992px) { 	.em-md-12 { 		flex: 0 0 100%; 		max-width: 100%; 	} 	.em-md-11 { 		flex: 0 0 91.66667%; 		max-width: 91.66667%; 	} 	.em-md-10 { 		flex: 0 0 83.33333%; 		max-width: 83.33333%; 	} 	.em-md-9 { 		flex: 0 0 75%; 		max-width: 75%; 	} 	.em-md-8 { 		flex: 0 0 66.66667%; 		max-width: 66.66667%; 	} 	.em-md-7 { 		flex: 0 0 58.33333%; 		max-width: 58.33333%; 	} 	.em-md-6 { 		flex: 0 0 50%; 		max-width: 50%; 	} 	.em-md-5 { 		flex: 0 0 41.66667%; 		max-width: 41.66667%; 	} 	.em-md-4 { 		flex: 0 0 33.33333%; 		max-width: 33.33333%; 	} 	.em-md-3 { 		flex: 0 0 25%; 		max-width: 25%; 	} 	.em-md-2 { 		flex: 0 0 16.66667%; 		max-width: 16.66667%; 	} 	.em-md-1 { 		flex: 0 0 8.33333%; 		max-width: 8.33333%; 	} 	.em-md-1-5 { 		flex: 0 0 20%; 		max-width: 20%; 	} }  @media (min-width: 1200px) { 	.em-lg-12 { 		flex: 0 0 100%; 		max-width: 100%; 	} 	.em-lg-11 { 		flex: 0 0 91.66667%; 		max-width: 91.66667%; 	} 	.em-lg-10 { 		flex: 0 0 83.33333%; 		max-width: 83.33333%; 	} 	.em-lg-9 { 		flex: 0 0 75%; 		max-width: 75%; 	} 	.em-lg-8 { 		flex: 0 0 66.66667%; 		max-width: 66.66667%; 	} 	.em-lg-7 { 		flex: 0 0 58.33333%; 		max-width: 58.33333%; 	} 	.em-lg-6 { 		flex: 0 0 50%; 		max-width: 50%; 	} 	.em-lg-5 { 		flex: 0 0 41.66667%; 		max-width: 41.66667%; 	} 	.em-lg-4 { 		flex: 0 0 33.33333%; 		max-width: 33.33333%; 	} 	.em-lg-3 { 		flex: 0 0 25%; 		max-width: 25%; 	} 	.em-lg-2 { 		flex: 0 0 16.66667%; 		max-width: 16.66667%; 	} 	.em-lg-1 { 		flex: 0 0 8.33333%; 		max-width: 8.33333%; 	} 	.em-lg-1-5 { 		flex: 0 0 20%; 		max-width: 20%; 	} }  @media (max-width: 767px) { 	.em-row-xs { 		margin-left: -7.5px; 		margin-right: -7.5px; 	} 	.em-col-xs { 		padding-left: 7.5px; 		padding-right: 7.5px; 	} }  .em-badge { 	--em-badge-font-size: 10px; 	--em-badge-color: #ffffff; 	--em-badge-bg-color: #000000; 	--em-badge-border-color: var(--em-badge-bg-color); 	--em-badge-color-hover: #ffffff; 	--em-badge-bg-color-hover: #000000; 	--em-badge-border-color-hover: var(--em-badge-bg-color-hover); 	--em-badge-eff-bg-color-hover: rgba(255, 255, 255, 0.25); 	--em-badge-padding-top: 9px; 	--em-badge-padding-right: 16px; 	--em-badge-padding-bottom: 8px; 	--em-badge-padding-left: 16px; 	--em-badge-line-height: 1; 	--em-badge-rounded: min( 3px, var(--em-button-rounded) ); 	--em-badge-font-weight: 700; 	font-size: var(--em-badge-font-size); 	background-color: var(--em-badge-bg-color); 	color: var(--em-badge-color); 	border: 1px solid var(--em-badge-border-color); 	padding: var(--em-badge-padding-top) var(--em-badge-padding-right) var(--em-badge-padding-bottom) var(--em-badge-padding-left); 	line-height: var(--em-badge-line-height); 	border-radius: var(--em-badge-rounded); 	font-weight: var(--em-badge-font-weight); 	display: inline-flex; 	text-transform: uppercase; 	transition: 0.4s; 	cursor: pointer; 	position: relative; 	overflow: hidden; 	transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out; 	will-change: background-color, color, border; }  .em-badge:hover { 	color: var(--em-badge-color-hover); 	background-color: var(--em-badge-bg-color-hover); 	border-color: var(--em-badge-border-color-hover); }  .em-badge:hover:after { 	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1); }  .em-badge:after { 	background-image: linear-gradient(90deg, transparent, var(--em-badge-eff-bg-color-hover, transparent), transparent); 	content: ""; 	left: 150%; 	position: absolute; 	top: 0; 	bottom: 0; 	transform: skew(-20deg); 	width: 200%; }  .em-badge-light { 	--em-badge-bg-color: #ffffff; 	--em-badge-bg-color-hover: #ffffff; 	--em-badge-color: #000000; 	--em-badge-color-hover: #000000; 	--em-badge-eff-bg-color-hover: rgba(000, 000, 000, 0.25); 	border: none; }  .em-badge-gray { 	--em-badge-bg-color: #F2F2F2; 	--em-badge-bg-color-hover: #F2F2F2; 	--em-badge-color: #000000; 	--em-badge-color-hover: #000000; 	--em-badge-eff-bg-color-hover: rgba(000, 000, 000, 0.25); 	border: none; }  .em-badge-outline { 	--em-badge-color: #000000; 	--em-badge-color-hover: var(--em-color__primary); 	--em-badge-bg-color: transparent; 	--em-badge-bg-color-hover: transparent; 	--em-badge-border-color: #EBEBEB; 	--em-badge-border-color-hover: var(--em-color__primary); }  .em-badge-outline:after { 	display: none; }  .em-badge-outline-dark { 	--em-badge-color: #000000; 	--em-badge-color-hover: var(--em-color__primary); 	--em-badge-bg-color: transparent; 	--em-badge-bg-color-hover: transparent; 	--em-badge-border-color: #000000; 	--em-badge-border-color-hover: var(--em-color__primary); }  .em-badge-outline-dark:after { 	display: none; }  .em-socials--instagram { 	--em-social-color: linear-gradient(#8a3ab9,#e95950,#fccc63); }  .em-socials--threads { 	--em-social-color: linear-gradient(135deg,#8a3ab9,#e95950,#fccc63); }  .em-socials--tiktok { 	--em-social-color: linear-gradient(#25F4EE,#000000,#FE2C55); }  .em-socials--facebook { 	--em-social-color: #3B5998; }  .em-socials--email { 	--em-social-color: #5FB7E0; }  .em-socials--twitter { 	--em-social-color: #555555; }  .em-socials--youtube { 	--em-social-color: #CD201F; }  .em-socials--pinterest { 	--em-social-color: #CB2027; }  .em-socials--tumblr { 	--em-social-color: #37455C; }  .em-socials--vimeo { 	--em-social-color: #1AB7EA; }  .em-socials--snapchat { 	--em-social-color: #FFDD00; }  .em-socials--whatsapp { 	--em-social-color: #00E676; }  .em-socials--linkedin { 	--em-social-color: #176AFF; }  .em-socials--wechat { 	--em-social-color: #1AAD18; }  .em-socials--reddit { 	--em-social-color: #FF4500; }  .em-socials--line { 	--em-social-color: #00C34D; }  .em-socials--spotify { 	--em-social-color: #1E7D60; }  /* Links --------------------------------------------- */ a { 	color: var(--em-link-color); 	text-decoration: none; 	transition: 0.4s; }  a:focus { 	outline: 0; }  a:hover, a:active { 	outline: 0; 	color: var(--em-link-color-hover); }  /* Forms --------------------------------------------- */ input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, span.select2 .select2-selection--single { 	color: var(--em-input-color); 	border-width: var(--em-input-border-width); 	border-style: solid; 	border-color: var(--em-input-border-color); 	outline: none; 	transition: 0.4s; 	font-size: var(--em-input-font-size); 	padding: var(--em-input-padding-y) var(--em-input-padding-x); 	background-color: var(--em-input-bg-color); 	border-radius: var(--em-input-rounded); 	-webkit-appearance: none; 	line-height: normal; }  input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:active, input[type="email"]:focus, input[type="url"]:hover, input[type="url"]:active, input[type="url"]:focus, input[type="password"]:hover, input[type="password"]:active, input[type="password"]:focus, input[type="search"]:hover, input[type="search"]:active, input[type="search"]:focus, input[type="number"]:hover, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:hover, input[type="tel"]:active, input[type="tel"]:focus, input[type="range"]:hover, input[type="range"]:active, input[type="range"]:focus, input[type="date"]:hover, input[type="date"]:active, input[type="date"]:focus, input[type="month"]:hover, input[type="month"]:active, input[type="month"]:focus, input[type="week"]:hover, input[type="week"]:active, input[type="week"]:focus, input[type="time"]:hover, input[type="time"]:active, input[type="time"]:focus, input[type="datetime"]:hover, input[type="datetime"]:active, input[type="datetime"]:focus, input[type="datetime-local"]:hover, input[type="datetime-local"]:active, input[type="datetime-local"]:focus, input[type="color"]:hover, input[type="color"]:active, input[type="color"]:focus, textarea:hover, textarea:active, textarea:focus, select:hover, select:active, select:focus, span.select2 .select2-selection--single:hover, span.select2 .select2-selection--single:active, span.select2 .select2-selection--single:focus { 	border-color: var(--em-input-border-color-hover); }  input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type="tel"]::placeholder, input[type="range"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="color"]::placeholder, textarea::placeholder, select::placeholder, span.select2 .select2-selection--single::placeholder { 	font-size: var(--em-input-placeholder-font-size); 	color: var(--em-input-color); }  .select2-container--default .select2-selection--single .select2-selection__rendered { 	color: var(--em-input-color); }  textarea { 	width: 100%; 	padding: 17px 22px; }  select { 	appearance: none; 	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM3QjIwQkNDMjVBRDExRUM5QkFEQjNEQ0I3NjBBM0UwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM3QjIwQkNEMjVBRDExRUM5QkFEQjNEQ0I3NjBBM0UwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzdCMjBCQ0EyNUFEMTFFQzlCQURCM0RDQjc2MEEzRTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzdCMjBCQ0IyNUFEMTFFQzlCQURCM0RDQjc2MEEzRTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6sw4h6AAAAb0lEQVR42mKsaexmZGBgqAPiuUD8hAEVyABxBBD3sACJEiBuAOJYIHZAUgxSdACIlYGYiwlILAfiu1CBA1AFyIpAcvNYoCY4IEkcgJoIUwS2hQUqiK6YAVkRiMOC5HBkxQxo7kVRiKyYAT0EAAIMALwKGx4801sSAAAAAElFTkSuQmCC"); 	background-position: calc(100% - 20px) center; 	background-repeat: no-repeat; 	padding-right: 45px; 	cursor: pointer; }  select:focus { 	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9IiMwMDAwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNIDkuMzU0IDUuMzU0IEMgOS4xNTkgNS41NSA4Ljg0MSA1LjU1IDguNjQ2IDUuMzU0IEwgNSAxLjcwNyBMIDEuMzU0IDUuMzU0IEMgMS4wODEgNS42MjcgMC42MTYgNS41MDIgMC41MTYgNS4xMyBDIDAuNDcgNC45NTcgMC41MiA0Ljc3MiAwLjY0NiA0LjY0NiBMIDQuNjQ2IDAuNjQ2IEMgNC44NDEgMC40NSA1LjE1OSAwLjQ1IDUuMzU0IDAuNjQ2IEwgOS4zNTQgNC42NDYgQyA5LjU1IDQuODQxIDkuNTUgNS4xNTkgOS4zNTQgNS4zNTQgTCA5LjM1NCA1LjM1NCBaIiBzdHlsZT0iIi8+Cjwvc3ZnPg=="); 	background-position: calc(100% - 20px) center; 	background-repeat: no-repeat; }  select.decorated option:hover { 	box-shadow: 0 0 10px 100px #1882A8 inset; }  select > option { 	font-weight: 500; }  .select2.select2-container .select2-selection--single { 	display: flex; 	gap: 10px; 	align-items: center; 	justify-content: space-between; 	min-width: 220px; 	height: auto; 	margin: 0; 	cursor: pointer; }  .select2.select2-container .select2-selection--single .select2-selection__rendered { 	display: inline; 	padding: 0; 	line-height: inherit; }  .select2.select2-container .select2-selection--single .select2-selection__arrow { 	display: inline-block; 	position: static; 	width: 12px; 	height: 7px; 	appearance: none; 	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjczODI4MSAxLjIzODI4TDYuMjM4MjggNi43MzgyOEwxMS43MzgzIDEuMjM4MjhMMTAuNzYyIDAuMjYyMDMyTDYuMjM4MjggNC43ODU3OEwxLjcxNDUzIDAuMjYyMDMxTDAuNzM4MjgxIDEuMjM4MjhaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K"); 	background-position: center center; 	background-repeat: no-repeat; }  .select2.select2-container .select2-selection--single .select2-selection__arrow b { 	display: none; }  .select2-container--default { 	z-index: 9; }  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single { 	border-radius: var(--em-input-rounded) !important; }  .select2-container--default .select2-dropdown { 	border-color: var(--em-input-border-color); }  .select2-container--default .select2-results > .select2-results__options { 	max-height: 270px; }  .select2-container--default .select2-results__option { 	padding: 4px 20px; 	font-weight: 500; 	color: var(--em-color__dark); }  .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected], .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] { 	background-color: #f2f2f2; 	color: var(--em-color__dark); }  input[type="checkbox"] { 	position: relative; 	margin-right: 14px; 	transition: .3s; }  input[type="checkbox"]::before { 	content: ""; 	display: block; 	position: absolute; 	width: 20px; 	height: 20px; 	top: -2px; 	left: 0; 	border: 1px solid var(--em-border-color); 	border-radius: var(--em-rounded-xs); 	background-color: var(--em-color__light); 	transition: .3s; }  input[type="checkbox"] + span { 	color: var(--em-color__base); }  input[type="checkbox"]:hover { 	cursor: pointer; }  input[type="checkbox"]:hover::before { 	border-color: var(--em-color__dark); }  input[type="checkbox"]:hover + span { 	cursor: pointer; 	color: var(--em-color__dark); }  input[type="checkbox"]:checked::before { 	border-color: var(--em-color__dark); 	background-color: var(--em-color__dark); }  input[type="checkbox"]:checked::after { 	content: ""; 	display: block; 	width: 5px; 	height: 10px; 	border: solid var(--em-color__light); 	border-width: 0 2px 2px 0; 	-webkit-transform: rotate(45deg); 	-ms-transform: rotate(45deg); 	transform: rotate(45deg); 	position: absolute; 	top: 2px; 	left: 8px; 	/*rtl:raw: 			    width: 11px;     			height: 6px; 				top: 3px;     			right: 5px; 			*/ }  input[type="checkbox"]:checked + span { 	color: var(--em-color__dark); }  input[type="radio"] { 	position: relative; 	margin-right: 17px; 	transition: .3s; }  input[type="radio"]::before { 	content: ""; 	display: block; 	position: absolute; 	width: 20px; 	height: 20px; 	border-radius: 50%; 	top: -2px; 	left: -1px; 	border: 1px solid var(--em-border-color); 	background-color: var(--em-color__light); 	transition: .3s; }  input[type="radio"]:hover { 	cursor: pointer; }  input[type="radio"]:hover::before { 	border-color: var(--em-color__dark); }  input[type="radio"]:hover + label { 	color: var(--em-color__dark); }  input[type="radio"] + label { 	color: var(--em-color__base); }  input[type="radio"]:checked::before { 	border-color: var(--em-color__dark); 	background-color: var(--em-color__dark); }  input[type="radio"]:checked::after { 	content: ""; 	display: block; 	width: 16px; 	height: 16px; 	border-radius: 50%; 	border: 2px solid var(--em-color__light); 	position: absolute; 	top: 0; 	left: 1px; }  input[type="radio"]:checked + label { 	color: var(--em-color__dark); }  button, input[type="button"], input[type="reset"], input[type="submit"], .button { 	font-size: var(--em-button-font-size); 	background-color: var(--em-button-bg-color); 	color: var(--em-button-color); 	border: 1px solid var(--em-button-border-color); 	padding: var(--em-button-padding-top) var(--em-button-padding-right) var(--em-button-padding-bottom) var(--em-button-padding-left); 	line-height: var(--em-button-line-height); 	border-radius: var(--em-button-rounded); 	font-weight: var(--em-button-font-weight); 	gap: var(--em-button-icon-spacing); 	display: inline-flex; 	align-items: center; 	justify-content: center; 	transition: 0.4s; 	cursor: pointer; 	vertical-align: middle; 	transition: 0.25s; 	position: relative; 	overflow: hidden; }  button:hover, button:active, input[type="button"]:hover, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:active, .button:hover, .button:active { 	color: var(--em-button-color-hover); 	background-color: var(--em-button-bg-color-hover); 	border-color: var(--em-button-border-color-hover); }  button:hover:after, input[type="button"]:hover:after, input[type="reset"]:hover:after, input[type="submit"]:hover:after, .button:hover:after { 	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1); }  button.disabled, input[type="button"].disabled, input[type="reset"].disabled, input[type="submit"].disabled, .button.disabled { 	opacity: 0.3; 	pointer-events: none; 	cursor: not-allowed; }  button .ecomus-svg-icon, input[type="button"] .ecomus-svg-icon, input[type="reset"] .ecomus-svg-icon, input[type="submit"] .ecomus-svg-icon, .button .ecomus-svg-icon { 	font-size: var(--em-button-icon-size); 	/*rtl:raw: 			transform: rotateY(180deg); 		*/ }  button.pswp__button::after, input[type="button"].pswp__button::after, input[type="reset"].pswp__button::after, input[type="submit"].pswp__button::after, .button.pswp__button::after { 	display: none; }  button.loading, input[type="button"].loading, input[type="reset"].loading, input[type="submit"].loading, .button.loading { 	--em-loading-color: var(--em-button-color); 	--em-animation-state: running; 	position: relative; 	color: transparent; }  button.loading::before, input[type="button"].loading::before, input[type="reset"].loading::before, input[type="submit"].loading::before, .button.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  button.loading:hover, button.loading:active, input[type="button"].loading:hover, input[type="button"].loading:active, input[type="reset"].loading:hover, input[type="reset"].loading:active, input[type="submit"].loading:hover, input[type="submit"].loading:active, .button.loading:hover, .button.loading:active { 	--em-loading-color: var(--em-button-color-hover); }  button:after, input[type="button"]:after, input[type="reset"]:after, input[type="submit"]:after, .button:after { 	background-image: linear-gradient(90deg, transparent, var(--em-button-eff-bg-color-hover, transparent), transparent); 	content: ""; 	left: 150%; 	position: absolute; 	top: 0; 	bottom: 0; 	transform: skew(-20deg); 	width: 200%; }  .em-button { 	font-size: var(--em-button-font-size); 	background-color: var(--em-button-bg-color); 	color: var(--em-button-color); 	border: 1px solid var(--em-button-border-color); 	padding: var(--em-button-padding-top) var(--em-button-padding-right) var(--em-button-padding-bottom) var(--em-button-padding-left); 	line-height: var(--em-button-line-height); 	border-radius: var(--em-button-rounded); 	font-weight: var(--em-button-font-weight); 	gap: var(--em-button-icon-spacing); 	display: inline-flex; 	align-items: center; 	justify-content: center; 	transition: 0.4s; 	cursor: pointer; 	vertical-align: middle; 	transition: 0.25s; }  .em-button:hover, .em-button:active { 	color: var(--em-button-color-hover); 	background-color: var(--em-button-bg-color-hover); 	border-color: var(--em-button-border-color-hover); }  .em-button:hover:after { 	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1); }  .em-button.disabled { 	opacity: 0.3; 	pointer-events: none; 	cursor: not-allowed; }  .em-button .ecomus-svg-icon { 	font-size: var(--em-button-icon-size); 	/*rtl:raw: 			transform: rotateY(180deg); 		*/ }  .em-button.pswp__button::after { 	display: none; }  .em-button.loading { 	--em-loading-color: var(--em-button-color); 	--em-animation-state: running; 	position: relative; 	color: transparent; }  .em-button.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .em-button.loading:hover, .em-button.loading:active { 	--em-loading-color: var(--em-button-color-hover); }  .em-button-hover-eff { 	position: relative; 	overflow: hidden; }  .em-button-hover-eff:after { 	background-image: linear-gradient(90deg, transparent, var(--em-button-eff-bg-color-hover, transparent), transparent); 	content: ""; 	left: 150%; 	position: absolute; 	top: 0; 	bottom: 0; 	transform: skew(-20deg); 	width: 200%; }  .em-button-light { 	--em-button-bg-color: #ffffff; 	--em-button-bg-color-hover: #000000; 	--em-button-color: #000000; 	--em-button-color-hover: #fff; 	--em-button-eff-bg-color-hover: rgba(0, 0, 0, 0.25); 	border: none; }  .em-button-primary { 	--em-button-color: var(--em-text-color-on-primary); 	--em-button-color-hover: var(--em-text-color-on-primary); 	--em-button-bg-color: var(--em-color__primary); 	--em-button-bg-color-hover: var(--em-color__primary); 	--em-button-padding-top: 16px; 	--em-button-padding-bottom: 16px; 	--em-button-eff-bg-color-hover: rgb(from var(--em-button-color) r g b / 0.5); 	border: none; }  .em-button-outline { 	--em-button-color: #000000; 	--em-button-color-hover: #ffffff; 	--em-button-bg-color: transparent; 	--em-button-bg-color-hover: #000000; 	--em-button-border-color: #EBEBEB; 	--em-button-border-color-hover: var(--em-button-bg-color-hover); 	--em-button-eff-bg-color-hover: rgba(255, 255, 255, 0.25); }  .em-button-outline:after { 	display: none; }  .em-button-outline-dark { 	--em-button-color: #000000; 	--em-button-color-hover: var(--em-color__primary); 	--em-button-bg-color: transparent; 	--em-button-bg-color-hover: transparent; 	--em-button-border-color: #000000; 	--em-button-border-color-hover: var(--em-color__primary); 	--em-button-eff-bg-color-hover: transparent; }  .em-button-outline-dark.loading:hover { 	--em-loading-color: var(--em-color__primary); }  .em-button-outline-dark:after { 	display: none; }  .em-button-subtle { 	--em-button-color: #000000; 	--em-button-color-hover: var(--em-color__primary); 	--em-button-bg-color: transparent; 	--em-button-bg-color-hover: transparent; 	--em-button-padding-top: 0; 	--em-button-padding-right: 0; 	--em-button-padding-bottom: 3px; 	--em-button-padding-left: 0; 	--em-button-rounded: 0; 	--em-button-border-color: var(--em-button-color); 	--em-button-border-color-hover: var(--em-button-color-hover); 	border-width: 0 0 1px 0; }  .em-button-subtle:after { 	display: none; }  .em-button-text { 	--em-button-color: #000000; 	--em-button-color-hover: var(--em-color__primary); 	--em-button-bg-color: transparent; 	--em-button-bg-color-hover: transparent; 	--em-button-padding-top: 0; 	--em-button-padding-right: 0; 	--em-button-padding-bottom: 0; 	--em-button-padding-left: 0; 	--em-button-rounded: 0; 	border: none; }  .em-button-text:after { 	display: none; }  .em-button-icon { 	--em-button-width: 46px; 	--em-button-height: 46px; 	--em-button-font-size: 10px; 	--em-button-icon-size: var(--em-button-font-size); 	padding: 0; 	width: var(--em-button-width); 	height: var(--em-button-height); }  .em-button-icon .ecomus-button-text { 	display: none; }  .em-button-icon .ecomus-svg-icon { 	padding-bottom: 0; }  .em-button-round { 	--em-button-rounded: 10px; }  .em-button-circle { 	--em-button-rounded: 30px; }  .em-button-icon-hover { 	--em-button-icon-size: 9px; 	gap: 0; }  .em-button-icon-hover .ecomus-button-text + .ecomus-svg-icon, .em-button-icon-hover .ecomus-svg-icon { 	transition: transform .3s, width .3s; 	transform: scale(0); 	width: 0; 	margin: 0; 	/*rtl:raw: 			transform: scale(0) rotateY(180deg); 		*/ }  .em-button-icon-hover:hover { 	gap: var(--em-button-icon-spacing); }  .em-button-icon-hover:hover .ecomus-svg-icon { 	transform: scale(1); 	width: var(--em-button-icon-size); 	/*rtl:raw: 				transform: scale(1) rotateY(180deg); 			*/ }  /* Blocks --------------------------------------------- */ .wp-block-quote { 	margin: 1.75em 0; }  .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large { 	padding-left: 30px; }  .wp-block-quote cite br, .wp-block-quote footer br, .wp-block-quote.is-large cite br, .wp-block-quote.is-large footer br, .wp-block-quote.is-style-large cite br, .wp-block-quote.is-style-large footer br { 	display: none; }  .wp-block-quote.is-large, .wp-block-quote.is-style-large { 	margin-bottom: 2em; }  .wp-block-quote.has-text-align-right { 	border-right: 2px solid var(--em-color__dark); 	border-left: none; 	padding-right: 30px; }  .wp-block-quote.has-text-align-right:after { 	right: 30px; 	left: auto; }  .wp-block-quote.has-text-align-right cite, .wp-block-quote.has-text-align-right footer { 	text-align: right; }  .wp-block-quote cite, .wp-block-quote footer { 	font-size: 0.8em; 	font-weight: 500; }  blockquote.wp-block-quote { 	margin: 1.75em 0; 	border-left: 2px solid var(--em-color__dark); 	border-right: none; }  blockquote.wp-block-quote, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large { 	padding-left: 30px; }  blockquote.wp-block-quote cite br, blockquote.wp-block-quote footer br, blockquote.wp-block-quote.is-large cite br, blockquote.wp-block-quote.is-large footer br, blockquote.wp-block-quote.is-style-large cite br, blockquote.wp-block-quote.is-style-large footer br { 	display: none; }  blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large { 	margin-bottom: 2em; }  blockquote.wp-block-quote.has-text-align-right { 	border-right: 2px solid var(--em-color__dark); 	border-left: none; 	padding-right: 30px; }  blockquote.wp-block-quote.has-text-align-right:after { 	right: 30px; 	left: auto; }  blockquote.wp-block-quote.has-text-align-right cite, blockquote.wp-block-quote.has-text-align-right footer { 	text-align: right; }  blockquote.wp-block-quote cite, blockquote.wp-block-quote footer { 	font-size: 0.8em; 	font-weight: 500; }  .wp-block-pullquote { 	text-align: left; }  .wp-block-pullquote.has-cyan-bluish-gray-background-color { 	background-color: #fcfcfc !important; }  .wp-block-pullquote blockquote p, .wp-block-pullquote.is-style-solid-color blockquote p { 	margin: 0.5em 0; 	line-height: 1.5; 	font-size: 32px; 	font-size: 2rem; 	color: var(--em-color__dark); }  .wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-pullquote .wp-block-pullquote__citation { 	font-weight: 500; 	color: var(--em-color__dark); }  .wp-block-separator { 	border-bottom-width: 1px; }  .wp-block-button, .wp-block-cover { 	margin-bottom: 25px; }  .wp-block-gallery { 	margin-bottom: 2em; }  .blocks-gallery-caption { 	margin-bottom: 0.5em; }  .wp-block-button__link:hover, .wp-block-file__button:hover { 	color: #fff; }  .wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link { 	border-radius: 0; }  .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]), :root .has-pale-pink-background-color { 	color: #fff; }  .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 { 	font-size: 2.25em; 	margin: 0; 	padding: 0; }  .wp-block-columns.alignfull .wp-block-column p:not(.has-background), .wp-block-columns.alignfull .wp-block-column h1:not(.has-background), .wp-block-columns.alignfull .wp-block-column h2:not(.has-background), .wp-block-columns.alignfull .wp-block-column h3:not(.has-background), .wp-block-columns.alignfull .wp-block-column h4:not(.has-background), .wp-block-columns.alignfull .wp-block-column h5:not(.has-background), .wp-block-columns.alignfull .wp-block-column h6:not(.has-background) { 	padding-left: 15px; 	padding-right: 15px; }  .wp-block-code { 	font-family: "Courier 10 Pitch", courier, monospace; 	padding: 1.6em; }  .wp-block-code code { 	background-color: transparent; }  pre.wp-block-verse { 	font-family: "Courier 10 Pitch", courier, monospace; }  .wp-block-table.is-style-stripes table td, .wp-block-table.is-style-stripes table th { 	padding: 10px; }  .wp-block-image { 	margin-bottom: 2em; 	display: inline-block; 	text-align: center; 	width: 100%; }  .wp-block-image a { 	display: flex; 	width: 100%; 	position: relative; }  .wp-block-image a:before { 	content: ''; 	width: 0; 	height: 0; 	display: block; 	padding-bottom: var(--em-ratio-percent); }  .wp-block-image a img { 	display: block; 	max-width: 100%; 	position: absolute; 	margin: 0; 	top: 0; 	left: 0; 	height: 100%; 	width: 100%; 	object-fit: cover; 	object-position: center; 	border-radius: var(--em-image-rounded-product-card-small); }  .wp-block-latest-posts.wp-block-latest-posts__list li, .wp-block-rss .wp-block-rss__item { 	padding: 5px 0; }  .wp-block-search__button { 	padding: var(--em-button-padding-top) var(--em-button-padding-right) var(--em-button-padding-bottom) var(--em-button-padding-left); }  .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.is-style-plain { 	border-left: 2px solid var(--em-color__dark); 	padding: 60px 30px 20px 30px; }  .post-password-form { 	--em-input-padding-y: 0.75rem; }  @media only screen and (min-width: 1200px) { 	.no-sidebar .site-content .entry-content > *.alignwide { 		max-width: 1140px; 		width: 1140px; 		margin-left: calc(-1140px/2 + 100%/2); 		margin-right: calc(-1140px/2 + 100%/2); 	} 	.no-sidebar:not(.elementor-page) .site-content .page-content > *.alignwide { 		max-width: 1200px; 		width: 1200px; 		margin-left: calc(-1200px/2 + 100%/2); 		margin-right: calc(-1200px/2 + 100%/2); 	} }  @media only screen and (min-width: 768px) { 	.no-sidebar .site-content .entry-content > *.alignfull, 	.no-sidebar .site-content .entry-content > *.alignwide { 		width: -webkit-fill-available; 		max-width: 1000%; 	} 	.no-sidebar .site-content .entry-content > *.alignfull { 		margin-right: calc(50% - 50vw + 9px); 		margin-left: calc(50% - 50vw + 8px); 	} 	.no-sidebar:not(.elementor-page) .site-content .page-content > *.alignfull { 		width: -webkit-fill-available; 		max-width: 1000%; 		margin-right: calc(50% - 50vw + 9px); 		margin-left: calc(50% - 50vw + 8px); 	} }  /* Swiper --------------------------------------------- */ .ecomus-carousel--elementor .swiper-pagination-bullets { 	position: static; 	margin-top: var(--em-swiper-pagination-spacing); }  .ecomus-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet { 	width: auto; 	height: auto; 	opacity: 1; 	margin: 0 6px; 	background-color: transparent; 	display: inline-flex; 	align-items: center; 	justify-content: center; 	border: 1px solid transparent; 	transition: 0.4s; 	padding: 5px; }  .ecomus-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet:before { 	content: ""; 	width: 8px; 	height: 8px; 	background-color: rgba(0, 0, 0, 0.2); 	display: inline-block; 	border-radius: 50%; }  .ecomus-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .ecomus-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet:hover { 	border-color: var(--em-color__dark); }  .ecomus-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .ecomus-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet:hover:before { 	background-color: var(--em-color__dark); }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet { 	width: 16px; 	height: 16px; 	margin: 0 2px; 	padding: 0; 	position: relative; }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet::before { 	width: 5px; 	height: 5px; 	background-color: rgba(0, 0, 0, 0.2); 	transition: none; 	position: absolute; 	top: 50%; 	left: 50%; 	transform: translate(-50%, -50%); }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet:after { 	content: ''; 	width: 5px; 	height: 5px; 	background-color: var(--em-color__dark); 	position: absolute; 	top: 50%; 	left: 50%; 	transform: translate(-50%, -50%); 	border-radius: 50%; 	opacity: 0; 	visibility: hidden; 	transition: none; }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet:hover:before { 	background-color: black; 	opacity: 0; 	visibility: hidden; }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet:hover:after { 	opacity: 1; 	visibility: visible; }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--background .swiper-pagination-bullet { 	padding: 7px; }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--background .swiper-pagination-bullet::before { 	width: 6px; 	height: 6px; 	background-color: var(--em-color__dark); }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--background .swiper-pagination-bullet.swiper-pagination-bullet-active, .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--background .swiper-pagination-bullet:hover { 	background-color: rgba(0, 0, 0, 0.16); 	border-color: transparent; }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--long .swiper-pagination-bullet { 	padding: 0; 	margin: 0 4px; 	border: none; 	border-radius: 0; }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--long .swiper-pagination-bullet::before { 	width: 6px; 	height: 6px; 	border-radius: var(--em-rounded-md); 	background-color: rgba(0, 0, 0, 0.4); }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--long .swiper-pagination-bullet:hover::before { 	background-color: var(--em-color__dark); }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--long .swiper-pagination-bullet.swiper-pagination-bullet-active { 	border: none; }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--long .swiper-pagination-bullet.swiper-pagination-bullet-active::before { 	width: 22px; 	border-radius: 22px; 	background-color: var(--em-color__dark); }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--line .swiper-pagination-bullet { 	padding: 0; 	margin: 0 4px; 	border: none; 	border-radius: 0; }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--line .swiper-pagination-bullet::before { 	width: 30px; 	height: 2px; 	border-radius: 0; 	background-color: rgba(0, 0, 0, 0.4); }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--line .swiper-pagination-bullet:hover::before { 	background-color: var(--em-color__dark); }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--line .swiper-pagination-bullet.swiper-pagination-bullet-active { 	border: none; 	border-radius: 0; }  .ecomus-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--line .swiper-pagination-bullet.swiper-pagination-bullet-active::before { 	width: 30px; 	height: 2px; 	border-radius: 0; 	background-color: var(--em-color__dark); }  .ecomus-carousel--elementor .swiper-pagination--dots-arrow { 	bottom: var(--em-swiper-pagination-spacing); 	width: 100%; 	text-align: center; }  .ecomus-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination--dots-arrow__wrapper { 	display: inline-flex; 	align-items: center; 	padding: 11px 9px; 	border-radius: 50px; 	background-color: #fff; 	z-index: 1; }  .ecomus-carousel--elementor .swiper-pagination--dots-arrow .swiper-button { 	--em-button-bg-color: #ffffff; 	--em-button-color: #000000; 	--em-arrow-bg-color: #ffffff; 	--em-arrow-color: #000000; 	position: static; 	display: inline-flex; 	justify-content: center; 	align-items: center; 	width: auto; 	height: auto; 	transform: none; 	opacity: 1; 	margin: 0 !important; 	/*rtl:raw: 				transform: rotateY(180deg); 			*/ }  .ecomus-carousel--elementor .swiper-pagination--dots-arrow .swiper-button:hover { 	--em-arrow-bg-color-hover: #ffffff; 	--em-arrow-color-hover: #000000; }  .ecomus-carousel--elementor .swiper-pagination--dots-arrow .swiper-button:not(.swiper-button-disabled) { 	cursor: pointer; }  .ecomus-carousel--elementor .swiper-pagination--dots-arrow .swiper-button.swiper-button-disabled { 	opacity: .35; }  .ecomus-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination { 	position: static; 	display: inline-flex; 	width: auto; 	margin: 0 13px; 	gap: 4px; }  .ecomus-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination .swiper-pagination-bullet { 	border: none; 	padding: 0; }  .ecomus-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination .swiper-pagination-bullet:first-child { 	margin-left: 0; }  .ecomus-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination .swiper-pagination-bullet:last-child { 	margin-right: 0; }  .ecomus-carousel--elementor .swiper-pagination { 	display: none; }  .ecomus-carousel--elementor.swiper ul.products.swiper-wrapper, .ecomus-carousel--elementor .swiper ul.products.swiper-wrapper { 	margin: 0; }  .ecomus-carousel--elementor.swiper ul.products.swiper-wrapper li.product.swiper-slide, .ecomus-carousel--elementor .swiper ul.products.swiper-wrapper li.product.swiper-slide { 	padding: 0; }  .ecomus-carousel--elementor.swiper:not(.swiper-initialized), .ecomus-carousel--elementor .swiper:not(.swiper-initialized) { 	overflow: hidden; }  .ecomus-carousel--elementor.swiper:not(.swiper-initialized) ul.products, .ecomus-carousel--elementor .swiper:not(.swiper-initialized) ul.products { 	flex-wrap: nowrap; }  .ecomus-carousel--elementor.swiper:not(.swiper-initialized) li.product, .ecomus-carousel--elementor .swiper:not(.swiper-initialized) li.product { 	flex-shrink: 0; }  .ecomus-carousel--elementor ul.products { 	flex-wrap: nowrap; }  .ecomus-carousel--elementor ul.products li.product { 	flex-shrink: 0; 	margin-bottom: 0; }  .ecomus-carousel--elementor:not(.swiper) > .swiper-button, .ecomus-carousel--elementor.swiper > .swiper-button, .ecomus-carousel--elementor .swiper > .swiper-button { 	opacity: 0; }  .ecomus-carousel--elementor:not(.swiper) > .swiper-button.elementor-swiper-button-prev, .ecomus-carousel--elementor.swiper > .swiper-button.elementor-swiper-button-prev, .ecomus-carousel--elementor .swiper > .swiper-button.elementor-swiper-button-prev { 	margin-left: 20px; }  .ecomus-carousel--elementor:not(.swiper) > .swiper-button.elementor-swiper-button-next, .ecomus-carousel--elementor.swiper > .swiper-button.elementor-swiper-button-next, .ecomus-carousel--elementor .swiper > .swiper-button.elementor-swiper-button-next { 	margin-right: 20px; }  .ecomus-carousel--elementor:not(.swiper):hover > .swiper-button, .ecomus-carousel--elementor.swiper:hover > .swiper-button, .ecomus-carousel--elementor .swiper:hover > .swiper-button { 	opacity: 1; }  .ecomus-carousel--elementor:not(.swiper):hover > .swiper-button.elementor-swiper-button-prev, .ecomus-carousel--elementor.swiper:hover > .swiper-button.elementor-swiper-button-prev, .ecomus-carousel--elementor .swiper:hover > .swiper-button.elementor-swiper-button-prev { 	margin-left: 0; }  .ecomus-carousel--elementor:not(.swiper):hover > .swiper-button.elementor-swiper-button-next, .ecomus-carousel--elementor.swiper:hover > .swiper-button.elementor-swiper-button-next, .ecomus-carousel--elementor .swiper:hover > .swiper-button.elementor-swiper-button-next { 	margin-right: 0; }  .ecomus-carousel--elementor .swiper-arrows .swiper-button { 	/*rtl:raw: 				transform: rotateY(180deg); 			*/ }  .ecomus-carousel--elementor.swiper .swiper-button { 	/*rtl:raw: 			transform: translateY(-50%) rotateY(180deg); 		*/ }  .swiper { 	--em-swiper-items-space: 30px; 	--em-swiper-items-space-tablet: 30px; 	--em-swiper-items-space-mobile: 15px; }  .swiper:not(.swiper-initialized) .swiper-wrapper { 	margin: 0; }  .swiper:not(.swiper-initialized) .swiper-wrapper:not(.columns-1) .swiper-slide { 	margin-right: var(--em-swiper-items-space); }  .swiper:not(.swiper-initialized) .swiper-wrapper:not(.columns-1) .swiper-slideli.product { 	padding-left: 0; 	padding-right: 0; }  .swiper:not(.swiper-initialized) .swiper-button, .swiper:not(.swiper-initialized) .swiper-pagination { 	display: none; }  .swiper .swiper-button, .swiper-button { 	--em-arrow-font-size: 11px; 	--em-arrow-color: #000000; 	--em-arrow-bg-color: #ffffff; 	--em-arrow-border-color: #ffffff; 	--em-arrow-color-hover: #ffffff; 	--em-arrow-bg-color-hover: #000000; 	--em-arrow-border-color-hover: var(--em-arrow-bg-color-hover); 	--em-arrow-eff-bg-color-hover: rgba(255, 255, 255, 0.25); 	--em-arrow-width: 46px; 	--em-arrow-height: 46px; 	--em-arrow-rounded: 50%; 	--em-arrow-font-weight: 400; 	--em-arrow-top: 50%; 	font-size: var(--em-arrow-font-size); 	background-color: var(--em-arrow-bg-color); 	color: var(--em-arrow-color); 	border: 1px solid var(--em-arrow-border-color); 	border-radius: var(--em-arrow-rounded); 	font-weight: var(--em-arrow-font-weight); 	width: var(--em-arrow-width); 	height: var(--em-arrow-height); 	display: inline-flex; 	align-items: center; 	justify-content: center; 	text-transform: uppercase; 	transition: 0.4s; 	cursor: pointer; 	position: absolute; 	top: var(--em-arrow-top); 	transform: translateY(-50%); 	margin-top: 0; 	z-index: 1; 	overflow: hidden; 	transition: 0.4s; 	/*rtl:raw: 		transform: translateY(-50%) rotateY(180deg); 	*/ }  .swiper .swiper-button:not(.swiper-button-disabled):hover, .swiper-button:not(.swiper-button-disabled):hover { 	color: var(--em-arrow-color-hover); 	background-color: var(--em-arrow-bg-color-hover); 	border-color: var(--em-arrow-border-color-hover); }  .swiper .swiper-button:after, .swiper-button:after { 	display: none; }  .swiper .swiper-button.elementor-swiper-button-prev, .swiper-button.elementor-swiper-button-prev { 	left: 10px; }  .swiper .swiper-button.elementor-swiper-button-next, .swiper-button.elementor-swiper-button-next { 	right: 10px; }  .ecomus-rtl-smart .ecomus-carousel--elementor .elementor-swiper-button-prev, .ecomus-rtl-smart .ecomus-carousel--elementor.swiper .elementor-swiper-button-prev, .ecomus-rtl-smart .ecomus-carousel--elementor .swiper .elementor-swiper-button-prev, .ecomus-rtl-smart .elementor-element .swiper ~ .elementor-swiper-button-prev { 	/*rtl:ignore*/ 	left: auto; 	/*rtl:ignore*/ 	right: 10px; }  .ecomus-rtl-smart .ecomus-carousel--elementor .elementor-swiper-button-next, .ecomus-rtl-smart .ecomus-carousel--elementor.swiper .elementor-swiper-button-next, .ecomus-rtl-smart .ecomus-carousel--elementor .swiper .elementor-swiper-button-next, .ecomus-rtl-smart .elementor-element .swiper ~ .elementor-swiper-button-next { 	/*rtl:ignore*/ 	left: 10px; 	/*rtl:ignore*/ 	right: auto; }  .swiper .swiper-button-outline, .swiper-button-outline { 	--em-arrow-color: #000000; 	--em-arrow-bg-color: transparent; 	--em-arrow-border-color: var(--em-border-color); 	--em-arrow-color-hover: #ffffff; 	--em-arrow-bg-color-hover: #000000; 	--em-arrow-border-color-hover: var(--em-arrow-bg-color-hover); }  .swiper .swiper-button-outline.swiper-button-disabled, .swiper-button-outline.swiper-button-disabled { 	cursor: not-allowed; 	pointer-events: auto !important; 	--em-arrow-color: rgba(0,0,0,0.25); 	--em-arrow-bg-color: transparent; 	--em-arrow-border-color: var(--em-border-color); 	--em-arrow-color-hover: rgba(0,0,0,0.25); 	--em-arrow-bg-color-hover: transparent; 	--em-arrow-border-color-hover: var(--em-border-color); }  .swiper .swiper-button-outline-dark, .swiper-button-outline-dark { 	--em-arrow-color: #000000; 	--em-arrow-bg-color: transparent; 	--em-arrow-border-color: #000000; 	--em-arrow-color-hover: #ffffff; 	--em-arrow-bg-color-hover: #000000; 	--em-arrow-border-color-hover: var(--em-arrow-bg-color-hover); }  .swiper .swiper-button-outline-dark.swiper-button-disabled, .swiper-button-outline-dark.swiper-button-disabled { 	cursor: not-allowed; 	pointer-events: auto !important; 	--em-arrow-color: rgba(0,0,0,0.25); 	--em-arrow-bg-color: transparent; 	--em-arrow-border-color: var(--em-border-color); 	--em-arrow-color-hover: rgba(0,0,0,0.25); 	--em-arrow-bg-color-hover: transparent; 	--em-arrow-border-color-hover: var(--em-border-color); }  .swiper .swiper-button-text, .swiper-button-text { 	--em-arrow-color: #000000; 	--em-arrow-bg-color: transparent; 	--em-arrow-color-hover: #000000; 	--em-arrow-bg-color-hover: transparent; 	border: none; }  .swiper .swiper-button-text.swiper-button-disabled, .swiper-button-text.swiper-button-disabled { 	cursor: not-allowed; 	pointer-events: auto !important; 	--em-arrow-color: rgba(0,0,0,0.25); 	--em-arrow-bg-color: transparent; 	--em-arrow-bg-color-hover: transparent; 	--em-arrow-color-hover: rgba(0,0,0,0.25); }  .swiper .swiper-button-small, .swiper-button-small { 	--em-arrow-width: 30px; 	--em-arrow-height: 30px; 	--em-arrow-font-size: 8px; }  .swiper .swiper-button-disabled, .swiper-button-disabled { 	cursor: not-allowed; 	pointer-events: auto !important; 	--em-arrow-bg-color: rgba(0,0,0,0.15); 	--em-arrow-color: #000000; 	--em-arrow-bg-color-hover: var(--em-arrow-bg-color); 	--em-arrow-color-hover: var(--em-arrow-color); 	--em-arrow-border-color-hover: transparent; 	--em-arrow-border-color: transparent; }  .swiper .swiper-pagination-lock, .swiper .swiper-button-lock, .ecomus-mini-products-recommended .swiper-pagination-lock, .ecomus-mini-products-recommended .swiper-button-lock, .swiper-pagination-lock, .swiper-button-lock { 	display: none; }  .swiper .swiper-pagination-bullet, .ecomus-mini-products-recommended .swiper-pagination-bullet, .swiper-pagination-bullet { 	--swiper-pagination-bullet-inactive-color: #D4D4D4; 	--swiper-pagination-bullet-inactive-opacity: 1; 	--swiper-pagination-bullet-width: 16px; 	--swiper-pagination-bullet-height: 16px; 	--swiper-pagination-bullet-horizontal-gap: 2px; 	--swiper-pagination-color: #000000; 	background-color: transparent; 	display: inline-flex; 	align-items: center; 	justify-content: center; 	border: 1px solid transparent; 	transition: 0.35s; }  .swiper .swiper-pagination-bullet:before, .ecomus-mini-products-recommended .swiper-pagination-bullet:before, .swiper-pagination-bullet:before { 	content: ""; 	width: 6px; 	height: 6px; 	background-color: var(--swiper-pagination-bullet-inactive-color); 	display: inline-block; 	border-radius: 50%; 	transition: 0.35s; }  .swiper .swiper-pagination-bullet-active, .ecomus-mini-products-recommended .swiper-pagination-bullet-active, .swiper-pagination-bullet-active { 	border-color: var(--em-color__dark); }  .swiper .swiper-pagination-bullet-active::before, .ecomus-mini-products-recommended .swiper-pagination-bullet-active::before, .swiper-pagination-bullet-active::before { 	background-color: var(--swiper-pagination-color); }  @media (max-width: 1640px) { 	.elementor-element .ecomus-carousel--elementor:not(.ecomus-slides-elementor) .swiper-button.ecomus-swiper-button--outside.elementor-swiper-button-prev { 		left: -23px; 	} 	.elementor-element .ecomus-carousel--elementor:not(.ecomus-slides-elementor) .swiper-button.ecomus-swiper-button--outside.elementor-swiper-button-next { 		right: -23px; 	} 	.ecomus-rtl-smart .elementor-element .ecomus-carousel--elementor:not(.ecomus-slides-elementor) .swiper-button.ecomus-swiper-button--outside.elementor-swiper-button-prev { 		left: -23px; 	} 	.ecomus-rtl-smart .elementor-element .ecomus-carousel--elementor:not(.ecomus-slides-elementor) .swiper-button.ecomus-swiper-button--outside.elementor-swiper-button-next { 		right: -23px; 	} }  @media (min-width: 1025px) { 	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-2 .swiper-slide { 		width: calc( 50% - ( ( var(--em-swiper-items-space) * ( 2 - 1 ) ) / 2 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-3 .swiper-slide { 		width: calc( 33.33% - ( ( var(--em-swiper-items-space) * ( 3 - 1 ) ) / 3 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-4 .swiper-slide { 		width: calc( 25% - ( ( var(--em-swiper-items-space) * ( 4 - 1 ) ) / 4 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-5 .swiper-slide { 		width: calc( 20% - ( ( var(--em-swiper-items-space) * ( 5 - 1 ) ) / 5 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-6 .swiper-slide { 		width: calc( 16.66% - ( ( var(--em-swiper-items-space) * ( 6 - 1 ) ) / 6 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-7 .swiper-slide { 		width: calc( 14.28% - ( ( var(--em-swiper-items-space) * ( 7 - 1 ) ) / 7 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-8 .swiper-slide { 		width: calc( 12.5% - ( ( var(--em-swiper-items-space) * ( 8 - 1 ) ) / 8 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-9 .swiper-slide { 		width: calc( 11.11% - ( ( var(--em-swiper-items-space) * ( 9 - 1 ) ) / 9 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-10 .swiper-slide { 		width: calc( 10% - ( ( var(--em-swiper-items-space) * ( 10 - 1 ) ) / 10 )); 	} 	.navigation-class-dots .swiper-pagination, 	.navigation-class-both .swiper-pagination { 		display: inline-block; 	} 	.navigation-class-dots .swiper-button, 	.navigation-class-none .swiper-button { 		display: none; 	} }  @media (max-width: 1024px) { 	.ecomus-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet:hover { 		border-color: transparent; 	} 	.ecomus-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active { 		border-color: var(--em-color__dark); 	} 	.navigation-class--tabletarrows .swiper-button, 	.navigation-class--tabletboth .swiper-button { 		display: inline-flex; 	} 	.navigation-class--tabletdots .swiper-pagination, 	.navigation-class--tabletboth .swiper-pagination { 		display: block; 	} 	.navigation-class--tabletarrows .swiper-pagination, 	.navigation-class--tabletnone .swiper-pagination { 		display: none; 	} 	.navigation-class--tabletdots .swiper-button, 	.navigation-class--tabletnone .swiper-button { 		display: none; 	} }  @media (min-width: 1025px) { 	.ecomus-slidesperview-auto--yes { 		--slidesperview-auto-spacing: -225px; 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper { 		margin-right: var(--slidesperview-auto-spacing); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper .elementor-swiper-button-next { 		right: calc( 10px + var(--slidesperview-auto-spacing)); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper .swiper-pagination { 		width: calc( 100% - var(--slidesperview-auto-spacing)); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.columns-1 .swiper-slide { 		width: calc( 70% - ( var(--em-swiper-items-space) / 2 )); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.columns-2 .swiper-slide { 		width: calc( 40% - ( var(--em-swiper-items-space) / 2 )); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.columns-3 .swiper-slide { 		width: calc( 28% - ( ( var(--em-swiper-items-space) * 2 ) / 3 )); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.columns-4 .swiper-slide { 		width: calc( 22% - ( ( var(--em-swiper-items-space) * 3 ) / 4 )) !important; 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.columns-5 .swiper-slide { 		width: calc( 18% - ( ( var(--em-swiper-items-space) * 4 ) / 5 )); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.columns-6 .swiper-slide { 		width: calc( 15.2% - ( ( var(--em-swiper-items-space) * 5 ) / 6 )); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor { 		margin-right: var(--slidesperview-auto-spacing); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor > .elementor-swiper-button-next { 		right: calc( 10px + var(--slidesperview-auto-spacing)); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor > .swiper-pagination { 		width: calc( 100% - var(--slidesperview-auto-spacing)); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.columns-1 li.product { 		width: calc( 70% - ( var(--em-swiper-items-space) / 2 )); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.columns-2 li.product { 		width: calc( 40% - ( var(--em-swiper-items-space) / 2 )); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.columns-3 li.product { 		width: calc( 28% - ( ( var(--em-swiper-items-space) * 2 ) / 3 )); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.columns-4 li.product { 		width: calc( 22% - ( ( var(--em-swiper-items-space) * 3 ) / 4 )) !important; 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.columns-5 li.product { 		width: calc( 18% - ( ( var(--em-swiper-items-space) * 4 ) / 5 )); 	} 	.ecomus-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.columns-6 li.product { 		width: calc( 15.2% - ( ( var(--em-swiper-items-space) * 5 ) / 6 )); 	} }  @media (max-width: 1024px) and (min-width: 768px) { 	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-2 .swiper-slide { 		width: calc( 50% - ( ( var(--em-swiper-items-space-tablet) * ( 2 - 1 ) ) / 2 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-3 .swiper-slide { 		width: calc( 33.33% - ( ( var(--em-swiper-items-space-tablet) * ( 3 - 1 ) ) / 3 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-4 .swiper-slide { 		width: calc( 25% - ( ( var(--em-swiper-items-space-tablet) * ( 4 - 1 ) ) / 4 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-5 .swiper-slide { 		width: calc( 20% - ( ( var(--em-swiper-items-space-tablet) * ( 5 - 1 ) ) / 5 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-6 .swiper-slide { 		width: calc( 16.66% - ( ( var(--em-swiper-items-space-tablet) * ( 6 - 1 ) ) / 6 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-7 .swiper-slide { 		width: calc( 14.28% - ( ( var(--em-swiper-items-space-tablet) * ( 7 - 1 ) ) / 7 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-8 .swiper-slide { 		width: calc( 12.5% - ( ( var(--em-swiper-items-space-tablet) * ( 8 - 1 ) ) / 8 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-9 .swiper-slide { 		width: calc( 11.11% - ( ( var(--em-swiper-items-space-tablet) * ( 9 - 1 ) ) / 9 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-10 .swiper-slide { 		width: calc( 10% - ( ( var(--em-swiper-items-space-tablet) * ( 10 - 1 ) ) / 10 )); 	} 	.ecomus-tablet-slidesperview-auto--yes { 		--slidesperview-auto-spacing: -50px; 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper { 		margin-right: var(--slidesperview-auto-spacing); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper .elementor-swiper-button-next { 		right: calc( 10px + var(--slidesperview-auto-spacing)); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper .swiper-pagination { 		width: calc( 100% - var(--slidesperview-auto-spacing)); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.tablet-col-1 .swiper-slide { 		width: calc( 70% - ( var(--em-swiper-items-space-tablet) / 2 )); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.tablet-col-2 .swiper-slide { 		width: calc( 40% - ( var(--em-swiper-items-space-tablet) / 2 )); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.tablet-col-3 .swiper-slide { 		width: calc( 28% - ( ( var(--em-swiper-items-space-tablet) * 2 ) / 3 )) !important; 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.tablet-col-4 .swiper-slide { 		width: calc( 22% - ( ( var(--em-swiper-items-space-tablet) * 3 ) / 4 )) !important; 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.tablet-col-5 .swiper-slide { 		width: calc( 18% - ( ( var(--em-swiper-items-space-tablet) * 4 ) / 5 )); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.tablet-col-6 .swiper-slide { 		width: calc( 15.2% - ( ( var(--em-swiper-items-space-tablet) * 5 ) / 6 )); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor { 		margin-right: var(--slidesperview-auto-spacing); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor > .elementor-swiper-button-next { 		right: calc( 10px + var(--slidesperview-auto-spacing)); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor > .swiper-pagination { 		width: calc( 100% - var(--slidesperview-auto-spacing)); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.tablet-col-1 li.product { 		width: calc( 70% - ( var(--em-swiper-items-space) / 2 )); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.tablet-col-2 li.product { 		width: calc( 40% - ( var(--em-swiper-items-space) / 2 )); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.tablet-col-3 li.product { 		width: calc( 28% - ( ( var(--em-swiper-items-space) * 2 ) / 3 )); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.tablet-col-4 li.product { 		width: calc( 22% - ( ( var(--em-swiper-items-space) * 3 ) / 4 )) !important; 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.tablet-col-5 li.product { 		width: calc( 18% - ( ( var(--em-swiper-items-space) * 4 ) / 5 )); 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.tablet-col-6 li.product { 		width: calc( 15.2% - ( ( var(--em-swiper-items-space) * 5 ) / 6 )); 	} }  @media (max-width: 767px) { 	.ecomus-carousel--elementor .swiper-pagination--dots-arrow { 		--em-swiper-pagination-spacing: 10px; 	} 	.ecomus-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination--dots-arrow__wrapper { 		padding: 8px; 	} 	.ecomus-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination { 		margin: 0 4px; 	} 	.ecomus-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination .swiper-pagination-bullet { 		margin: 0 2px; 	} 	.ecomus-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination .swiper-pagination-bullet:before { 		width: 6px; 		height: 6px; 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-1 .swiper-slide { 		width: calc( 100% - ( ( var(--em-swiper-items-space-mobile) * ( 1 - 1 ) ) / 1 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-2 .swiper-slide { 		width: calc( 50% - ( ( var(--em-swiper-items-space-mobile) * ( 2 - 1 ) ) / 2 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-3 .swiper-slide { 		width: calc( 33.33% - ( ( var(--em-swiper-items-space-mobile) * ( 3 - 1 ) ) / 3 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-4 .swiper-slide { 		width: calc( 25% - ( ( var(--em-swiper-items-space-mobile) * ( 4 - 1 ) ) / 4 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-5 .swiper-slide { 		width: calc( 20% - ( ( var(--em-swiper-items-space-mobile) * ( 5 - 1 ) ) / 5 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-6 .swiper-slide { 		width: calc( 16.66% - ( ( var(--em-swiper-items-space-mobile) * ( 6 - 1 ) ) / 6 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-7 .swiper-slide { 		width: calc( 14.28% - ( ( var(--em-swiper-items-space-mobile) * ( 7 - 1 ) ) / 7 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-8 .swiper-slide { 		width: calc( 12.5% - ( ( var(--em-swiper-items-space-mobile) * ( 8 - 1 ) ) / 8 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-9 .swiper-slide { 		width: calc( 11.11% - ( ( var(--em-swiper-items-space-mobile) * ( 9 - 1 ) ) / 9 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-10 .swiper-slide { 		width: calc( 10% - ( ( var(--em-swiper-items-space-mobile) * ( 10 - 1 ) ) / 10 )); 	} 	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-1 .swiper-slide { 		width: calc(100vw - ( var(--em-swiper-items-space-mobile) * 2 )); 	} 	.navigation-class--mobilearrows .swiper-button, 	.navigation-class--mobilenone .swiper-button { 		display: none; 	} 	.navigation-class--mobiledots .swiper-button, 	.navigation-class--mobilenone .swiper-button { 		display: none; 	} 	.navigation-class--mobilearrows .swiper-button, 	.navigation-class--mobileboth .swiper-button { 		display: inline-flex; 	} 	.navigation-class--mobiledots .swiper-pagination, 	.navigation-class--mobileboth .swiper-pagination { 		display: block; 	} 	.ecomus-mobile-slidesperview-auto--yes { 		--slidesperview-auto-spacing: -15px; 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper { 		margin-right: var(--slidesperview-auto-spacing); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper .elementor-swiper-button-next { 		right: calc( 10px + var(--slidesperview-auto-spacing)); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper .swiper-pagination { 		width: calc( 100% - var(--slidesperview-auto-spacing)); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.mobile-col-1 .swiper-slide { 		width: calc( 70% - ( var(--em-swiper-items-space-mobile) / 2 )); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.mobile-col-2 .swiper-slide { 		width: calc( 40% - ( var(--em-swiper-items-space-mobile) / 2 )); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.mobile-col-3 .swiper-slide { 		width: calc( 28% - ( ( var(--em-swiper-items-space-mobile) * 2 ) / 3 )); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.mobile-col-4 .swiper-slide { 		width: calc( 22% - ( ( var(--em-swiper-items-space-mobile) * 3 ) / 4 )); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.mobile-col-5 .swiper-slide { 		width: calc( 18% - ( ( var(--em-swiper-items-space-mobile) * 4 ) / 5 )); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto:not(.ecomus-products-carousel--elementor) .swiper-wrapper.mobile-col-6 .swiper-slide { 		width: calc( 15.2% - ( ( var(--em-swiper-items-space-mobile) * 5 ) / 6 )); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor { 		margin-right: var(--slidesperview-auto-spacing); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor > .elementor-swiper-button-next { 		right: calc( 10px + var(--slidesperview-auto-spacing)); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor > .swiper-pagination { 		width: calc( 100% - var(--slidesperview-auto-spacing)); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.mobile-col-1 li.product { 		width: calc( 70% - ( var(--em-swiper-items-space) / 2 )); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.mobile-col-2 li.product { 		width: calc( 40% - ( var(--em-swiper-items-space) / 2 )); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.mobile-col-3 li.product { 		width: calc( 28% - ( ( var(--em-swiper-items-space) * 2 ) / 3 )); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.mobile-col-4 li.product { 		width: calc( 22% - ( ( var(--em-swiper-items-space) * 3 ) / 4 )) !important; 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.mobile-col-5 li.product { 		width: calc( 18% - ( ( var(--em-swiper-items-space) * 4 ) / 5 )); 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-carousel--slidesperview-auto.ecomus-products-carousel--elementor .product-swiper--elementor.mobile-col-6 li.product { 		width: calc( 15.2% - ( ( var(--em-swiper-items-space) * 5 ) / 6 )); 	} }  /* Tooltip --------------------------------------------- */ .em-tooltip--data { 	z-index: 1500; 	pointer-events: none; 	display: none; }  .em-tooltip--data::before, .em-tooltip--data::after { 	display: block; 	position: absolute; 	-webkit-font-smoothing: antialiased; }  .em-tooltip--data.bottom::before { 	content: ""; 	height: 0; 	width: 0; 	top: 0; 	left: 50%; 	transform: translateX(-50%); 	border-style: solid; 	border-width: 3px 5px; 	border-color: transparent transparent #232323 transparent; }  .em-tooltip--data.bottom::after { 	content: attr(data-tooltip); 	top: 6px; 	left: 50%; 	transform: translateX(-50%); 	font-size: 12px; 	font-size: 0.75rem; 	color: var(--em-color__light); 	white-space: nowrap; 	background-color: #232323; 	padding: 3px 9px; 	box-sizing: border-box; 	border-radius: var(--em-rounded-xs); 	text-shadow: 0px 1px 1px #232323; 	z-index: 9; }  .em-tooltip--data.top::before { 	content: ""; 	height: 0; 	width: 0; 	top: 0; 	left: 50%; 	transform: translateX(-50%); 	border-style: solid; 	border-width: 6px 6px; 	border-color: #232323 transparent transparent transparent; }  .em-tooltip--data.top::after { 	content: attr(data-tooltip); 	bottom: 0; 	right: 50%; 	transform: translateX(50%); 	font-size: 12px; 	font-size: 0.75rem; 	line-height: 12px; 	font-weight: 500; 	color: var(--em-color__light); 	background-image: none; 	background-color: #232323; 	padding: 8px 10px; 	width: 150px; 	max-width: max-content; 	border-radius: var(--em-rounded-xs); 	text-shadow: 0px 1px 1px #232323; 	z-index: 9; 	white-space: nowrap; 	text-overflow: ellipsis; 	overflow: hidden; 	text-transform: none; }  .em-tooltip--data.top.left::before { 	top: 50%; 	left: 0; 	transform: translateY(-50%) rotate(-90deg); }  .em-tooltip--data.top.left::after { 	display: inline-table; 	top: 50%; 	right: 100%; 	left: auto; 	margin: 0 0 0 12px; 	transform: translateY(-50%); 	white-space: inherit; }  .em-tooltip--data.top.right::before { 	top: 50%; 	left: 100%; 	transform: translateY(-50%) rotate(90deg); }  .em-tooltip--data.top.right::after { 	display: inline-table; 	top: 50%; 	left: 100%; 	right: auto; 	margin: 0 12px 0; 	transform: translateY(-50%); 	white-space: inherit; }  .em-tooltip--data.added::after { 	content: attr(data-tooltip_added); }  @media (max-width: 1024px) { 	.em-tooltip--data { 		display: none !important; 	} }  /* Classes --------------------------------------------- */ .text-left { 	text-align: left; }  .text-center { 	text-align: center; }  .text-right { 	text-align: right; }  .clearfix { 	content: ""; 	display: table; 	table-layout: fixed; }  .em-color-dark { 	color: var(--em-color__dark); }  .em-color-primary { 	color: var(--em-color__primary); }  .em-flex { 	display: flex; }  .em-inline-flex { 	display: inline-flex; }  .em-flex-wrap { 	flex-wrap: wrap; }  .em-flex-column { 	flex-direction: column; }  .em-flex-align-center { 	align-items: center; }  .em-flex-align-end { 	align-items: flex-end; }  .em-flex-center { 	justify-content: center; }  .em-flex-end { 	justify-content: flex-end; }  .em-flex-space-between { 	justify-content: space-between; }  .em-font-normal { 	font-weight: 400; }  .em-font-medium { 	font-weight: 500; }  .em-font-semibold { 	font-weight: 600; }  .em-font-bold { 	font-weight: 700; }  .em-font-extrabold { 	font-weight: 800; }  .em-font-h1 { 	font-size: 80px; 	font-size: 5rem; }  .em-font-h2 { 	font-size: 68px; 	font-size: 4.25rem; }  .em-font-h3 { 	font-size: 52px; 	font-size: 3.25rem; }  .em-font-h4 { 	font-size: 42px; 	font-size: 2.625rem; }  .em-font-h5 { 	font-size: 28px; 	font-size: 1.75rem; }  .em-font-h6 { 	font-size: 20px; 	font-size: 1.25rem; }  .hidden { 	display: none !important; 	visibility: hidden !important; }  @media (max-width: 767px) { 	.hidden-xs { 		display: none !important; 	} }  @media (min-width: 768px) and (max-width: 991px) { 	.hidden-sm { 		display: none !important; 	} }  @media (min-width: 992px) and (max-width: 1199px) { 	.hidden-md { 		display: none !important; 	} }  @media (min-width: 1200px) { 	.hidden-lg { 		display: none !important; 	} }  .list-unstyled { 	list-style: none; 	margin: 0; 	padding: 0; }  .em-loading-spin { 	--em-animation-state: running; 	position: relative; 	color: transparent; }  .em-loading-spin::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .em-vibrate { 	-webkit-animation-name: vibrate; 	animation-name: vibrate; }  .em-progress-bar { 	pointer-events: none; 	background-color: var(--em-color__primary); 	box-shadow: 0 0 6px var(--em-color__primary), 0 0 var(--em-color__primary); 	width: 100%; 	height: 2px; 	position: fixed; 	top: 0; 	left: 0; 	z-index: 999999; 	transform: scaleX(0); 	transform-origin: left; 	transition: transform .4s; }  .em-fadeinup { 	--em-fadeinup-delay: 0.05s; 	transition: opacity 0.25s, transform 0.25s; 	transition-delay: var(--em-fadeinup-delay); }  .em-fadeinup:not(.em-animated) { 	opacity: 1; 	transform: translateY(0); }  .em-fadeinup.em-animated { 	opacity: 0; 	transform: translateY(30px); }  .em-relative { 	position: relative; }  .em-absolute { 	position: absolute; }  .em-fixed { 	position: fixed; }  /*-------------------------------------------------------------- # Layouts --------------------------------------------------------------*/ .em-container { 	width: 100%; 	margin-left: auto; 	margin-right: auto; 	padding-left: 15px; 	padding-right: 15px; }  .em-container:before { 	content: ""; 	display: table; 	table-layout: fixed; }  .em-container:after { 	content: ""; 	display: table; 	table-layout: fixed; 	clear: both; }  .em-container.em-container-fluid { 	max-width: 100%; }  @media (min-width: 768px) { 	.em-container { 		max-width: 1500px; 		padding-left: 30px; 		padding-right: 30px; 	} }  @media (min-width: 1150px) { 	.em-container { 		max-width: 1540px; 		padding-left: 50px; 		padding-right: 50px; 	} }  .site-content { 	padding-top: 3.375rem; 	padding-bottom: 3.375rem; }  @media (min-width: 1025px) { 	.content-sidebar .site-content .site-content-container, 	.sidebar-content .site-content .site-content-container { 		display: flex; 		flex-wrap: wrap; 	} 	.content-sidebar .content-area, 	.sidebar-content .content-area { 		flex: 0 0 74%; 		width: 74%; 	} 	.content-sidebar .widget-area, 	.sidebar-content .widget-area { 		flex: 0 0 26%; 		width: 26%; 	} 	.content-sidebar .content-area { 		padding-right: 15px; 	} 	.content-sidebar .widget-area { 		padding-left: 15px; 	} 	.sidebar-content .widget-area { 		order: 1; 		padding-right: 15px; 	} 	.sidebar-content .widget-area::before { 		left: auto; 		right: 0; 	} 	.sidebar-content .content-area { 		order: 2; 		padding-left: 15px; 	} }  /*-------------------------------------------------------------- # Components --------------------------------------------------------------*/ /* Header --------------------------------------------- */ .topbar { 	min-height: 45px; }  .topbar.has-border { 	border-bottom: 1px solid var(--em-border-color); }  .topbar-container { 	display: flex; 	align-items: center; 	justify-content: space-between; 	height: 100%; }  .topbar-container:before, .topbar-container:after { 	display: none; }  .topbar-items { 	display: flex; 	align-items: center; 	line-height: 45px; }  .topbar-left-items { 	text-align: left; 	justify-content: flex-start; }  .topbar-left-items > * { 	margin-right: 30px; }  .topbar-left-items > *:last-child { 	margin-right: 0; }  .topbar-center-items { 	text-align: center; 	justify-content: center; 	flex: 1; }  .topbar-center-items > * { 	margin: 0 17px; }  .topbar-right-items { 	text-align: right; 	justify-content: flex-end; }  .topbar-right-items > * { 	margin-left: 30px; }  .topbar-right-items > *:first-child { 	margin-left: 0; }  .topbar-items { 	display: flex; 	align-items: center; 	height: 100%; 	flex: 1; }  .topbar-items .ecomus-currency-language .current { 	padding: 0; }  .topbar-items .ecomus-currency-language a { 	color: #000; }  .topbar-items .ecomus-currency-language .woocs_flag_view_item_current { 	color: var(--em-color__primary); }  .topbar-text a { 	--em-link-color: inherit; 	white-space: nowrap; }  .topbar-custom-text { 	color: var(--em-color__dark); 	line-height: normal; }  .topbar-custom-text a { 	--em-link-color: inherit; 	display: inline-block; 	text-decoration: underline; 	white-space: nowrap; }  .topbar-custom-text a svg { 	/*rtl:raw: 				transform: rotateY(180deg); 			*/ }  .site-header .site-header__container { 	display: flex; 	align-items: center; 	height: 100%; }  .site-header .has-menu .primary-navigation { 	position: static; }  .header-contents { 	position: relative; }  .header-items { 	display: flex; 	align-items: center; 	height: 100%; 	flex: 1; 	color: var(--em-header-color); }  .header-items > * { 	position: relative; }  .header-items .em-button-icon { 	--em-button-width: 40px; 	--em-button-height: 40px; }  .header-items > a:not(:hover), .header-items > button:not(:hover), .header-items > .em-button:not(:hover) { 	color: inherit; }  .header-left-items { 	text-align: left; 	justify-content: flex-start; 	padding-right: 10px; }  .header-left-items > * { 	margin-right: 30px; }  .header-left-items > *:last-child { 	margin-right: 0; }  .header-left-items .nav-menu .menu-item-pos-alignment--left.menu-item-pos-static { 	position: static; }  .header-center-items { 	text-align: center; 	justify-content: center; 	padding-left: 10px; 	padding-right: 10px; }  .header-center-items > * { 	margin-right: 30px; }  .header-center-items > *:last-child { 	margin-right: 0; }  .header-right-items { 	text-align: right; 	justify-content: flex-end; 	padding-left: 10px; 	margin: 0 -10px; }  .header-right-items > * { 	padding: 0 10px; }  .header-right-items .nav-menu .menu-item-pos-alignment--right.menu-item-pos-static { 	position: static; }  .header-main { 	--em-header-main-border-color: transparent; 	--em-header-main-shadow-color: transparent; 	--em-header-main-bg-color: transparent; 	height: 85px; 	border-bottom: 1px solid var(--em-header-main-border-color); 	box-shadow: 0 1px 3px var(--em-header-main-shadow-color); 	background-color: var(--em-header-main-bg-color); }  .header-bottom { 	--em-header-bottom-border-color: transparent; 	--em-header-bottom-shadow-color: transparent; 	--em-header-bottom-bg-color: transparent; 	height: 60px; 	border-bottom: 1px solid var(--em-header-bottom-border-color); 	box-shadow: 0 1px 3px var(--em-header-bottom-shadow-color); 	background-color: var(--em-header-bottom-bg-color); }  .ecomus-header-main-divider .header-main { 	--em-header-main-border-color: var( --em-border-color ); }  .ecomus-header-bottom-divider .header-bottom { 	--em-header-bottom-border-color: var( --em-border-color ); }  .header-counter { 	font-size: 10px; 	font-size: 0.625rem; 	line-height: 19px; 	height: 18px; 	min-width: 18px; 	text-align: center; 	padding: 0 3px; 	font-weight: 500; 	border-radius: 20px; 	white-space: nowrap; 	text-overflow: ellipsis; 	display: block; 	overflow: hidden; 	position: absolute; 	z-index: 2; 	top: 0; 	right: 0; 	color: var(--em-text-color-on-primary); 	background-color: var(--em-color__primary); }  .header-v2 .header-main { 	height: 67px; }  .header-v6 .header-main { 	height: 103px; }  .header-v6 .header-bottom { 	height: 80px; }  .header-logo { 	flex: 0 1 auto; 	position: relative; 	z-index: 100; }  .header-logo > a { 	position: relative; 	display: block; 	line-height: 1; 	font-weight: 600; 	color: inherit; }  .header-logo > a:hover { 	text-decoration: none; }  .header-logo > a img { 	--em-image-rounded: 0; 	display: inline-block; 	vertical-align: middle; }  .header-logo > a svg { 	fill: currentColor; 	vertical-align: middle; 	width: auto; 	height: auto; }  .header-logo .logo-light { 	display: none; }  .header-logo__text, .header-logo__svg { 	font-size: 28px; 	font-size: 1.75rem; 	color: var(--em-color__dark); }  .nav-menu, .nav-menu ul { 	list-style: none; 	margin: 0; 	padding: 0; }  .nav-menu li { 	padding: 4px 22px; 	position: relative; }  .nav-menu li > ul.sub-menu { 	display: flex; 	flex-direction: column; 	align-items: flex-start; 	opacity: 0; 	pointer-events: none; 	visibility: hidden; 	position: absolute; 	min-width: 280px; 	top: 100%; 	left: 50%; 	padding: 18px 0; 	transform: translate(-50%, 5px); 	background-color: var(--em-color__light); 	border: 1px solid var(--em-border-color); 	z-index: 9; 	transition: 0.4s; }  .nav-menu li > ul.sub-menu.mega-menu-alignment--left { 	left: 0; 	transform: none; }  .nav-menu li > ul.sub-menu.mega-menu-alignment--right { 	left: auto; 	right: 0; 	transform: none; }  .nav-menu li > ul.sub-menu ul { 	top: 0; 	left: 100%; 	transform: none; }  .nav-menu li > ul.sub-menu li { 	color: var(--em-color__dark); }  .nav-menu li > ul.sub-menu li:hover > ul { 	top: 0; 	left: 100%; }  .nav-menu li > ul.sub-menu:not(.mega-menu) li { 	width: 100%; }  .nav-menu li:hover > ul { 	opacity: 1; 	visibility: visible; 	pointer-events: auto; 	transform: translate(-50%, 0); 	z-index: 999; }  .nav-menu li.mega-menu { 	padding: 20px 0; }  .nav-menu a:not(.button) { 	font-size: 14px; 	font-size: 0.875rem; 	display: inline-block; 	text-decoration: none; 	position: relative; }  .nav-menu a:not(.button):hover { 	text-decoration: none; }  .primary-navigation { 	height: 100%; }  .primary-navigation .nav-menu { 	height: 100%; 	display: flex; 	align-items: center; 	text-align: left; }  .primary-navigation .nav-menu > li:not(.menu-item-mega) { 	position: relative; }  .primary-navigation .nav-menu > li { 	height: 100%; 	display: flex; 	align-items: center; 	padding: 0 15px; }  .primary-navigation .nav-menu > li:first-child { 	padding-left: 0; }  .primary-navigation .nav-menu > li:last-child { 	padding-right: 0; }  .primary-navigation .nav-menu > li:hover > a .ecomus-svg-icon.caret, .primary-navigation .nav-menu > li:hover > a .menu-item-icon.caret { 	opacity: 1; }  .primary-navigation .nav-menu > li:hover > a:after { 	width: 100%; 	left: 0; }  .primary-navigation .nav-menu > li > a { 	--em-link-color: var( --em-header-color ); 	font-size: 16px; 	font-size: 1rem; 	font-weight: 500; 	color: var(--em-header-color); 	display: flex; 	align-items: center; }  .primary-navigation .nav-menu > li > a:after { 	content: ""; 	position: absolute; 	right: 0; 	bottom: 0px; 	width: 0; 	border-bottom: 1px solid; 	transition: width 0.4s; }  .primary-navigation .nav-menu > li > a:hover { 	color: var(--em-link-color); }  .primary-navigation .nav-menu > li > a .ecomus-svg-icon, .primary-navigation .nav-menu > li > a .menu-item-icon { 	font-size: 14px; 	font-size: 0.875rem; 	margin: 2px 8px 0 0; }  .primary-navigation .nav-menu > li > a .menu-icon-item--image { 	width: 16px; }  .primary-navigation .nav-menu > li > a .menu-icon-item-position--right { 	margin: 2px 0 0 8px; }  .primary-navigation .nav-menu > li.menu-item-has-children > a { 	padding-right: 17px; 	position: relative; }  .primary-navigation .nav-menu > li.menu-item-has-children > a:before { 	content: ""; 	position: absolute; 	right: 0; 	top: 50%; 	transform: translateY(-50%); 	width: 10px; 	height: 6px; 	background-color: currentcolor; 	border: 0 !important; 	-webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+") no-repeat 50% 50%; 	mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+") no-repeat 50% 50%; 	-webkit-mask-size: cover; 	mask-size: cover; }  .primary-navigation .nav-menu > li ul li.menu-item-has-children > a { 	display: block; 	padding-right: 17px; 	position: relative; }  .primary-navigation .nav-menu > li ul li.menu-item-has-children > a:before { 	content: ""; 	position: absolute; 	right: 0; 	top: 50%; 	transform: translateY(-50%) rotate(-90deg); 	width: 10px; 	height: 6px; 	background-color: currentcolor; 	border: 0 !important; 	-webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+") no-repeat 50% 50%; 	mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+") no-repeat 50% 50%; 	-webkit-mask-size: cover; 	mask-size: cover; 	transition: 0.4s; }  .primary-navigation .nav-menu > li ul li.menu-item-has-icon > a { 	display: inline-flex; 	align-items: center; 	gap: 10px; }  .primary-navigation .nav-menu li > ul.mega-menu { 	padding: 25px 0; }  .primary-navigation a:not(.button) { 	font-size: 14px; 	font-size: 0.875rem; 	display: inline-block; 	text-decoration: none; 	white-space: nowrap; 	position: relative; }  .primary-navigation a:not(.button):hover { 	text-decoration: none; }  .primary-navigation a:not(:hover) { 	color: var(--em-color__base); }  .primary-navigation .menu-item-mega { 	position: relative; }  .primary-navigation .menu-item-mega:hover > ul { 	opacity: 1; 	visibility: visible; 	pointer-events: auto; 	top: 100%; 	z-index: 200; }  .primary-navigation .menu-item-mega > ul.sub-menu { 	left: 50%; 	transform: translateX(-50%); }  .primary-navigation .menu-item-static { 	position: static; }  .primary-navigation .menu-item-static .mega-menu { 	left: 0; 	width: 100%; }  .primary-navigation .menu-item-static .mega-menu--grid .mega-menu__column:first-child > li { 	padding-left: 0; }  .primary-navigation .menu-item-static .mega-menu--grid .mega-menu__column:last-child > li { 	padding-right: 0; }  .primary-navigation .mega-menu-main { 	display: flex; 	flex-wrap: wrap; }  .primary-navigation .mega-menu-main ul { 	display: flex; 	flex-direction: column; }  .primary-navigation .mega-menu-main .mega-sub-menu > a { 	padding-right: 0 !important; 	font-weight: 600; }  .primary-navigation .mega-menu-main .mega-sub-menu > a:before { 	display: none !important; }  .primary-navigation .mega-menu-main .mega-sub-menu ul.sub-menu { 	position: static; 	opacity: 1; 	visibility: visible; 	pointer-events: auto; 	transform: none; 	z-index: 200; 	box-shadow: none; 	border: none; 	padding: 5px 0; 	min-width: auto; }  .primary-navigation .mega-menu-main .mega-sub-menu ul.sub-menu li { 	padding-left: 0; 	padding-right: 0; }  .primary-navigation .mega-menu-container { 	padding: 3px 20px; }  .primary-navigation .mega-menu-container.container-fluid { 	width: 100%; }  .primary-navigation .mega-menu-container.em-container { 	max-width: 1540px; 	padding: 3px 50px 12px; }  .primary-navigation .mega-menu-container.em-container .mega-menu-main { 	margin-left: -12px; 	margin-right: -12px; }  .primary-navigation .menu-item-mega .mega-menu { 	display: flex; 	flex-direction: column; 	align-items: flex-start; 	opacity: 0; 	pointer-events: none; 	visibility: hidden; 	position: absolute; 	min-width: 140px; 	top: 100%; 	left: -20px; 	background-color: var(--em-color__light); 	box-shadow: 0 0 3px rgba(0, 0, 0, 0.12); 	border-radius: var(--em-rounded-xs); 	border: none; 	border-top: 1px solid var(--em-border-color); 	padding: 13px 0; 	transition: 0.4s; }  .primary-navigation .menu-item-mega .mega-menu .menu-item--widget-image { 	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); 	border: 1px solid transparent; 	transition: 0.4s; 	border-radius: var(--em-rounded-sm); }  .primary-navigation .menu-item-mega .mega-menu .menu-item--widget-image:hover { 	border-color: var(--em-color__dark); }  .secondary-navigation { 	height: 100%; }  .secondary-navigation .nav-menu { 	height: 100%; 	display: flex; 	align-items: center; 	gap: 4px; 	text-align: left; }  .secondary-navigation .nav-menu > li { 	padding: 0; 	height: 100%; 	display: flex; 	align-items: center; 	position: relative; }  .secondary-navigation .nav-menu > li:after { 	content: ''; 	position: absolute; 	left: 0; 	bottom: 0; 	width: 0; 	height: 2px; 	background-color: var(--em-header-color); 	transition: 0.4s; }  .secondary-navigation .nav-menu > li.current-menu-item:after, .secondary-navigation .nav-menu > li:hover:after { 	width: 100%; }  .secondary-navigation .nav-menu > li.current-menu-item > a, .secondary-navigation .nav-menu > li:hover > a { 	color: var(--em-header-color); }  .secondary-navigation .nav-menu > li.current-menu-item > a { 	background-color: #F3F3F3; }  .secondary-navigation .nav-menu > li > a { 	font-size: 12px; 	font-size: 0.75rem; 	font-weight: 800; 	color: var(--em-header-color); 	text-transform: uppercase; 	padding: 11px 10px; }  .secondary-navigation .nav-menu > li > a .ecomus-svg-icon, .secondary-navigation .nav-menu > li > a .menu-item-icon { 	font-size: 10px; 	font-size: 0.625rem; 	margin: 2px 8px 0 0; }  .secondary-navigation .nav-menu > li > a .menu-icon-item-position--right { 	margin: 2px 0 0 8px; }  ul.menu .menu-item-has-icon-svg .icon-has-background { 	padding: 10px; }  ul.menu .menu-item-icon { 	display: inline-block; 	line-height: 1; }  ul.menu .menu-item-icon svg { 	vertical-align: -0.125em; 	width: 1em; 	height: 1em; 	fill: currentColor; 	display: inline-block; }  ul.menu .menu-icon-item--image { 	width: 14px; }  ul.menu > li > a .menu-item-icon { 	margin-right: 5px; }  .mega-menu ul.mega-menu__column li.menu-item--type-label { 	padding-bottom: 12px; }  .mega-menu ul.mega-menu__column li.menu-item--type-label h6 { 	font-weight: 500; 	line-height: 2; 	margin: 0; }  .mega-menu ul.mega-menu__column li.menu-item--type-label:after { 	display: none; }  .mega-menu ul.mega-menu__column .menu-item--type-hidden { 	padding: 0; }  .mega-menu ul.mega-menu__column .menu-item--type-hidden > span, .mega-menu ul.mega-menu__column .menu-item--type-hidden > a { 	display: none !important; }  .mega-menu ul.mega-menu__column .menu-item + .menu-item--type-empty { 	padding-bottom: 4px; }  .mega-menu ul.mega-menu__column .menu-item--widget-heading { 	font-size: 12px; 	font-size: 0.75rem; 	text-transform: uppercase; 	font-weight: 700; 	margin-bottom: 5px; 	color: var(--em-color__dark); 	margin-top: 6px; 	line-height: 1; }  .mega-menu ul.mega-menu__column .menu-item--widget-heading:first-child { 	margin-top: 0; }  .mega-menu ul.mega-menu__column .menu-item--widget-heading a { 	font-size: inherit; 	color: inherit; }  .mega-menu ul.mega-menu__column .menu-item--widget-heading a:not(:hover) { 	color: inherit; }  .mega-menu ul.mega-menu__column .menu-item--widget-image { 	text-align: center; }  .mega-menu ul.mega-menu__column .menu-item--widget-image > a, .mega-menu ul.mega-menu__column .menu-item--widget-image > span { 	padding: 6px 7px 0; }  .mega-menu ul.mega-menu__column .menu-item--widget-image:last-child { 	padding-bottom: 0; }  .mega-menu ul.mega-menu__column .menu-item--widget-image.menu-item--align-left { 	text-align: left; }  .mega-menu ul.mega-menu__column .menu-item--widget-image.menu-item--align-right { 	text-align: right; }  .mega-menu ul.mega-menu__column .menu-item--widget-image a { 	position: relative; }  .mega-menu ul.mega-menu__column .menu-item--widget-image a:after { 	display: none; }  .mega-menu ul.mega-menu__column .menu-item--widget-image .menu-widget-image { 	--em-image-rounded: 0; }  .mega-menu ul.mega-menu__column .menu-item--widget-image .menu-widget-image__button { 	font-weight: 600; 	padding: 10px 0; 	display: inline-block; }  .mega-menu ul.mega-menu__column .menu-item--widget-image .menu-widget-image__button:not(:hover) { 	color: var(--em-link-color); }  .mega-menu ul.mega-menu__column .menu-item--widget-image .mega-menu__badge-wrapper { 	position: absolute; 	top: 9px; 	right: 7px; }  .mega-menu ul.mega-menu__column .mega-menu__badge { 	font-size: 10px; 	font-size: 0.625rem; 	line-height: 12px; 	color: var(--em-color__light); 	padding: 4px 8px; 	border-radius: var(--em-rounded-sm); 	margin: 0 3px; }  .mega-menu ul.mega-menu__column .mega-menu__badge--new { 	background-color: #48D4BB; }  .mega-menu ul.mega-menu__column .mega-menu__badge--trend, .mega-menu ul.mega-menu__column .mega-menu__badge--custom { 	background-color: #83B735; }  .mega-menu ul.mega-menu__column .mega-menu__badge--hot { 	background-color: #FC5732; }  .mega-menu ul.mega-menu__column .menu-widget-image__content { 	margin-top: 8px; 	margin-bottom: 10px; }  .mega-menu ul.mega-menu__column .menu-widget-image__desc { 	font-size: 14px; 	font-size: 0.875rem; 	color: #000000; }  .mega-menu ul.mega-menu__column li.menu-item--widget-banner { 	padding: 0; }  .mega-menu ul.mega-menu__column li.menu-item--widget-banner > a { 	display: block; }  .mega-menu ul.mega-menu__column li.menu-item--widget-banner .menu-widget-banner img { 	transition: transform 1s cubic-bezier(0, 0, 0.44, 1.18); }  .mega-menu ul.mega-menu__column li.menu-item--widget-banner .menu-widget-banner__title { 	--em-button-padding-left: 30px; 	--em-button-padding-top: 11px; 	--em-button-padding-bottom: 11px; 	--em-button-padding-right: 30px; 	gap: 0; 	position: absolute; 	bottom: 35px; 	left: 50%; 	transform: translateX(-50%); 	font-size: 16px; 	font-size: 1rem; 	max-width: calc( 100% - 50px); }  .mega-menu ul.mega-menu__column li.menu-item--widget-banner .menu-widget-banner__title .menu-widget-banner__text { 	font-family: var(--em-heading-font); }  .mega-menu ul.mega-menu__column li.menu-item--widget-banner .menu-widget-banner__title .ecomus-svg-icon { 	font-size: 10px; 	transition: transform .3s, width .3s, margin-left .3s ease .1s; 	transform: scale(0); 	transform-origin: right; 	width: 0; 	margin: 0; 	padding-bottom: 2px; 	/*rtl:raw: 						transform: scale(0) rotateY(180deg); 					*/ }  .mega-menu ul.mega-menu__column li.menu-item--widget-banner .menu-widget-banner__title:hover { 	--em-button-bg-color: #000000; 	--em-button-color: #ffffff; }  .mega-menu ul.mega-menu__column li.menu-item--widget-banner .menu-widget-banner__title:hover .ecomus-svg-icon { 	transform: scale(1); 	width: 10px; 	margin-left: 9px; 	margin-top: 4px; 	/*rtl:raw: 							transform: scale(1) rotateY(180deg); 						*/ }  .mega-menu ul.mega-menu__column li.menu-item--widget-banner .menu-widget-banner__title::after { 	display: none; }  .mega-menu ul.mega-menu__column > li:first-child.menu-item--widget-banner { 	padding-top: 9px; }  .mega-menu ul.mega-menu__column .menu-widget-banner__content { 	position: absolute; 	left: 24px; 	bottom: 23px; 	z-index: 1; }  .mega-menu ul.mega-menu__column .menu-widget-banner__title { 	font-size: 18px; 	font-size: 1.125rem; 	font-weight: 500; 	line-height: 24px; }  .mega-menu ul.mega-menu__column .menu-widget-banner__button { 	color: inherit; 	margin-top: 16px; }  .mega-menu ul.mega-menu__column .menu-widget-banner__link { 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; }  .mega-menu ul.mega-menu__column .menu-item--widget-button.menu-item--align-center { 	text-align: center; }  .mega-menu ul.mega-menu__column .menu-item--widget-button.menu-item--align-right { 	text-align: right; }  .mega-menu ul.mega-menu__column .menu-item--widget-button a.em-button { 	color: var(--em-button-color); 	margin-top: var(--em-menu-button-item-spacing); }  .mega-menu ul.mega-menu__column .mega-menu__button-icon { 	font-size: 10px; 	font-size: 0.625rem; 	margin-left: 10px; 	position: relative; 	top: -1px; }  .mega-menu ul.mega-menu__column .menu-item--widget-custom-link .mega-menu__badge-wrapper { 	position: absolute; 	top: -12px; 	left: 100%; 	line-height: 1; }  .mega-menu ul.mega-menu__column .menu-item--widget-custom-link .mega-menu__badge-wrapper.text-full { 	left: auto; 	right: -15px; }  .mega-menu ul.mega-menu__column .menu-item--widget-custom-link .mega-menu__badge { 	padding: 2px 6px 3px; }  .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel { 	display: block; 	padding-left: 25px; }  .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel:not(.swiper-initialized) { 	overflow: hidden; }  .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel ul.products { 	left: 0; 	display: flex; 	flex-wrap: nowrap; 	overflow: initial; 	margin-top: 7px; }  .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel ul.products li.product { 	flex-shrink: 0; }  .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel ul.products li.product .product-loop-button { 	--em-button-height: 32px; 	--em-button-width: 32px; }  .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel ul.products li.product .product-loop-button.em-button-icon .ecomus-svg-icon { 	font-size: 14px; 	font-size: 0.875rem; }  .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel ul.products li.product .product-loop-button.em-button-icon .ecomus-svg-icon.ecomus-svg-icon--eye, .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel ul.products li.product .product-loop-button.em-button-icon .ecomus-svg-icon.ecomus-svg-icon--heart { 	font-size: 16px; 	font-size: 1rem; }  .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel ul.products li.product .product-variation-items .product-variation-item--color:before { 	border-width: 4px 5px; 	bottom: 100%; 	top: auto; 	border-color: var(--em-color__dark) transparent transparent transparent; }  .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel ul.products li.product .product-variation-items .product-variation-item--color:after { 	bottom: calc(100% + 6px); 	top: auto; }  .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel ul.products .woocommerce-LoopProduct-link { 	white-space: inherit; }  .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel ul.products.swiper-wrapper { 	margin: 0; }  .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel ul.products.swiper-wrapper li.product { 	margin: 0; 	padding: 0; }  .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel .swiper-button { 	--em-arrow-width: 36px; 	--em-arrow-height: 36px; 	--em-arrow-font-size:10px; 	--em-arrow-top: 35%; 	z-index: 1000; 	border: none; 	/*rtl:raw: 					transform: rotateY(180deg) translateY(-50%); 				*/ }  .mega-menu ul.mega-menu__column .menu-taxonomy-list-widget li { 	padding-left: 0; 	padding-right: 0; }  .mega-menu__row { 	display: flex; 	margin: 0 -12px; }  .mega-menu--grid ul.mega-menu__column { 	padding: 0 12px; }  .mega-menu--grid ul.mega-menu__column .menu-item--widget-image { 	padding: 0; 	margin-bottom: 25px; }  .mega-menu--tabs .mega-menu__tablist, .mega-menu--tabs .mega-menu__panellist { 	float: left; 	width: 50%; }  .mega-menu--tabs .mega-menu__tablist li { 	padding: 4px 12px; }  .mega-menu--tabs .mega-menu__tablist li.active a:after { 	width: 100%; 	left: 0; }  .mega-menu--tabs .mega-menu__tabpanel { 	display: none; }  .mega-menu--tabs .mega-menu__tabpanel.active { 	display: block; }  .mega-menu--tabs .mega-menu__tabpanel ul li a:hover:after { 	display: none; }  .mega-menu--tabs .mega-menu__panellist { 	padding-bottom: 7px; }  @media (min-width: 1200px) { 	.mega-menu ul.mega-menu__column .menu-item--type-empty > span, 	.mega-menu ul.mega-menu__column .menu-item--type-empty > a { 		text-indent: -9999em; 		display: block; 	} }  .header-search__icon { 	--em-button-font-size: 18px; }  .header-search__form { 	border-width: var(--em-input-border-width); 	border-style: solid; 	border-color: var(--em-input-border-color); 	border-radius: var(--em-input-rounded); 	background-color: var(--em-input-bg-color); 	padding: 5px; }  .header-search__form.searched.actived .header-search-results, .header-search__form.searching .header-search-results { 	opacity: 1; 	visibility: visible; }  .header-search__form.searched.actived .close-search-modal__results, .header-search__form.searching .close-search-modal__results { 	display: flex; }  .header-search__form.searched .close-search-modal__results { 	display: flex; }  .header-search__form .close-search-modal__results { 	--em-button-width: 25px; 	--em-button-height: 25px; 	--em-button-color: #000000; 	right: 95px; }  .header-search__form:not(.searching) .modal__content-loading { 	display: none; }  .header-search__form .modal__content-loading { 	gap: 30px; 	padding: 20px; }  .header-search__form .em-product-card { 	gap: 19px; }  .header-search__form .em-product-card_img { 	background: #e1e3e4; 	width: 75px; 	height: 100px; }  .header-search__form .em-product-card__info { 	flex: 1 1 auto; 	display: flex; 	flex-direction: column; 	gap: 15px; }  .header-search__form .em-product-card_txt1 { 	height: 20px; 	width: 100%; 	background: #e1e3e4; 	margin-bottom: 10px; }  .header-search__form .em-product-card_txt2 { 	height: 15px; 	width: 40%; 	background: #e1e3e4; 	margin-bottom: 0; }  .header-v6 .header-search__form { 	--em-input-rounded: 30px; 	--em-button-rounded: 30px; }  .header-search__field { 	--em-input-font-size: 16px; 	--em-input-placeholder-font-size: 16px; 	--em-input-border-width: 0px; 	--em-input-padding-y: 0px; 	--em-input-padding-x: 15px; 	--em-input-bg-color: transparent; 	width: 400px; }  .header-search__results { 	position: absolute; 	right: 20px; 	top: 50%; 	transform: translateY(-50%); 	display: none; 	--em-button-color: #000; 	--em-button-color-hover: #000; 	--em-button-bg-color: transparent; 	--em-button-bg-color-hover: transparent; 	--em-button-border-color: #ebebeb; 	--em-button-border-color-hover: #000; 	--em-button-width: 25px; 	--em-button-height: 25px; 	--em-button-font-size: 8px; 	min-width: var(--em-button-width); 	padding-top: 1px; }  .header-search__button { 	--em-button-icon-size: 18px; 	--em-button-padding-top: 5px; 	--em-button-padding-bottom: 5px; 	--em-button-padding-left: 17px; 	--em-button-padding-right: 17px; 	--em-button-bg-color-hover: var(--em-color__primary); 	--em-button-border-color-hover: var(--em-color__primary); 	width: 74px; 	height: 36px; }  .header-search__button .ecomus-svg-icon { 	/*rtl:raw: 			transform: rotateY(0); 		*/ }  .header-search__products-suggest, .header-search-results { 	--header-suggest-height: 129px; 	border-radius: var(--em-rounded-md); 	position: absolute; 	top: calc(100% + 5px); 	right: 0; 	left: 0; 	z-index: 1000; 	height: auto; 	background-color: var(--em-color__light); 	opacity: 0; 	visibility: hidden; 	transition: all .1s ease-in-out; 	max-width: 100%; 	box-shadow: 0 1px 5px 2px var(--em-input-border-color); 	color: #000000; }  .header-search__products-suggest.header-suggest--open, .header-search-results.header-suggest--open { 	opacity: 1; 	visibility: visible; }  .header-search__products-suggest:empty { 	display: none !important; }  .search-products-suggest-list { 	overflow: auto; 	overflow-x: hidden; 	padding: 20px; 	max-height: calc( var(--header-suggest-height) * 5); 	scrollbar-width: 1px; 	scrollbar-color: var(--em-color__grayer); 	border-radius: var(--em-modal-content-border-radius); }  .search-products-suggest-list::-webkit-scrollbar { 	width: 5px; }  .search-products-suggest-list::-webkit-scrollbar-thumb { 	background-color: transparent; 	border-radius: 8px; }  .search-products-suggest-list::-webkit-scrollbar-thumb { 	background-color: rgba(0, 0, 0, 0.16); }  .search-products-suggest-list::-webkit-scrollbar-track { 	background-color: rgba(255, 255, 255, 0.05); }  .search-products-suggest-list li { 	gap: 15px; 	text-align: left; }  .search-products-suggest-list li:not(:last-child) { 	padding-bottom: 10px; 	margin-bottom: 10px; 	border-bottom: 1px solid var(--em-input-border-color); }  .suggest-list__title { 	--em-link-color: #000; }  .suggest-list__image { 	--em-ratio-percent: var(--product-image-ratio-percent); 	--em-image-rounded: 0; 	width: 60px; 	min-width: 60px; }  .suggest-list__price { 	display: flex; 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 600; 	line-height: 16.8px; 	color: #000000; 	margin-top: 5px; 	flex-wrap: wrap; 	column-gap: 10px; 	row-gap: 5px; 	margin-bottom: 0; }  .suggest-list__price .woocs_price_code { 	display: flex; 	flex-wrap: wrap; 	column-gap: 10px; 	row-gap: 5px; }  .suggest-list__price ins { 	color: var(--em-color-price-sale); 	background-color: transparent; }  .suggest-list__price del { 	color: rgba(0, 0, 0, 0.5); 	font-weight: 400; }  .suggest-list__price .woocommerce-price-suffix { 	line-height: 14px; }  .header-search__products-results { 	padding: 20px 20px 0 20px; 	overflow: auto; 	overflow-x: hidden; 	max-height: calc( var(--header-suggest-height) * 5); 	scrollbar-width: 1px; 	scrollbar-color: var(--em-color__grayer); 	border-radius: var(--em-modal-content-border-radius); }  .header-search__products-results::-webkit-scrollbar { 	width: 5px; }  .header-search__products-results::-webkit-scrollbar-thumb { 	background-color: transparent; 	border-radius: 8px; }  .header-search__products-results::-webkit-scrollbar-thumb { 	background-color: rgba(0, 0, 0, 0.16); }  .header-search__products-results::-webkit-scrollbar-track { 	background-color: rgba(255, 255, 255, 0.05); }  .header-search__products-results .results-tab-header .results-tab-button { 	font-size: 18px; 	font-size: 1.125rem; 	color: var(--em-heading-color); }  .header-search__products-results .results-tab-header .results-tab-button:not(.active) { 	color: #a1a1a1; }  .header-search__products-results .results-tab-header .results-tab-button:not(.active):hover { 	color: var(--em-heading-color); }  .header-search__products-results .result-tab-item { 	flex: 0 0 100%; 	max-width: 100%; 	display: none; }  .header-search__products-results .result-tab-item.active { 	display: block; 	animation: fadeIn .4s ease-in-out; }  .header-search__products-results .results-heading { 	display: none; }  .header-search__products-results .results-list li.result-card-item, .header-search__products-results .results-list li.result-card-item .result-summary { 	align-items: flex-start; 	text-align: left; }  .header-search__products-results .list-item-empty { 	display: flex; 	flex-direction: column; 	gap: 40px; 	margin: 5px 0 18px; }  .header-search__products-results .list-item-empty .ecomus-svg-icon { 	display: block; 	font-size: 40px; 	font-size: 2.5rem; }  .header-search__products-results .results-tab-content, .header-search__products-results .list-item-empty { 	padding-top: 20px; 	padding-bottom: 20px; }  .header-search-results .header-search__products-results .results-tab-header { 	display: inline-flex; 	gap: 15px; 	text-align: left; 	width: 100%; }  .header-account__icon { 	--em-button-font-size: 18px; }  .header-account__icon-text { 	--em-button-icon-size: 18px; 	font-size: 16px; 	font-size: 1rem; }  .header-compare__icon { 	--em-button-font-size: 18px; }  .header-compare__icon-text { 	--em-button-icon-size: 16px; 	font-size: 16px; 	font-size: 1rem; }  .header-compare__icon-text .header-compare__counter { 	top: -11px; 	left: 18px; 	right: auto; }  .header-wishlist__icon { 	--em-button-font-size: 20px; }  .header-wishlist__icon-text { 	--em-button-icon-size: 20px; 	font-size: 16px; 	font-size: 1rem; }  .header-wishlist__icon-text .header-wishlist__counter { 	top: -11px; 	left: 18px; 	right: auto; }  .header-cart__icon { 	--em-button-font-size: 18px; }  .header-cart__icon .ecomus-svg-icon--shopping-cart { 	font-size: 24px; }  .header-cart__size-large { 	--em-button-font-size: 29px; }  .header-cart__size-large.em-button-icon { 	--em-button-width: 58px; }  .header-cart__size-large .header-cart__counter { 	top: -4px; 	right: -2px; }  .header-cart__divider { 	--em-cart-divider-color: var(--em-border-color); 	margin-left: 12px; 	padding-left: 22px; }  .header-cart__divider:before { 	content: ''; 	position: absolute; 	z-index: 1; 	left: 0; 	top: 50%; 	transform: translateY(-50%); 	width: 1px; 	height: 100%; 	max-height: 29px; 	background-color: var(--em-cart-divider-color); }  .header-hamburger { 	padding: 0 20px 0 0; }  .header-hamburger .ecomus-svg-icon { 	font-size: 22px; 	font-size: 1.375rem; 	margin: 0; }  .hamburger-menu__text { 	font-size: 14px; 	font-size: 0.875rem; 	text-transform: uppercase; 	font-weight: 800; }  .campaign-bar { 	--em-campaign-background: #000; 	--em-campaign-text-color: var(--em-color__light); 	height: 40px; 	background-color: var(--em-campaign-background); 	overflow: hidden; }  .campaign-bar__close { 	--em-button-color: var(--em-color__light); 	--em-button-color-hover: var(--em-color__light); 	--em-button-bg-color: var(--em-campaign-background); 	--em-button-bg-color-hover: var(--em-campaign-background); 	--em-button-width: auto; 	--em-button-height: 100%; 	position: absolute; 	top: 50%; 	transform: translateY(-50%); 	right: 0; 	z-index: 1; 	padding: 0 40px 0 20px; }  .campaign-bar__close:after { 	display: none; }  .campaign-bar__close .ecomus-svg-icon { 	font-size: 12px; 	font-size: 0.75rem; }  .campaign-bar__close:hover { 	opacity: 0.85; }  .campaign-bar-type--marquee .campaign-bar__container { 	display: inline-flex; 	align-items: center; 	width: fit-content; 	height: 100%; 	animation: marquee var(--em-campaign-speed) linear infinite; 	will-change: transform; }  .campaign-bar-type--marquee .campaign-bar__container:hover { 	animation-play-state: paused; }  .campaign-bar-type--marquee .campaign-bar__items { 	display: inline-flex; 	width: max-content; 	gap: 22px; 	margin-right: 22px; }  .campaign-bar-type--marquee .campaign-bar__items--duplicate { 	--em-campaign-index: 1; 	inset-inline-start: calc( -100% * var(--em-campaign-index) * -1); }  .campaign-bar-type--marquee .campaign-bar__item { 	flex-shrink: 0; }  .campaign-bar-type--marquee .campaign-bar__text { 	font-size: 12px; 	font-size: 0.75rem; 	font-weight: 600; 	letter-spacing: 0.8px; 	text-transform: uppercase; 	color: var(--em-campaign-text-color); 	padding-right: 44px; }  .campaign-bar-type--marquee .campaign-bar__text:after { 	content: ''; 	position: absolute; 	top: 50%; 	transform: translateY(-50%); 	right: 0; 	width: 22px; 	height: 1px; 	background-color: var(--em-campaign-text-color); }  .campaign-bar-type--slides .campaign-bar__container { 	height: 100%; 	max-width: 480px; 	width: 100%; }  .campaign-bar-type--slides .campaign-bar__item { 	padding: 0 40px; }  .campaign-bar-type--slides .campaign-bar__item .campaign-bar__box { 	display: flex; 	align-items: center; 	text-align: center; 	height: 100%; }  .campaign-bar-type--slides .campaign-bar__text { 	font-weight: 500; 	color: var(--em-campaign-text-color); 	width: 100%; 	white-space: nowrap; 	text-overflow: ellipsis; 	max-width: 100%; 	overflow: hidden; }  .campaign-bar-type--slides .ecomus-swiper-button { 	--em-arrow-color: var(--em-campaign-text-color); 	--em-arrow-color-hover: var(--em-campaign-text-color); 	--em-arrow-bg-color: var(--em-campaign-background); 	--em-arrow-bg-color-hover: var(--em-campaign-background); 	--em-arrow-width: 40px; 	--em-arrow-height: 100%; 	margin-top: 0; 	opacity: 1; 	z-index: 99; 	/*rtl:raw: 			transform: translateY(-50%) rotateY(180deg); 		*/ }  .campaign-bar-type--slides .swiper-button-prev, .campaign-bar-type--slides .swiper-rtl .swiper-button-prev { 	left: -1px; }  .campaign-bar-type--slides .swiper-rtl .swiper-button-next, .campaign-bar-type--slides .swiper-button-next { 	right: -1px; }  .socials-navigation ul { 	list-style: none; 	margin: 0; 	padding: 0; }  .socials-navigation ul.menu { 	height: 100%; 	display: flex; 	align-items: center; 	gap: 10px; 	text-align: left; }  .socials-navigation ul.menu a { 	font-size: 0; 	color: inherit; 	display: inline-flex; 	align-items: center; }  .socials-navigation ul.menu a .menu-item-icon { 	font-size: 12px; 	font-size: 0.75rem; 	display: inline-flex; 	justify-content: center; 	align-items: center; 	width: 28px; 	height: 28px; 	line-height: 28px; 	border-radius: 999px; 	margin: 0; 	--em-social-bg-color: rgb(from var(--em-color__dark) r g b / 0.1); 	background-color: var(--em-social-bg-color); 	transition: all .3s ease; }  .socials-navigation ul.menu a .menu-item-icon:hover { 	background-color: var(--em-social-color, #000); 	color: var(--em-color__light); }  .socials-navigation ul.menu a .menu-item-icon:hover.em-socials--instagram, .socials-navigation ul.menu a .menu-item-icon:hover.em-socials--threads, .socials-navigation ul.menu a .menu-item-icon:hover.em-socials--tiktok { 	background-image: var(--em-social-color); }  .socials-navigation .menu-item-icon { 	font-size: 16px; 	font-size: 1rem; }  .topbar-slides { 	max-width: 700px; 	width: 100%; }  .topbar-slides__item { 	font-weight: 500; 	color: var(--em-color__dark); 	white-space: nowrap; }  .topbar-slides__item a { 	display: inline-block; 	line-height: 1; 	color: var(--em-color__primary); 	border-bottom: 1px solid; }  .topbar-slides__item a svg { 	margin-left: 5px; 	/*rtl:raw: 				margin-left: 0; 				margin-right: 5px; 				transform: rotateY(180deg); 			*/ }  .topbar-slides__item a:hover { 	opacity: 0.8; }  .topbar-menu { 	height: 100%; }  .topbar-menu .nav-menu { 	height: 100%; 	display: flex; 	align-items: center; 	gap: 18px; 	text-align: left; }  .topbar-menu .nav-menu > li { 	padding: 0; 	height: 100%; 	display: flex; 	align-items: center; 	position: relative; }  .topbar-menu .nav-menu > li > a { 	font-weight: 500; 	color: var(--em-color__dark); }  .topbar-menu .nav-menu > li > a:hover { 	opacity: 0.8; }  .topbar-menu .nav-menu > li > a .ecomus-svg-icon, .topbar-menu .nav-menu > li > a .menu-item-icon { 	font-size: 10px; 	font-size: 0.625rem; 	margin: 2px 8px 0 0; }  .topbar-menu .nav-menu > li > a .menu-icon-item-position--right { 	margin: 2px 0 0 8px; }  .header-support-center { 	gap: 18px; }  .header-support-center__icon { 	font-size: 28px; 	font-size: 1.75rem; }  .header-support-center__phone { 	line-height: 1; }  .header-support-center__phone a { 	font-size: 28px; 	font-size: 1.75rem; 	color: var(--em-color__primary); }  .header-category-menu:hover .header-category__content { 	opacity: 1; 	visibility: visible; 	transform: none; }  .header-category__title-button { 	--em-button-font-size: 16px; 	--em-button-padding-top: 11px; 	--em-button-padding-bottom: 11px; 	--em-button-padding-left: 14px; 	--em-button-padding-right: 14px; 	--em-button-rounded: var(--em-rounded-sm); 	--em-button-bg-color: var(--em-color__primary); 	--em-button-bg-color-hover: var(--em-color__primary); 	--em-button-border-color: var(--em-color__primary); 	--em-button-border-color-hover: var(--em-color__primary); 	min-width: 226px; }  .header-category__title-button:after { 	display: none; }  .header-category__title-button .ecomus-svg-icon { 	font-size: 14px; 	font-size: 0.875rem; }  .header-category__content { 	width: 320px; 	top: 100%; 	transform: translateY(15px); 	margin-top: 10px; 	background-color: var(--em-color__light); 	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); 	border: solid 1px var(--em-border-color); 	border-radius: var(--em-rounded-md); 	min-width: 367px; 	opacity: 0; 	visibility: hidden; 	z-index: 10; 	transition: .4s ease .1s; }  .header-category__content:before { 	content: ""; 	height: 20px; 	position: absolute; 	top: -15px; 	left: 0; 	right: 0; }  .header-category__menu ul.menu { 	padding: 24px 0 0; 	margin-bottom: 10px; }  .header-category__menu ul.menu > li { 	position: relative; 	padding: 0 20px; }  .header-category__menu ul.menu > li.menu-item-has-icon > a:after { 	left: 55px; 	width: calc( 100% - 55px); }  .header-category__menu ul.menu > li:last-child > a:after { 	display: none; }  .header-category__menu ul.menu > li > a { 	min-height: 50px; 	padding: 7px 0 8px; }  .header-category__menu ul.menu > li > a:after { 	content: ''; 	position: absolute; 	left: 0; 	bottom: 0; 	width: 100%; 	height: 1px; 	background-color: var(--em-border-color); }  .header-category__menu ul.menu > li > a .ecomus-svg-icon, .header-category__menu ul.menu > li > a .menu-item-icon { 	font-size: 10px; 	font-size: 0.625rem; }  .header-category__menu ul.menu > li > a > .menu-item-icon:not(.menu-icon-item-position--right) { 	--em-image-rounded: 100%; 	font-size: 20px; 	font-size: 1.25rem; 	width: 34px; 	height: 34px; 	line-height: 37px; 	text-align: center; 	margin-right: 18px; 	position: relative; }  .header-category__menu ul.menu > li > a > .menu-item-icon:not(.menu-icon-item-position--right):after { 	content: ''; 	position: absolute; 	top: -3px; 	bottom: -3px; 	left: -3px; 	right: -3px; 	width: calc(100% + 6px); 	height: calc(100% + 6px); 	border: 1px solid var(--em-border-color); 	margin: auto; 	pointer-events: none; 	border-radius: var(--em-image-rounded); 	z-index: 1; }  .header-category__menu ul.menu > li > a > .menu-item-icon.menu-icon-item-position--right { 	margin-left: 5px; }  .header-category__menu ul.menu li { 	position: static; }  .header-category__menu ul.menu li.menu-item-has-children:not(.menu-item-mega) > ul.sub-menu:not(.sub-mega-menu) { 	width: 100%; 	max-width: 267px; 	min-height: 100%; 	background-color: var(--em-color__light); 	box-shadow: 0 4px 8px var(--em-border-color); 	border: solid 1px var(--em-border-color); 	border-radius: var(--em-rounded-md); 	padding: 19px 0; 	position: absolute; 	top: 0; 	left: 100%; 	transform: translateX(10px); 	opacity: 0; 	visibility: hidden; 	z-index: 999; 	transition: .2s; }  .header-category__menu ul.menu li.menu-item-has-children:not(.menu-item-mega) > ul.sub-menu:not(.sub-mega-menu):before { 	content: ''; 	position: absolute; 	left: calc( ( var(--em-rounded-md)/2 * -1 ) - 1px); 	top: -1px; 	width: var(--em-rounded-md); 	height: calc(100% + 2px); 	background-color: var(--em-color__light); 	border-top: 1px solid var(--em-border-color); 	border-bottom: 1px solid var(--em-border-color); }  .header-category__menu ul.menu li.menu-item-has-children:not(.menu-item-mega) > ul.sub-menu:not(.sub-mega-menu) ul { 	min-height: 100%; 	top: 0; }  .header-category__menu ul.menu li.menu-item-has-children:not(.menu-item-mega):hover > ul.sub-menu:not(.sub-mega-menu) { 	opacity: 1; 	visibility: visible; 	transform: translateX(0); }  .header-category__menu ul.menu li a { 	font-weight: 500; 	display: flex; 	align-items: center; }  .header-category__menu ul.menu .menu-item-has-children > a { 	padding-right: 17px; 	position: relative; }  .header-category__menu ul.menu .menu-item-has-children > a:before { 	content: ""; 	position: absolute; 	right: 0; 	top: 50%; 	transform: translateY(-50%) rotate(-90deg); 	width: 10px; 	height: 6px; 	background-color: currentcolor; 	border: 0 !important; 	-webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+") no-repeat 50% 50%; 	mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+") no-repeat 50% 50%; 	-webkit-mask-size: cover; 	mask-size: cover; 	transition: 0.4s; }  .header-category__menu ul.menu .menu-item-mega:hover > ul { 	left: 100%; 	opacity: 1; 	visibility: visible; 	transform: scaleX(1); }  .header-category__menu ul.menu .sub-menu.mega-menu { 	min-height: calc(100% + 1px); 	background-color: var(--em-color__light); 	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); 	border: solid 1px var(--em-border-color); 	border-radius: var(--em-rounded-md); 	position: absolute; 	top: -1px; 	left: calc(100% + 10px); 	transform: scaleX(0); 	opacity: 0; 	visibility: hidden; 	z-index: 999; 	transition: left 0.2s; }  .header-category__menu ul.menu .sub-menu.mega-menu:before { 	content: ''; 	position: absolute; 	left: calc( ( var(--em-rounded-md)/2 * -1 ) - 1px); 	top: -1px; 	width: var(--em-rounded-md); 	height: calc(100% + 2px); 	background-color: var(--em-color__light); 	border-top: 1px solid var(--em-border-color); 	border-bottom: 1px solid var(--em-border-color); }  .header-category__view-all { 	background-color: rgba(84, 84, 84, 0.05); 	padding: 15px 17px; }  .header-category__view-all a { 	font-weight: 500; 	position: relative; }  .header-category__view-all a:after { 	content: ''; 	position: absolute; 	bottom: -4px; 	left: 0; 	width: 100%; 	height: 1px; 	background-color: var(--em-link-color); 	transition: 0.4s; }  .header-category__view-all a:hover:after { 	background-color: var(--em-link-color-hover); }  .header-category__view-all .ecomus-svg-icon { 	font-size: 8px; 	font-size: 0.5rem; 	margin-left: 6px; 	/*rtl:raw:  			transform: rotateY(180deg);  		*/ }  .site-header__mobile { 	display: none; }  .site-header__mobile .header-right-items > * { 	padding-left: 5px; }  .site-header__mobile .header-items .em-button-icon { 	--em-button-width: 30px; 	padding: 0 5px; }  .site-header__mobile .secondary-navigation { 	overflow-x: auto; 	white-space: nowrap; }  .site-header__mobile.headroom--pinned.headroom--not-top .header-mobile-sticky:last-child { 	box-shadow: none; }  .header-mobile-contents .header-items { 	max-width: 100%; }  .header-mobile-contents .header-left-items > *:first-child { 	padding-left: 0; }  .header-mobile-contents .header-right-items { 	margin: 0 -5px; }  .header-mobile-contents .header-center-items { 	flex: auto; }  .header-mobile-contents .header-logo { 	flex: 1 0 100%; 	line-height: 1; }  .header-mobile-contents .header-logo img { 	margin: 0 auto; }  .header-mobile-main { 	--em-header-mobile-main-border-color: transparent; 	--em-header-mobile-main-shadow-color: transparent; 	height: 64px; 	box-shadow: 0 1px 3px var(--em-header-mobile-main-shadow-color); }  .header-mobile-main .header-items { 	border-bottom: 1px solid var(--em-header-mobile-main-border-color); }  .header-mobile-main .header-left-items > * { 	padding-right: 15px; }  .header-mobile-main .header-left-items > *:last-child { 	padding-right: 0; }  .header-mobile-bottom { 	--em-header-mobile-bottom-border-color: transparent; 	--em-header-mobile-bottom-shadow-color: transparent; 	height: 60px; 	box-shadow: 0 1px 3px var(--em-header-mobile-bottom-shadow-color); }  .header-mobile-bottom .header-items { 	border-bottom: 1px solid var(--em-header-mobile-bottom-border-color); }  .header-mobile-bottom .secondary-navigation .nav-menu > li:after { 	display: none; }  .header-transparent .topbar { 	position: relative; 	z-index: 100; }  .header-transparent .site-header__section { 	position: absolute; 	left: 0; 	right: 0; 	z-index: 99; 	padding-top: 0; 	padding-bottom: 0; }  .header-transparent.header-transparent-text-light .site-header { 	--em-header-color: var( --em-color__light ); }  .header-transparent.header-transparent-text-light .site-header .em-color-dark { 	color: var(--em-header-color); }  .header-transparent.header-transparent-text-light .secondary-navigation .nav-menu > li.current-menu-item > a { 	background-color: transparent; }  .header-transparent.header-transparent-text-light .header-logo .logo-light { 	display: block; }  .header-transparent.header-transparent-text-light .header-logo .logo-light + .logo-dark { 	display: none; }  .header-transparent.header-transparent-text-light .header-contents, .header-transparent.header-transparent-text-light .header-mobile-contents { 	background-color: transparent; 	--em-header-color: var( --em-color__light ); }  .header-transparent.header-transparent-text-light .site-header__section.minimized, .header-transparent.header-transparent-text-light .site-header__section.headroom--not-top { 	--em-header-color: #000000; }  .header-transparent.header-transparent-text-light .site-header__section.minimized .header-logo .logo-light, .header-transparent.header-transparent-text-light .site-header__section.headroom--not-top .header-logo .logo-light { 	display: none; }  .header-transparent.header-transparent-text-light .site-header__section.minimized .header-logo .logo-dark, .header-transparent.header-transparent-text-light .site-header__section.headroom--not-top .header-logo .logo-dark { 	display: block; }  .header-transparent.header-transparent-text-light .header-search__field::placeholder { 	--em-input-color: var( --em-color__light ); }  .header-transparent.header-transparent-text-dark .em-color-light { 	color: var(--em-header-color); }  .header-transparent.header-transparent-text-dark .header-contents, .header-transparent.header-transparent-text-dark .header-mobile-contents { 	background-color: transparent; 	--em-header-color: #000; }  .header-transparent .site-header__section.minimized .header-sticky, .header-transparent .site-header__section.minimized .header-mobile-sticky, .header-transparent .site-header__section.headroom--not-top .header-sticky, .header-transparent .site-header__section.headroom--not-top .header-mobile-sticky { 	position: fixed; 	background-color: var(--em-header-sticky-bg-color); 	--em-header-color: var( --em-header-sticky-color ); }  .site-header__section { 	--em-header-sticky-color: #000000; 	--em-header-sticky-bg-color: #ffffff; }  .site-header__section.minimized .header-sticky, .site-header__section.minimized .header-mobile-sticky, .site-header__section.headroom--not-top .header-sticky, .site-header__section.headroom--not-top .header-mobile-sticky { 	--em-header-main-shadow-color: rgba( 33, 37, 41, 0.1); 	--em-header-bottom-shadow-color: rgba( 33, 37, 41, 0.1); 	--em-header-mobile-main-shadow-color: rgba( 33, 37, 41, 0.1); 	--em-header-mobile-bottom-shadow-color: rgba( 33, 37, 41, 0.1); 	position: fixed; 	right: 0; 	left: 0; 	top: 0; 	z-index: 899; 	max-width: 100%; 	margin: 0 auto; 	background-color: var(--em-header-sticky-bg-color); 	box-shadow: none; }  .site-header__section.minimized .header-sticky:last-child.header-main, .site-header__section.minimized .header-mobile-sticky:last-child.header-main, .site-header__section.headroom--not-top .header-sticky:last-child.header-main, .site-header__section.headroom--not-top .header-mobile-sticky:last-child.header-main { 	box-shadow: 0 1px 3px var(--em-header-main-shadow-color); }  .site-header__section.minimized .header-sticky:last-child.header-bottom, .site-header__section.minimized .header-mobile-sticky:last-child.header-bottom, .site-header__section.headroom--not-top .header-sticky:last-child.header-bottom, .site-header__section.headroom--not-top .header-mobile-sticky:last-child.header-bottom { 	box-shadow: 0 1px 3px var(--em-header-bottom-shadow-color); }  .site-header__section.minimized .header-sticky.header-mobile-main, .site-header__section.minimized .header-mobile-sticky.header-mobile-main, .site-header__section.headroom--not-top .header-sticky.header-mobile-main, .site-header__section.headroom--not-top .header-mobile-sticky.header-mobile-main { 	box-shadow: 0 1px 3px var(--em-header-mobile-main-shadow-color); }  .site-header__section.minimized .header-sticky.header-mobile-bottom, .site-header__section.minimized .header-mobile-sticky.header-mobile-bottom, .site-header__section.headroom--not-top .header-sticky.header-mobile-bottom, .site-header__section.headroom--not-top .header-mobile-sticky.header-mobile-bottom { 	box-shadow: 0 1px 3px var(--em-header-mobile-bottom-shadow-color); }  .site-header__section.minimized .header-sticky:not(.header-main), .site-header__section.minimized .header-mobile-sticky, .site-header__section.headroom--not-top .header-sticky:not(.header-main), .site-header__section.headroom--not-top .header-mobile-sticky { 	border-bottom: none; }  .site-header__section.minimized .header-sticky, .site-header__section.minimized .header-mobile-sticky { 	animation-name: fadeInDown; 	animation-duration: .25s; }  .site-header__section.minimized .header-sticky.header-main, .site-header__section.minimized .header-mobile-sticky.header-main { 	z-index: 900; }  .site-header__section.headroom--not-top .header-sticky, .site-header__section.headroom--not-top .header-mobile-sticky { 	width: 100%; 	animation: none; }  .site-header__section.headroom--not-top.headroom--pinned .header-sticky, .site-header__section.headroom--not-top.headroom--pinned .header-mobile-sticky { 	opacity: 1; 	transform: none; 	pointer-events: auto; }  .site-header__section.headroom--not-top.headroom--pinned .header-sticky.header-main, .site-header__section.headroom--not-top.headroom--pinned .header-mobile-sticky.header-main { 	z-index: 900; }  .site-header__section.headroom--not-top.headroom--unpinned .header-sticky, .site-header__section.headroom--not-top.headroom--unpinned .header-mobile-sticky { 	opacity: 0; 	transform: translateY(-100%); 	pointer-events: none; }  .site-header__section.headroom--not-top.headroom .header-sticky, .site-header__section.headroom--not-top.headroom .header-mobile-sticky { 	transition: transform .25s ease-in-out, opacity .25s ease-in-out; }  .site-header__section.header-sticky--both.minimized, .site-header__section.header-sticky--both.headroom--not-top { 	position: fixed; 	right: 0; 	left: 0; 	top: 0; 	z-index: 899; }  .site-header__section.header-sticky--both.minimized .header-sticky, .site-header__section.header-sticky--both.minimized .header-mobile-sticky, .site-header__section.header-sticky--both.headroom--not-top .header-sticky, .site-header__section.header-sticky--both.headroom--not-top .header-mobile-sticky { 	position: static; 	transition: none; 	transition: none; 	animation: none; }  .site-header__section.header-sticky--both.minimized { 	animation-name: fadeInDown; 	animation-duration: .25s; }  .site-header__section.header-sticky--both.headroom--not-top { 	width: 100%; 	animation: none; }  .site-header__section.header-sticky--both.headroom--not-top.headroom--pinned { 	opacity: 1; 	transform: translateY(0); 	pointer-events: auto; }  .site-header__section.header-sticky--both.headroom--not-top.headroom--unpinned { 	opacity: 0; 	transform: translateY(-100%); 	pointer-events: none; }  .site-header__section.header-sticky--both.headroom--not-top.headroom { 	transition: transform .25s ease-in-out, opacity .25s ease-in-out; }  .header-v6.minimized .header-main, .header-v6.headroom--not-top .header-main { 	height: 80px; }  .header-v6.minimized .header-bottom, .header-v6.headroom--not-top .header-bottom { 	height: 70px; }  .admin-bar .site-header__desktop.minimized .header-sticky, .admin-bar .site-header__desktop.headroom--not-top .header-sticky { 	top: 32px; }  .admin-bar .site-header__desktop.minimized.header-sticky--both, .admin-bar .site-header__desktop.headroom--not-top.header-sticky--both { 	top: 32px; }  /* Footer --------------------------------------------- */ .footer-main-container { 	display: flex; 	align-items: center; 	gap: 20px; 	padding-top: var(--em-footer-main-top-spacing); 	padding-bottom: var(--em-footer-main-bottom-spacing); }  .footer-main.has-divider .footer-main-container { 	border-top: 1px solid var(--em-footer-main-border-color); }  .footer-items { 	display: flex; 	align-items: center; 	gap: 20px; }  .footer-left { 	flex: 1; 	justify-content: flex-start; 	text-align: left; }  .footer-right { 	flex: 1; 	justify-content: flex-end; 	text-align: right; }  .footer-payments ul { 	display: flex; 	gap: 10px; }  .footer-widgets { 	--em-footer-widget-top-spacing: 58px; 	--em-footer-widget-bottom-spacing: 58px; 	--em-footer-widget-border-color: #EBEBEB; }  .footer-widgets-container { 	padding-top: var(--em-footer-widget-top-spacing); 	padding-bottom: var(--em-footer-widget-bottom-spacing); }  .footer-widgets.has-divider .footer-widgets-container { 	border-top: 1px solid var(--em-footer-widget-border-color); }  .footer-widgets-area .widget .list-unstyled { 	line-height: 24px; }  .footer-widgets-area .widget:last-child { 	margin-bottom: 0; }  .footer-widgets-area .widget figure { 	margin-top: 0; }  .footer-widgets-area .wp-block-heading { 	margin-top: 0; 	margin-bottom: -5px; 	font-weight: 500; }  .footer-widgets-area h6.wp-block-heading { 	font-size: 18px; 	font-size: 1.125rem; }  .footer-widgets-area .widget-title { 	font-size: 18px; 	font-size: 1.125rem; 	font-weight: 500; 	margin: 0 0 35px; }  .footer-widgets-area .widget_nav_menu a { 	font-weight: 400; }  .footer-widgets-area .widget_nav_menu a:hover { 	color: var(--em-color__primary); }  .footer-widgets-area .widget_nav_menu ul.menu > li > .sub-menu { 	padding-left: 10px; }  .footer-widgets-area .widget_nav_menu ul.menu ul { 	padding-left: 0; }  .footer-widgets-area .widget_mc4wp_form_widget { 	--em-input-padding-y: 1.1rem; }  .footer-widgets-area .widget_mc4wp_form_widget .widgettitle, .footer-widgets-area .widget_mc4wp_form_widget .widget-title { 	display: none; }  .footer-widgets-area .widget_mc4wp_form_widget .mc4wp-form-fields { 	position: relative; }  .footer-widgets-area .widget_mc4wp_form_widget input[type="email"] { 	width: 100%; }  .footer-widgets-area .widget_mc4wp_form_widget button, .footer-widgets-area .widget_mc4wp_form_widget input[type="submit"] { 	--em-button-padding-top: 10px; 	--em-button-padding-bottom: 10px; 	--em-button-padding-right: 18px; 	--em-button-padding-left: 18px; 	position: absolute; 	top: 50%; 	transform: translateY(-50%); 	right: 8px; }  .footer-widgets-area .widget_mc4wp_form_widget p { 	margin-top: 0; }  .footer-widgets-area .ecomus-cl-widget-list { 	gap: 30px; }  .footer-widgets-area :where(.wp-block-columns) { 	margin-bottom: 0; }  .footer-widgets-area :where(.wp-block-columns.is-layout-flex) { 	gap: 0; }  .footer-widgets-area-1 .widget_media_image + .widget_block { 	margin-bottom: 14px; }  .footer-widgets-area-1 .ecomus-widget__social-links { 	margin-top: -7px; }  .ecomus-widget__social-links .social-links { 	display: flex; 	align-items: center; 	flex-wrap: wrap; 	gap: 12px; }  .ecomus-widget__social-links .social-links a.social { 	display: flex; 	align-items: center; 	justify-content: center; }  .ecomus-widget__social-links .social-links a.social .ecomus-svg-icon { 	font-size: 14px; 	font-size: 0.875rem; }  .ecomus-widget__social-links .social-links a.social .ecomus-svg-icon { 	margin: 0; }  .ecomus-widget__social-links .social-links .em-button-outline { 	border-radius: 50%; 	width: 34px; 	height: 34px; 	border: 1px solid var(--em-border-color); }  .ecomus-widget__social-links .social-links .em-button-outline:hover { 	color: var(--em-social-color, #DB1215); 	border-color: var(--em-social-color); }  .ecomus-widget__social-links .social-links .em-button-text { 	font-size: 16px; 	font-size: 1rem; }  .ecomus-widget__social-links .social-links .em-button-text:hover { 	color: var(--em-social-color, #DB1215); }  .ecomus-widget__social-links .social-links .em-button-solid { 	border-radius: 50%; 	width: 34px; 	height: 34px; 	color: var(--em-color__dark); 	background-color: var(--em-border-color); }  .ecomus-widget__social-links .social-links .em-button-solid:hover { 	color: var(--em-color__light); 	background-color: var(--em-social-color, #000); }  .ecomus-widget__social-links .social-links .em-button-solid:hover.em-socials--instagram, .ecomus-widget__social-links .social-links .em-button-solid:hover.em-socials--threads, .ecomus-widget__social-links .social-links .em-button-solid:hover.em-socials--tiktok { 	background-image: var(--em-social-color); }  .footer-widgets-area-diff .diff-row { 	display: flex; 	flex-wrap: wrap; 	justify-content: space-between; 	margin-left: -15px; 	margin-right: -15px; }  .footer-widgets-area-diff .diff-row > * { 	padding: 0 15px; }  .site-footer-dark { 	--em-heading-color: var( --em-color__light ); 	--em-color__base: #A1A1A1; 	--em-color__dark: #A1A1A1; 	--em-link-color: #A1A1A1; 	--em-input-bg-color: #2C2C2C; 	--em-input-border-color: #2C2C2C; 	--em-input-color: var( --em-color__light ); 	background-color: #000; 	color: #A1A1A1; }  .site-footer-dark .footer-widgets.has-divider .footer-widgets-container { 	--em-footer-widget-border-color: var( --em-color__dark ); }  .site-footer-dark .footer-main.has-divider { 	--em-footer-main-border-color: #303030; }  .site-footer-dark .ecomus-widget__social-links .social-links a.social { 	--em-color__dark: #A1A1A1; }  .site-footer-dark a { 	color: inherit; }  .site-footer-gray { 	background-color: #F6F6F6; }  .site-footer-gray .footer-widgets.has-divider { 	--em-footer-widget-border-color: transparent; }  .site-footer-custom { 	background-size: cover; }  .site-footer-custom .footer-widgets.has-divider { 	--em-footer-widget-border-color: transparent; }  .em-button-go-top { 	--cricle-degrees: 0deg; 	right: 40px; 	bottom: 55px; 	pointer-events: none; 	opacity: 0; 	visibility: hidden; 	transition: opacity .4s ease, visibility .4s ease, margin-right 0s, border-color .25s ease-in,color .25s ease-in, bottom .3s ease .1s; 	border: none; }  .em-button-go-top.em-button { 	--em-button-font-size: 12px; 	--em-button-width: 40px; 	--em-button-height: 40px; 	--em-button-color: #000; 	--em-button-color-hover: #000; 	--em-button-bg-color: #fff; 	--em-button-bg-color-hover: #fff; 	--em-button-eff-bg-color-hover: #fff; }  .em-button-go-top .ecomus-svg-icon { 	position: relative; 	z-index: 3; }  .em-button-go-top::before { 	display: inline-block; 	content: ''; 	position: absolute; 	top: 0; 	right: 0; 	bottom: 0; 	left: 0; 	border-radius: var(--em-button-rounded); 	background: conic-gradient(#000 var(--cricle-degrees), #eee var(--cricle-degrees)); 	z-index: 1; }  .em-button-go-top::after { 	display: inline-block; 	content: ''; 	position: absolute; 	top: 1px; 	right: 1px; 	bottom: 1px; 	left: 1px; 	border-radius: var(--em-button-rounded); 	background-color: var(--em-color__light); 	z-index: 2; 	transform: none; 	width: auto; }  .em-button-go-top:hover::after { 	animation: none; 	border: none; }  .em-button-go-top.show-scroll { 	pointer-events: auto; 	opacity: 1; 	visibility: visible; 	z-index: 99; }  /* Posts and pages --------------------------------------------- */ .navigation { 	width: 100%; }  .navigation .nav-links > span, .navigation .nav-links a { 	font-size: var(--em-button-font-size); 	background-color: var(--em-button-bg-color); 	color: var(--em-button-color); 	border: 1px solid var(--em-button-border-color); 	padding: var(--em-button-padding-top) var(--em-button-padding-right) var(--em-button-padding-bottom) var(--em-button-padding-left); 	line-height: var(--em-button-line-height); 	border-radius: var(--em-button-rounded); 	font-weight: var(--em-button-font-weight); 	gap: var(--em-button-icon-spacing); 	display: inline-flex; 	align-items: center; 	justify-content: center; 	transition: 0.4s; 	cursor: pointer; 	vertical-align: middle; 	transition: 0.25s; 	padding: 0; 	width: 45px; 	height: 45px; 	margin: 0 3.5px; }  .navigation .nav-links > span:hover, .navigation .nav-links > span:active, .navigation .nav-links a:hover, .navigation .nav-links a:active { 	color: var(--em-button-color-hover); 	background-color: var(--em-button-bg-color-hover); 	border-color: var(--em-button-border-color-hover); }  .navigation .nav-links > span:hover:after, .navigation .nav-links a:hover:after { 	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1); }  .navigation .nav-links > span.disabled, .navigation .nav-links a.disabled { 	opacity: 0.3; 	pointer-events: none; 	cursor: not-allowed; }  .navigation .nav-links > span .ecomus-svg-icon, .navigation .nav-links a .ecomus-svg-icon { 	font-size: var(--em-button-icon-size); 	/*rtl:raw: 			transform: rotateY(180deg); 		*/ }  .navigation .nav-links > span.pswp__button::after, .navigation .nav-links a.pswp__button::after { 	display: none; }  .navigation .nav-links > span.loading, .navigation .nav-links a.loading { 	--em-loading-color: var(--em-button-color); 	--em-animation-state: running; 	position: relative; 	color: transparent; }  .navigation .nav-links > span.loading::before, .navigation .nav-links a.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .navigation .nav-links > span.loading:hover, .navigation .nav-links > span.loading:active, .navigation .nav-links a.loading:hover, .navigation .nav-links a.loading:active { 	--em-loading-color: var(--em-button-color-hover); }  .navigation .nav-links > span:first-child, .navigation .nav-links a:first-child { 	margin-left: 0; }  .navigation .nav-links > span:last-child, .navigation .nav-links a:last-child { 	margin-right: 0; }  .navigation .nav-links > span.current, .navigation .nav-links a.current { 	color: var(--em-color__light); 	background-color: #0A0A0A; 	border-color: #0A0A0A; }  .navigation .nav-links > span .ecomus-svg-icon, .navigation .nav-links a .ecomus-svg-icon { 	font-size: 10px; 	font-size: 0.625rem; 	padding-bottom: 0; }  .blog-grid .navigation { 	text-align: center; }  .ecomus-blog-page .navigation { 	margin-top: 50px; }  .ecomus-blog-page.blog-classic .navigation { 	margin-top: 2px; }  .page-header { 	--em-page-header-padding-top: 69px; 	--em-page-header-padding-bottom: 69px; 	position: relative; 	padding-top: var(--em-page-header-padding-top); 	padding-bottom: var(--em-page-header-padding-bottom); 	background-position: center center; 	background-repeat: no-repeat; 	background-size: cover; }  .page-header::before { 	content: ""; 	display: inline-block; 	position: absolute; 	top: 0; 	right: 0; 	bottom: 0; 	left: 0; 	z-index: -1; }  .page-header__title { 	position: relative; 	margin-top: 0; 	margin-bottom: 0; }  .page-header__title + .site-breadcrumb { 	margin-top: 15px; }  .site-breadcrumb { 	position: relative; 	display: inline-flex; 	align-items: center; 	flex-wrap: wrap; 	gap: 6px; 	line-height: 1; }  .site-breadcrumb a, .site-breadcrumb span { 	font-size: 14px; 	font-size: 0.875rem; }  .site-breadcrumb .ecomus-svg-icon { 	font-size: 8px; 	font-size: 0.5rem; 	/*rtl:raw:             transform: rotateY(180deg);         */ }  .page-header__description { 	font-size: 16px; 	font-size: 1rem; 	margin-top: 13px; 	z-index: 1; }  .shop-header__description .shop-header__content { 	display: -webkit-box; 	-webkit-line-clamp: var(--em-shop-header-description-lines); 	-webkit-box-orient: vertical; 	overflow: hidden; }  .shop-header__description .shop-header__more { 	margin-top: 20px; }  .entry-title { 	margin-top: 0; 	margin-bottom: 15px; }  .entry-category { 	display: flex; 	align-items: center; 	justify-content: center; 	gap: 10px; 	margin-bottom: 1.1875rem; }  .entry-category a { 	letter-spacing: 0.03125rem; }  .entry-meta { 	margin-bottom: 40px; }  .post-thumbnail, .post-thumbnail img, .elementor .elementor-element .post-thumbnail, .elementor .elementor-element .post-thumbnail img { 	border-radius: var(--em-image-rounded-post-card); }  .entry-thumbnail { 	margin-top: 34px; 	overflow: hidden; }  .entry-single-thumbnail, .entry-single-thumbnail img { 	border-radius: var(--em-image-rounded-featured-post); }  .entry-tags { 	display: flex; 	gap: 10px; }  .entry-tags a { 	text-transform: capitalize; 	font-size: 14px; 	color: #000; 	border: 1px solid; 	line-height: 1; 	border-radius: var(--em-button-rounded); 	font-weight: 400; 	display: inline-flex; 	align-items: center; 	justify-content: center; 	height: 31px; 	padding: 0 15px; 	transition: 0.35s; }  .entry-tags a:hover { 	color: var(--em-color__primary); }  .em-post-grid .entry-header { 	position: relative; 	margin-bottom: 25px; }  .em-post-grid .entry-category { 	position: absolute; 	bottom: 18px; 	left: 18px; 	margin-bottom: 0; }  .em-post-grid .post-thumbnail { 	margin-bottom: 25px; }  .em-post-grid .entry-title { 	margin-top: 0; }  .em-post-list { 	display: flex; }  .em-post-list .post-thumbnail { 	flex: 1; 	margin-right: 69px; 	min-width: 421px; }  .em-post-list .entry-category { 	justify-content: flex-start; }  .em-post-list .entry-title { 	margin-bottom: 5px; }  .em-post-list .entry-excerpt { 	margin-bottom: 8px; }  .no-results .page-title { 	margin-top: 0; }  .single-post .site-content { 	padding-top: 2rem; }  .single-post .entry-footer { 	display: flex; 	align-items: center; 	flex-wrap: wrap; 	justify-content: space-between; 	padding-bottom: 35px; 	padding-top: 20px; 	border-bottom: 1px solid var(--em-border-color); }  .single-post .entry-footer:empty { 	border-bottom: none; 	padding-bottom: 0; 	padding-top: 0; }  .single-post .entry-footer .entry-tags, .single-post .entry-footer .entry-meta__share { 	width: 50%; }  .single-post .entry-footer .entry-tags { 	flex-wrap: wrap; }  .single-post .entry-footer .entry-tags + .entry-meta__share { 	justify-content: end; }  .single-post .entry-thumbnail { 	text-align: center; 	margin-bottom: 35px; 	max-height: 612px; }  .single-post.content-sidebar .entry-category, .single-post.sidebar-content .entry-category { 	justify-content: start; }  .single-post.content-sidebar .entry-title, .single-post.content-sidebar .entry-meta, .single-post.sidebar-content .entry-title, .single-post.sidebar-content .entry-meta { 	text-align: left; }  .entry-meta__share { 	font-weight: 600; 	line-height: 1; 	display: flex; 	align-items: center; 	cursor: pointer; }  .entry-meta__share .ecomus-svg-icon { 	font-size: 15px; 	font-size: 0.9375rem; }  .entry-meta__share .post__socials-share { 	display: flex; 	gap: 20px; 	padding-left: 20px; }  .entry-meta__share .post__socials-share a { 	white-space: nowrap; 	margin: 0; 	border-radius: 0; 	transition: 0.4s; }  .entry-meta__share .post__socials-share a:hover { 	color: var(--em-color__primary); }  .entry-meta__share .social-share__label { 	display: none; }  .post-navigation { 	padding-top: 35px; 	padding-bottom: 35px; 	margin-bottom: 25px; 	margin-top: 0; 	border-bottom: 1px solid var(--em-border-color); }  .post-navigation .em-button { 	--em-button-rounded: 50%; }  .post-navigation a { 	align-items: center; 	padding: 10px 0; }  .post-navigation a:hover { 	color: var(--em-color__dark); }  .post-navigation a .nav-link { 	padding: 0 30px; 	flex-direction: column; 	width: calc(100% - 60px); }  .post-navigation a .nav-label { 	font-size: 10px; 	font-size: 0.625rem; 	text-transform: uppercase; 	margin-bottom: 8px; 	transition: 0.4s; }  .post-navigation a .nav-label:hover { 	color: var(--em-link-color-hover); }  .post-navigation a .nav-title { 	font-size: 20px; 	font-size: 1.25rem; 	transition: 0.4s; }  .post-navigation a .nav-title:hover { 	color: var(--em-link-color-hover); }  .post-navigation a.nav-previous { 	position: relative; }  .post-navigation a.nav-previous:after { 	content: ""; 	position: absolute; 	top: 0; 	width: 1px; 	height: 100%; 	right: 0; 	background-color: var(--em-border-color); }  /* Related Post */ .ecomus-posts-related__content:not(.swiper-initialized) .em-post-grid { 	margin-right: var(--em-swiper-slide-spacing); }  .ecomus-posts-related__content:not(.swiper-initialized) .ecomus-posts-related__inner { 	margin-inline-end: calc(var(--em-swiper-slide-spacing) * -1); }  .ecomus-posts-related__content:not(.swiper-initialized) .em-post-grid { 	width: 33.33%; }  .ecomus-posts-related__heading { 	margin: 75px 0 50px; }  .ecomus-posts-related .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet { 	width: 20px; 	height: 20px; 	margin: 0 5px; }  .blog-grid .site-main .em-post-grid:not(:last-child) { 	margin-bottom: 40px; }  .blog-grid .site-content { 	padding-top: 35px; 	padding-bottom: 75px; }  .em-blog-sidebar .site-content { 	padding-top: 50px; 	padding-bottom: 75px; }  .em-blog-sidebar .site-main .em-post-grid { 	margin-bottom: 54px; }  .em-blog-sidebar .site-main .em-post-grid:nth-child(3n+1) { 	flex: 0 0 100%; 	max-width: 100%; }  .em-blog-sidebar .site-main .em-post-grid:nth-child(3n+1) .post-thumbnail { 	max-height: 625px; }  .em-blog-sidebar:not(.blog-classic) .site-main .em-post-grid:last-child { 	margin-bottom: 0; }  .blog-list .site-content { 	padding-top: 65px; 	padding-bottom: 75px; }  .blog-list .site-main .em-post-list:not(:last-child) { 	margin-bottom: 38px; }  .blog-list .site-main.em-row { 	flex-direction: column; }  .blog-list .site-main .em-button-category { 	--em-badge-color: #000000; 	--em-badge-color-hover: var(--em-color__primary); 	--em-badge-bg-color: transparent; 	--em-badge-bg-color-hover: transparent; 	--em-badge-border-color: #EBEBEB; 	--em-badge-border-color-hover: var(--em-color__primary); 	border: 1px solid var(--em-badge-border-color); }  .blog-list .site-main .em-button-category:hover { 	border-color: var(--em-badge-border-color-hover); }  .blog-list .site-main .em-button-category:after { 	display: none; }  .blog-sidebar .post-thumbnail, .blog-sidebar .post-thumbnail img { 	border-radius: var(--em-image-rounded-post-card-small); }  .blog-sidebar .ecomus-instagram__item a, .blog-sidebar .ecomus-instagram__item img { 	display: block; 	border-radius: var(--em-image-rounded-post-card-small); }  .error-404__title { 	margin-top: 74px; 	margin-bottom: 15px; }  .error-404__button { 	margin-top: 37px; }  /* Widgets --------------------------------------------- */ .widget { 	margin: 0 0 3em; }  .widget select { 	max-width: 100%; }  .widget .gallery { 	margin-bottom: 0; }  .wp-block-calendar:not(.wp-block) { 	border: 1px solid #dadfe3; 	max-width: 300px; }  .wp-block-calendar:not(.wp-block) .wp-block-calendar, .wp-block-calendar:not(.wp-block) .calendar_wrap { 	position: relative; }  .wp-block-calendar:not(.wp-block) .wp-calendar-table { 	margin-bottom: 5px; 	border: none; }  .wp-block-calendar:not(.wp-block) caption { 	margin-bottom: 15px; 	font-weight: 600; 	padding: 10px 20px; 	text-align: center; 	background-color: #fbfbfc; }  .wp-block-calendar:not(.wp-block) thead, .wp-block-calendar:not(.wp-block) tbody { 	border: none; }  .wp-block-calendar:not(.wp-block) thead th, .wp-block-calendar:not(.wp-block) thead td, .wp-block-calendar:not(.wp-block) tbody th, .wp-block-calendar:not(.wp-block) tbody td { 	background: transparent; 	border: 0; 	word-break: normal; 	padding: 0.5em; 	text-align: center; 	font-size: 16px; 	font-size: 1rem; }  .wp-block-calendar:not(.wp-block) thead th:first-child, .wp-block-calendar:not(.wp-block) thead td:first-child, .wp-block-calendar:not(.wp-block) tbody th:first-child, .wp-block-calendar:not(.wp-block) tbody td:first-child { 	padding-left: 1em; }  .wp-block-calendar:not(.wp-block) thead th:last-child, .wp-block-calendar:not(.wp-block) thead td:last-child, .wp-block-calendar:not(.wp-block) tbody th:last-child, .wp-block-calendar:not(.wp-block) tbody td:last-child { 	padding-right: 1em; }  .wp-block-calendar:not(.wp-block) thead th { 	color: #999; }  .wp-block-calendar:not(.wp-block) .wp-calendar-nav { 	padding: 10px 0; }  .wp-block-calendar:not(.wp-block) .wp-calendar-nav a { 	text-decoration: none; }  ul.wp-block-categories, .wp-block-categories__list, ul.wp-block-archives { 	padding: 0; 	margin: 0; }  ul.wp-block-categories li, .wp-block-categories__list li, ul.wp-block-archives li { 	list-style: none; 	padding: 5px 0; 	font-weight: 500; 	color: var(--em-color__dark); 	transition: 0.4s; }  ul.wp-block-categories li:hover, .wp-block-categories__list li:hover, ul.wp-block-archives li:hover { 	color: var(--em-color__primary); }  ul.wp-block-categories li:hover a, .wp-block-categories__list li:hover a, ul.wp-block-archives li:hover a { 	color: var(--em-color__primary); }  ul.wp-block-categories li:last-child, .wp-block-categories__list li:last-child, ul.wp-block-archives li:last-child { 	padding-bottom: 0; }  ul.wp-block-categories li:first-child, .wp-block-categories__list li:first-child, ul.wp-block-archives li:first-child { 	padding-top: 0; }  .wp-block-latest-posts, .wp-block-latest-comments, .wp-block-page-list, .widget_nav_menu ul.menu { 	margin: 0; 	padding: 0; }  .wp-block-latest-posts li, .wp-block-latest-comments li, .wp-block-page-list li, .widget_nav_menu ul.menu li { 	padding: 5px 0; 	font-weight: 500; 	list-style: none; }  .wp-block-latest-posts li:last-child, .wp-block-latest-comments li:last-child, .wp-block-page-list li:last-child, .widget_nav_menu ul.menu li:last-child { 	padding-bottom: 0; }  .wp-block-latest-posts li:first-child, .wp-block-latest-comments li:first-child, .wp-block-page-list li:first-child, .widget_nav_menu ul.menu li:first-child { 	padding-top: 0; }  .wp-block-latest-posts ul, .wp-block-latest-comments ul, .wp-block-page-list ul, .widget_nav_menu ul.menu ul { 	margin-top: 10px; }  ol.wp-block-latest-comments { 	padding-left: 0; }  .wp-block-latest-comments__comment { 	margin-bottom: 0; }  .wp-block-latest-comments__comment-excerpt p { 	margin: 5px 0 0; }  .wp-block-search { 	--em-input-padding-y: 0.75rem; 	--em-button-padding-right: 0.75rem; 	--em-button-padding-left: 0.75rem; }  .wp-block-group .wp-block-heading { 	margin: 0 0 25px; }  .wp-block-tag-cloud.is-style-outline a { 	padding: 5px 15px 4px; }  .wp-block-tag-cloud a { 	border-radius: var(--em-button-rounded); }  .wp-block-tag-cloud.is-style-outline a:not(:hover) { 	border-color: var(--em-border-color); }  .wp-block-tag-cloud:not(.is-style-outline) { 	margin: -8px 0; 	padding-top: 8px; }  .wp-block-tag-cloud:not(.is-style-outline) a { 	background-color: #000000; 	color: #fff; 	font-weight: 500; 	padding: 8px 13px 9px; 	border-radius: var(--em-rounded-xs); 	margin-bottom: 10px; }  p.wp-block-tag-cloud { 	margin: 0; }  .wp-block-social-links { 	margin: 0; 	padding: 0; }  .widget_archive ul, .widget_categories ul { 	margin: 0; 	padding: 0; 	list-style: none; }  .widget_archive li, .widget_categories li { 	display: flex; 	align-items: center; 	gap: 7px; 	font-weight: 500; 	padding: 5px 0; 	color: var(--em-color__dark); 	transition: 0.3s; }  .widget_archive li:first-child, .widget_categories li:first-child { 	padding-top: 0; }  .widget_archive li:last-child, .widget_categories li:last-child { 	padding-bottom: 0; }  .widget_archive li:hover, .widget_categories li:hover { 	color: var(--em-color__primary); }  .widget_archive li:hover a, .widget_categories li:hover a { 	color: var(--em-color__primary); }  .widget_tag_cloud .tagcloud { 	display: flex; 	flex-wrap: wrap; 	gap: 10px; }  .widget_tag_cloud .tagcloud a { 	font-size: 14px !important; 	color: var(--em-color__dark); 	background-color: transparent; 	border: 1px solid var(--em-border-color); 	padding: 6px 12px 4px; 	text-transform: capitalize; 	border-radius: var(--em-button-rounded); }  .widget_tag_cloud .tagcloud a:hover { 	border-color: var(--em-color__primary); 	color: var(--em-color__primary); }  .single-post .widget { 	margin-bottom: 3.5em; }  .ecomus-recent-posts-widget ul { 	margin: 0; 	padding: 0; 	list-style: none; }  .ecomus-recent-posts-widget li { 	padding: 10px 0; 	gap: 16px; }  .ecomus-recent-posts-widget li:first-child { 	padding-top: 0; }  .ecomus-recent-posts-widget li:last-child { 	padding-bottom: 0; }  .ecomus-recent-posts-widget .post-thumbnail { 	max-width: 92px; }  .ecomus-recent-posts-widget .post-summary { 	align-items: start; }  .ecomus-recent-posts-widget .em-button-category { 	margin-bottom: 10px; }  .ecomus-recent-posts-widget .post-title { 	font-weight: 500; 	line-height: 1.6; }  .ecomus-instagram-widget .ecomus-instagram__list { 	margin: 0 -3px; 	padding: 0; 	list-style: none; 	display: flex; 	flex-wrap: wrap; 	position: relative; 	overflow: hidden; }  .ecomus-instagram-widget .ecomus-instagram__item { 	transition: 0.5s; 	width: 12.5%; 	margin: 0; 	padding: 0 3px 6px 3px; }  .ecomus-instagram-widget .ecomus-instagram__item:hover { 	opacity: 0.9; }  .ecomus-instagram-widget .columns-2 .ecomus-instagram__item { 	width: 50%; }  .ecomus-instagram-widget .columns-3 .ecomus-instagram__item { 	width: 33.33333%; }  .ecomus-instagram-widget .columns-4 .ecomus-instagram__item { 	width: 25%; }  .ecomus-icon-box-widget { 	display: flex; 	gap: 15px; 	flex-wrap: wrap; }  .ecomus-icon-box-widget__item { 	display: flex; 	align-items: center; 	color: #000000; }  .ecomus-icon-box-widget__item:hover { 	color: #000000; }  .ecomus-icon-box-widget__item.horizontal .ecomus-icon-box-widget__icon { 	font-size: 22px; 	font-size: 1.375rem; 	margin-right: 10px; }  .ecomus-icon-box-widget__item.vertical { 	padding: 30px 28px; 	flex-direction: column; 	border: 1px solid var(--em-border-color); 	border-radius: var(--em-rounded-xs); 	width: calc(50% - 7.5px); }  .ecomus-icon-box-widget__item.vertical .ecomus-icon-box-widget__icon { 	font-size: 30px; 	font-size: 1.875rem; 	margin-bottom: 16px; }  .ecomus-icon-box-widget__item.vertical .ecomus-icon-box-widget__text { 	text-align: center; }  .ecomus-icon-box-widget__title { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 600; 	line-height: 1.3; }  .ecomus-icon-box-widget__desc { 	margin-top: 3px; }  .ecomus-currency-language { 	--em-image-rounded: 0; 	position: relative; }  .ecomus-currency-language .current { 	display: inline-block; 	cursor: pointer; 	padding: 15px 0; 	position: relative; 	white-space: nowrap; 	z-index: 10; }  .ecomus-currency-language .current .ecomus-svg-icon { 	font-size: 10px; 	font-size: 0.625rem; 	position: relative; 	top: -1px; 	margin-left: 5px; 	z-index: -1; }  .ecomus-currency-language .current:before { 	content: ''; 	position: absolute; 	left: 50%; 	bottom: -8px; 	background-color: var(--em-color__light); 	width: 16px; 	height: 16px; 	transform: translateX(-50%) rotate(45deg); 	opacity: 0; 	visibility: hidden; 	z-index: 1; }  .ecomus-currency-language .current.active:before { 	opacity: 1; 	visibility: visible; }  .ecomus-currency-language .current img { 	--em-image-rounded: 0px; 	max-width: 16px; 	margin-right: 5px; 	margin-bottom: 2px; }  .ecomus-currency-language .ecomus-language__menu-item.active a { 	color: var(--em-color__primary); }  .ecomus-currency-language .currency-dropdown { 	padding: 0; 	position: absolute; 	top: 100%; 	left: 50%; 	right: auto; 	transform: translateX(-50%); 	min-width: 250px; 	overflow-y: visible; 	box-shadow: 0 0 18px rgba(0, 0, 0, 0.2); 	opacity: 0; 	visibility: hidden; 	z-index: 9; }  .ecomus-currency-language .currency-dropdown.active { 	opacity: 1; 	visibility: visible; }  .ecomus-currency-language .preferences-menu__item-child { 	margin: 0; 	padding: 15px 20px; 	list-style-type: none; 	background-color: var(--em-color__light); 	text-align: left; 	line-height: 1.8; }  .ecomus-currency-language .woocs_flag_view_item { 	display: flex; 	align-items: center; 	gap: 5px; 	width: 100%; 	height: auto; 	margin: 0; 	padding: 2px 0; }  .ecomus-currency-language .woocs_flag_view_item img { 	max-width: 16px; 	margin-right: 5px; }  .ecomus-currency-language .woocs_flag_view_item_current { 	opacity: 1; 	color: var(--em-color__primary); }  .ecomus-currency-language .woocs_flag { 	max-width: 16px; }  .ecomus-currency-language.ecomus-currency .current { 	padding-left: 25px; }  .ecomus-currency-language.ecomus-currency .current img { 	position: absolute; 	top: 50%; 	transform: translateY(-50%); 	left: 0; 	pointer-events: none; }  .ecomus-language .currency-dropdown, .ecomus-widget__languages .currency-dropdown { 	width: max-content; 	min-width: 100px; }  /* Comments --------------------------------------------- */ .comments-area { 	margin-top: 80px; 	position: relative; }  .comments-area .comments-content { 	max-width: 750px; 	margin: 0 auto; }  .ecomus-posts-related + .comments-area { 	margin-top: 50px; 	padding-top: 50px; }  .ecomus-posts-related + .comments-area:before { 	content: ""; 	position: absolute; 	top: 0; 	left: 0; 	right: 0; 	height: 1px; 	background-color: var(--em-border-color); }  .comments-title { 	font-size: 28px; 	font-size: 1.75rem; 	font-weight: 500; 	margin: 30px 0; 	text-align: center; }  .comment-list { 	margin: 0; 	padding: 0; 	list-style: none; 	border-bottom: 1px solid var(--em-border-color); }  .comment-list .children { 	list-style: none; 	margin-left: 30px; }  .comment-list .comment-meta { 	position: relative; }  .comment-list .comment-meta ~ .comment-content { 	margin-left: 65px; }  .comment-list .comment-meta .comment-author { 	margin-left: 65px; }  .comment-list .avatar { 	border-radius: 50%; 	position: absolute; 	left: 0; }  .comment-list > li:first-child .comment-body { 	border-top: none; }  .comment-list .comment-body { 	padding: 25px 0 18px; 	border-top: 1px solid var(--em-border-color); }  .comment-list .comment-metadata { 	margin-bottom: 9px; 	margin-left: 65px; }  .comment-list .comment-metadata > a { 	color: var(--em-color__base); }  .comment-list .comment-metadata .fn { 	line-height: 1; 	padding-top: 3px; 	font-weight: 500; }  .comment-list .comment-metadata .date { 	font-size: 12px; 	font-size: 0.75rem; }  .comment-list .reply { 	padding-top: 7px; 	font-size: 12px; 	font-size: 0.75rem; 	font-weight: 500; 	margin-left: 65px; }  .comment-list .reply a { 	color: inherit; }  .comment-list .reply a:hover { 	color: var(--em-color__primary); }  .comment-list .reply a:first-child { 	padding-right: 10px; }  .comment-list .comment-respond .comment-reply-title { 	display: flex; 	justify-content: space-between; }  .comment-list p { 	margin: 0; }  .comment-respond { 	margin-top: 27px; }  .comment-respond .comment-reply-title { 	font-size: 20px; 	font-size: 1.25rem; 	font-weight: 500; 	margin: 0 0 9px; 	text-transform: capitalize; 	color: var(--em-color__dark); 	line-height: 1; }  .comment-respond .comment-reply-title a { 	padding-bottom: 3px; 	border-bottom: 1px solid; 	display: inline-block; }  .comment-respond .comment-form { 	margin-left: -15px; 	margin-right: -15px; }  .comment-respond .comment-form .comment-notes a, .comment-respond .comment-form .comment-notes .required, .comment-respond .comment-form .logged-in-as a, .comment-respond .comment-form .logged-in-as .required { 	color: inherit; }  .comment-respond .comment-form p { 	padding-left: 15px; 	padding-right: 15px; 	margin: 0 0 18px; 	font-size: 14px; 	font-size: 0.875rem; }  .comment-respond .comment-form p span { 	margin-bottom: 7px; 	display: inline-flex; 	font-weight: 500; }  .comment-respond .comment-form .comment-notes span { 	font-weight: normal; }  .comment-respond .comment-form .comment-form-comment { 	margin-bottom: 13px; }  .comment-respond .comment-form .comment-form-comment textarea { 	height: 120px; }  .comment-respond .comment-form-author, .comment-respond .comment-form-email { 	width: 50%; 	float: left; }  .comment-respond .comment-form-author input, .comment-respond .comment-form-email input { 	width: 100%; }  .comment-respond .comment-form-url label { 	padding-bottom: 5px; 	display: inline-block; }  .comment-respond .comment-form-url input { 	width: 100%; }  .comment-respond .submit { 	width: 100%; }  .comment-respond .comment-form-cookies-consent label { 	cursor: pointer; }  .bypostauthor { 	display: initial; }  /* Media --------------------------------------------- */ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { 	border: none; 	margin-bottom: 0; 	margin-top: 0; 	padding: 0; }  /* Make sure logo link wraps around logo image. */ .custom-logo-link { 	display: inline-block; }  /* Captions --------------------------------------------- */ .wp-caption { 	margin-bottom: 1.5em; 	max-width: 100%; }  .wp-caption img[class*="wp-image-"] { 	display: block; 	margin-left: auto; 	margin-right: auto; }  .wp-caption-text { 	margin: 0.8075em 0; 	font-size: 14px; 	font-size: 0.875rem; }  .wp-caption-text { 	text-align: center; }  /* Galleries --------------------------------------------- */ .gallery { 	margin-bottom: 1.5em; 	display: grid; 	grid-gap: 5px; }  .gallery-item { 	display: inline-block; 	text-align: center; 	width: 100%; 	margin: 0; }  .gallery-item a { 	display: flex; 	width: 100%; 	position: relative; }  .gallery-item a:before { 	content: ''; 	width: 0; 	height: 0; 	display: block; 	padding-bottom: var(--em-ratio-percent); }  .gallery-item a img { 	display: block; 	max-width: 100%; 	position: absolute; 	margin: 0; 	top: 0; 	left: 0; 	height: 100%; 	width: 100%; 	object-fit: cover; 	object-position: center; 	border-radius: var(--em-image-rounded-product-card-small); }  .gallery-columns-2 { 	grid-template-columns: repeat(2, 1fr); }  .gallery-columns-3 { 	grid-template-columns: repeat(3, 1fr); }  .gallery-columns-4 { 	grid-template-columns: repeat(4, 1fr); }  .gallery-columns-5 { 	grid-template-columns: repeat(5, 1fr); }  .gallery-columns-6 { 	grid-template-columns: repeat(6, 1fr); }  .gallery-columns-7 { 	grid-template-columns: repeat(7, 1fr); }  .gallery-columns-8 { 	grid-template-columns: repeat(8, 1fr); }  .gallery-columns-9 { 	grid-template-columns: repeat(9, 1fr); }  .gallery-caption { 	display: block; }  /* Panels --------------------------------------------- */ body .blockUI.blockOverlay { 	position: relative; 	background-color: rgba(255, 255, 255, 0.6) !important; 	background-image: none !important; }  .offscreen-panel { 	--em-panel-content-width: 410px; 	position: fixed; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; 	z-index: 1100; 	display: none; }  .offscreen-panel.modal-above-panel { 	z-index: 1050; }  .offscreen-panel.modal-above-panel__quickadd { 	z-index: 999; }  .offscreen-panel--side-left .panel__container { 	left: 0; 	right: auto; 	transform: translateX(-100%); }  .offscreen-panel--side-left .panel__button-close { 	left: 20px; 	right: auto; }  .offscreen-panel--side-left .panel__header { 	text-align: right; }  .offscreen-panel--open .panel__container { 	transform: none; }  .offscreen-panel--open .panel__backdrop { 	cursor: var(--em-cursor-close-icon) 25 25, auto; }  .panel__backdrop { 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; 	background-color: rgba(0, 0, 0, 0.2); }  .panel__button-close { 	position: absolute; 	right: 20px; 	top: 22px; 	cursor: pointer; 	font-size: 14px; 	font-size: 0.875rem; 	color: var(--em-color__dark); 	z-index: 1; 	transition: color .2s; }  .panel__button-close:hover { 	color: #db1215; }  .panel__container { 	position: absolute; 	right: 0; 	top: 0; 	height: 100%; 	max-width: var(--em-panel-content-width); 	width: 100%; 	margin: 0; 	background-color: #fff; 	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); 	transform: translateX(100%); 	transition: transform 0.3s; 	display: flex; 	flex-direction: column; }  .panel__header { 	padding: 18px 30px; 	margin: 0; 	font-size: 18px; 	font-size: 1.125rem; 	color: #000000; 	font-weight: 500; 	position: relative; }  .panel__header:after { 	content: ""; 	position: absolute; 	bottom: 0; 	left: 0; 	right: 0; 	width: 100%; 	height: 1px; 	background-color: var(--em-border-color); 	display: block; }  .admin-bar .offscreen-panel { 	top: 32px; }  .admin-bar .offscreen-panel .panel__container { 	height: calc( 100% - 32px); }  .mobile-menu__divider { 	background-color: var(--em-border-color); 	margin: 15px auto; 	width: calc( 100% - 64px); }  @media (max-width: 780px) { 	.admin-bar .offscreen-panel { 		top: 0; 	} 	.admin-bar .offscreen-panel .panel__container { 		height: 100%; 	} }  @media (max-width: 767px) { 	.panel__container { 		--em-panel-content-width: 90%; 	} }  .mobile-sidebar-panel__button { 	top: 30%; 	right: 0; 	z-index: 100; 	background-color: #ffffff; 	box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1); 	padding: 13px 11.5px; 	cursor: pointer; }  .mobile-sidebar-panel__button .ecomus-svg-icon { 	color: var(--em-color__dark); 	font-size: 17px; 	font-size: 1.0625rem; }  .mobile-sidebar-panel__button .button-text { 	padding: 0; 	width: 100%; 	max-width: 0; 	overflow: hidden; 	white-space: nowrap; 	color: #000000; 	transition: padding 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15); }  .mobile-sidebar-panel__button:hover .button-text { 	padding-left: 11.5px; 	max-width: 150px; }  .mobile-sidebar-panel__button:not(.mobile-sidebar-position--left) .ecomus-svg-icon { 	transition: padding .2s linear; }  .mobile-sidebar-panel__button:not(.mobile-sidebar-position--left):hover .ecomus-svg-icon { 	padding-right: 11.5px; }  .mobile-sidebar-panel__button:not(.mobile-sidebar-position--left):hover .button-text { 	padding-left: 0; 	max-width: 150px; }  .mobile-sidebar-position--left { 	left: 0; 	right: auto; }  .single-post .sidebar__header { 	background-color: #f2f2f2; }  .single-post .sidebar__header:after { 	display: none; }  @media (min-width: 1025px) { 	.ecomus-blog-page .mobile-sidebar-panel__button, 	.ecomus-blog-page .blog-sidebar .sidebar__header, 	.ecomus-blog-page .blog-sidebar .sidebar__container > .sidebar__button-close, 	.em-post-layout-expanded .mobile-sidebar-panel__button, 	.em-post-layout-expanded .blog-sidebar .sidebar__header, 	.em-post-layout-expanded .blog-sidebar .sidebar__container > .sidebar__button-close, 	.catalog-sidebar .sidebar__header, 	.catalog-sidebar .sidebar__container > .sidebar__button-close { 		display: none; 	} 	.single-post.em-post-layout-icon .offscreen-panel { 		--em-panel-content-width: 405px; 	} 	.single-post.em-post-layout-icon .offscreen-panel .sidebar__backdrop { 		position: absolute; 		top: 0; 		left: 0; 		width: 100%; 		height: 100%; 		cursor: pointer; 		background-color: rgba(0, 0, 0, 0.2); 	} 	.single-post.em-post-layout-icon .offscreen-panel--side-right .sidebar__container { 		left: 0; 		right: auto; 		transform: translateX(-100%); 	} 	.single-post.em-post-layout-icon .offscreen-panel--open .sidebar__container { 		transform: none; 	} 	.single-post.em-post-layout-icon .sidebar__header { 		padding: 18px 20px 18px; 		font-size: 20px; 		font-size: 1.25rem; 		line-height: 1; 		color: #000000; 		font-weight: 400; 		text-transform: uppercase; 		position: relative; 	} 	.single-post.em-post-layout-icon .sidebar__container { 		position: absolute; 		right: 0; 		top: 0; 		height: 100%; 		max-width: var(--em-panel-content-width); 		width: 100%; 		margin: 0; 		background-color: #fff; 		box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); 		transform: translateX(100%); 		transition: transform 0.5s; 		display: flex; 		flex-direction: column; 	} 	.single-post.em-post-layout-icon .sidebar__button-close { 		position: absolute; 		right: 20px; 		top: 20px; 		cursor: pointer; 		font-size: 16px; 		font-size: 1rem; 		color: var(--em-color__dark); 		z-index: 9; 	} 	.single-post.em-post-layout-icon .sidebar__content { 		flex-wrap: nowrap; 		overflow-y: hidden; 		overflow-x: auto; 		scroll-behavior: smooth; 		overflow-y: auto; 		overflow-x: hidden; 		padding-left: 20px; 		padding-right: 20px; 		padding-top: 20px; 	} 	.single-post.em-post-layout-icon .sidebar__content::-webkit-scrollbar { 		display: none; 	} 	.single-post.em-post-layout-expanded:not(.no-sidebar) .entry-content { 		display: flex; 		flex-wrap: wrap; 	} 	.single-post.em-post-layout-expanded:not(.no-sidebar) .entry-content .entry-single-content { 		flex: 0 0 68%; 		width: 68%; 	} 	.single-post.em-post-layout-expanded:not(.no-sidebar) .entry-content .widget-area { 		flex: 0 0 32%; 		width: 32%; 	} 	.single-post.em-post-layout-expanded:not(.no-sidebar).content-sidebar .entry-content .entry-single-content { 		padding-right: 15px; 	} 	.single-post.em-post-layout-expanded:not(.no-sidebar).content-sidebar .entry-content .widget-area { 		padding-left: 15px; 	} 	.single-post.em-post-layout-expanded:not(.no-sidebar).sidebar-content .entry-content .entry-single-content { 		order: 2; 		padding-left: 15px; 	} 	.single-post.em-post-layout-expanded:not(.no-sidebar).sidebar-content .entry-content .widget-area { 		padding-right: 15px; 	} }  @media (max-width: 1024px) { 	.mobile-sidebar-panel__button .button-text { 		display: none; 	} 	.offscreen-panel .sidebar__backdrop { 		position: absolute; 		top: 0; 		left: 0; 		width: 100%; 		height: 100%; 		cursor: pointer; 		background-color: rgba(0, 0, 0, 0.2); 	} 	.offscreen-panel--side-right .sidebar__container { 		left: 0; 		right: auto; 		transform: translateX(-100%); 	} 	.offscreen-panel--open .sidebar__container { 		transform: none; 	} 	.sidebar__header { 		padding: 16px 20px 15px; 		font-size: 16px; 		font-size: 1rem; 		line-height: 1; 		color: #000000; 		font-weight: 400; 		text-transform: uppercase; 		position: relative; 	} 	.sidebar__header:after { 		content: ''; 		width: calc( 100% - 32px); 		height: 1px; 		background-color: #EBEBEB; 		position: absolute; 		left: 16px; 		right: 16px; 		bottom: 0; 	} 	.sidebar__container { 		--em-panel-content-width: 375px; 		position: absolute; 		right: 0; 		top: 0; 		height: 100%; 		width: 100%; 		max-width: var(--em-panel-content-width); 		margin: 0; 		background-color: #fff; 		box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); 		transform: translateX(100%); 		transition: transform 0.5s; 		display: flex; 		flex-direction: column; 	} 	.sidebar__button-close { 		position: absolute; 		right: 20px; 		top: 13px; 		cursor: pointer; 		font-size: 16px; 		font-size: 1rem; 		color: var(--em-color__dark); 		z-index: 9; 	} 	.sidebar__content { 		flex-wrap: nowrap; 		overflow-y: hidden; 		overflow-x: auto; 		scroll-behavior: smooth; 		overflow-y: auto; 		overflow-x: hidden; 		padding-left: 20px; 		padding-right: 20px; 		padding-top: 20px; 	} 	.sidebar__content::-webkit-scrollbar { 		display: none; 	} }  @media (max-width: 767px) { 	.sidebar__container { 		--em-panel-content-width: 90%; 	} 	.catalog-sidebar .sidebar__container { 		--em-panel-content-width: 310px; 	} 	.catalog-sidebar .sidebar__header { 		background-color: #f2f2f2; 		font-size: 12px; 		font-size: 0.75rem; 		font-weight: 600; 	} 	.catalog-sidebar .widget .widget-title, .catalog-sidebar .widget .widgettitle { 		font-size: 16px; 		font-size: 1rem; 	} }  .mobile-shop-panel .panel__header { 	padding: 30px; }  .mobile-shop-panel .panel__header:after { 	display: none; }  .mobile-shop-panel .panel__content { 	overscroll-behavior-y: contain; 	overflow-y: auto; 	flex: 1 1 auto; 	padding-bottom: 20px; 	scrollbar-width: 1px; 	scrollbar-color: var(--em-color__grayer); 	border-radius: var(--em-modal-content-border-radius); }  .mobile-shop-panel .panel__content::-webkit-scrollbar { 	width: 5px; }  .mobile-shop-panel .panel__content::-webkit-scrollbar-thumb { 	background-color: transparent; 	border-radius: 8px; }  .mobile-shop-panel .panel__content::-webkit-scrollbar-thumb { 	background-color: rgba(0, 0, 0, 0.16); }  .mobile-shop-panel .panel__content::-webkit-scrollbar-track { 	background-color: rgba(255, 255, 255, 0.05); }  .mobile-shop-panel .panel__footer { 	padding: 15px 20px 0; }  .mobile-shop-panel .panel__footer .mobile-shop-panel__footer-button { 	display: flex; 	align-items: center; 	padding: 35px 0; 	border-top: 1px solid var(--em-border-color); 	background-color: var(--em-color__light); }  .mobile-shop-panel .panel__footer a { 	display: inline-flex; }  .mobile-shop-navigation { 	padding: 0 20px; }  .mobile-shop-navigation ul { 	list-style: none; 	margin: 0; 	padding: 0; }  .mobile-shop-navigation ul.menu li { 	padding-top: 10px; 	padding-bottom: 10px; }  .mobile-shop-navigation ul.menu li.menu-item-has-icon { 	padding-top: 5px; 	padding-bottom: 5px; }  .mobile-shop-navigation ul.menu li a { 	display: flex; 	align-items: center; 	font-weight: 500; }  .mobile-shop-navigation ul.menu li a img { 	border-radius: 50%; }  .mobile-shop-navigation ul.menu li a .menu-icon-item--image { 	--em-ratio-percent: 100%; 	width: 30px; 	height: 30px; 	border-radius: 50%; 	margin-right: 10px; }  .mobile-shop-navigation ul.menu > li { 	position: relative; }  .mobile-shop-navigation ul.menu > li.menu-item-has-icon:after { 	left: 50px; 	width: calc( 100% - 50px); }  .mobile-shop-navigation ul.menu > li:after { 	content: ''; 	position: absolute; 	left: 0; 	bottom: 0; 	width: 100%; 	height: 1px; 	background-color: var(--em-border-color); }  .mobile-shop-navigation ul.menu > li:last-child:after { 	display: none; }  .mobile-shop-navigation ul.menu > li > a .ecomus-svg-icon, .mobile-shop-navigation ul.menu > li > a .menu-item-icon { 	font-size: 10px; 	font-size: 0.625rem; 	margin: 2px 8px 0 0; }  .mobile-shop-navigation ul.menu > li > a .menu-icon-item-position--right { 	margin: 2px 0 0 8px; }  .mobile-shop-navigation ul.menu > li > a > .menu-icon-item--image { 	width: 40px; 	height: 40px; 	border: 1px solid var(--em-border-color); }  .mobile-shop-navigation ul.menu > li > a > .menu-icon-item--image img { 	width: calc( 100% - 6px); 	height: calc( 100% - 6px); 	top: 3px; 	left: 3px; }  .mobile-shop-navigation ul.menu > li > ul.sub-menu { 	margin: 7px 0 15px 15px; }  .mobile-shop-navigation ul.menu .menu-item-has-children > a { 	position: relative; }  .mobile-shop-navigation ul.menu .menu-item-has-children > a:before, .mobile-shop-navigation ul.menu .menu-item-has-children > a:after { 	content: " "; 	position: absolute; 	top: 50%; 	right: 15px; 	transform: translateY(-50%); 	display: inline-block; 	margin-top: -1px; 	width: 10px; 	height: 2px; 	background-color: currentColor; 	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out; }  .mobile-shop-navigation ul.menu .menu-item-has-children > a:after { 	-webkit-transform: translateY(-50%) rotate(-90deg); 	transform: translateY(-50%) rotate(-90deg); }  .mobile-shop-navigation ul.menu .menu-item-has-children > a:active, .mobile-shop-navigation ul.menu .menu-item-has-children > a:hover { 	color: var(--em-color__dark); }  .mobile-shop-navigation ul.menu .menu-item-has-children > a .toggle-menu-children { 	position: absolute; 	width: 32px; 	top: 0; 	bottom: 0; 	right: -11px; 	cursor: pointer; 	z-index: 1; }  .mobile-shop-navigation ul.menu .menu-item-has-children.active > a:before, .mobile-shop-navigation ul.menu .menu-item-has-children.active > a:after { 	-webkit-transform: translateY(-50%) rotate(0); 	transform: translateY(-50%) rotate(0); }  .mobile-shop-navigation ul.menu .menu-item-has-children.active > .sub-menu { 	animation: fadeIn 0.3s ease-in-out; }  .mobile-shop-navigation .sub-menu { 	border-left: 1px solid var(--em-border-color); 	margin: 7px 0 5px 42px; 	padding: 0 0 0 15px; 	display: none; }  .account-panel .panel__header { 	display: flex; 	align-items: center; 	padding-left: 30px; }  .account-panel .panel__content { 	padding-left: 30px; 	padding-right: 22px; }  .account-panel__avatar { 	display: flex; 	align-items: center; 	justify-content: center; 	width: 20px; 	height: 20px; 	margin-right: 16px; 	object-fit: cover; }  .account-panel__avatar img { 	border-radius: 100%; }  .account-panel__name { 	text-transform: capitalize; }  .account-panel__links { 	list-style: none; 	padding: 10px 0; 	margin: 0; }  .account-panel__links ul { 	list-style: none; 	padding: 0; }  .account-panel__links li { 	padding: 5px 0; }  .account-panel__links a { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 500; }  .cart-panel .panel__content { 	flex: 1; 	overflow-y: auto; 	margin-top: 20px; }  .cart-panel .panel__container { 	width: 477px; }  .widget_shopping_cart_content { 	display: flex; 	flex-direction: column; 	height: 100%; 	padding: 0; 	justify-content: space-between; }  .widget_shopping_cart_content .woocommerce-mini-cart { 	flex: 1; 	padding: 0 30px; 	margin: 0; 	list-style: none; 	overflow-y: auto; 	scrollbar-width: 1px; 	scrollbar-color: var(--em-color__grayer); 	border-radius: var(--em-modal-content-border-radius); }  .widget_shopping_cart_content .woocommerce-mini-cart::-webkit-scrollbar { 	width: 5px; }  .widget_shopping_cart_content .woocommerce-mini-cart::-webkit-scrollbar-thumb { 	background-color: transparent; 	border-radius: 8px; }  .widget_shopping_cart_content .woocommerce-mini-cart::-webkit-scrollbar-thumb { 	background-color: rgba(0, 0, 0, 0.16); }  .widget_shopping_cart_content .woocommerce-mini-cart::-webkit-scrollbar-track { 	background-color: rgba(255, 255, 255, 0.05); }  .widget_shopping_cart_content .woocommerce-mini-cart-item { 	display: flex; 	align-items: center; 	padding-top: 20px; 	margin-top: 20px; 	border-top: 1px solid var(--em-border-color); 	border-bottom: none; 	margin-bottom: 0; 	padding-bottom: 0; }  .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity { 	--em-quantity-width: 30px; 	--em-quantity-height: 30px; 	--em-button-font-size: 12px; }  .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity input { 	font-size: 12px; 	font-size: 0.75rem; }  .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity .ecomus-qty-button { 	font-size: 10px; 	font-size: 0.625rem; 	padding: 0 10px; }  .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity.hidden + .remove_from_cart_button { 	margin-left: 0; }  .widget_shopping_cart_content .woocommerce-mini-cart-item .ecomus-product-offer { 	display: flex; 	gap: 5px; 	align-items: center; 	font-size: 14px; 	font-size: 0.875rem; 	line-height: 1; 	color: var(--em-color__dark); 	margin-bottom: 6px; }  .widget_shopping_cart_content .woocommerce-mini-cart-item .ecomus-product-offer .ecomus-svg-icon--tag { 	transform: scaleX(-1); }  .widget_shopping_cart_content .woocommerce-mini-cart-item .ecomus-product-quantity__text { 	font-size: 12px; 	font-size: 0.75rem; }  .widget_shopping_cart_content .woocommerce-mini-cart-item:first-child { 	border-top: none; 	padding-top: 0; 	margin-top: 0; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail { 	flex-basis: 80px; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail img { 	border-radius: var(--em-image-rounded-product-card-small); 	height: auto; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__summary { 	display: flex; 	justify-content: space-between; 	flex: 1; 	padding-left: 23px; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__box { 	display: flex; 	flex-direction: column; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__data { 	display: flex; 	flex-direction: column; 	justify-content: space-between; 	font-size: 16px; 	font-size: 1rem; 	color: #000000; 	line-height: 20px; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__data .price del { 	text-decoration: none; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__data .price del .woocommerce-Price-amount { 	position: relative; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__data .price del .woocommerce-Price-amount:after { 	content: ''; 	position: absolute; 	top: 50%; 	left: 0; 	transform: translateY(-50%); 	width: 100%; 	height: 2px; 	background-color: rgba(0, 0, 0, 0.5); }  .widget_shopping_cart_content .woocommerce-mini-cart-item__data .woocommerce-Price-amount { 	font-size: 14px; 	font-size: 0.875rem; 	line-height: 22px; 	font-weight: 500; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation { 	font-size: 12px; 	font-size: 0.75rem; 	text-transform: capitalize; 	margin: 5px 0; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dt { 	font-weight: 500; 	color: #545454; 	display: inline-block; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dt:before { 	content: "|"; 	display: inline-block; 	margin: 0 4px 0 0; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dt:first-child:before { 	display: none; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dd { 	display: inline-block; 	margin: 0; 	color: #000000; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dd:first-child { 	margin-top: 0; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dd:last-child { 	margin-bottom: 0; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dd p { 	margin: 0; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__qty { 	margin-top: 11px; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__price { 	gap: 5px; }  .widget_shopping_cart_content .woocommerce-mini-cart-item__price .em-price-unit { 	font-size: 14px; 	font-size: 0.875rem; }  .widget_shopping_cart_content .remove_from_cart_button { 	font-size: 12px; 	font-size: 0.75rem; 	text-decoration: underline; 	margin-left: 10px; }  .widget_shopping_cart_content .woocommerce-mini-cart__total { 	display: flex; 	justify-content: space-between; 	align-items: center; 	font-size: 20px; 	font-size: 1.25rem; 	color: #000000; 	font-weight: normal; 	margin-top: 0; 	margin-bottom: 10px; }  .widget_shopping_cart_content .woocommerce-mini-cart__total strong { 	font-weight: inherit; 	font-family: var(--em-heading-font); }  .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount { 	font-weight: 600; }  .widget_shopping_cart_content .woocommerce-mini-cart__total .price { 	display: inline-flex; 	align-items: center; 	gap: 5px; }  .widget_shopping_cart_content .woocommerce-mini-cart__total ins { 	order: 1; 	background-color: transparent; 	color: var(--em-color-price-sale); }  .widget_shopping_cart_content .woocommerce-mini-cart__total del { 	order: 2; 	color: rgba(0, 0, 0, 0.5); 	font-size: 18px; 	font-size: 1.125rem; }  .widget_shopping_cart_content .woocommerce-mini-cart__total .tax_label { 	font-size: 14px; 	font-size: 0.875rem; 	color: var(--em-color__dark); 	line-height: 1; 	margin-top: 2px; }  .widget_shopping_cart_content .widget_shopping_cart_footer { 	padding: 30px; }  .widget_shopping_cart_content .woocommerce-mini-cart__buttons { 	margin: 0; 	display: flex; 	align-items: center; 	justify-content: space-between; 	gap: 15px; }  .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button { 	width: 50%; 	font-weight: 600; }  .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout) { 	--em-button-color: #000000; 	--em-button-color-hover: #ffffff; 	--em-button-bg-color: transparent; 	--em-button-bg-color-hover: #000000; 	--em-button-border-color: #EBEBEB; 	--em-button-border-color-hover: var(--em-button-bg-color-hover); 	--em-button-eff-bg-color-hover: rgba(255, 255, 255, 0.25); }  .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout):after { 	display: none; }  .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout):not(:hover) { 	border-color: var(--em-color__dark); }  .widget_shopping_cart_content .woocommerce-mini-cart__empty-message { 	margin: auto 0; 	color: #545454; 	position: relative; 	top: -70px; 	text-align: center; 	padding: 0 50px; }  .widget_shopping_cart_content .woocommerce-mini-cart__empty-message h4 { 	font-size: 28px; 	font-size: 1.75rem; }  .widget_shopping_cart_content .woocommerce-mini-cart__empty-message .em-button { 	font-weight: 500; 	--em-button-padding-left: 1.4rem; 	--em-button-padding-right: 1.4rem; }  .ecomus-mini-products-recommended { 	box-shadow: 0 4px 16px #00000014; 	padding: 18px; 	margin-top: 40px; 	margin-bottom: 15px; 	border-radius: var(--em-rounded-sm); }  .ecomus-mini-products-recommended .swiper { 	padding: 0 23px 10px 0; 	margin: 0 -23px -10px 0; }  .ecomus-mini-products-recommended ul { 	list-style: none; 	padding: 0; }  .ecomus-mini-products-recommended ul li { 	display: flex; 	justify-content: safe center; 	align-items: center; 	gap: 15px; 	width: 100% !important; }  .ecomus-mini-products-recommended ul li a img { 	margin: 0 !important; }  .ecomus-mini-products-recommended ul li.woocommerce-loop-product { 	margin: 0; 	padding: 0; 	border: none; }  .ecomus-mini-products-recommended ul .woocommerce-loop-product__thumbnail { 	flex: 0 0 auto; 	max-width: 80px; }  .ecomus-mini-products-recommended ul .ecomus-quickview-button, .ecomus-mini-products-recommended ul .ecomus-featured-icons { 	--em-button-width: 42px; 	--em-button-height: 42px; 	display: inline-flex; 	border-radius: 100%; 	margin-right: 3px; }  .ecomus-mini-products-recommended ul .ecomus-quickview-button.loading, .ecomus-mini-products-recommended ul .ecomus-featured-icons.loading { 	--em-animation-state: running; 	position: relative; 	color: transparent; }  .ecomus-mini-products-recommended ul .ecomus-quickview-button.loading::before, .ecomus-mini-products-recommended ul .ecomus-featured-icons.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .ecomus-mini-products-recommended ul .ecomus-quickview-button .ecomus-svg-icon, .ecomus-mini-products-recommended ul .ecomus-featured-icons .ecomus-svg-icon { 	font-size: 20px; }  .ecomus-mini-products-recommended ul .ecomus-quickview-button .ecomus-svg-icon.ecomus-svg-icon--shopping-bag, .ecomus-mini-products-recommended ul .ecomus-featured-icons .ecomus-svg-icon.ecomus-svg-icon--shopping-bag { 	font-size: 16px; }  .ecomus-mini-products-recommended ul .woocommerce-loop-product__title { 	font-size: 16px; 	font-size: 1rem; 	line-height: 1.2; }  .ecomus-mini-products-recommended ul .price { 	font-weight: 600; 	color: var(--em-color__dark); 	margin-top: 3px; }  .ecomus-mini-products-recommended ul .price ins { 	color: var(--em-color-price-sale); }  .ecomus-mini-products-recommended ul .price del { 	color: rgba(0, 0, 0, 0.5); 	font-weight: 400; }  .ecomus-mini-products-recommended ul .woocommerce-loop-product__summary { 	flex: 1 0 0; 	display: flex; 	flex-direction: column; }  .ecomus-mini-products-recommended .products-recommended-header { 	display: flex; 	gap: 6px; 	justify-content: space-between; 	align-items: center; 	flex-wrap: wrap; 	margin-bottom: 15px; }  .ecomus-mini-products-recommended .swiper-pagination.swiper-pagination-horizontal, .ecomus-mini-products-recommended .swiper-pagination { 	position: static; 	flex: 0 0 auto; 	width: auto; 	text-align: right; }  .ecomus-mini-products-recommended .recommendation-heading { 	font-size: 16px; 	font-size: 1rem; 	margin: 0; }  .sidebar-panel__button { 	top: 30%; 	left: 0; 	z-index: 100; 	background-color: #ffffff; 	box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1); 	padding: 13px 11.5px; 	cursor: pointer; }  .sidebar-panel__button .ecomus-svg-icon { 	color: var(--em-color__dark); 	font-size: 17px; 	font-size: 1.0625rem; }  .sidebar-panel__button .button-text { 	padding: 0; 	width: 100%; 	max-width: 0; 	overflow: hidden; 	white-space: nowrap; 	color: #000000; 	transition: padding 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15); }  .sidebar-panel__button:hover .button-text { 	padding-left: 11.5px; 	max-width: 150px; }  .sidebar-panel__button.sidebar-panel__button--right { 	left: auto; 	right: 0; }  .sidebar-panel__button.sidebar-panel__button--right .ecomus-svg-icon { 	transition: padding .2s linear; }  .sidebar-panel__button.sidebar-panel__button--right:hover .ecomus-svg-icon { 	padding-right: 11.5px; }  .sidebar-panel__button.sidebar-panel__button--right:hover .button-text { 	padding-left: 0; 	max-width: 150px; }  .single-product-sidebar-panel { 	--em-panel-content-width: 375px; }  .single-product-sidebar-panel .sidebar__backdrop { 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; 	cursor: pointer; 	background-color: rgba(0, 0, 0, 0.2); }  .single-product-sidebar-panel .sidebar__header { 	position: relative; 	padding: 22px 37px 21px; 	font-size: 12px; 	font-size: 0.75rem; 	line-height: 1; 	color: #000000; 	font-weight: 600; 	text-transform: uppercase; 	background-color: #F5F5F5; }  .single-product-sidebar-panel .sidebar__button-close { 	position: absolute; 	right: 37px; 	top: 20px; 	cursor: pointer; 	font-size: 14px; 	font-size: 0.875rem; 	color: var(--em-color__dark); 	z-index: 9; }  .single-product-sidebar-panel .sidebar__button-close:hover { 	color: #db1215; }  .single-product-sidebar-panel .sidebar__container { 	position: absolute; 	left: 0; 	top: 0; 	height: 100%; 	width: 100%; 	max-width: var(--em-panel-content-width); 	margin: 0; 	background-color: #fff; 	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); 	transform: translateX(-100%); 	transition: transform 0.5s; 	display: flex; 	flex-direction: column; }  .single-product-sidebar-panel .sidebar__container .panel__button-close { 	right: 18px; 	z-index: 9; }  .single-product-sidebar-panel .sidebar__content { 	flex-wrap: nowrap; 	overflow-y: hidden; 	overflow-x: auto; 	scroll-behavior: smooth; 	overflow-y: auto; 	overflow-x: hidden; 	padding-left: 37px; 	padding-right: 37px; 	padding-top: 32px; 	padding-bottom: 32px; }  .single-product-sidebar-panel .sidebar__content::-webkit-scrollbar { 	display: none; }  .single-product-sidebar-panel .sidebar__content > .widget { 	margin-bottom: 30px; 	padding-bottom: 30px; 	border-bottom: 1px solid var(--em-border-color); }  .single-product-sidebar-panel .sidebar__content > .widget:last-child { 	border-bottom: none; }  .single-product-sidebar-panel .widget .widget-title { 	margin-top: 0; }  .single-product-sidebar-panel.offscreen-panel--side-right .sidebar__container { 	left: auto; 	right: 0; 	transform: translateX(100%); }  .single-product-sidebar-panel.offscreen-panel--open .sidebar__container { 	transform: none; }  .single-product-sidebar-panel .ecomus-instagram__item a, .single-product-sidebar-panel .ecomus-instagram__item img { 	display: block; 	border-radius: var(--em-image-rounded-product-card-small); }  @media (max-width: 1199px) { 	.sidebar-panel__button .button-text { 		display: none; 	} }  @media (max-width: 767px) { 	.single-product-sidebar-panel .sidebar__header { 		padding: 20px; 	} 	.single-product-sidebar-panel .sidebar__button-close { 		top: 19px; 		right: 20px; 	} 	.single-product-sidebar-panel .sidebar__container { 		--em-panel-content-width: 90%; 	} 	.single-product-sidebar-panel .sidebar__content { 		padding-left: 15px; 		padding-right: 15px; 		padding-top: 15px; 	} }  .hamburger-panel .panel__container { 	--hamburger-width: min( 320px, var(--em-panel-content-width) ); 	max-width: var(--hamburger-width); }  .hamburger-panel .panel__header { 	padding: 30px; }  .hamburger-panel .panel__header:after { 	display: none; }  .hamburger-panel .panel__content { 	overscroll-behavior-y: contain; 	overflow-y: auto; 	flex: 1 1 auto; 	padding-bottom: 20px; 	scrollbar-width: 1px; 	scrollbar-color: var(--em-color__grayer); 	border-radius: var(--em-modal-content-border-radius); }  .hamburger-panel .panel__content::-webkit-scrollbar { 	width: 5px; }  .hamburger-panel .panel__content::-webkit-scrollbar-thumb { 	background-color: transparent; 	border-radius: 8px; }  .hamburger-panel .panel__content::-webkit-scrollbar-thumb { 	background-color: rgba(0, 0, 0, 0.16); }  .hamburger-panel .panel__content::-webkit-scrollbar-track { 	background-color: rgba(255, 255, 255, 0.05); }  .hamburger-panel .panel__footer { 	padding: 15px 20px 0; }  .hambuger-navigation { 	padding: 0 20px; }  .hambuger-navigation ul { 	list-style: none; 	margin: 0; 	padding: 0; }  .hambuger-navigation ul.menu li a { 	display: block; 	padding: 5px 0; }  .hambuger-navigation ul.menu > li { 	border-bottom: 1px solid var(--em-border-color); }  .hambuger-navigation ul.menu > li > a { 	font-weight: 500; 	padding: 11px 0; }  .hambuger-navigation ul.menu > li > a .ecomus-svg-icon, .hambuger-navigation ul.menu > li > a .menu-item-icon { 	font-size: 10px; 	font-size: 0.625rem; 	margin: 2px 8px 0 0; }  .hambuger-navigation ul.menu > li > a .menu-icon-item-position--right { 	margin: 2px 0 0 8px; }  .hambuger-navigation ul.menu > li > ul.sub-menu { 	margin: 0 0 26px 10px; }  .hambuger-navigation ul.menu .menu-item-has-children > a { 	position: relative; }  .hambuger-navigation ul.menu .menu-item-has-children > a:before, .hambuger-navigation ul.menu .menu-item-has-children > a:after { 	content: " "; 	position: absolute; 	top: 50%; 	right: 0; 	transform: translateY(-50%); 	display: inline-block; 	margin-top: -1px; 	width: 10px; 	height: 2px; 	background-color: currentColor; 	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out; }  .hambuger-navigation ul.menu .menu-item-has-children > a:after { 	-webkit-transform: translateY(-50%) rotate(-90deg); 	transform: translateY(-50%) rotate(-90deg); }  .hambuger-navigation ul.menu .menu-item-has-children > a:active, .hambuger-navigation ul.menu .menu-item-has-children > a:hover { 	color: var(--em-color__dark); }  .hambuger-navigation ul.menu .menu-item-has-children > a .toggle-menu-children { 	position: absolute; 	width: 32px; 	top: 0; 	bottom: 0; 	right: -11px; 	cursor: pointer; 	z-index: 1; }  .hambuger-navigation ul.menu .menu-item-has-children.active > a:before, .hambuger-navigation ul.menu .menu-item-has-children.active > a:after { 	-webkit-transform: translateY(-50%) rotate(0); 	transform: translateY(-50%) rotate(0); }  .hambuger-navigation ul.menu .menu-item-has-children.active .sub-menu, .hambuger-navigation ul.menu .menu-item-has-children.active .mega-menu--grid, .hambuger-navigation ul.menu .menu-item-has-children.active .mega-menu-sub-item { 	animation: fadeIn 0.3s ease-in-out; }  .hambuger-navigation .menu-item-mega.menu-item-has-children { 	display: flex; 	flex-direction: column-reverse; }  .hambuger-navigation .sub-menu { 	border-left: 1px solid var(--em-border-color); 	margin: 5px 0 5px 10px; 	padding: 0 0 0 19px; 	display: none; }  .hambuger-navigation .mega-menu .mega-menu-container { 	padding: 0; 	width: 100% !important; }  .hambuger-navigation .mega-menu .mega-menu__row { 	flex-direction: column; 	margin: 0; }  .hambuger-navigation .mega-menu ul.mega-menu__column { 	padding: 0; 	width: 100% !important; }  .hambuger-navigation .mega-menu ul.mega-menu__column > li:first-child.menu-item--widget-banner, .hambuger-navigation .mega-menu ul.mega-menu__column > li:first-child.menu-item--widget-image { 	padding: 0; }  .hambuger-navigation .mega-menu ul.mega-menu__column .menu-item--widget-image { 	text-align: left; 	margin: 0; }  .hambuger-navigation .mega-menu ul.mega-menu__column .menu-item--widget-image .menu-widget-image__button { 	font-weight: 400; 	padding: 0; }  .hambuger-navigation .mega-menu ul.mega-menu__column .menu-widget-image__content { 	margin: 0; }  .hambuger-navigation .mega-menu ul.mega-menu__column .menu-item--widget-button { 	text-align: left; 	display: none; }  .hambuger-navigation .mega-menu ul.mega-menu__column .menu-item--widget-button a.em-button { 	--em-menu-button-item-spacing: 5px; 	display: inline-block; 	background-color: transparent; 	color: var(--em-color__dark); 	border: none; 	border-bottom: 1px solid; 	border-radius: 0; }  .hambuger-navigation .mega-menu ul.mega-menu__column .menu-item--widget-heading { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 400; 	line-height: var(--em-line-height__body); 	text-transform: none; 	margin: 0; }  .hambuger-navigation .mega-menu ul.mega-menu__column .menu-item--widget-heading a:active, .hambuger-navigation .mega-menu ul.mega-menu__column .menu-item--widget-heading a:hover { 	color: var(--em-color__dark); }  .hambuger-navigation .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel { 	padding-left: 0; }  .hambuger-navigation .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel .swiper-button { 	display: inline-flex; }  .hambuger-navigation .mega-menu ul.mega-menu__column .menu-item--widget-products-carousel .swiper-button-prev { 	left: 10px; }  .hambuger-navigation .mega-menu ul.mega-menu__column .menu-item--widget-custom-link .mega-menu__badge-wrapper { 	top: -9px; }  .hambuger-navigation .mega-menu .menu-item--widget-image img, .hambuger-navigation .mega-menu .menu-item--widget-image .mega-menu__badge-wrapper { 	display: none; }  .hambuger-navigation .mega-menu .menu-item--widget-banner { 	display: none !important; }  .hambuger-navigation .mega-menu .menu-item--widget-heading > * { 	position: relative; }  .hambuger-navigation .mega-menu .menu-item--widget-heading > *:before, .hambuger-navigation .mega-menu .menu-item--widget-heading > *:after { 	content: " "; 	position: absolute; 	top: 50%; 	right: 0; 	transform: translateY(-50%); 	display: inline-block; 	margin-top: -1px; 	width: 10px; 	height: 2px; 	background-color: currentColor; 	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out; }  .hambuger-navigation .mega-menu .menu-item--widget-heading > *:after { 	-webkit-transform: translateY(-50%) rotate(-90deg); 	transform: translateY(-50%) rotate(-90deg); }  .hambuger-navigation .mega-menu .menu-item--widget-heading > *:active, .hambuger-navigation .mega-menu .menu-item--widget-heading > *:hover { 	color: var(--em-color__dark); }  .hambuger-navigation .mega-menu .menu-item--widget-heading > * .toggle-menu-children { 	position: absolute; 	width: 32px; 	top: 0; 	bottom: 0; 	right: -11px; 	cursor: pointer; 	z-index: 1; }  .hambuger-navigation .mega-menu .menu-item--widget-heading.active > *:before, .hambuger-navigation .mega-menu .menu-item--widget-heading.active > *:after { 	-webkit-transform: translateY(-50%) rotate(0); 	transform: translateY(-50%) rotate(0); }  .hambuger-navigation .mega-menu .menu-item--widget-heading span { 	display: block; 	padding: 5px 0; }  .hambuger-navigation .mega-menu .mega-menu-sub-item { 	border-left: 1px solid var(--em-border-color); 	margin: 0 0 0 10px; 	padding: 0 0 0 19px; 	position: relative; }  .hambuger-navigation .mega-menu .mega-menu-sub-item > span { 	display: block; 	padding: 5px 0; }  .hambuger-navigation .mega-menu .mega-menu-sub-item.menu-item--widget-badge { 	display: inline-block; }  .hambuger-navigation .mega-menu .menu-item--widget-products-carousel { 	border-left: none; 	margin: 0; 	padding: 0; }  .hambuger-navigation .mega-menu .menu-item--widget-products-carousel a { 	display: inline-flex; }  .hambuger-navigation .mega-menu .menu-item--widget-products-carousel ul.products.product-card-mobile-show-atc:not(.product-card-layout-list) li.product .product-loop-button-atc { 	display: none; }  .hambuger-navigation .mega-menu .menu-item--widget-products-carousel ul.products:not(.product-card-layout-list) li.product .product-loop-button-atc { 	display: none; }  .hambuger-navigation .mega-menu .menu-item--widget-products-carousel ul.products:not(.product-card-layout-list) li.product .product-thumbnail .product-loop-button-atc { 	display: flex; }  .hambuger-navigation .mega-menu .menu-item--widget-products-carousel ul.products:not(.product-card-layout-list) li.product .product-thumbnail .wcboost-wishlist-button, .hambuger-navigation .mega-menu .menu-item--widget-products-carousel ul.products:not(.product-card-layout-list) li.product .product-thumbnail .wcboost-products-compare-button, .hambuger-navigation .mega-menu .menu-item--widget-products-carousel ul.products:not(.product-card-layout-list) li.product .product-thumbnail .ecomus-badges-sale__countdown { 	display: none; }  .header-mobile-menu__custom-link { 	padding: 0 20px; 	margin-top: 30px; }  .header-mobile-menu__custom-link a { 	display: inline-block; 	border-bottom: 1px solid; }  .header-mobile-menu__custom-text { 	color: var(--em-color__dark); 	padding: 0 20px; 	margin-top: 15px; }  .header-mobile-menu__currency-language { 	display: flex; 	align-items: center; 	gap: 30px; 	padding: 10px 0; 	border-top: 1px solid var(--em-border-color); 	background-color: var(--em-color__light); }  .header-mobile-menu__currency-language .current:before { 	bottom: auto; 	top: -8px; }  .header-mobile-menu__currency-language .currency-dropdown { 	top: auto; 	bottom: 100%; }  .header-mobile-menu__currency .currency-dropdown { 	left: 0 !important; 	transform: none; }  .header-mobile-menu__language .currency-dropdown { 	width: max-content; 	min-width: 100px; }  /* Modals --------------------------------------------- */ .modal { 	--em-modal-content-width: 700px; 	--em-modal-container-padding: 30px; 	--em-modal-content-padding-y: 35px; 	--em-modal-content-padding-x: 35px; 	--em-modal-content-border-radius: 5px; 	position: fixed; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	display: none; 	z-index: 1000; }  .modal.loading { 	pointer-events: none; }  .modal.loading .modal__backdrop, .modal.loading .modal__container { 	opacity: 0; }  .modal .modal .modal__backdrop { 	top: -100%; 	left: -100%; 	right: -100%; 	bottom: -100%; 	width: auto; 	height: auto; }  .modal--open { 	visibility: visible; }  .modal__container { 	position: absolute; 	left: 50%; 	width: 100%; 	padding: var(--em-modal-container-padding); 	max-width: var(--em-modal-content-width); 	max-height: 100vh; 	pointer-events: none; }  .modal__header { 	padding: 0 0 var(--em-modal-content-padding-y); 	display: flex; 	align-items: center; 	justify-content: space-between; }  .modal__header + .modal__wrapper { 	padding-top: 0; }  .modal__button-close { 	font-size: 16px; 	font-size: 1rem; 	z-index: 3; 	cursor: pointer; }  .modal__title { 	margin: 0; 	line-height: 1; }  .modal__wrapper { 	position: relative; 	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); 	background-color: #fff; 	padding: var(--em-modal-content-padding-y) var(--em-modal-content-padding-x); 	margin: 0; 	overflow-y: auto; 	overflow-x: hidden; 	pointer-events: auto; 	max-height: calc( 100vh - (var(--em-modal-content-padding-y) * 2)); 	scroll-behavior: smooth; 	scrollbar-width: auto; 	scrollbar-color: var(--em-color__grayer); 	border-radius: var(--em-modal-content-border-radius); }  .modal__wrapper::-webkit-scrollbar { 	width: 4px; 	border-radius: 30px; }  .modal__wrapper::-webkit-scrollbar-track { 	background: #fff; }  .modal__wrapper::-webkit-scrollbar-thumb { 	background-color: var(--em-color__grayer); 	border-radius: 30px; }  .modal__wrapper::-webkit-scrollbar-thumb:hover { 	background-color: var(--em-color__dark); }  .modal__backdrop { 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; 	background-color: rgba(0, 0, 0, 0.5); }  body.modal-opened { 	overflow: hidden; }  body.modal-opened .modal__backdrop { 	cursor: var(--em-cursor-close-icon) 25 25, auto; }  .admin-bar .modal { 	top: 32px; }  @media (min-width: 768px) { 	.modal.loading .modal__container { 		transition: 0.15s; 		animation: centerToRight 0.25s; 	} 	.modal--open .modal__container { 		opacity: 1; 		animation: leftToCenter 0.25s; 	} 	.modal--open .modal .modal__container { 		opacity: 0; 		transition: 0.15s; 		animation: centerToRight 0.25s; 	} 	.modal--open .modal.modal--open .modal__container { 		opacity: 1; 		animation: leftToCenter 0.25s; 	} 	.modal__container { 		top: 50%; 		transform: translate(-50%, -50%); 		/*rtl:raw: 			transform: translate(calc(50% + 0.5px),calc(-50% + 0.5px)); 		*/ 		animation: centerToRight 0.25s; 		transition: 0.15s; 		opacity: 0; 	} }  @media (max-width: 767px) { 	.modal { 		--em-modal-content-padding-y: 20px; 		--em-modal-content-padding-x: 15px; 	} 	.modal.loading .modal__container { 		transform: translate(-50%, 100%); 		transition: .4s ease-in-out; 		opacity: 0; 	} 	.modal.quick-view-modal .modal__button-close { 		right: 15px; 		top: 15px; 	} 	.modal.login-modal .modal__button-close { 		right: 15px; 		top: 20px; 	} 	.modal.login-modal .woocommerce-form-row--submit { 		flex-direction: column; 		gap: 15px; 	} 	.modal--open .modal__container { 		transform: translate(-50%, 0); 		/*rtl:raw: 				transform: translate(calc(50% + 0.5px), 0 ); 			*/ 		opacity: 1; 	} 	.modal--open .modal .modal__container { 		transform: translate(-50%, 100%); 		/*rtl:raw: 					transform: translate(calc(50% + 0.5px), 100% ); 				*/ 		transition: .4s ease-in-out; 		opacity: 0; 	} 	.modal--open .modal.modal--open .modal__container { 		transform: translate(-50%, 0); 		/*rtl:raw: 						transform: translate(calc(50% + 0.5px), 0 ); 					*/ 		opacity: 1; 	} 	.modal__container { 		--em-modal-container-padding: 8px; 		transform: translate(-50%, 100%); 		/*rtl:raw: 			transform: translate(calc(50% + 0.5px), 100% ); 		*/ 		transition: .4s ease-in-out; 		opacity: 0; 		height: 100%; 		display: flex; 		align-items: flex-end; 	} 	.modal__wrapper { 		width: 100%; 		max-height: 100%; 	} 	.admin-bar .modal { 		top: 0; 	} 	.modal__title { 		font-size: 24px; 		font-size: 1.5rem; 	} }  .search-modal { 	--em-modal-content-width: 100%; 	--em-modal-content-padding-y: 40px; 	z-index: 900; }  .search-modal .modal__button-close { 	position: absolute; 	top: 40px; 	right: 30px; }  .search-modal .modal__backdrop { 	display: none; }  .search-modal .modal__container { 	top: auto; 	background-color: #fff; 	height: 100%; 	animation: none; 	transform: translate(-50%, -100%); 	opacity: 1; 	transition: .4s ease-in-out; 	pointer-events: auto; 	padding-top: 60px; 	padding-bottom: 60px; 	padding-left: 0; 	padding-right: 0; 	display: flex; 	flex-direction: column; }  .search-modal .modal__container ::-webkit-scrollbar { 	height: 5px; 	width: 5px; }  .search-modal .modal__container ::-webkit-scrollbar-thumb { 	background-color: transparent; 	border-radius: 8px; }  .search-modal .modal__container ::-webkit-scrollbar-thumb { 	background-color: rgba(0, 0, 0, 0.16); }  .search-modal .modal__container ::-webkit-scrollbar-track { 	background-color: rgba(255, 255, 255, 0.05); }  .search-modal.modal--open .modal__container { 	transform: translate(-50%, 0); }  .search-modal .modal__header .search-modal__title { 	margin: 0 0 25px; 	text-align: center; }  .search-modal .search-modal__form { 	display: flex; 	justify-content: center; 	width: 100%; }  .search-modal .modal__content { 	overscroll-behavior-y: contain; 	overflow-y: auto; 	overflow-x: hidden; }  .search-modal .modal__content-search-field { 	position: relative; 	max-width: 608px; 	width: 100%; }  .search-modal .modal__content-search-field .ecomus-svg-icon--search { 	position: absolute; 	left: 15px; 	top: 50%; 	transform: translateY(-50%); 	font-size: 16px; 	font-size: 1rem; 	color: var(--em-color__dark); 	margin-right: 10px; }  .search-modal .search-modal__field { 	--em-input-color: #000000; 	width: 100%; 	border: 1px solid var(--em-border-color); 	display: flex; 	align-items: center; 	transition: 0.3s; 	border-radius: var(--em-input-rounded); 	color: var(--em-color__dark); 	padding: 11px 50px 12px 44px; }  .search-modal .search-modal__field ::placeholder { 	color: var(--em-color__dark); }  .search-modal .search-modal__field:hover, .search-modal .search-modal__field:focus { 	--em-border-color: var(--em-color__dark); }  .search-modal .search-modal__field:focus::placeholder { 	color: transparent; }  .search-modal .searched .close-search-modal__results { 	display: flex; }  .search-modal .em-product-card { 	gap: 19px; }  .search-modal .em-product-card_img { 	background: #e1e3e4; 	width: 75px; 	height: 100px; }  .search-modal .em-product-card__info { 	flex: 1 1 auto; 	display: flex; 	flex-direction: column; 	gap: 15px; }  .search-modal .em-product-card_txt1 { 	height: 20px; 	width: 100%; 	background: #e1e3e4; 	margin-bottom: 10px; }  .search-modal .em-product-card_txt2 { 	height: 15px; 	width: 40%; 	background: #e1e3e4; 	margin-bottom: 0; }  .search-modal .modal__content-loading { 	display: none; }  .search-modal .modal__container.searching .modal__content-loading { 	display: flex; }  .search-modal .modal__container.searching .modal__content-results, .search-modal .modal__container.searching .modal__content-suggestion { 	display: none; }  .close-search-modal__results { 	position: absolute; 	right: 20px; 	top: 50%; 	transform: translateY(-50%); 	display: none; 	--em-button-color: #000000; 	--em-button-color-hover: #000000; 	--em-button-bg-color: transparent; 	--em-button-bg-color-hover: transparent; 	--em-button-border-color: #EBEBEB; 	--em-button-border-color-hover: #000000; 	--em-button-width: 25px; 	--em-button-height: 25px; 	--em-button-font-size: 8px; 	min-width: var(--em-button-width); 	padding-top: 1px; }  .header-search__suggestion-label { 	margin: 0 0 30px; }  .header-search__trending-links { 	list-style: none; 	margin: 0; 	padding: 0; 	line-height: 2; }  .modal__content-results > .list-item { 	text-align: center; }  .modal__content-results > .list-item-empty { 	display: flex; 	flex-direction: column; 	gap: 10px; }  .modal__content-results > .list-item-empty .ecomus-svg-icon { 	font-size: 40px; }  .modal__content-results .results-tab-header { 	display: none; }  .modal__content-results .results-tab-content { 	justify-content: center; 	margin: 0 -20px; }  .modal__content-results .results-list { 	margin: 0; 	padding: 0; 	list-style: none; }  .modal__content-results .results-list .result-card-item { 	gap: 20px; 	align-items: center; 	padding: 0 0 10px 0; 	margin-bottom: 10px; 	border-bottom: solid 1px var(--em-border-color); }  .modal__content-results .results-list .result-card-item:last-child { 	padding-bottom: 0; 	margin-bottom: 0; 	border-bottom: 0; }  .modal__content-results .results-list .result-card-item .result-card-thumbnail { 	--em-ratio-percent: var(--product-image-ratio-percent); 	width: 68px; 	min-width: 68px; }  .modal__content-results .results-list .result-card-item .result-card__link, .modal__content-results .results-list .result-card-item .result-card__link img { 	border-radius: var(--em-image-rounded-product-card-small); }  .modal__content-results .results-list .result-card-item .result-summary { 	flex-direction: column; }  .modal__content-results .results-list .result-card-item .product-count { 	font-size: 12px; 	font-size: 0.75rem; }  .modal__content-results .results-list .result-card-item .price { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 600; 	color: var(--em-color__dark); 	margin-top: 10; 	flex-wrap: wrap; 	align-items: center; 	gap: 0; 	margin-bottom: 0; 	gap: 5px; }  .modal__content-results .results-list .result-card-item .price .woocs_price_code { 	display: flex; 	gap: 5px; }  .modal__content-results .results-list .result-card-item .price ins { 	background-color: transparent; 	margin-left: 5px; }  .modal__content-results .results-list .result-card-item .price del { 	color: rgba(0, 0, 0, 0.5); 	font-weight: 400; }  .modal__content-results .em-col { 	position: relative; 	padding: 0 20px; }  .modal__content-results .em-col:not(:last-child):after { 	content: ""; 	position: absolute; 	top: 0; 	right: 0; 	bottom: 0; 	border-right: 1px solid var(--em-border-color); }  .modal__content-results .em-col .result-tab-item:not(:last-child) { 	margin-bottom: 30px; }  .modal__content-results .em-col .result-tab-item .result-card-item { 	border: none; 	margin-bottom: 0; }  .modal__content-results .em-col-categoties .result-title, .modal__content-results .em-col-posts .result-title { 	font-weight: 600; 	line-height: 1.4; }  .modal__content-results .em-col-posts .result-title { 	padding-right: 10px; }  .modal__content-results .em-col-posts .result-desc { 	margin-top: 3px; }  .modal__content-results .results-heading { 	gap: 15px; 	justify-content: space-between; 	margin-bottom: 20px; }  .modal__content-results .results-heading h6 { 	margin: 0; }  .modal__content-results .results-heading .em-button-subtle { 	padding-bottom: 0; }  .show-btn-view-all .modal__content-results .results-list .result-card-item:last-child { 	margin-bottom: 10px; }  .search-type-sidebar { 	--em-modal-content-padding-y: 30px; 	--em-modal-content-width: 463px; }  .search-type-sidebar .modal__container { 	right: 0; 	left: auto; 	transform: translate(100%, 0); 	padding-top: 20px; 	padding-bottom: 20px; }  .search-type-sidebar .modal__container.show-btn-view-all { 	padding-bottom: 60px; }  .search-type-sidebar.modal--open .modal__container { 	transform: translate(0, 0); }  .search-type-sidebar .em-container { 	padding-left: 20px; 	padding-right: 20px; }  .search-type-sidebar .modal__header { 	border-bottom: 1px solid var(--em-border-color); 	margin-bottom: var(--em-modal-content-padding-y); 	width: 100%; }  .search-type-sidebar .modal__header .search-modal__title { 	text-align: left; }  .search-type-sidebar .modal__button-close { 	top: 25px; 	right: 15px; }  .search-type-sidebar .modal__backdrop { 	display: block; }  .search-type-sidebar .modal__content { 	width: 100%; 	height: 100%; }  .search-type-sidebar .modal__footer { 	position: absolute; 	bottom: 0; 	width: 100%; 	padding: 16px 22px 21px; 	background-color: #f2f2f2; }  .search-type-sidebar .modal__content-suggestion { 	flex-direction: column; }  .search-type-sidebar .header-search__trending, .search-type-sidebar .header-search__products { 	flex: 0 0 100%; 	max-width: 100%; }  .search-type-sidebar .header-search__suggestion-label { 	margin-bottom: 15px; }  .search-type-sidebar .header-search__trending { 	margin-bottom: 30px; }  .search-type-sidebar .modal__content-loading .em-product-card { 	flex: 0 0 100%; 	max-width: 100%; }  .search-type-sidebar .modal__content-results .em-col { 	flex: 0 0 100%; 	max-width: 100%; }  .search-type-sidebar .modal__content-results .em-col:after { 	display: none; }  .search-type-sidebar .header-search__products .header-search__suggestion-label { 	margin-bottom: 30px; }  .search-type-sidebar .header-search__products .swiper:not(.swiper-initialized) .swiper-wrapper:not(.columns-1) .swiper-slide { 	width: 100%; 	margin-right: 0; 	padding: 0; }  .search-type-sidebar .header-search__products ul.products li.product { 	width: 100%; 	position: relative; 	margin-bottom: 30px; }  .search-type-sidebar .header-search__products ul.products li.product:not(:first-child):after { 	content: ""; 	position: absolute; 	top: -15px; 	left: 20px; 	right: 20px; 	border-bottom: 1px solid var(--em-border-color); }  .search-type-sidebar .header-search__products ul.products li.product:last-child { 	margin-bottom: 0; }  .search-type-sidebar .header-search__products ul.products li.product .product-inner { 	display: flex; 	gap: 19px; }  .search-type-sidebar .header-search__products ul.products li.product .product-thumbnail { 	--em-image-rounded-product-card: var(--em-image-rounded-product-card-small); 	width: 70px; 	flex-shrink: 0; }  .search-type-sidebar .header-search__products ul.products li.product .product-thumbnail > *:not(:first-child) { 	display: none; }  .search-type-sidebar .header-search__products ul.products li.product .product-thumbnail .swiper-button { 	display: none; }  .search-type-sidebar .header-search__products ul.products li.product .product-summary { 	display: block; 	text-align: left; 	padding-top: 0; }  .search-type-sidebar .header-search__products ul.products li.product .product-summary.em-flex-align-center .price { 	justify-content: flex-start; }  .search-type-sidebar .header-search__products ul.products li.product .product-featured-icons, .search-type-sidebar .header-search__products ul.products li.product .product-variation-items { 	display: none; }  .search-type-sidebar .header-search__products ul.products li.product .ecomus-rating { 	margin-top: 0; }  .search-type-sidebar .modal__content-results .results-tab-header { 	display: inline-block; 	scrollbar-width: none; 	overscroll-behavior-x: contain; 	overflow-x: auto; 	overflow-y: hidden; 	scroll-behavior: smooth; 	-webkit-overflow-scrolling: touch; 	margin: 0 -10px 10px; 	white-space: nowrap; 	width: 100%; }  .search-type-sidebar .modal__content-results .results-tab-header .results-tab-button { 	font-size: 20px; 	font-size: 1.25rem; 	font-weight: 500; 	line-height: 32px; 	color: #A1A1A1; 	padding-left: 10px; 	padding-right: 10px; }  .search-type-sidebar .modal__content-results .results-tab-header .results-tab-button.active { 	color: var(--em-color__dark); }  .search-type-sidebar .modal__content-results .results-heading { 	display: none; }  .search-type-sidebar .results-tab-content .result-tab-item { 	display: none; }  .search-type-sidebar .results-tab-content .result-tab-item.active { 	display: block; 	animation: fadeIn .4s ease-in-out; }  .login-modal.woocommerce-account .woocommerce-form-login, .login-modal.woocommerce-account .woocommerce-customer-register, .login-modal.woocommerce-account form.woocommerce-ResetPassword { 	max-width: 100%; }  .login-modal h2 { 	font-size: 28px; 	font-size: 1.75rem; 	margin-top: 0; 	line-height: 1; 	margin-bottom: 35px; }  .login-modal .modal__button-close { 	position: absolute; 	top: 35px; 	right: 35px; }  .login-modal .woocommerce-customer-register:not(.active) { 	display: none; }  .login-modal .woocommerce-customer-login:not(.active) { 	display: none; }  .login-modal .em-col { 	flex: 0 0 100%; 	max-width: 100%; }  .login-modal.modal .woocommerce-form-login { 	max-width: 100%; }  .login-modal .woocommerce-form-row--submit { 	display: flex; 	justify-content: space-between; 	align-items: center; 	margin-bottom: 0 !important; }  .login-modal .woocommerce-privacy-policy-text { 	display: none; }  .login-modal .woocommerce-button { 	--em-loading-color: #ffffff; }  .login-modal .woocommerce-button.em-loading-spin { 	pointer-events: none; }  .login-modal .woocommerce-form--register-button { 	display: flex; 	align-items: center; 	justify-content: space-between; 	gap: 30px; 	margin-bottom: 10px; }  .login-modal .woocommerce-form--register-button .woocommerce-form-register__submit { 	margin-bottom: 0; }  .login-modal .login-modal-notices { 	margin-top: 15px; 	margin-bottom: 0; }  .login-modal .woocommerce-notices-wrapper { 	display: none !important; }  .login-modal .woocommerce-form--register-button .woocommerce-form-register__submit { 	width: 47%; }  .login-modal .form-row-register-desc { 	display: none; }  .login-modal .em-button-login-mode { 	white-space: nowrap; }  .login-modal .woocommerce-notices-wrapper ul { 	margin: 0; }  .quick-view-modal { 	z-index: 1100; }  .quick-view-modal.single-product div.product { 	position: relative; }  .quick-view-modal.single-product div.product .ecomus-product-price .price ins, .quick-view-modal.single-product div.product .ecomus-product-price .price del { 	order: inherit; }  .quick-view-modal.single-product div.product .quantity { 	--em-quantity-width: 51px; }  .quick-view-modal.single-product div.product .woocommerce-product-gallery { 	--em-image-rounded-product-gallery: 0; }  .quick-view-modal.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper { 	margin: -1px; }  .quick-view-modal.single-product div.product .em-buy-now-button { 	margin-top: 7px; }  .quick-view-modal.single-product div.product form.cart .product-featured-icons { 	transform: translateY(1px); }  .quick-view-modal.single-product div.product:not(.product-type-grouped) .ecomus-product-atc-group { 	flex-wrap: wrap; }  .quick-view-modal .modal__button-close { 	position: absolute; 	top: 20px; 	right: 25px; }  .modal__quickview { 	--em-modal-content-width: 1129px; }  .modal__quickview > .modal__container > .modal__wrapper { 	padding: 0; 	margin: 0; }  .modal__quickview .woocommerce-product-gallery { 	position: relative; 	width: 50%; 	margin: 0; }  .modal__quickview .entry-summary { 	--em-button-height: 46px; 	position: absolute; 	right: 0; 	top: 0; 	height: 100%; 	padding: 54px 40px 52px; 	background-color: #fff; 	width: 50%; 	overflow-y: auto; 	overflow-x: hidden; 	scroll-behavior: smooth; 	scrollbar-width: thin; 	scrollbar-color: rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.05); }  .modal__quickview .entry-summary::-webkit-scrollbar { 	width: 5px; }  .modal__quickview .entry-summary::-webkit-scrollbar-track { 	background-color: rgba(0, 0, 0, 0.05); }  .modal__quickview .entry-summary::-webkit-scrollbar-thumb { 	background-color: rgba(0, 0, 0, 0.12); 	border-radius: 8px; }  .modal__quickview .woocommerce-product-rating { 	margin-bottom: 6px; }  .modal__quickview .woocommerce-product-rating .star-rating { 	font-size: 14px; 	font-size: 0.875rem; }  .modal__quickview .entry-title { 	font-size: 28px; 	font-size: 1.75rem; }  .modal__quickview .meta-cat { 	margin-bottom: 12px; }  .modal__quickview .meta-cat a { 	color: var(--em-color__primary); 	font-weight: 500; }  .modal__quickview div.product .product-featured-icons > *:last-child:not(.loading)::after { 	right: 30%; 	transform: translateX(30%); }  .modal__quickview .view-full-details-button { 	margin-top: 22px; }  .modal__quickview .wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:before, .modal__quickview .wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:after { 	display: none; }  .modal__quickview.images-loaded .modal__wrapper { 	background-color: transparent; }  .modal__quickview.images-loaded div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img { 	background-color: #fff; }  @media (max-width: 1199px) { 	.quick-view-modal.single-product div.product.product-type-grouped .woocommerce-grouped-product-list td { 		padding-left: 0; 		padding-right: 0; 	} 	.quick-view-modal.single-product div.product.product-type-grouped .woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__price { 		padding-left: 10px; 	} }  @media (max-width: 1024px) { 	.quick-view-modal .modal__button-close { 		top: 10px; 		right: 15px; 	} 	.modal__quickview .entry-summary { 		padding: 30px 15px; 	} }  @media (min-width: 767px) { 	.quick-view-modal.size-guide-modal--open .modal__quickview { 		box-shadow: none; 	} }  @media (max-width: 767px) { 	.quick-view-modal .modal__button-close { 		top: 20px; 		right: 25px; 	} 	.quick-view-modal.single-product div.product .woocommerce-product-gallery { 		position: relative; 		width: 100%; 	} 	.quick-view-modal.single-product div.product .woocommerce-product-gallery .ecomus-swiper-button { 		display: inline-flex; 	} 	.quick-view-modal.single-product div.product .woocommerce-product-gallery .swiper-button-prev { 		left: 10px; 	} 	.quick-view-modal.single-product div.product .woocommerce-product-gallery .swiper-button-next { 		right: 10px; 	} 	.quick-view-modal.single-product div.product .entry-summary { 		position: relative; 		width: 100%; 		padding: var(--em-modal-content-padding-y) var(--em-modal-content-padding-x); 	} 	.product-quickview { 		flex-direction: column; 	} }  .quick-add-modal.single-product div.product .ecomus-product-price .woocs_price_code, .quick-add-modal.single-product div.product .price { 	margin: 0; 	font-size: 20px; 	font-size: 1.25rem; }  .quick-add-modal.single-product div.product .ecomus-product-price .woocs_price_code del, .quick-add-modal.single-product div.product .price del { 	font-size: 14px; 	font-size: 0.875rem; }  .quick-add-modal.single-product div.product .ecomus-product-price .price ins, .quick-add-modal.single-product div.product .ecomus-product-price .price del { 	order: inherit; }  .quick-add-modal.single-product div.product .ecomus-product-atc-group { 	row-gap: 15px; }  .quick-add-modal.single-product div.product .em-buy-now-button { 	margin-top: 7px; }  .quick-add-modal.single-product div.product form.cart .product-featured-icons { 	transform: translateY(1px); }  .quick-add-modal.single-product .sold-by-meta { 	margin: 7px 0 0 0; }  .quick-add-modal .modal__button-close { 	position: absolute; 	top: 15px; 	right: 15px; }  .modal__quickadd { 	--em-modal-content-width: 510px; 	--em-button-height: 46px; }  .modal__quickadd > .modal__container > .modal__wrapper { 	padding: 0; 	margin: 0; }  .modal__quickadd .entry-summary { 	padding: 41px 20px 35px; 	height: 100%; 	max-height: calc( 100vh - 200px); 	overflow-y: auto; 	overflow-x: hidden; 	scroll-behavior: smooth; 	scrollbar-width: thin; 	scrollbar-color: rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.05); }  .modal__quickadd .entry-summary__header { 	display: flex; 	align-items: center; 	gap: 18px; 	margin-bottom: 20px; }  .modal__quickadd .product-thumbnail { 	max-width: 70px; }  .modal__quickadd .product-thumbnail img { 	width: 100%; 	border-radius: var(--em-image-rounded-product-card-small); }  .modal__quickadd .product-summary { 	flex: auto; }  .modal__quickadd .product_title { 	margin-top: 0; 	margin-bottom: 10px; 	font-size: 20px; 	font-size: 1.25rem; 	line-height: 19.2px; }  .modal__quickadd .ecomus-product-atc-group { 	flex-wrap: wrap; }  .modal__quickadd div.product .product-summary .ecomus-product-price { 	justify-content: flex-start; 	margin-bottom: 0; }  .modal__quickadd div.product .product-summary .sold-by-meta { 	margin-top: 11px; }  .modal__quickadd div.product .product-featured-icons > *:last-child:not(.loading)::after { 	right: 30%; 	transform: translateX(30%); }  .modal__quickadd .wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:before, .modal__quickadd .wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:after { 	display: none; }  @media (max-width: 767px) { 	.modal__quickadd .entry-summary { 		padding: 25px var(--em-modal-content-padding-x) 15px; 		max-height: 100%; 	} 	.modal__quickadd .product_title { 		font-size: 16px; 		font-size: 1rem; 	} }  .product-share-modal { 	--em-modal-content-width: 480px; 	--em-modal-content-padding-x: 25px; 	--em-modal-content-padding-y: 25px; 	--em-modal-close-position-top: 31px; 	--em-modal-close-position-right: 31px; }  .product-share__share .post__socials-share { 	display: flex; 	align-items: center; 	gap: 10px; 	overflow-x: auto; 	padding-bottom: 10px; 	margin: 10px 0 20px; 	scrollbar-color: var(--em-color__grayer); }  .product-share__share .post__socials-share::-webkit-scrollbar { 	height: 3px; }  .product-share__share .post__socials-share::-webkit-scrollbar-track { 	background-color: var(--em-color__grayer); }  .product-share__share .post__socials-share::-webkit-scrollbar-thumb { 	background-color: var(--em-color__base); }  .product-share__share .post__socials-share::-webkit-scrollbar-thumb:hover { 	background-color: var(--em-color__base); }  .product-share__share .post__socials-share a.social-share-link { 	display: flex; 	align-items: center; 	justify-content: center; 	border-radius: 50%; 	min-width: 44px; 	width: 44px; 	height: 44px; 	line-height: 44px; 	background-color: var(--em-social-color, #999); 	color: var(--em-color__light); }  .product-share__share .post__socials-share a.social-share-link.em-socials--instagram, .product-share__share .post__socials-share a.social-share-link.em-socials--threads, .product-share__share .post__socials-share a.social-share-link.em-socials--tiktok { 	background-image: var(--em-social-color); }  .product-share__share .post__socials-share a.social-share-link .ecomus-svg-icon { 	font-size: 17px; 	font-size: 1.0625rem; 	margin: 0; }  .product-share__share .post__socials-share a.social-share-link .social-share__label { 	display: none; }  .product-share__copylink form { 	display: inline-flex; 	width: 100%; 	position: relative; }  .product-share__copylink input { 	padding-right: 105px; }  .product-share__copylink-heading { 	color: var(--em-color__dark); 	margin: 20px 0 10px; }  .product-share__copylink--link { 	--em-input-padding-y: 17px; 	--em-input-rounded: var( --em-rounded-xs ); 	flex: 1; }  .product-share__copylink--button { 	--em-button-padding-right: 25px; 	--em-button-padding-left: 25px; 	--em-button-padding-top: 14px; 	--em-button-padding-bottom: 14px; 	--em-button-rounded: var( --em-rounded-xs ); 	position: absolute; 	top: 50%; 	transform: translateY(-50%); 	right: 5px; 	text-transform: uppercase; }  .ask-question-content label { 	display: block; 	margin-bottom: 13px; }  .ask-question-content input { 	width: 100%; }  .ask-question-content p { 	margin: 0; 	position: relative; }  .ask-question-content form > p:last-child { 	margin-bottom: 0; }  .ask-question-content .wpcf7-form-control-wrap { 	display: block; 	margin-top: 5px; }  .ask-question-content .wpcf7-spinner { 	display: none; }  .ask-question-content .wpcf7 form .wpcf7-response-output { 	margin: 19px 0 0 0; }  .ask-question-content .submitting .wpcf7-spinner { 	--em-animation-state: running; 	position: relative; 	color: transparent; 	--em-loading-color: var(--em-button-color); 	display: block; 	background-color: transparent; 	opacity: 1; 	width: auto; 	height: auto; 	position: absolute; 	left: calc(50% - 25px); 	top: 50%; 	transform: translate(-50%, -50%); }  .ask-question-content .submitting .wpcf7-spinner::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .ask-question-content .submitting .wpcf7-spinner:before { 	background-color: transparent; 	transform-origin: initial; }  .ask-question-content .submitting .wpcf7-submit { 	color: var(--em-button-bg-color); 	pointer-events: none; 	opacity: 0.3; }  /* Popover --------------------------------------------- */ .popover { 	position: fixed; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	z-index: 1100; 	opacity: 0; 	visibility: hidden; 	transition-delay: 0.8s; }  .popover--open { 	visibility: visible; 	opacity: 1; 	transition-delay: 0s; }  .popover--open .popover__content { 	clip-path: inset(0px round 8px); }  .popover--open .popover__button-close { 	opacity: 1; 	transition: opacity 0.15s ease-in-out 0.8s; }  .popover--open .popover__backdrop { 	opacity: 1; 	visibility: visible; 	transition: opacity 0.4s ease-in-out 0s; 	cursor: var(--em-cursor-close-icon) 25 25, auto; }  .popover__container { 	position: fixed; 	bottom: 0; 	left: 0; 	right: 0; 	margin: 0; 	padding: 52px 8px 8px; 	overflow-y: visible; 	max-width: 100vw; 	width: 100%; 	overflow-y: auto; 	-webkit-overflow-scrolling: touch; 	z-index: 5; }  .popover__header { 	padding: 16px; }  .popover__content { 	background-color: var(--em-color__light); 	box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2); 	border-radius: var(--em-rounded-xs); 	max-height: 68vh; 	isolation: isolate; 	clip-path: inset(100% 0px 0px round 8px); 	padding: 15px 0; 	transition: clip-path 0.15s ease-in-out 0.4s; }  .popover__backdrop { 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; 	background-color: rgba(0, 0, 0, 0.5); 	opacity: 0; 	visibility: hidden; 	transition-duration: 0.4s; 	transition-delay: 0.8s; }  .popover__button-close { 	--em-button-width: 44px; 	--em-button-height: 44px; 	font-size: 12px; 	font-size: 0.75rem; 	position: absolute; 	left: 50%; 	transform: translateX(-50%); 	top: 0; 	z-index: 1; 	cursor: pointer; 	border-radius: 100%; 	opacity: 0; 	transition: opacity 0s ease-in-out 0s; }  body.popover-opened { 	overflow: hidden; }  .admin-bar .popover { 	top: 32px; }  @media (max-width: 780px) { 	.admin-bar .popover { 		top: 46px; 	} }  @media (max-width: 600px) { 	.admin-bar .popover { 		top: 0; 	} }  .popover--open .mobile-orderby-list { 	opacity: 1; 	transition: opacity 0.4s ease-in-out 0.5s; }  .mobile-orderby-list { 	margin: 0; 	padding: 0; 	list-style-type: none; 	opacity: 0; 	transition: opacity 0.15s ease-in-out 0s; }  .mobile-orderby-list li a { 	display: block; 	padding: 0 20px; 	line-height: 30px; 	position: relative; }  .mobile-orderby-list li a.selected { 	background-color: var(--em-border-color); }  .mobile-orderby-list li a.selected:before, .mobile-orderby-list li a.selected:after { 	opacity: 1; }  .mobile-orderby-list li a:before { 	content: ""; 	width: 3px; 	height: 100%; 	position: absolute; 	top: 0; 	left: 0; 	z-index: 1; 	background-color: var(--em-color__dark); 	opacity: 0; }  .mobile-orderby-list li a:after { 	content: ""; 	width: 3px; 	height: 100%; 	position: absolute; 	top: 0; 	left: 3px; 	z-index: 1; 	background-color: var(--em-color__light); 	opacity: 0; }  .catalog-toolbar__orderby-button { 	--em-button-padding-top: 11px; 	--em-button-padding-bottom: 9px; 	--em-button-padding-left: 12px; 	--em-button-padding-right: 12px; }  .catalog-toolbar__orderby-button .ecomus-svg-icon { 	font-size: 12px; 	font-size: 0.75rem; }  .currency-popover .popover__content .current { 	display: none; }  .currency-popover .currency-dropdown ul { 	list-style: none; 	padding: 0 20px; 	margin: 0; }  .currency-popover .currency-dropdown li a { 	display: block; 	width: auto; 	height: auto; 	margin: 0; 	padding: 5px 0; 	color: var(--em-color__dark); 	opacity: 1; }  .currency-popover .currency-dropdown li img { 	--em-image-rounded: 0px; 	max-width: 16px; 	margin-right: 5px; 	margin-bottom: 2px; }  .currency-popover .currency-dropdown li.active a { 	color: var(--em-color__primary); }  .language-popover .popover__content .current { 	display: none; }  .language-popover .currency-dropdown ul { 	list-style: none; 	padding: 0 20px; 	margin: 0; }  .language-popover .currency-dropdown li a { 	display: block; 	width: auto; 	height: auto; 	margin: 0; 	padding: 5px 0; 	color: var(--em-color__dark); 	opacity: 1; }  .language-popover .currency-dropdown li.active a { 	color: var(--em-color__primary); }  /* Elementor --------------------------------------------- */ .e-con-inner { 	--em-container-spacing: 50px; }  @media (max-width: 1024px) and (min-width: 768px) { 	.elementor .elementor-element.ecomus-tablet-column--column_lg .e-con.e-child { 		flex: 1 0 100%; 		width: 100%; 	} 	.elementor .elementor-element.ecomus-tablet-column--column_md .e-con.e-child { 		flex: 1 0 75%; 		width: 75%; 	} 	.elementor .elementor-element.ecomus-tablet-column--column_sm .e-con.e-child { 		flex: 1 0 50%; 		width: 50%; 	} 	.elementor .elementor-element.ecomus-tablet-column--column_xs .e-con.e-child { 		flex: 1 0 40%; 		width: 40%; 	} 	.elementor .elementor-element.ecomus-tablet-column--column_xxs .e-con.e-child { 		flex: 1 0 30%; 		width: 30%; 	} 	.elementor .elementor-element.ecomus-tablet-column--column_xxxs .e-con.e-child { 		flex: 1 0 22.5%; 		width: 22.5%; 	} 	.ecomus-responsive-column:not(.ecomus-tablet-column--default).e-con-full, 	.ecomus-responsive-column:not(.ecomus-tablet-column--default) .e-con-inner { 		flex-wrap: nowrap !important; 		overflow-y: hidden; 		overflow-x: auto; 		scroll-behavior: smooth; 		justify-content: space-between; 	} 	.ecomus-responsive-column:not(.ecomus-tablet-column--default).e-con-full::-webkit-scrollbar, 	.ecomus-responsive-column:not(.ecomus-tablet-column--default) .e-con-inner::-webkit-scrollbar { 		display: none; 	} }  @media (max-width: 767px) { 	.elementor .elementor-element.ecomus-mobile-column--column_lg .e-con.e-child { 		flex: 1 0 100%; 		width: 100%; 	} 	.elementor .elementor-element.ecomus-mobile-column--column_md .e-con.e-child { 		flex: 1 0 75%; 		width: 75%; 	} 	.elementor .elementor-element.ecomus-mobile-column--column_sm .e-con.e-child { 		flex: 1 0 50%; 		width: 50%; 	} 	.elementor .elementor-element.ecomus-mobile-column--column_xs .e-con.e-child { 		flex: 1 0 40%; 		width: 40%; 	} 	.elementor .elementor-element.ecomus-mobile-column--column_xxs .e-con.e-child { 		flex: 1 0 30%; 		width: 30%; 	} 	.ecomus-responsive-column:not(.ecomus-mobile-column--default).e-con-full, 	.ecomus-responsive-column:not(.ecomus-mobile-column--default) .e-con-inner { 		flex-wrap: nowrap !important; 		overflow-y: hidden; 		overflow-x: auto; 		scroll-behavior: smooth; 		justify-content: space-between; 	} 	.ecomus-responsive-column:not(.ecomus-mobile-column--default).e-con-full::-webkit-scrollbar, 	.ecomus-responsive-column:not(.ecomus-mobile-column--default) .e-con-inner::-webkit-scrollbar { 		display: none; 	} }  .ecomus-subscribe-box__type-row .ecomus-subscribe-box__content .mc4wp-form-fields { 	display: flex; 	flex-direction: row; 	align-items: flex-start; 	gap: 9px; }  .ecomus-subscribe-box__type-row .ecomus-subscribe-box__content .mc4wp-form-fields input:not([type="submit"]) { 	margin: 0; 	flex: 1; }  .ecomus-subscribe-box__content .mc4wp-form-fields { 	display: flex; 	flex-direction: column; }  .ecomus-subscribe-box__content .mc4wp-form-fields button { 	font-weight: 600; }  .ecomus-subscribe-box__content .mc4wp-form-fields .ecomus-svg-icon { 	display: none; }  .ecomus-subscribe-box__content input[type="email"] { 	margin-bottom: 20px; }  .ecomus-subscribe-box__content.ecomus-subscribe-box__type-row { 	--em-input-padding-y: 1.1rem; }  .ecomus-subscribe-box__content.ecomus-subscribe-box__type-row .mc4wp-form-fields { 	position: relative; }  .ecomus-subscribe-box__content.ecomus-subscribe-box__type-row .mc4wp-form-fields .ecomus-svg-icon { 	display: block; }  .ecomus-subscribe-box__content.ecomus-subscribe-box__type-row input[type="email"] { 	width: 100%; 	margin-bottom: 0; 	padding-right: 133px; }  .ecomus-subscribe-box__content.ecomus-subscribe-box__type-row button, .ecomus-subscribe-box__content.ecomus-subscribe-box__type-row input[type="submit"] { 	--em-button-padding-top: 12px; 	--em-button-padding-bottom: 12px; 	--em-button-padding-right: 18px; 	--em-button-padding-left: 18px; 	position: absolute; 	top: 50%; 	transform: translateY(-50%); 	right: 8px; }  .ecomus-subscribe-box__content.ecomus-subscribe-box__type-row p { 	margin-top: 0; }  .ecomus-subscribe-box__content .mc4wp-alert { 	font-size: 14.85714px; 	font-size: 0.92857rem; 	padding: 10px 15px; 	margin: 10px 0; 	border-radius: var(--em-input-rounded); }  .ecomus-subscribe-box__content .mc4wp-alert p { 	margin: 0; }  .ecomus-subscribe-box__content .mc4wp-success { 	background-color: #E8F0E9; 	color: #428445; }  .ecomus-subscribe-box__content .mc4wp-warning { 	background-color: #FBF6EA; 	color: #E0B252; }  .ecomus-subscribe-box__content .mc4wp-error { 	background-color: #FDE0E4; 	color: #EB001B; }  .ecomus-subscribe-box__title { 	font-size: 18px; 	font-size: 1.125rem; 	color: var(--em-heading-color); 	margin: 0 0 25px; }  .ecomus-subscribe-box__title.active .ecomus-subscribe-box__icon-default { 	opacity: 0; }  .ecomus-subscribe-box__title.active .ecomus-subscribe-box__icon-active { 	opacity: 1; }  .ecomus-subscribe-box__description { 	margin: 0 0 25px; }  .ecomus-subscribe-box__currency-language { 	gap: 45px; 	margin-top: 24px; }  .ecomus-subscribe-box__dropdown-position-top .ecomus-currency-language .current { 	color: var(--em-color__dark); }  .ecomus-subscribe-box__dropdown-position-top .ecomus-currency-language .current:before { 	bottom: auto; 	top: -8px; }  .ecomus-subscribe-box__dropdown-position-top .ecomus-currency-language .currency-dropdown { 	top: auto; 	bottom: 100%; }  .ecomus-subscribe-box__icon { 	font-size: 12px; 	font-size: 0.75rem; 	position: absolute; 	right: 0; 	top: 50%; 	transform: translateY(-50%); 	cursor: pointer; 	border-radius: 50%; 	display: inline-flex; 	transition: .3s; }  .ecomus-subscribe-box__icon i, .ecomus-subscribe-box__icon svg { 	transition: .3s; }  .ecomus-subscribe-box__icon-active { 	opacity: 0; }  .ecomus-social-icons__wrapper { 	display: flex; 	align-items: center; 	flex-wrap: wrap; 	gap: 12px; }  .ecomus-social-icons__item { 	display: flex; 	align-items: center; 	justify-content: center; }  .ecomus-social-icons__item .ecomus-img-icon { 	display: inline-flex; }  .ecomus-social-icons__item .ecomus-img-icon img { 	display: block; }  .ecomus-social-icons__style--outline .ecomus-social-icons__item { 	border-radius: 50%; 	width: 34px; 	height: 34px; 	line-height: 34px; 	border: 1px solid var(--em-color__dark); }  .ecomus-social-icons__style--outline .ecomus-social-icons__item:hover { 	border-color: #DB1215; }  .ecomus-social-icons__style--solid .ecomus-social-icons__item { 	border-radius: 50%; 	width: 34px; 	height: 34px; 	color: var(--em-color__dark); 	background-color: var(--em-border-color); }  .ecomus-social-icons__style--solid .ecomus-social-icons__item:hover { 	color: var(--em-color__light); 	background-color: var(--em-social-color, #000); }  .ecomus-social-icons__style--solid .ecomus-social-icons__item:hover.em-socials--instagram, .ecomus-social-icons__style--solid .ecomus-social-icons__item:hover.em-socials--threads, .ecomus-social-icons__style--solid .ecomus-social-icons__item:hover.em-socials--tiktok { 	background-image: var(--em-social-color); }  .ecomus-brands-filters { 	display: flex; 	flex-wrap: wrap; 	justify-content: center; 	align-items: center; 	gap: 10px; 	margin: 0 auto 47px; 	max-width: 1200px; }  .ecomus-brands-filters__button { 	--em-button-bg-color: #fff; 	--em-button-color: #000; 	--em-button-padding-top: 11px; 	--em-button-padding-bottom: 11px; 	--em-button-padding-left: 15px; 	--em-button-padding-right: 15px; 	min-width: 42px; 	border: 1px solid var(--em-border-color); }  .ecomus-brands-filters__button:hover, .ecomus-brands-filters__button.active { 	--em-button-bg-color: #000; 	--em-button-color: #fff; 	--em-border-color: #000; }  .ecomus-brands-filters__button.disable { 	color: rgba(0, 0, 0, 0.2); 	pointer-events: none; }  .ecomus-brands-filters__button:not(:first-child) { 	text-transform: uppercase; }  .ecomus-brands-filters__items { 	display: none; }  .ecomus-brands-filters__items.active { 	display: block; 	animation: slideInRight 0.5s ease-in-out; }  .ecomus-brands-filters__heading { 	font-size: 42px; 	font-size: 2.625rem; 	line-height: 1; 	text-transform: uppercase; 	color: var(--em-color__dark); }  .ecomus-brands-filters__item { 	margin-bottom: 5px; }  .ecomus-brands-filters__item:last-child { 	margin-bottom: 0; }  .ecomus-brands--grid .ecomus-brands-filters__wrapper { 	margin: 0 -15px; 	row-gap: 30px; 	overflow: hidden; }  .ecomus-brands--grid .ecomus-brands-filters__items { 	margin: 0 15px; 	width: calc( 25% - 30px); 	padding: 25px 30px; 	border: 1px solid var(--em-border-color); }  .ecomus-brands--grid .ecomus-brands-filters__inner { 	flex-direction: column; }  .ecomus-brands--grid .ecomus-brands-filters__heading { 	margin-bottom: 15px; }  .ecomus-brands--list { 	overflow: hidden; }  .ecomus-brands--list .ecomus-brands-filters__wrapper { 	display: block; 	border-top: 1px solid var(--em-border-color); }  .ecomus-brands--list .ecomus-brands-filters__items { 	padding: 15px; 	border-bottom: 1px solid var(--em-border-color); }  .ecomus-brands--list .ecomus-brands-filters__inner { 	align-items: center; 	gap: 20px; }  .ecomus-brands--list .ecomus-brands-filters__heading { 	width: 100%; 	max-width: 16.66666667%; 	padding: 0 30px; 	text-align: center; 	border-right: 1px solid var(--em-border-color); }  .ecomus-brands--list .ecomus-brands-filters__content { 	display: flex; 	flex-wrap: wrap; 	align-items: center; 	gap: 30px; 	width: 100%; }  .ecomus-brands--list .ecomus-brands-filters__item { 	display: flex; 	flex-direction: column; 	justify-content: center; 	gap: 20px; 	text-align: center; 	width: calc( 16.66666667% - 25px); }  .ecomus-contact-form .wpcf7-form .wpcf7-form-control-wrap { 	display: block; 	margin-bottom: 15px; }  .ecomus-contact-form .wpcf7-form p { 	margin: 0; }  .ecomus-contact-form .wpcf7-form input, .ecomus-contact-form .wpcf7-form select { 	width: 100%; }  .ecomus-contact-form .wpcf7-form input[type="checkbox"]:before { 	top: 0; }  .ecomus-contact-form .wpcf7-form input[type="checkbox"]:after { 	top: 4px; }  .ecomus-contact-form .wpcf7-form input[type="radio"]:before { 	top: 0; 	left: -3px; }  .ecomus-contact-form .wpcf7-form input[type="radio"]:after { 	top: 2px; 	left: -1px; }  .ecomus-contact-form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item, .ecomus-contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item { 	margin: 0 1.5em 0 0; }  .ecomus-contact-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label { 	display: inline-flex; }  .ecomus-contact-form .wpcf7-form .wpcf7-list-item { 	display: inline-flex; 	margin: 0 1em 0 0; }  .ecomus-contact-form .wpcf7-form .wpcf7-list-item-label { 	flex: 1 0 auto; }  .ecomus-contact-form .wpcf7-form .wpcf7-submit { 	font-weight: 600; }  .ecomus-contact-form .wpcf7-form .wpcf7-spinner { 	display: block; 	margin: 20px auto 0; }  .ecomus-contact-form .wpcf7-form .em-row { 	margin-left: -7.5px; 	margin-right: -7.5px; }  .ecomus-contact-form .wpcf7-form .em-col { 	padding-left: 7.5px; 	padding-right: 7.5px; }  .ecomus-icon-box { 	position: relative; }  .ecomus-icon-box.icon-type-image .ecomus-icon-box__icon { 	display: inline-flex; 	justify-content: center; 	align-items: center; }  .ecomus-icon-box__icon { 	display: inline-block; 	font-size: 40px; 	font-size: 2.5rem; 	line-height: 1; 	margin-bottom: var(--ecomus-icon-box-margin); 	border-radius: var(--em-image-rounded); }  .ecomus-icon-box__title { 	margin-top: 0; 	margin-bottom: 17px; }  .ecomus-icon-box__icon-text-ellipsis-yes .ecomus-icon-box__title { 	white-space: nowrap; 	overflow: hidden; 	text-overflow: ellipsis; }  .ecomus-icon-box-carousel__border-between-yes .ecomus-icon-box { 	padding-left: 1px; }  .ecomus-icon-box-carousel__border-between-yes .ecomus-icon-box:after { 	content: ''; 	position: absolute; 	left: 1px; 	top: 0; 	height: 100%; 	width: 1px; 	background-color: #ECECEC; }  .ecomus-icon-box-carousel__border-between-yes .ecomus-icon-box.swiper-slide-active:after { 	display: none; }  .ecomus-icon-box-carousel__border-between-yes .ecomus-icon-box-carousel__wrapper:not(.swiper-initialized) .ecomus-icon-box:first-child:after { 	display: none; }  .ecomus-icon-box__icon-position--left .ecomus-icon-box, .ecomus-icon-box__icon-position--right .ecomus-icon-box { 	display: flex; 	align-items: flex-start; }  .ecomus-icon-box__icon-position--left { 	--ecomus-icon-box-margin: 15px; }  .ecomus-icon-box__icon-position--left .ecomus-icon-box__icon { 	margin-right: var(--ecomus-icon-box-margin); 	margin-left: 0; 	margin-bottom: 0; }  .ecomus-icon-box__icon-position--left.ecomus-icon-box__icon-alignment--left .ecomus-icon-box { 	justify-content: flex-start; }  .ecomus-icon-box__icon-position--left.ecomus-icon-box__icon-alignment--center .ecomus-icon-box { 	justify-content: center; }  .ecomus-icon-box__icon-position--left.ecomus-icon-box__icon-alignment--right .ecomus-icon-box { 	justify-content: flex-end; }  .ecomus-icon-box__icon-position--top { 	--ecomus-icon-box-margin: 11px; }  .ecomus-icon-box__icon-position--top .ecomus-icon-box { 	display: flex; 	flex-direction: column; }  .ecomus-icon-box__icon-position--top .ecomus-icon-box__icon { 	margin-bottom: var(--ecomus-icon-box-margin); 	margin-left: 0; 	margin-right: 0; }  .ecomus-icon-box__icon-position--top.ecomus-icon-box__icon-alignment--left .ecomus-icon-box { 	justify-content: flex-start; 	align-items: flex-start; 	text-align: left; }  .ecomus-icon-box__icon-position--top.ecomus-icon-box__icon-alignment--center .ecomus-icon-box { 	justify-content: center; 	align-items: center; 	text-align: center; }  .ecomus-icon-box__icon-position--top.ecomus-icon-box__icon-alignment--stretch .ecomus-icon-box { 	justify-content: center; 	align-items: stretch; 	text-align: center; }  .ecomus-icon-box__icon-position--top.ecomus-icon-box__icon-alignment--right .ecomus-icon-box { 	justify-content: flex-end; 	align-items: flex-end; 	text-align: right; }  .ecomus-icon-box__icon-position--right { 	--ecomus-icon-box-margin: 15px; }  .ecomus-icon-box__icon-position--right .ecomus-icon-box__icon { 	order: 2; 	margin-left: var(--ecomus-icon-box-margin); 	margin-right: 0; 	margin-bottom: 0; }  .ecomus-icon-box__icon-position--right .ecomus-icon-box__wrapper { 	order: 1; }  .ecomus-icon-box__icon-position--right.ecomus-icon-box__icon-alignment--left .ecomus-icon-box { 	justify-content: flex-start; }  .ecomus-icon-box__icon-position--right.ecomus-icon-box__icon-alignment--center .ecomus-icon-box { 	justify-content: center; }  .ecomus-icon-box__icon-position--right.ecomus-icon-box__icon-alignment--right .ecomus-icon-box { 	justify-content: flex-end; }  @media (min-width: 768px) { 	.ecomus-icon-box__vertical-align-top .ecomus-icon-box { 		-webkit-box-align: start; 		-ms-flex-align: start; 		align-items: flex-start; 	} 	.ecomus-icon-box__vertical-align-middle .ecomus-icon-box { 		-webkit-box-align: center; 		-ms-flex-align: center; 		align-items: center; 	} 	.ecomus-icon-box__vertical-align-bottom .ecomus-icon-box { 		-webkit-box-align: end; 		-ms-flex-align: end; 		align-items: flex-end; 	} }  .ecomus-timeline { 	padding-top: 130px; 	padding-bottom: 20px; }  .ecomus-timeline__line { 	width: 1px; 	border-left: 1px dashed var(--em-border-color); 	height: 100%; 	top: 0; 	left: 50%; 	transform: translateX(-50%); 	z-index: 1; }  .ecomus-timeline__line::before, .ecomus-timeline__line::after { 	content: ""; 	position: absolute; 	z-index: 3; 	left: 50%; 	transform: translateX(-50%); 	width: 10px; 	height: 10px; 	z-index: 3; 	background-color: var(--em-border-color); 	border-radius: 100%; }  .ecomus-timeline__line::before { 	top: 0; }  .ecomus-timeline__line::after { 	bottom: 0; }  .ecomus-timeline__item:nth-child(2n+1) .ecomus-timeline__inner { 	flex-direction: row-reverse; }  .ecomus-timeline__item:nth-child(2n+1) .ecomus-timeline__content { 	text-align: right; }  .ecomus-timeline__item::before { 	content: ""; 	position: absolute; 	left: 50%; 	top: 50%; 	transform: translate(-50%); 	width: 10px; 	height: 10px; 	z-index: 3; 	background-color: #DB1215; 	border-radius: 100%; }  .ecomus-timeline__inner { 	justify-content: space-between; 	gap: 190px; 	padding: 90px 0; }  .ecomus-timeline__inner::before, .ecomus-timeline__inner::after { 	position: absolute; 	content: ""; 	width: 40px; 	background-color: var(--em-border-color); 	height: 1px; 	z-index: 3; 	top: calc(50% + 5px); }  .ecomus-timeline__inner::before { 	left: calc(50% + 35px); 	transform: translate(-50%); }  .ecomus-timeline__inner::after { 	right: calc(50% + 35px); 	transform: translate(50%); }  .ecomus-timeline__year { 	font-size: 20px; 	font-size: 1.25rem; 	line-height: 1; 	background-color: var(--em-color__dark); 	color: var(--em-color__light); 	border-radius: var(--em-rounded-xs); 	padding: 8px 35px; 	top: 0; 	left: 50%; 	transform: translateX(-50%); 	z-index: 3; }  .ecomus-timeline__image, .ecomus-timeline__content { 	max-width: 490px; 	width: 50%; 	z-index: 3; }  .ecomus-timeline__content { 	background-color: #fff; }  .ecomus-timeline__subtitle { 	color: var(--em-color__dark); 	font-weight: 700; 	text-transform: uppercase; 	margin-bottom: 7px; }  .ecomus-timeline__title { 	font-size: 28px; 	font-size: 1.75rem; 	line-height: normal; 	color: var(--em-color__dark); 	margin-bottom: 10px; }  .ecomus-store-locations { 	--em-rounded-iframe: 0px; 	gap: 30px; }  .ecomus-store-locations__tabs { 	width: 33.33337%; }  .ecomus-store-locations__scroll { 	top: 0; 	left: 0; 	width: 100%; 	max-height: 100%; 	gap: 15px; 	flex-wrap: nowrap; 	overflow-y: hidden; 	overflow-x: auto; 	scroll-behavior: smooth; 	overflow-y: auto; 	overflow-x: hidden; }  .ecomus-store-locations__scroll::-webkit-scrollbar { 	display: none; }  .ecomus-store-locations__content { 	padding: 28px 27px 30px; 	border: 1px solid var(--em-border-color); 	border-radius: var(--em-rounded-md); 	cursor: pointer; }  .ecomus-store-locations__content.active { 	background-color: var(--em-color__dark); 	color: var(--em-color__light); 	border-color: var(--em-color__dark); }  .ecomus-store-locations__content.active .ecomus-store-locations__title { 	color: inherit; }  .ecomus-store-locations__content.active .ecomus-store-locations__title .ecomus-svg-icon { 	margin-right: 12px; 	font-size: 16px; 	font-size: 1rem; 	transform: scale(1); 	opacity: 1; 	visibility: visible; }  .ecomus-store-locations__content.active .ecomus-store-locations__info span, .ecomus-store-locations__content.active .ecomus-store-locations__info a { 	color: inherit; }  .ecomus-store-locations__title { 	font-size: 20px; 	font-size: 1.25rem; 	line-height: 1.2; 	color: var(--em-color__dark); 	margin-bottom: 17px; }  .ecomus-store-locations__title .ecomus-svg-icon { 	margin-right: 0; 	font-size: 0px; 	font-size: 0rem; 	opacity: 0; 	visibility: hidden; 	transform: scale(0); 	transition: 0.4s ease 0s; }  .ecomus-store-locations__info span { 	color: var(--em-color__dark); }  .ecomus-store-locations__tab { 	width: 66.66663%; 	flex: auto; }  .ecomus-store-locations__embed { 	animation: fadeOut .8s ease-in-out; }  .ecomus-store-locations__embed.active { 	animation: fadeIn .8s ease-in-out; }  .ecomus-store-locations__embed:not(.active) { 	display: none; }  .ecomus-store-locations__embed iframe { 	border-radius: var(--em-rounded-iframe); }  .ecomus-testimonial-carousel--elementor { 	justify-content: space-between; 	align-items: center; }  .ecomus-testimonial__inner { 	width: 50%; }  .ecomus-testimonial__inner .swiper-pagination { 	text-align: left; 	margin-top: 25px; }  .ecomus-testimonial__image { 	width: 50%; 	padding-left: 30px; }  .ecomus-testimonial__title { 	margin: 0 0 20px 0; }  .ecomus-testimonial__quote { 	font-size: 46px; 	font-size: 2.875rem; }  .ecomus-testimonial__quote .ecomus-svg-icon--quote svg { 	fill: none; }  .ecomus-testimonial__subtitle { 	font-size: 12px; 	font-size: 0.75rem; 	color: var(--em-color__dark); 	text-transform: uppercase; 	margin: 2px 0 9px 0; }  .ecomus-testimonial__rating { 	margin-top: 16px; }  .ecomus-testimonial__rating.star-rating { 	font-size: 16px; 	font-size: 1rem; }  .ecomus-testimonial__rating.star-rating .user-rating { 	color: #F47249; }  .ecomus-testimonial__description { 	font-size: 20px; 	font-size: 1.25rem; 	line-height: 30px; 	color: var(--em-color__dark); 	margin-top: 20px; }  .ecomus-testimonial__information { 	display: flex; 	align-items: center; 	gap: 20px; 	margin-top: 23px; }  .ecomus-testimonial__name { 	color: var(--em-color__dark); }  .ecomus-testimonial__company { 	color: var(--em-color__base); }  .ecomus-testimonial__company:hover { 	color: var(--em-color__primary); }  .ecomus-testimonial__company a { 	display: block; 	color: inherit; }  .ecomus-testimonial__information-image { 	--em-testimonial-image-rounded: min( 5px, var(--em-image-rounded) ); 	max-width: 70px; }  .ecomus-testimonial__information-image .ecomus-testimonial__photo img { 	border-radius: var(--em-testimonial-image-rounded); }  .ecomus-testimonial__thumbnail-item[data-image="2"] .ecomus-testimonial__photo-1 { 	width: 79%; 	margin-inline-start: auto; 	z-index: 1; 	position: relative; 	transition: all .5s linear; 	padding-bottom: 66px; }  .ecomus-testimonial__thumbnail-item[data-image="2"] .ecomus-testimonial__photo-1:hover { 	z-index: 3; }  .ecomus-testimonial__thumbnail-item[data-image="2"] .ecomus-testimonial__photo-2 { 	width: 53%; 	position: absolute; 	bottom: 0; 	z-index: 2; 	transition: all .5s linear; }  .ecomus-testimonial__image-position--left .ecomus-testimonial-carousel--elementor { 	flex-direction: row-reverse; }  .ecomus-testimonial__image-position--left .ecomus-testimonial__image { 	padding-left: 0; 	padding-right: 30px; }  .ecomus-testimonial__image-position--left .ecomus-testimonial__gallery-content { 	padding: 0; }  .ecomus-testimonial__navigation-position--default .swiper-button { 	--em-arrow-top: 40px; 	margin-top: var(--em-arrow-top); 	position: relative; 	left: 0 !important; 	right: auto !important; 	top: 0; }  .ecomus-testimonial__navigation-position--default .elementor-swiper-button-next { 	margin-left: 6px; }  .ecomus-testimonial__navigation-position--center .swiper-button { 	z-index: 2; }  .ecomus-testimonial__divider-yes .ecomus-testimonial__information { 	position: relative; 	padding-top: 25px; 	margin-top: 37px; }  .ecomus-testimonial__divider-yes .ecomus-testimonial__information:before { 	content: ''; 	position: absolute; 	top: 0; 	left: 0; 	max-width: 149px; 	width: 100%; 	height: 1px; 	border-bottom: 1px dashed var(--em-border-color); }  .ecomus-products-carousel ul.products li.product { 	height: auto; }  .ecomus-products-carousel ul.products li.product .product-inner { 	height: 100%; }  .ecomus-products-carousel ul.products li.product .product-inner .woocommerce-LoopProduct-link { 	overflow: hidden; }  .ecomus-products-carousel .swiper-button { 	opacity: 0; }  .ecomus-products-carousel .swiper-button.elementor-swiper-button-prev { 	margin-left: 20px; }  .ecomus-products-carousel .swiper-button.elementor-swiper-button-next { 	margin-right: 20px; }  .ecomus-products-carousel:hover .swiper-button { 	opacity: 1; }  .ecomus-products-carousel:hover .swiper-button.elementor-swiper-button-prev { 	margin-left: 0; }  .ecomus-products-carousel:hover .swiper-button.elementor-swiper-button-next { 	margin-right: 0; }  .ecomus-products-carousel__heading-display-between { 	display: flex; 	align-items: center; 	justify-content: space-between; 	gap: 20px; 	margin-bottom: 49px; }  .ecomus-products-carousel__heading-display-between h4 { 	margin: 0; }  .ecomus-products-carousel__heading-display-between .swiper-button { 	font-size: 8px; 	font-size: 0.5rem; 	position: static; 	display: inline-flex; 	transform: none; 	width: 30px; 	height: 30px; 	margin-left: 6px; 	opacity: 1; 	border-radius: var(--em-arrow-rounded); }  .ecomus-products-carousel__heading-display-between .swiper-button.elementor-swiper-button-prev { 	margin-left: 0; }  .ecomus-products-carousel__heading-display-between .swiper-button.elementor-swiper-button-next { 	margin-right: 0; }  .ecomus-products-carousel__heading-display-center { 	margin-bottom: 60px; }  .ecomus-products-carousel__heading-display-center .swiper-arrows { 	display: flex; 	align-items: center; 	justify-content: center; 	gap: 16px; }  .ecomus-products-carousel__heading-display-center .ecomus-products-carousel__title { 	font-size: 12px; 	font-size: 0.75rem; 	font-weight: 600; 	text-transform: uppercase; 	margin: 0; }  .ecomus-products-carousel__heading-display-center .ecomus-products-carousel__title a { 	line-height: 1; 	position: relative; 	padding: 0 0 5px 0; }  .ecomus-products-carousel__heading-display-center .ecomus-products-carousel__title a:after { 	content: ''; 	position: absolute; 	left: 0; 	bottom: 0; 	width: 100%; 	height: 1px; 	background-color: var(--em-link-color); 	transition: 0.4s; }  .ecomus-products-carousel__heading-display-center .ecomus-products-carousel__title a:hover:after { 	content: ''; 	position: absolute; 	left: 0; 	bottom: 0; 	width: 100%; 	height: 1px; 	background-color: var(--em-link-color-hover); }  .ecomus-products-carousel__heading-display-center .swiper-button { 	--em-arrow-color-hover: var(--em-color__primary); 	font-size: 14px; 	font-size: 0.875rem; 	text-align: center; 	position: static; 	transform: none; 	padding-top: 2px; 	margin-left: 0; 	opacity: 1; 	cursor: pointer; 	transition: 0.4s; 	display: inline-flex; }  .ecomus-products-carousel__heading-display-center .elementor-swiper-button-next { 	margin-right: 0; }  .ecomus-addtocart-button-show--yes .ecomus-button { 	min-width: 100%; }  .ecomus-addtocart-button-show--yes ul.products li.product .product-inner .product-featured-icons .product-loop-button-atc { 	display: none; }  .ecomus-addtocart-button-show--yes ul.products li.product .product-inner .product-featured-icons:not(.no-atc).product-featured-icons--no-spacing .product-loop-button:nth-child(3) { 	border-radius: var(--em-button-rounded-product-card-xs) 0 0 var(--em-button-rounded-product-card-xs); }  .ecomus-addtocart-button-show--yes ul.products li.product .product-loop-button-atc { 	--em-button-height: auto; 	--em-button-width: auto; }  .ecomus-addtocart-button-show--yes ul.products.product-card-button-atc-transfrom--top li.product .product-summary { 	transform: translateY(0); 	z-index: 2; }  .ecomus-addtocart-button-show--yes ul.products.product-card-button-atc-transfrom--top li.product .product-loop-button-atc { 	opacity: 1; 	visibility: visible; 	pointer-events: auto; }  .ecomus-addtocart-button-show--yes ul.products.product-card-button-atc-transfrom--bottom li.product .product-loop-button-atc { 	position: static; 	visibility: visible; 	opacity: 1; 	transform: none; }  .ecomus-addtocart-button-show--yes ul.products.product-card-mobile-show-atc li.product .product-loop-button-atc { 	display: inline-flex; }  .ecomus-products-carousel-align--center ul.products li.product .product-summary { 	text-align: center; }  .ecomus-products-carousel-align--center ul.products li.product .product-summary > * { 	justify-content: center; }  .ecomus-products-carousel-align--right ul.products li.product .product-summary { 	text-align: right; }  .ecomus-products-carousel-align--right ul.products li.product .product-summary > * { 	justify-content: flex-end; }  .ecomus-products-carousel-align--right ul.products li.product .product-summary .product-variation-items { 	display: inline-flex; }  .ecomus-products-carousel-border-yes ul.products li.product .product-thumbnail:before { 	content: ''; 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; 	border: 1px solid var(--em-color__dark); 	border-radius: var(--em-image-rounded-product-card); 	z-index: 1; }  .ecomus-product-grid .woocommerce-pagination-button { 	--em-button-padding-left: 30px; 	--em-button-padding-right: 30px; 	--em-button-padding-top: 14px; 	--em-button-padding-bottom: 14px; }  .ecomus-product-grid-align--center ul.products li.product .product-summary { 	text-align: center; }  .ecomus-product-grid-align--center ul.products li.product .product-summary > * { 	justify-content: center; }  .ecomus-product-grid-align--center ul.products li.product .product-summary .product-variation-items { 	display: inline-flex; }  .ecomus-product-grid-align--right ul.products li.product .product-summary { 	text-align: right; }  .ecomus-product-grid-align--right ul.products li.product .product-summary > * { 	justify-content: flex-end; }  .ecomus-product-grid-align--right ul.products li.product .product-summary .product-variation-items { 	display: inline-flex; }  .ecomus-products-grid-border-yes ul.products { 	--em-products-grid-border: #ececec; 	border-left: 1px solid var(--em-products-grid-border); }  .ecomus-products-grid-border-yes ul.products li.product { 	margin-top: -1px; 	position: relative; }  .ecomus-products-grid-border-yes ul.products li.product:before { 	content: ''; 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; 	border-top: 1px solid var(--em-products-grid-border); 	border-bottom: 1px solid var(--em-products-grid-border); 	border-right: 1px solid var(--em-products-grid-border); }  .ecomus-products-grid-border-yes ul.products li.product .product-inner { 	padding: 15px; }  @media (min-width: 1200px) { 	.ecomus-product-columns--2.ecomus-product-grid ul.products li.product { 		width: 50%; 	} 	.ecomus-product-columns--3.ecomus-product-grid ul.products li.product { 		width: 33.33%; 	} 	.ecomus-product-columns--4.ecomus-product-grid ul.products li.product { 		width: 25%; 	} 	.ecomus-product-columns--5.ecomus-product-grid ul.products li.product { 		width: 20%; 	} 	.ecomus-product-columns--6.ecomus-product-grid ul.products li.product { 		width: 16.66%; 	} }  @media (max-width: 1199px) and (min-width: 768px) { 	.ecomus-product-columns-tablet--2.ecomus-product-grid ul.products li.product { 		width: 50%; 	} 	.ecomus-product-columns-tablet--3.ecomus-product-grid ul.products li.product { 		width: 33.33%; 	} 	.ecomus-product-columns-tablet--4.ecomus-product-grid ul.products li.product { 		width: 25%; 	} 	.ecomus-product-columns-tablet--5.ecomus-product-grid ul.products li.product { 		width: 20%; 	} 	.ecomus-product-columns-tablet--6.ecomus-product-grid ul.products li.product { 		width: 16.66%; 	} }  @media (max-width: 767px) { 	.ecomus-product-columns-mobile--2.ecomus-product-grid ul.products li.product { 		width: 50%; 	} 	.ecomus-product-columns-mobile--3.ecomus-product-grid ul.products li.product { 		width: 33.33%; 	} 	.ecomus-product-columns-mobile--4.ecomus-product-grid ul.products li.product { 		width: 25%; 	} 	.ecomus-product-columns-mobile--5.ecomus-product-grid ul.products li.product { 		width: 20%; 	} 	.ecomus-product-columns-mobile--6.ecomus-product-grid ul.products li.product { 		width: 16.66%; 	} }  .ecomus-instagram--elementor { 	--em-swiper-items-space: 7px; 	--em-swiper-pagination-spacing: 15px; }  .ecomus-instagram--elementor .ecomus-instagram__list { 	padding: 0; 	margin: 0; 	list-style: none; 	display: flex; }  .ecomus-instagram--elementor .ecomus-instagram__item { 	transition: 0.5s; 	width: 20%; 	margin: 0; }  .ecomus-instagram--elementor .ecomus-instagram__item img { 	transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18); }  .ecomus-instagram--elementor .ecomus-instagram__item .em-ratio video { 	position: absolute; 	margin: 0; 	top: 0; 	left: 0; 	height: 100%; 	width: 100%; 	object-fit: cover; 	object-position: center; }  .ecomus-instagram--elementor .ecomus-instagram__item .ecomus-instagram__link { 	border-radius: var(--em-image-rounded); }  .ecomus-instagram--elementor .ecomus-instagram__item .ecomus-instagram__link:after { 	position: absolute; 	z-index: 2; 	content: ""; 	width: 100%; 	height: 100%; 	background-color: rgba(0, 0, 0, 0.1); 	top: 0; 	left: 0; 	transition: .4s ease .1s; 	opacity: 0; 	visibility: hidden; }  .ecomus-instagram--elementor .ecomus-instagram__item p { 	margin: 0; }  .ecomus-instagram--elementor .ecomus-instagram__item p a.button { 	--em-button-color: #000000; 	--em-button-bg-color: #ffffff; 	--em-button-color-hover: #ffffff; 	--em-button-bg-color-hover: #000000; 	--em-button-border-color: transparent; 	--em-button-rounded: 100%; 	position: absolute; 	top: 50%; 	left: 50%; 	transform: translate(-50%, -50%); 	z-index: 3; 	padding: 0; 	width: 33px; 	height: 33px; }  .ecomus-instagram--elementor .ecomus-instagram__item p a.button .ecomus-svg-icon { 	--em-button-icon-size: 12px; 	margin: 0; }  .ecomus-instagram--elementor .ecomus-instagram__item p a.button .ecomus-svg-icon--shopping-cart { 	--em-button-icon-size: 16px; }  .ecomus-instagram--elementor .ecomus-instagram__item p a.button .add-to-cart__text { 	display: none; }  .ecomus-instagram--elementor .ecomus-instagram__item p a.button.loading { 	--em-animation-state: running; 	position: relative; 	color: transparent; 	position: absolute; }  .ecomus-instagram--elementor .ecomus-instagram__item p a.button.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .ecomus-instagram--elementor .ecomus-instagram__item p a.button.loading .ecomus-svg-icon { 	opacity: 0; }  .ecomus-instagram--elementor .ecomus-instagram__item p a.button:hover { 	--em-button-color: #ffffff; 	--em-loading-color: #ffffff; 	--em-button-bg-color: #000000; 	color: var(--em-color__light); }  .ecomus-instagram--elementor .ecomus-instagram__item p .wc-forward { 	display: none; }  .ecomus-instagram--elementor .ecomus-instagram__item:hover .ecomus-instagram__link:after { 	opacity: 1; 	visibility: visible; }  .elementor-element.ecomus-carousel__dots-position-inside .swiper.ecomus-carousel--elementor .swiper-pagination-bullets { 	position: absolute; 	margin-top: 0; 	bottom: var(--em-swiper-pagination-spacing); }  .ecomus-accordion__title { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 500; 	color: var(--em-color__dark); 	margin: 0; 	border-bottom: 1px solid var(--em-border-color); 	position: relative; }  .ecomus-accordion__title a { 	color: inherit; 	display: block; 	padding: 12px 50px 12px 0; }  .ecomus-accordion__content { 	padding-top: 24px; 	padding-bottom: 20px; 	display: none; }  .ecomus-accordion__icon { 	font-size: 12px; 	font-size: 0.75rem; 	position: absolute; 	right: 0; 	top: 50%; 	transform: translateY(-50%); 	cursor: pointer; 	border-radius: 50%; 	display: inline-flex; 	transition: .3s; }  .ecomus-accordion__icon i, .ecomus-accordion__icon svg { 	transition: .3s; }  .ecomus-accordion__title-default .ecomus-accordion__icon { 	transition: .4s ease .1s; }  .ecomus-accordion__title-icon .ecomus-accordion__icon-active { 	opacity: 0; }  .ecomus-tab--active.ecomus-accordion__title-icon .ecomus-accordion__icon-default { 	opacity: 0; }  .ecomus-tab--active.ecomus-accordion__title-icon .ecomus-accordion__icon-active { 	opacity: 1; }  .ecomus-tab--active.ecomus-accordion__title-default .ecomus-accordion__icon { 	transform: rotate(180deg); }  .ecomus-accordion__icon-position--left .ecomus-accordion__icon { 	left: 0; 	right: auto; }  .ecomus-accordion__icon-position--left .ecomus-accordion__title-text { 	padding-left: 50px; 	padding-right: 0; }  .ecomus-slides-elementor .ecomus-slides-elementor__item { 	position: relative; }  .ecomus-slides-elementor .ecomus-slides-elementor__item::before { 	position: absolute; 	content: ''; 	display: block; 	top: 0; 	right: 0; 	left: 0; 	bottom: 0; 	pointer-events: none; }  .ecomus-slides-elementor .ecomus-slide { 	height: 100%; 	align-items: center; }  .ecomus-slides-elementor .ecomus-slide__content { 	position: relative; 	pointer-events: none; 	z-index: 3; }  .ecomus-slides-elementor .ecomus-slide__before-title, .ecomus-slides-elementor .ecomus-slide__title, .ecomus-slides-elementor .ecomus-slide__description, .ecomus-slides-elementor .ecomus-slide__sub-description, .ecomus-slides-elementor .ecomus-slide__button { 	--em-transition-delay: .5s; 	opacity: 0; 	transform: translateY(100px); 	transition: transform .3s, opacity .01s; 	transition-delay: var(--em-transition-delay); }  .ecomus-slides-elementor .ecomus-slide__before-title { 	--em-transition-delay: .3s; 	display: inline-block; 	font-weight: 700; 	text-transform: uppercase; 	color: var(--em-color__dark); 	margin-bottom: 13px; }  .ecomus-slides-elementor .ecomus-slide__title { 	font-size: 80px; 	font-size: 5rem; 	line-height: normal; 	color: var(--em-color__dark); 	margin-bottom: 14px; 	margin-top: 0; }  .ecomus-slides-elementor .ecomus-slide__description { 	--em-transition-delay: .9s; 	font-size: 20px; 	font-size: 1.25rem; 	color: var(--em-color__dark); 	margin-bottom: 44px; }  .ecomus-slides-elementor .ecomus-slide__sub-description { 	--em-transition-delay: .9s; 	font-size: 16px; 	font-size: 1rem; 	color: var(--em-color__dark); 	gap: 10px; 	margin-top: -42px; 	margin-bottom: 44px; }  .ecomus-slides-elementor .ecomus-slide__sub-description .star-rating { 	--em-rating-spacing: 8px; 	font-size: 18px; 	font-size: 1.125rem; }  .ecomus-slides-elementor .ecomus-slide__sub-description .star-rating .user-rating { 	color: #FF8A00; }  .ecomus-slides-elementor .ecomus-slide__sub-description--text { 	margin-top: 2px; }  .ecomus-slides-elementor .ecomus-slide__button { 	--em-button-font-size: 18px; 	--em-button-padding-right: 33px; 	--em-button-padding-left: 33px; 	--em-button-padding-top: 16px; 	--em-button-padding-bottom: 16px; 	--em-transition-delay: .95s; 	font-weight: 500; 	pointer-events: auto; }  .ecomus-slides-elementor .ecomus-slide__button .ecomus-svg-icon { 	font-size: 11px; 	font-size: 0.6875rem; }  .ecomus-slides-elementor .ecomus-slide__button.em-button-subtle, .ecomus-slides-elementor .ecomus-slide__button.em-button-text { 	--em-button-padding-left: 0; 	--em-button-padding-right: 0; 	--em-button-padding-top: 0; 	--em-button-padding-bottom: 3px; }  .ecomus-slides-elementor .swiper-pagination { 	--em-swiper-pagination-spacing: 57px; 	position: absolute; 	margin-top: 0; 	text-align: left; 	/*rtl:ignore*/ 	right: 0; 	bottom: var(--em-swiper-pagination-spacing) !important; }  .ecomus-slides-elementor div.swiper-slide-active .ecomus-slide__content, .ecomus-slides-elementor div.swiper-slide-active .ecomus-slide__before-title, .ecomus-slides-elementor div.swiper-slide-active .ecomus-slide__title, .ecomus-slides-elementor div.swiper-slide-active .ecomus-slide__description, .ecomus-slides-elementor div.swiper-slide-active .ecomus-slide__sub-description, .ecomus-slides-elementor div.swiper-slide-active .ecomus-slide__button { 	opacity: 1; 	transform: translateY(0); }  .ecomus-slides-elementor .ecomus-slide__content-background .ecomus-slide__content { 	opacity: 0; 	transform: translateY(100px); 	transition: transform .3s, opacity .01s; 	transition-delay: .5s; }  .ecomus-slides-elementor .ecomus-slide__content-background .ecomus-slide__before-title { 	--em-transition-delay: .8s; }  .ecomus-slides-elementor .ecomus-slide__content-background .ecomus-slide__title { 	--em-transition-delay: 1s; }  .ecomus-slides-elementor .ecomus-slide__content-background .ecomus-slide__description { 	--em-transition-delay: 1.2s; }  .ecomus-slides-elementor .ecomus-slide__content-background .ecomus-slide__sub-description { 	--em-transition-delay: 1.2s; }  .ecomus-slides-elementor .ecomus-slide__content-background .ecomus-slide__button { 	--em-transition-delay: 1.25s; }  .ecomus-slides-elementor .ecomus-slide__button--all { 	top: 0; 	right: 0; 	bottom: 0; 	left: 0; 	z-index: 2; }  .ecomus-slides__dots-position-right .swiper-pagination-bullets { 	display: inline-flex; }  @media (min-width: 1640px) { 	.elementor .elementor-element .ecomus-slides-elementor.ecomus-slides__arrows-large--yes .swiper-arrows .elementor-swiper-button-prev { 		left: var(--arrows-horizontal-large-spacing); 	} 	.elementor .elementor-element .ecomus-slides-elementor.ecomus-slides__arrows-large--yes .swiper-arrows .elementor-swiper-button-next { 		right: var(--arrows-horizontal-large-spacing); 	} 	.rtl .elementor .elementor-element .ecomus-slides-elementor.ecomus-slides__arrows-large--yes .swiper-arrows .elementor-swiper-button-prev { 		right: auto; 		left: var(--arrows-horizontal-large-spacing); 	} 	.rtl .elementor .elementor-element .ecomus-slides-elementor.ecomus-slides__arrows-large--yes .swiper-arrows .elementor-swiper-button-next { 		left: auto; 		right: var(--arrows-horizontal-large-spacing); 	} }  .elementor-widget-ecomus-navigation-bar { 	height: 100%; }  .ecomus-navigation-bar { 	display: flex; 	flex-direction: column; 	border: 1px solid var(--em-border-color); 	border-radius: var(--em-rounded-md); 	max-width: 460px; 	width: 100%; 	padding: 25px 38px 32px 38px; }  .ecomus-navigation-bar__title { 	font-size: 20px; 	font-size: 1.25rem; 	font-weight: 500; 	color: var(--em-color__dark); 	margin: 0; 	padding: 12px 20px 12px 0; 	border-bottom: 1px solid var(--em-border-color); 	position: relative; 	transition: 0.4s; }  .ecomus-navigation-bar__title:last-child { 	border-bottom: none; }  .ecomus-navigation-bar__title:hover, .ecomus-navigation-bar__title.active { 	border-color: var(--em-color__dark); }  .ecomus-navigation-bar__title:hover .ecomus-navigation-bar__icon, .ecomus-navigation-bar__title.active .ecomus-navigation-bar__icon { 	right: 0; 	opacity: 1; }  .ecomus-navigation-bar__title a { 	color: inherit; }  .ecomus-navigation-bar__icon { 	font-size: 8px; 	font-size: 0.5rem; 	position: absolute; 	top: 50%; 	transform: translateY(-50%); 	right: 16px; 	opacity: 0; 	transition: 0.4s; }  .ecomus-elementor--marquee { 	overflow: hidden; }  .ecomus-elementor--marquee.ecomus-marquee--hover-stop:hover .ecomus-marquee--inner { 	animation-play-state: paused; }  .ecomus-marquee { 	padding: 26px 0; 	background-color: #fcffb2; }  .ecomus-marquee--inner { 	--em-marquee-speed: 15s; 	display: inline-flex; 	width: fit-content; 	height: 100%; 	animation: marquee var(--em-marquee-speed) linear infinite; 	will-change: transform; }  .ecomus-marquee--items { 	display: inline-flex; 	width: max-content; }  .ecomus-marquee__items { 	gap: 48px; 	margin-right: 48px; }  .ecomus-marquee--duplicate { 	--em-marquee-index: 1; 	inset-inline-start: calc( -100% * var(--em-marquee-index) * -1); }  .ecomus-marquee__item { 	gap: 12px; 	flex-shrink: 0; }  .ecomus-marquee__icon { 	display: inline-flex; 	align-items: center; 	font-size: 24px; 	font-size: 1.5rem; }  .ecomus-marquee__text { 	font-size: 24px; 	font-size: 1.5rem; 	line-height: 1; 	color: var(--em-color__dark); 	white-space: nowrap; }  .ecomus-marquee__text a { 	display: inline-block; 	border-bottom: 1px solid; }  .ecomus-marquee__text a:hover { 	color: var(--em-color__dark); }  .ecomus-image-box-carousel__heading { 	gap: 15px; 	margin-bottom: 33px; }  .ecomus-image-box-carousel__heading .heading { 	font-size: 16px; 	font-size: 1rem; 	color: var(--em-color__dark); 	font-weight: 700; 	text-transform: uppercase; 	margin: 0; }  .ecomus-image-box-carousel__heading .swiper-arrows { 	display: inline-flex; 	align-items: center; 	gap: 5px; }  .ecomus-image-box-carousel__heading .swiper-button { 	position: static; 	display: inline-flex; 	width: 30px; 	height: 30px; 	transform: none; 	opacity: 1; }  .ecomus-image-box-carousel__heading .swiper-button.elementor-swiper-button-prev, .ecomus-image-box-carousel__heading .swiper-button.elementor-swiper-button-next { 	margin: 0; }  .ecomus-image-box-carousel__heading .swiper-pagination { 	position: static; 	margin: 0; 	width: auto; }  .ecomus-image-box-carousel__heading.ecomus-image-box-carousel__heading--dots { 	justify-content: space-between; }  .ecomus-image-box-carousel__item-side { 	align-items: flex-end; 	border-radius: var(--em-image-rounded); 	overflow: hidden; }  .ecomus-image-box-carousel__item-side .ecomus-image-box-carousel__summary { 	top: 24px; 	left: 15px; 	right: 15px; }  .ecomus-image-box-carousel__item-side .ecomus-image-box-carousel__title { 	margin: 0; }  .ecomus-image-box-carousel__image-bg { 	display: inline-block; 	width: 100%; 	border-radius: var(--em-image-rounded); }  .ecomus-image-box-carousel__image img { 	transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18); }  .ecomus-image-box-button--all { 	position: absolute; 	top: 0; 	right: 0; 	bottom: 0; 	left: 0; 	z-index: 2; }  .ecomus-image-box-carousel__content { 	left: 0; 	bottom: 0; 	width: 100%; 	height: 100%; 	justify-content: flex-end; 	padding: 0 15px; }  .ecomus-image-box-carousel__content .ecomus-image-box-carousel__summary, .ecomus-image-box-carousel__content .ecomus-image-box-carousel__button { 	position: relative; 	top: 0; 	left: 0; 	z-index: 3; }  .ecomus-image-box-carousel__content .ecomus-image-box-carousel__button { 	align-self: flex-start; 	margin-left: 0; }  .ecomus-image-box-carousel__button { 	--em-button-padding-top: 16px; 	--em-button-padding-right: 30px; 	--em-button-padding-bottom: 15px; 	--em-button-padding-left: 30px; 	display: inline-flex; 	align-items: center; 	justify-content: center; 	z-index: 1; }  .ecomus-image-box-carousel__button.em-button-subtle, .ecomus-image-box-carousel__button.em-button-text { 	--em-button-padding-left: 0; 	--em-button-padding-right: 0; 	--em-button-padding-top: 0; 	--em-button-padding-bottom: 3px; }  .ecomus-image-box-carousel__button-alway { 	width: auto; }  .ecomus-image-box-carousel__item-below { 	flex-direction: column; 	align-items: flex-start; }  .ecomus-image-box-carousel__item-below .ecomus-image-box-carousel__summary { 	position: relative; }  .ecomus-image-box-carousel__item-below .ecomus-image-box-carousel__image-bg { 	z-index: 1; }  .ecomus-image-box-carousel__item-below .ecomus-image-box-carousel__button { 	position: relative; 	margin: 22px 0 0 0; }  .ecomus-image-box-carousel__title { 	margin-top: 30px; 	margin-bottom: 0; 	font-size: 28px; 	font-size: 1.75rem; 	line-height: 33.6px; }  .ecomus-image-box-carousel__title a { 	color: inherit; }  .ecomus-image-box-carousel__before-title { 	font-size: 14px; 	font-size: 0.875rem; 	margin-top: 30px; 	margin-bottom: 0; }  .ecomus-image-box-carousel__before-title + .ecomus-image-box-carousel__title { 	margin-top: 10px; }  .ecomus-image-box-carousel__description { 	margin-bottom: 18px; }  .ecomus-image-box-carousel__sale-text { 	font-size: 10px; 	font-size: 0.625rem; 	top: 0; 	left: 0; 	background-color: var(--em-color__dark); 	color: var(--em-color__light); 	padding: 0 5px; 	line-height: 19px; 	height: auto; 	display: inline-flex; 	border-radius: var(--em-rounded-full); }  .ecomus-image-box-carousel__type--icon { 	display: block; 	width: 100%; }  .ecomus-image-box-carousel__type--icon .ecomus-image-box-carousel__link { 	font-size: 10px; 	font-size: 0.625rem; 	border-radius: 100%; 	margin: 0 auto; 	overflow: hidden; }  .ecomus-image-box-carousel__type--icon .ecomus-image-box-carousel__link .ecomus-svg-icon { 	position: absolute; 	top: 0; 	left: 0; 	border: 1px solid; 	width: 100%; 	height: 100%; 	border-radius: 100%; 	display: grid; 	place-content: center; 	/*rtl:raw:                 transform: rotateY(180deg);             */ }  .ecomus-image-box-carousel__type--icon .ecomus-image-box-carousel__link:hover { 	border-color: #DB1215; }  .ecomus-image-box-carousel .swiper:not(.swiper-initialized) .ecomus-image-box-carousel__image img { 	position: static; }  .ecomus-categories-grid .woocommerce-pagination { 	width: 100%; 	margin-top: 30px; }  .ecomus-categories-grid__items { 	column-gap: var(--em-categories-grid-col-gap); 	row-gap: var(--em-categories-grid-row-gap); 	flex-wrap: wrap; }  .ecomus-categories-grid__item { 	width: calc( ( 100% / var(--em-categories-grid-columns) ) - ( var(--em-categories-grid-col-gap) - ( var(--em-categories-grid-col-gap) / var(--em-categories-grid-columns) ) )); }  .ecomus-categories-grid__item a { 	display: block; 	position: relative; 	overflow: hidden; 	border-radius: var(--em-image-rounded); }  .ecomus-categories-grid__item a img { 	object-fit: cover; 	width: 100%; 	height: 100%; 	display: block; 	transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18); }  .ecomus-categories-grid__title { 	--em-button-padding-left: 30px; 	--em-button-padding-right: 30px; 	--em-button-padding-top: 14px; 	--em-button-padding-bottom: 14px; 	--em-button-font-size: 18px; 	--em-button-line-height: 1.05; 	gap: 0; 	position: absolute; 	bottom: 35px; 	left: 50%; 	transform: translateX(-50%); 	max-width: calc( 100% - 50px); }  .ecomus-categories-grid__title .ecomus-svg-icon { 	font-size: 10px; 	font-size: 0.625rem; 	transition: transform .3s, width .3s, margin-left .3s ease .1s; 	transform: scale(0); 	transform-origin: right; 	width: 0; 	margin: 0; 	padding-top: 1px; 	/*rtl:raw: 			transform: scale(0) rotateY(180deg); 		*/ }  .ecomus-categories-grid__title:hover { 	--em-button-bg-color: #000000; 	--em-button-color: #ffffff; }  .ecomus-categories-grid__title:hover .ecomus-svg-icon { 	transform: scale(1); 	width: 10px; 	margin-left: 9px; 	/*rtl:raw: 				transform: scale(1) rotateY(180deg); 			*/ }  .ecomus-categories-grid__title::after { 	display: none; }  .ecomus-categories-grid__text { 	white-space: nowrap; 	text-overflow: ellipsis; 	max-width: 100%; 	overflow: hidden; }  .ecomus-images-hotspot-carousel { 	--em-swiper-items-space: 0; }  .ecomus-images-hotspot-carousel .swiper-pagination { 	--em-swiper-pagination-spacing: 10px; 	position: absolute; 	margin-top: 0; 	bottom: var(--em-swiper-pagination-spacing) !important; 	pointer-events: none; }  .ecomus-images-hotspot-carousel .swiper-pagination-bullets .swiper-pagination-bullet { 	margin: 0 2px; 	pointer-events: auto; }  .ecomus-images-hotspot-carousel .swiper-pagination-bullets.swiper-pagination--background .swiper-pagination-bullet { 	padding: 4px; }  .ecomus-images-hotspot-carousel.swiper:not(.swiper-initialized) .ecomus-images-hotspot__inner { 	overflow: hidden; 	flex-wrap: nowrap; 	gap: var(--em-swiper-items-space); }  .ecomus-images-hotspot-carousel .swiper-backface-hidden .swiper-slide { 	transform: none; }  .ecomus-images-hotspot-carousel.hotspot-active .swiper-button { 	z-index: -1; }  .ecomus-images-hotspot__product { 	top: 40%; 	left: 40%; 	cursor: pointer; }  .ecomus-images-hotspot__product.active .ecomus-images-hotspot__product-inner { 	opacity: 1; 	pointer-events: auto; }  .ecomus-images-hotspot__product.active .ecomus-images-hotspot__arrow { 	opacity: 1; 	pointer-events: auto; }  .ecomus-images-hotspot__product-inner { 	display: inline-flex; 	top: -122px; 	left: 50%; 	transform: translateX(-50%); 	opacity: 0; 	pointer-events: none; 	max-width: 400px; 	min-width: 334px; 	gap: 20px; 	padding: 12px; 	border-radius: var(--em-rounded-xs); 	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); 	background-color: var(--em-color__light); 	z-index: 99; }  .ecomus-images-hotspot__product-summary { 	flex-basis: 100%; }  .ecomus-images-hotspot__product-image { 	max-width: 62px; }  .ecomus-images-hotspot__product-image::before { 	padding-bottom: var(--product-image-ratio-percent); }  .elementor .elementor-element .ecomus-images-hotspot__product-image img { 	border-radius: var(--em-image-rounded-product-card-small); }  .ecomus-images-hotspot__product-title { 	font-size: 16px; 	font-size: 1rem; 	color: var(--em-color__dark); 	margin: 0; }  .ecomus-images-hotspot__product-title a { 	-webkit-line-clamp: 2; 	-webkit-box-orient: vertical; 	display: -webkit-box; 	overflow: hidden; }  .ecomus-images-hotspot__product-price { 	display: flex; 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 600; 	line-height: 16.8px; 	color: #000000; 	margin-top: 10px; 	flex-wrap: wrap; 	gap: 0; }  .ecomus-images-hotspot__product-price .woocs_price_code { 	display: flex; }  .ecomus-images-hotspot__product-price ins { 	color: #DB1215; 	background-color: transparent; 	margin-left: 10px; }  .ecomus-images-hotspot__product-price del { 	color: rgba(0, 0, 0, 0.5); 	font-weight: 400; }  .ecomus-images-hotspot__product-price > .woocommerce-Price-amount { 	margin-left: 5px; 	margin-right: 5px; }  .ecomus-images-hotspot__product-price > .woocommerce-Price-amount:first-child { 	margin-left: 0; }  .ecomus-images-hotspot__product-price > .woocommerce-Price-amount:last-child { 	margin-right: 0; }  .ecomus-images-hotspot__product-price .woocommerce-price-suffix { 	order: 3; 	margin-left: 5px; }  .ecomus-images-hotspot__arrow { 	opacity: 0; 	top: -24px; 	left: 50%; 	transform: translate(-50%, 0); 	z-index: 98; }  .ecomus-images-hotspot__arrow::before { 	pointer-events: none; 	content: ''; 	display: inline-block; 	width: 16px; 	height: 16px; 	background-color: var(--em-color__light); 	transform: rotate(45deg); }  .ecomus-images-hotspot__button { 	--em-button-color: #000000; 	--em-button-bg-color: #f2f2f2; 	--em-button-border-color: transparent; 	--em-button-color-hover: #000000; 	--em-button-bg-color-hover: #f2f2f2; 	--em-button-border-color-hover: transparent; 	display: inline-flex; 	align-items: center; 	justify-content: center; 	width: 26px; 	height: 26px; 	padding: 0; 	border: none; 	border-radius: 100%; 	overflow: visible; }  .ecomus-images-hotspot__button span { 	display: inline-block; 	width: 8px; 	height: 8px; 	background-color: var(--em-color__dark); 	border-radius: 100%; }  .ecomus-images-hotspot__button::before { 	position: absolute; 	content: ""; 	top: 0; 	bottom: 0; 	right: 0; 	left: 0; 	border-radius: 100%; }  .ecomus-images-hotspot__button::after { 	display: none; 	animation: none !important; }  .ecomus-images-hotspot__button:hover::before { 	animation: ripple 3s infinite; 	animation-delay: 0.5s; }  .ecomus-images-hotspot__quickview { 	padding: 0; 	max-width: 42px; 	height: 42px; 	border-radius: 100%; 	flex-basis: 100%; }  .ecomus-images-hotspot__quickview .ecomus-svg-icon { 	margin: 0; 	font-size: 19px; 	font-size: 1.1875rem; }  .ecomus-images-hotspot__quickview.loading { 	--em-animation-state: running; 	position: relative; 	color: transparent; }  .ecomus-images-hotspot__quickview.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .ecomus-images-hotspot__quickview.loading .ecomus-svg-icon { 	opacity: 0; }  .ecomus-images-hotspot__quickview.em-button-light { 	--em-button-bg-color: #f2f2f2; }  .popover__content.images-hotspot-content { 	gap: 10px; 	padding: 12px; }  .elementor-widget-ecomus-testimonial-carousel-2 .elementor-widget-container .swiper-button.elementor-swiper-button-prev { 	left: -82px; 	right: auto; }  .elementor-widget-ecomus-testimonial-carousel-2 .elementor-widget-container .swiper-button.elementor-swiper-button-next { 	right: -82px; 	left: auto; }  .ecomus-testimonial-carousel-2__item { 	padding: 44px 36px 24px; }  .ecomus-testimonial-carousel-2__item::before { 	content: ''; 	position: absolute; 	top: 0; 	left: 0; 	bottom: 0; 	right: 0; 	border: 1px solid #eee; 	pointer-events: none; }  .ecomus-testimonial-carousel-2__item:hover .ecomus-testimonial-carousel-2__product-button { 	opacity: 1; }  .ecomus-testimonial-carousel-2__item[data-image="true"] { 	display: flex; 	gap: 34px; 	height: auto; }  .ecomus-testimonial-carousel-2__image { 	--em-image-rounded: 5px; 	width: 100%; 	max-width: 244px; 	overflow: hidden; }  .ecomus-testimonial-carousel-2__image img { 	height: 100% !important; 	object-fit: cover; }  .ecomus-testimonial-carousel-2__rating { 	margin-bottom: 16px; }  .ecomus-testimonial-carousel-2__rating.star-rating { 	--em-rating-spacing: 6px; 	font-size: 16px; 	font-size: 1rem; }  .ecomus-testimonial-carousel-2__rating.star-rating .user-rating { 	color: #ff7b54; }  .ecomus-testimonial-carousel-2__title { 	font-size: 18px; 	font-size: 1.125rem; 	color: var(--em-color__dark); 	margin-bottom: 8px; }  .ecomus-testimonial-carousel-2__content { 	font-size: 18px; 	font-size: 1.125rem; 	color: var(--em-color__dark); 	margin-bottom: 26px; }  .ecomus-testimonial-carousel-2__name { 	color: var(--em-color__dark); }  .ecomus-testimonial-carousel-2__text { 	display: inline-flex; 	align-items: center; 	gap: 5px; 	color: var(--em-color__dark); 	margin-bottom: 34px; }  .ecomus-testimonial-carousel-2__text-icon { 	font-size: 16px; 	font-size: 1rem; }  .ecomus-testimonial-carousel-2__product { 	gap: 20px; 	padding-top: 23px; 	border-top: 1px solid #eee; }  .ecomus-testimonial-carousel-2__product-image { 	max-width: 64px; }  .elementor .elementor-element .ecomus-testimonial-carousel-2__product-image img { 	border-radius: var(--em-image-rounded-product-card-small); }  .ecomus-testimonial-carousel-2__product-summary { 	flex-basis: 100%; }  .ecomus-testimonial-carousel-2__product-title { 	font-size: 14px; 	font-size: 0.875rem; 	color: var(--em-color__dark); 	margin: 0; }  .ecomus-testimonial-carousel-2__product-price { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 600; 	line-height: 16.8px; 	color: #000000; 	margin-top: 10px; 	flex-wrap: wrap; 	gap: 0; }  .ecomus-testimonial-carousel-2__product-price .woocs_price_code { 	display: flex; 	gap: 5px; }  .ecomus-testimonial-carousel-2__product-price ins { 	color: #DB1215; 	background-color: transparent; 	margin-left: 5px; }  .ecomus-testimonial-carousel-2__product-price del { 	color: rgba(0, 0, 0, 0.5); }  .ecomus-testimonial-carousel-2__product-price > .woocommerce-Price-amount { 	margin-left: 5px; 	margin-right: 5px; }  .ecomus-testimonial-carousel-2__product-price > .woocommerce-Price-amount:first-child { 	margin-left: 0; }  .ecomus-testimonial-carousel-2__product-price > .woocommerce-Price-amount:last-child { 	margin-right: 0; }  .ecomus-testimonial-carousel-2__product-price .woocommerce-price-suffix { 	order: 3; 	margin-left: 5px; }  .ecomus-testimonial-carousel-2__product-button { 	display: inline-flex; 	max-width: 40px; 	height: 40px; 	flex-basis: 100%; 	font-size: 9px; 	font-size: 0.5625rem; 	color: var(--em-color__dark); 	border: 1px solid var(--em-color__dark); 	border-radius: 100%; 	opacity: 0; 	transition: .4s; 	/*rtl:raw:         transform: rotateY(180deg);     */ }  .ecomus-testimonial-carousel-2__product-button:hover { 	color: var(--em-color__light); 	background-color: var(--em-color__dark); }  .elementor-widget-ecomus-testimonial-carousel-2:hover .swiper-button { 	opacity: 1; }  .elementor-widget-ecomus-testimonial-carousel-2 .swiper-button { 	opacity: 0; 	/*rtl:raw: 			transform: rotateY(180deg) translateY(-50%); 		*/ }  .ecomus-testimonial__navigation-position--bottom .swiper-button { 	--em-arrow-top: 40px; 	margin-top: var(--em-arrow-top); 	position: unset; 	opacity: 1; }  .ecomus-testimonial__navigation-position--bottom .elementor-swiper-button-next { 	margin-left: 8px; }  .ecomus-image-carousel { 	overflow: hidden; }  .ecomus-image-carousel .ecomus-image-box-carousel { 	--em-image-rounded: 0; }  .ecomus-image-carousel__swiper { 	--em-image-carousel-border-radius: 0; 	border-radius: var(--em-image-carousel-border-radius); }  .ecomus-image-carousel__swiper::before { 	position: absolute; 	content: ""; 	width: 100%; 	height: 100%; 	border: 1px solid var(--em-border-color); 	pointer-events: none; 	display: block; 	z-index: 2; 	border-radius: var(--em-image-carousel-border-radius); }  .ecomus-image-carousel__inner { 	align-items: center; }  .ecomus-image-carousel__item { 	padding: 20px; 	justify-content: center; }  .ecomus-image-carousel__item::before { 	content: ''; 	display: block; 	position: absolute; 	top: -100%; 	right: 0; 	width: 1px; 	height: 100vh; 	border-right: 1px solid var(--em-border-color); }  .ecomus-image-carousel__item:last-child::before { 	display: none; }  .ecomus-image-box-carousel__button { 	margin: 0 0 30px 15px; }  .ecomus-image-box-grid__inner { 	column-gap: var(--em-image-box-grid-col-gap); 	row-gap: var(--em-image-box-grid-row-gap); 	flex-wrap: wrap; }  .ecomus-image-box-grid__item { 	width: calc( ( 100% / var(--em-image-box-grid-columns) ) - ( var(--em-image-box-grid-col-gap) - ( var(--em-image-box-grid-col-gap) / var(--em-image-box-grid-columns) ) )); }  .ecomus-image-box-grid__image .ecomus-image-box-grid__link { 	font-size: 10px; 	font-size: 0.625rem; 	max-width: 99px; 	border-radius: 100%; 	margin: 0 auto; 	overflow: hidden; }  .ecomus-image-box-grid__image .ecomus-image-box-grid__link .ecomus-svg-icon { 	position: absolute; 	top: 0; 	left: 0; 	border: 1px solid; 	width: 100%; 	height: 100%; 	border-radius: 100%; 	display: grid; 	place-content: center; }  .ecomus-image-box-grid__image .ecomus-image-box-grid__link:hover { 	border-color: #DB1215; }  .ecomus-image-box-grid__image[data-type="text"] .ecomus-image-box-grid__link { 	background-color: #DB1215; }  .ecomus-image-box-grid__image[data-type="text"] .ecomus-image-box-grid__link .ecomus-image-box-grid__text { 	border-color: #DB1215; }  .ecomus-image-box-grid__text { 	font-size: 32px; 	font-size: 2rem; 	color: var(--em-color__light); }  .ecomus-image-box-grid__badges { 	top: 0; 	right: 50%; 	padding: 2px 5px; 	width: fit-content; 	font-size: 10px; 	font-size: 0.625rem; 	color: var(--em-color__light); 	background-color: var(--em-color__dark); 	border-radius: 10px; }  .ecomus-image-box-grid__title { 	display: block; 	overflow: hidden; 	white-space: nowrap; 	text-overflow: ellipsis; }  .title-line-no .ecomus-image-box-grid__title { 	white-space: normal; }  .ecomus-image-box-grid__content { 	padding-top: 17px; }  .ecomus-image-box-grid-scroll--yes { 	overflow: hidden; }  .ecomus-image-box-grid-scroll--yes .ecomus-image-box-grid__inner { 	flex-wrap: nowrap; 	overflow-y: hidden; 	overflow-x: auto; 	scroll-behavior: smooth; }  .ecomus-image-box-grid-scroll--yes .ecomus-image-box-grid__inner::-webkit-scrollbar { 	display: none; }  .ecomus-image-box-grid-scroll--yes .ecomus-image-box-grid__item { 	flex-shrink: 0; }  .ecomus-banner { 	justify-content: center; 	align-items: flex-end; 	height: 660px; 	border-radius: var(--em-image-rounded); 	overflow: hidden; }  .ecomus-banner__image { 	align-self: stretch; }  .ecomus-banner__title, .ecomus-banner__sub-title, .ecomus-banner__description, .ecomus-banner__button { 	animation: slideIn .4s ease-in; }  .ecomus-banner__title { 	font-size: 28px; 	font-size: 1.75rem; 	color: var(--em-color__light); 	margin-top: 0; 	margin-bottom: 29px; }  .ecomus-banner__title + .ecomus-banner__sub-title { 	margin-top: -18px; }  .ecomus-banner__sub-title { 	font-size: 20px; 	font-size: 1.25rem; 	color: var(--em-color__light); 	margin-bottom: 20px; }  .ecomus-banner__sub-title b, .ecomus-banner__sub-title strong { 	font-weight: 600; }  .ecomus-banner__description { 	font-size: 20px; 	font-size: 1.25rem; 	color: var(--em-color__light); 	margin-bottom: 28px; }  .ecomus-banner__button { 	--em-button-padding-top: 14px; 	--em-button-padding-bottom: 14px; 	--em-button-padding-left: 30px; 	--em-button-padding-right: 30px; 	position: relative; 	z-index: 3; 	margin: 0 0 46px 0; }  .ecomus-banner__button.em-button-subtle, .ecomus-banner__button.em-button-text { 	--em-button-padding-left: 0; 	--em-button-padding-right: 0; 	--em-button-padding-top: 0; 	--em-button-padding-bottom: 3px; }  .ecomus-banner__align--stretch .ecomus-banner__summary { 	display: flex; 	flex-direction: column; 	justify-content: space-between; 	height: 100%; 	width: 100%; }  .ecomus-banner__align--stretch .ecomus-banner__button { 	margin-bottom: 0; 	margin-left: 0; 	margin-right: auto; }  .ecomus-banner__align--stretch.ecomus-banner__text_align--center .ecomus-banner__button { 	margin-left: auto; 	margin-right: auto; }  .ecomus-banner__align--stretch.ecomus-banner__text_align--right .ecomus-banner__button { 	margin-left: auto; 	margin-right: 0; }  .ecomus-banner__button--all { 	top: 0; 	right: 0; 	bottom: 0; 	left: 0; 	z-index: 2; }  .ecomus-dual-image-elementor { 	display: grid; 	grid-template-columns: repeat(12, 1fr); 	grid-template-rows: repeat(12, 1fr); }  .ecomus-dual-image__primary-image { 	position: relative; 	border-radius: var(--em-image-rounded); 	z-index: 1; }  .ecomus-dual-image__primary-image:hover { 	z-index: 3; }  .ecomus-dual-image__secondary-image { 	border-radius: var(--em-image-rounded); 	z-index: 2; }  .ecomus-dual-image__third-image { 	border-radius: var(--em-image-rounded); 	z-index: 2; }  .ecomus-dual-image--layout-1 .ecomus-dual-image__primary-image { 	grid-column: 1 / 10; 	grid-row: 1 / 11; }  .ecomus-dual-image--layout-1 .ecomus-dual-image__secondary-image { 	grid-column: 7 / 13; 	grid-row: 5 / 12; }  .ecomus-dual-image--layout-2 .ecomus-dual-image__primary-image { 	grid-column: 3 / 13; 	grid-row: 1 / 13; }  .ecomus-dual-image--layout-2 .ecomus-dual-image__secondary-image { 	grid-column: 1 / 7; 	grid-row: 4 / 10; }  .ecomus-dual-image--layout-3 .ecomus-dual-image__primary-image { 	grid-column: 3 / 11; 	grid-row: 2 / 12; }  .ecomus-dual-image--layout-3 .ecomus-dual-image__secondary-image { 	grid-column: 7 / 13; 	grid-row: 7 / 13; }  .ecomus-dual-image--layout-3 .ecomus-dual-image__third-image { 	grid-column: 1 / 5; 	grid-row: 1 / 5; }  .ecomus-dual-image--layout-4 .ecomus-dual-image__primary-image { 	grid-column: 3 / 11; 	grid-row: 2 / 13; }  .ecomus-dual-image--layout-4 .ecomus-dual-image__secondary-image { 	grid-column: 9 / 13; 	grid-row: 7 / 11; }  .ecomus-dual-image--layout-4 .ecomus-dual-image__third-image { 	grid-column: 1 / 6; 	grid-row: 4 / 9; }  .ecomus-time-countdown { 	display: flex; }  .ecomus-time-countdown__wrapper { 	display: inline-flex; }  .ecomus-time-countdown--1 .ecomus-time-countdown__wrapper { 	gap: 8px; }  .ecomus-time-countdown--1 .timer { 	text-align: center; 	color: var(--em-color__dark); 	border: 1px solid var(--em-color__dark); 	position: relative; 	padding: 13px 0 9px; 	min-width: 88px; }  .ecomus-time-countdown--1 .timer .text { 	display: block; 	font-size: 16px; 	font-size: 1rem; 	font-weight: 500; }  .ecomus-time-countdown--1 .timer .divider { 	position: absolute; 	top: 15px; 	right: -8px; 	font-size: 44px; 	font-size: 2.75rem; 	line-height: 1; 	font-weight: 600; 	/*rtl:raw:                 right: -8px;                 left: auto;             */ }  .ecomus-time-countdown--1 .digits { 	font-size: 32px; 	font-size: 2rem; 	line-height: 1; 	font-weight: 500; 	display: block; 	min-width: 15px; 	margin-bottom: 4px; }  .ecomus-time-countdown--1 .days .digits, .ecomus-time-countdown--1 .weeks .digits { 	min-width: auto; }  .ecomus-time-countdown--1 .divider { 	display: none; }  .ecomus-time-countdown--2 .ecomus-time-countdown__wrapper { 	gap: 10px; 	border-radius: 100px; 	padding: 10px 16px; 	background-color: #ff0b0b1a; 	align-items: center; }  .ecomus-time-countdown--2 .ecomus-svg-icon { 	font-size: 20px; 	font-size: 1.25rem; 	font-weight: 600; 	color: #ff0b0b; 	margin-right: 3px; }  .ecomus-time-countdown--2 .timer { 	font-size: 18px; 	font-size: 1.125rem; 	font-weight: 600; 	color: #ff0b0b; }  .ecomus-time-countdown--2 .timer .divider { 	margin-left: 10px; }  .ecomus-button-carousel .swiper-pagination-lock { 	margin: 0; }  .ecomus-button-carousel .swiper-pagination-bullets { 	--em-swiper-pagination-spacing: 15px; }  .ecomus-button-carousel .swiper-pagination { 	display: block; }  .ecomus-button-carousel__item { 	display: inline-flex; 	width: auto; }  .ecomus-button-carousel__item .ecomus-button-link { 	--em-button-padding-left: 30px; 	--em-button-padding-right: 30px; 	--em-button-padding-bottom: 17px; 	--em-button-padding-top: 17px; 	font-size: 16px; 	font-size: 1rem; }  .ecomus-button-carousel__item .ecomus-button-link.em-button-subtle, .ecomus-button-carousel__item .ecomus-button-link.em-button-text { 	--em-button-padding-left: 0; 	--em-button-padding-right: 0; 	--em-button-padding-top: 0; 	--em-button-padding-bottom: 3px; }  @media screen and (min-width: 1025px) { 	.navigation-class-none .swiper-pagination:not(.pagination-heading) { 		display: none; 	} }  @media (max-width: 1024px) and (min-width: 768px) { 	.navigation-class--tabletnone .swiper-pagination { 		display: none; 	} }  @media (max-width: 767px) { 	.navigation-class--mobilenone .swiper-pagination { 		display: none; 	} }  .ecomus-stores-tab__heading { 	gap: 30px; 	margin-bottom: 57px; }  .ecomus-stores-tab__heading span { 	font-size: 20px; 	font-size: 1.25rem; 	color: var(--em-color__dark); 	width: 100%; 	padding: 0 15px 14px; 	border-bottom: 2px solid #eee; 	cursor: pointer; }  .ecomus-stores-tab__heading span[data-active="true"] { 	border-color: #000; }  .ecomus-stores-tab__item { 	opacity: 1; 	transition: .4s; }  .ecomus-stores-tab__item > * { 	width: 50%; }  .ecomus-stores-tab__item[data-active="true"] { 	animation: fadeIn .4s ease-in; }  .ecomus-stores-tab__item[data-active="waiting"] { 	opacity: 0; 	animation: fadeOut .4s ease-out; }  .ecomus-stores-tab__item[data-active="false"] { 	opacity: 0; 	display: none; }  .ecomus-stores-tab__content { 	background-color: #fcfbf9; 	padding: 0 30px 0 122px; }  .ecomus-stores-tab__title { 	font-size: 28px; 	font-size: 1.75rem; 	line-height: 1.2; 	color: var(--em-color__dark); 	margin-bottom: 31px; }  .ecomus-stores-tab__description { 	color: #868686; }  .ecomus-stores-tab__description p:last-child { 	margin-bottom: 0; }  .ecomus-stores-tab__description + .ecomus-stores-tab__button { 	margin-top: 22px; }  .ecomus-stores-tab__image { 	--em-image-rounded: 0px; }  .ecomus-stores-tab__animation--underline { 	justify-content: center; }  .ecomus-stores-tab__animation--underline span { 	font-size: 28px; 	font-size: 1.75rem; 	line-height: 45px; 	width: auto; 	border-width: 1px; 	padding: 0 0 12px 0; 	position: relative; }  .ecomus-stores-tab__animation--underline span:before { 	content: ""; 	position: absolute; 	left: 0; 	bottom: -1px; 	width: 0; 	height: 3px; 	background-color: tranparent; 	z-index: 1; 	background-color: var(--em-color__dark); 	transition: 0.4s ease 0.1s; }  .ecomus-stores-tab__animation--underline span[data-active="true"] { 	border-color: #eee; }  .ecomus-stores-tab__animation--underline span[data-active="true"]:before { 	width: 100%; }  .elementor-element.elementor-widget-ecomus-image-content-slider .ecomus-image-content-slider .swiper-pagination.swiper-pagination-horizontal { 	position: absolute; 	margin-top: 0; 	bottom: var(--em-swiper-pagination-spacing); }  .ecomus-image-content-slider { 	--em-content-slider-spacing-left: max( 50px, calc( ( 100vw - 1440px ) / 2 ) ); }  .ecomus-image-content-slider .swiper-pagination { 	--em-swiper-pagination-spacing: 72px; 	padding-left: var(--em-content-slider-spacing-left); 	text-align: left; }  .ecomus-image-content-slider__item { 	position: relative; 	background-color: #eef1e0; }  .ecomus-image-content-slider__item > * { 	width: 50%; }  .ecomus-image-content-slider__item.swiper-slide-active .ecomus-image-content-slider__title, .ecomus-image-content-slider__item.swiper-slide-active .ecomus-image-content-slider__description, .ecomus-image-content-slider__item.swiper-slide-active .ecomus-image-content-slider__button { 	opacity: 1; 	transform: translateY(0); }  .ecomus-image-content-slider__content { 	padding-left: var(--em-content-slider-spacing-left); 	padding-right: 1%; }  .ecomus-image-content-slider__title, .ecomus-image-content-slider__description, .ecomus-image-content-slider__button { 	--em-transition-delay: .5s; 	opacity: 0; 	transform: translateY(100px); 	transition: transform .3s, opacity .01s; 	transition-delay: var(--em-transition-delay); }  .ecomus-image-content-slider__title { 	font-size: 80px; 	font-size: 5rem; 	line-height: normal; 	color: var(--em-color__dark); 	margin-bottom: 14px; }  .ecomus-image-content-slider__description { 	--em-transition-delay: .9s; 	font-size: 20px; 	font-size: 1.25rem; 	color: var(--em-color__dark); 	margin-bottom: 44px; }  .ecomus-image-content-slider__button { 	--em-button-font-size: 18px; 	--em-button-padding-left: 31.5px; 	--em-button-padding-right: 31.5px; 	--em-button-padding-top: 15.5px; 	--em-button-padding-bottom: 15.5px; 	--em-transition-delay: .95s; 	--em-button-icon-size: 11px; 	position: relative; 	z-index: 3; }  .ecomus-image-content-slider__image { 	--em-image-rounded: 0; 	height: 854px; }  .ecomus-image-content-slider__button--all { 	top: 0; 	right: 0; 	bottom: 0; 	left: 0; 	width: 100%; 	z-index: 2; }  .ecomus-categories-carousel .ecomus-categories-carousel__heading .swiper-button { 	position: static; 	display: inline-flex; 	transform: none; 	width: 30px; 	height: 30px; 	font-size: 10px; 	font-size: 0.625rem; 	margin-left: 6px; 	/*rtl:raw: 				transform: rotateY(180deg); 			*/ }  .ecomus-categories-carousel .ecomus-categories-carousel__heading .swiper-button:first-child { 	margin-left: 0; }  .ecomus-categories-carousel .ecomus-categories-carousel__heading .swiper-pagination { 	display: block; 	position: static; 	margin: 0; }  .ecomus-categories-carousel__heading { 	display: flex; 	justify-content: space-between; 	align-items: center; 	gap: 20px; 	padding-right: 40px; 	margin-bottom: 65px; }  .ecomus-categories-carousel__heading h4 { 	margin: 0; }  .ecomus-categories-carousel__image { 	margin: 0 auto; }  .ecomus-categories-carousel__image .ecomus-button-link { 	position: absolute; 	bottom: 20px; 	right: 20px; }  .ecomus-categories-carousel__thumbnail { 	border-radius: var(--em-image-rounded); }  .ecomus-categories-carousel__title { 	font-size: 18px; 	font-size: 1.125rem; 	margin-top: 17px; 	margin-bottom: 0; }  .ecomus-categories-carousel__title a { 	color: inherit; }  .ecomus-categories-carousel__content--side .ecomus-categories-carousel__content { 	position: absolute; 	top: 27px; 	left: 27px; }  .ecomus-categories-carousel__content--side .ecomus-categories-carousel__title { 	margin-top: 0; }  .ecomus-categories-carousel__content--side .ecomus-button-link { 	right: auto; 	bottom: 27px; 	left: 27px; }  .ecomus-carousel--elementor .swiper-navigation > .swiper-button { 	opacity: 0; }  .ecomus-carousel--elementor .swiper-navigation > .swiper-button.elementor-swiper-button-prev { 	margin-left: 20px; }  .ecomus-carousel--elementor .swiper-navigation > .swiper-button.elementor-swiper-button-next { 	margin-right: 20px; }  .ecomus-carousel--elementor:hover .swiper-navigation > .swiper-button { 	opacity: 1; }  .ecomus-carousel--elementor:hover .swiper-navigation > .swiper-button.elementor-swiper-button-prev { 	margin-left: 0; }  .ecomus-carousel--elementor:hover .swiper-navigation > .swiper-button.elementor-swiper-button-next { 	margin-right: 0; }  .ecomus-product-tabs-grid__items.loading .ecomus-product-tabs-grid__loading { 	display: block; }  .ecomus-product-tabs-grid__items:not(.loading) .ecomus-product-tabs-grid__item { 	transition: .3s; }  .ecomus-product-tabs-grid__items:not(.loading) .ecomus-product-tabs-grid__item.active { 	opacity: 1; 	animation: fadeIn .2s ease-in; }  .ecomus-product-tabs-grid__heading { 	justify-content: center; 	gap: 70px; 	margin-bottom: 71px; }  .ecomus-product-tabs-grid__heading span, .ecomus-product-tabs-grid__heading a { 	font-size: 32px; 	font-size: 2rem; 	line-height: 38.4px; 	padding: 0 0 12px; 	border-bottom: 2px solid transparent; 	cursor: pointer; 	transition: .4s; }  .ecomus-product-tabs-grid__heading span:hover, .ecomus-product-tabs-grid__heading a:hover { 	color: var(--em-color__dark); }  .ecomus-product-tabs-grid__heading span.active, .ecomus-product-tabs-grid__heading a.active { 	font-weight: 500; 	color: var(--em-color__dark); 	border-color: var(--em-color__dark); }  .ecomus-product-tabs-grid__heading.has-heading { 	--em-border-color-active: var(--em-color__primary); 	justify-content: space-between; }  .ecomus-product-tabs-grid__heading.has-heading h4 { 	font-weight: 600; 	margin: 0; }  .ecomus-product-tabs-grid__heading.has-heading .ecomus-product-tabs-grid__tab-heading { 	gap: 30px; }  .ecomus-product-tabs-grid__heading.has-heading span, .ecomus-product-tabs-grid__heading.has-heading a { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 500; 	line-height: 1; 	border: 2px solid transparent; 	margin: 0; 	padding: 6px 2px; }  .ecomus-product-tabs-grid__heading.has-heading span:hover, .ecomus-product-tabs-grid__heading.has-heading a:hover { 	color: var(--em-border-color-active); }  .ecomus-product-tabs-grid__heading.has-heading span.active, .ecomus-product-tabs-grid__heading.has-heading a.active { 	padding: 6px 20px; 	color: var(--em-border-color-active); 	border: 2px solid var(--em-border-color-active); 	border-radius: var(--em-button-rounded); }  .ecomus-product-tabs-grid__heading .ecomus-product-tabs-grid__button { 	gap: 10px; 	display: inline-flex; 	align-items: center; 	justify-content: center; }  .ecomus-product-tabs-grid__heading .ecomus-product-tabs-grid__button .ecomus-svg-icon { 	font-size: 10px; 	transition: none; 	padding: 0; 	/*rtl:raw:                 transform: rotateY(180deg);             */ }  .ecomus-product-tabs-grid__item.waiting { 	opacity: 0; 	animation: fadeOut .3s ease-out; }  .ecomus-product-tabs-grid__item.no-active { 	opacity: 0; 	display: none; }  .ecomus-product-tabs-grid__item .woocommerce-pagination { 	margin-top: 28px; }  .ecomus-product-tabs-grid__item .woocommerce-pagination-button { 	--em-button-padding-left: 30px; 	--em-button-padding-right: 30px; }  .ecomus-product-tabs-grid__loading { 	display: none; 	top: 0; 	left: 0; 	bottom: 0; 	right: 0; 	z-index: 9; 	background-color: rgba(255, 255, 255, 0.9); }  .ecomus-product-tabs-grid__loading::before { 	top: 5%; 	bottom: auto; }  .ecomus-show-border-yes ul.products { 	margin: 0; 	border-left: 1px solid var(--em-border-color); }  .ecomus-show-border-yes ul.products li.product { 	border-top: 1px solid var(--em-border-color); 	border-bottom: 1px solid var(--em-border-color); 	border-right: 1px solid var(--em-border-color); 	margin-top: -1px; 	margin-bottom: 0; 	padding: 40px 30px; }  .ecomus-product-tabs-grid ul.products li.product { 	margin-bottom: 30px; }  .ecomus-image-info { 	justify-content: flex-start; 	align-items: center; 	overflow: hidden; }  .ecomus-image-info__image { 	width: 100%; 	height: 600px; }  .ecomus-image-info__image img { 	position: absolute; 	top: 0; 	left: 0; 	right: 0; 	bottom: 0; 	width: 100%; 	height: 100% !important; 	object-fit: cover; 	object-position: center; 	overflow-wrap: anywhere; 	pointer-events: none; }  .ecomus-image-info__location { 	width: 100%; 	height: 600px; }  .ecomus-image-info__location iframe { 	position: absolute; 	top: 0; 	left: 0; 	height: 100%; }  .ecomus-image-info__summary { 	min-width: 460px; 	padding: 40px 40px 48px; 	margin-left: 172px; 	background-color: #fff; }  .ecomus-image-info__title, .ecomus-image-info__description, .ecomus-image-info__button { 	animation: slideIn .4s ease-in; }  .ecomus-image-info__title { 	font-size: 28px; 	font-size: 1.75rem; 	color: var(--em-color__dark); 	margin-top: 0; 	margin-bottom: 23px; }  .ecomus-image-info__description { 	margin-bottom: 24px; }  .ecomus-image-info__description p:first-child { 	margin-top: 0; }  .ecomus-image-info__button { 	z-index: 3; }  .ecomus-image-info__button-hover .ecomus-button-text + .ecomus-svg-icon, .ecomus-image-info__button-hover .ecomus-svg-icon { 	font-size: 10px; 	font-size: 0.625rem; 	transition: transform .3s, width .3s, margin-left .3s ease .1s; 	transform: scale(0); 	width: 0; 	margin: 0; }  .ecomus-image-info__button-hover:hover .ecomus-svg-icon { 	transform: scale(1); 	width: 10px; 	margin-left: var(--em-button-icon-spacing); }  .ecomus-image-info__button-hover:hover .ecomus-svg-icon.ecomus-align-icon-left { 	margin-left: 0; 	margin-right: var(--em-button-icon-spacing); }  .ecomus-lookbook-products__image, .ecomus-lookbook-products__content { 	width: 50%; }  .ecomus-lookbook-products__button-content { 	width: 36px; 	height: 36px; 	top: var(--em-position-y); 	left: var(--em-position-x); 	display: inline-flex; 	align-items: center; 	justify-content: center; }  .ecomus-lookbook-products__button-item { 	--em-button-color: #000000; 	--em-button-bg-color: #fff; 	--em-button-border-color: transparent; 	--em-button-color-hover: #000000; 	--em-button-bg-color-hover: #fff; 	--em-button-border-color-hover: transparent; 	width: 27px; 	height: 27px; 	top: var(--em-position-y); 	left: var(--em-position-x); 	transform: translate(calc(var(--em-position-x)* -1)) translateY(calc(var(--em-position-y)* -1)); 	border-radius: 50%; 	background-color: var(--em-color__light); 	display: inline-flex; 	align-items: center; 	justify-content: center; 	padding: 0; 	overflow: visible; 	transition: width .25s ease-in, height .25s ease-in; 	will-change: width, height; }  .ecomus-lookbook-products__button-item:before, .ecomus-lookbook-products__button-item:after { 	content: ""; 	position: absolute; 	top: 0; 	bottom: 0; 	right: 0; 	left: 0; 	border-radius: 50%; }  .ecomus-lookbook-products__button-item:after { 	display: block; 	background-image: none; 	transform: none; 	width: auto; }  .ecomus-lookbook-products__button-item.clicked { 	width: 36px; 	height: 36px; }  .ecomus-lookbook-products__button-item.clicked .ecomus-lookbook-products__button-dot { 	width: 12px; 	height: 12px; }  .ecomus-lookbook-products__button-dot { 	width: 9px; 	height: 9px; 	border-radius: 50%; 	background-color: var(--em-color__dark); 	transition: width .25s ease-in, height .25s ease-in; 	will-change: width, height; }  .ecomus-lookbook-products__sub-title { 	text-transform: uppercase; 	margin-bottom: 3px; }  .ecomus-lookbook-products__title { 	margin: 0 0 57px 0; }  .ecomus-lookbook__product-type--carousel { 	--em-spacing-x: 30px; 	--em-swiper-pagination-spacing: 10px; 	gap: var(--em-spacing-x); }  .ecomus-lookbook__product-type--carousel .swiper-button { 	--em-arrow-top: calc( ( 100% - 84px ) / 2 ); 	width: 33px; 	height: 33px; }  .ecomus-lookbook__product-type--carousel .swiper-button.swiper-button-lock { 	display: none; }  .ecomus-lookbook__product-type--carousel .swiper-button.em-button-outline:not(.swiper-button-disabled) { 	border-color: var(--em-border-color); }  .ecomus-lookbook__product-type--carousel .swiper-button-next { 	right: 0; 	/*rtl:raw: 			left: 0; 			right: auto; 		*/ }  .ecomus-lookbook__product-type--carousel .swiper-button-prev { 	left: 0; 	/*rtl:raw: 			right: 0; 			left: auto; 		*/ }  .ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__image { 	width: calc(7 / 12* 100% - var( --em-spacing-x ) / 2); }  .ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__content { 	width: calc(5 / 12* 100% - var( --em-spacing-x ) / 2); 	padding-left: 50px; 	display: flex; 	align-items: center; }  .ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__wrapper { 	width: 100%; 	padding-left: 70px; 	padding-right: 70px; }  .ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__content-inner { 	padding-left: 50px; 	padding-right: 50px; 	margin-left: -50px; }  .ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__button-item:before, .ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__button-item:after { 	animation: ripple 3s infinite; }  .ecomus-lookbook__product-type--carousel ul.products { 	flex-wrap: nowrap; 	margin: 0; }  .ecomus-lookbook__product-type--carousel ul.products li.product { 	flex: 1 0 100%; 	padding: 0; 	flex-shrink: 0; 	margin-bottom: 0; }  .ecomus-lookbook__product-type--list { 	--em-swiper-pagination-spacing: 20px; 	flex-direction: row-reverse; }  .ecomus-lookbook__product-type--list ul.products.product-card-layout-list { 	margin: 0; }  .ecomus-lookbook__product-type--list ul.products.product-card-layout-list li.product { 	transition: .35s linear; 	margin-bottom: 30px; 	padding: 0; }  .ecomus-lookbook__product-type--list ul.products.product-card-layout-list li.product .product-featured-icons, .ecomus-lookbook__product-type--list ul.products.product-card-layout-list li.product .em-product-countdown { 	display: none; }  .ecomus-lookbook__product-type--list ul.products.product-card-layout-list li.product .product-inner { 	padding-bottom: 30px; 	border-bottom-style: dashed; }  .ecomus-lookbook__product-type--list .ecomus-lookbook-products__product-price { 	margin-bottom: 17px; }  .ecomus-lookbook__product-type--list .ecomus-lookbook-products__product-summary { 	--em-input-bg-color: transparent; }  .ecomus-lookbook__product-type--list .ecomus-lookbook-products__button-item:before, .ecomus-lookbook__product-type--list .ecomus-lookbook-products__button-item:after { 	animation: rippleDark 3s infinite; }  .ecomus-lookbook__product-type--list .ecomus-lookbook-products__button-item:before { 	animation-delay: .9s; }  .ecomus-lookbook__product-type--list .ecomus-lookbook-products__button-item:after { 	animation-delay: .5s; }  .ecomus-lookbook__product-type--list .ecomus-lookbook-products__button-item:hover { 	width: 36px; 	height: 36px; }  .ecomus-lookbook__product-type--list .ecomus-lookbook-products__button-item:hover .ecomus-lookbook-products__button-dot { 	width: 12px; 	height: 12px; }  .ecomus-lookbook__product-type--list .ecomus-lookbook-products__button { 	--em-button-icon-spacing: 5px; 	padding-left: 94px; 	padding-right: 94px; }  .ecomus-lookbook__product-type--list .ecomus-lookbook-products__button.loading { 	--em-loading-color: #fff; }  .ecomus-lookbook-products__product select { 	max-width: 200px; }  .ecomus-product-category-tabs { 	gap: 30px; }  .ecomus-product-category-tabs__items { 	width: 33.33333%; 	border: 1px solid var(--em-color__dark); 	border-radius: var(--em-rounded-md); }  .ecomus-product-category-tabs__item { 	justify-content: space-between; 	font-size: 30px; 	font-size: 1.875rem; 	line-height: 1; 	padding: 20px 0; 	border-color: rgba(0, 0, 0, 0.12); 	cursor: pointer; 	overflow: visible; }  .ecomus-product-category-tabs__item a { 	width: 100%; 	color: inherit; 	transition: 0s; }  .ecomus-product-category-tabs__item span:not(.ecomus-svg-icon) span { 	display: inline-block; 	font-size: 14px; 	font-size: 0.875rem; 	align-self: flex-start; 	margin-top: -2px; 	margin-left: 5px; }  .ecomus-product-category-tabs__item .ecomus-svg-icon { 	font-size: 10px; 	font-size: 0.625rem; 	opacity: 0; }  .ecomus-product-category-tabs__item[data-active="true"] { 	border-color: var(--em-button-border-color); }  .ecomus-product-category-tabs__item[data-active="true"] .ecomus-svg-icon { 	opacity: 1; }  .ecomus-product-category-tabs__item:hover { 	color: #DB1215; 	border-color: var(--em-button-border-color); }  .ecomus-product-category-tabs__item:hover .ecomus-svg-icon { 	opacity: 1; }  .ecomus-product-category-tabs__item:last-child { 	border-bottom: none; }  .ecomus-product-category-tabs__images { 	width: 66.66667%; }  .ecomus-product-category-tabs__images a { 	height: 100%; 	opacity: 1; 	transition: .4s; }  .ecomus-product-category-tabs__images a[data-active="true"] { 	animation: fadeIn .4s ease-in; }  .ecomus-product-category-tabs__images a[data-active="waiting"] { 	opacity: 0; 	animation: fadeOut .4s ease-out; }  .ecomus-product-category-tabs__images a[data-active="false"] { 	opacity: 0; 	display: none; }  .ecomus-flash-sale-carousel { 	--em-image-rounded-product-card: 10px; 	border: 2px solid #DB1215; 	border-radius: var(--em-rounded-md); 	padding: 60px 40px; }  .ecomus-flash-sale-carousel ul.products li.product { 	height: auto; }  .ecomus-flash-sale-carousel ul.products li.product .product-inner { 	height: 100%; 	border: 1px solid #ececec; 	padding: 10px 10px 30px; }  .ecomus-flash-sale-carousel ul.products li.product .product-summary { 	padding-left: 5px; 	padding-right: 5px; }  .ecomus-flash-sale-carousel ul.products li.product .product-summary .product-loop-button-atc { 	--em-button-height: auto; 	--em-button-width: auto; }  .ecomus-flash-sale-carousel ul.products li.product .product-summary .product-loop-button-atc .ecomus-svg-icon { 	display: none; }  .ecomus-flash-sale-carousel ul.products li.product .product-summary .product-loop-button-atc .add-to-cart__text { 	display: inline-block; 	font-size: inherit; 	font-weight: inherit; 	text-transform: inherit; }  .ecomus-flash-sale-carousel ul.products.product-card-mobile-show-atc li.product .product-featured-icons { 	--em-button-rounded: 3px; 	--em-button-gap: 13px; }  .ecomus-flash-sale-carousel__title { 	display: flex; 	align-items: center; 	gap: 20px; 	position: absolute; 	top: -25px; 	left: 0; 	background-color: var(--em-color__light); 	color: #DB1215; 	padding: 4px 30px; 	margin-left: 55px; }  .ecomus-flash-sale-carousel__title h4 { 	margin: 0; 	color: inherit; }  .ecomus-flash-sale-carousel__title .ecomus-svg-icon { 	font-size: 31px; 	font-size: 1.9375rem; }  .ecomus-sold-text-position--above .deal-progress { 	display: flex; 	flex-direction: column; }  .ecomus-sold-text-position--above .deal-progress .deal-available, .ecomus-sold-text-position--above .deal-progress .deal-text { 	font-size: 12px; 	font-size: 0.75rem; 	font-weight: 600; }  .ecomus-sold-text-position--above .deal-content { 	order: 1; 	margin-bottom: 7px; }  .ecomus-sold-text-position--above .progress-bar { 	order: 2; 	margin-bottom: 0; }  .ecomus-countdown-below--yes .product-summary .em-product-countdown { 	margin-top: 32px; }  .ecomus-countdown-below--yes .product-summary .em-product-countdown .ecomus-countdown { 	display: flex; 	justify-content: center; 	gap: 13px; }  .ecomus-countdown-below--yes .product-summary .em-product-countdown .timer { 	text-align: center; 	color: var(--em-color__dark); 	background-color: var(--em-color__light); 	position: relative; 	padding: 13px 0 9px; 	min-width: 60px; 	border-radius: var(--em-rounded-xs); }  .ecomus-countdown-below--yes .product-summary .em-product-countdown .timer .text { 	display: block; 	font-size: 10px; 	font-size: 0.625rem; 	font-weight: 700; 	text-transform: uppercase; }  .ecomus-countdown-below--yes .product-summary .em-product-countdown .digits { 	font-size: 26px; 	font-size: 1.625rem; 	line-height: 1; 	font-weight: 500; 	display: block; 	min-width: 15px; 	margin-bottom: 4px; }  .ecomus-countdown-below--yes .product-summary .em-product-countdown .days .digits, .ecomus-countdown-below--yes .product-summary .em-product-countdown .weeks .digits { 	min-width: auto; }  .ecomus-countdown-below--yes .product-summary .em-product-countdown .divider { 	display: none; }  .ecomus-image-hotspot__image { 	--em-image-rounded: 10px; }  .ecomus-image-hotspot__product { 	top: 40%; 	left: 40%; 	cursor: pointer; }  .ecomus-image-hotspot__product.active .ecomus-image-hotspot__product-inner { 	opacity: 1; 	pointer-events: auto; }  .ecomus-image-hotspot__product.active .ecomus-image-hotspot__arrow { 	opacity: 1; 	pointer-events: auto; }  .ecomus-image-hotspot__product-inner { 	display: inline-flex; 	top: -122px; 	left: 50%; 	transform: translateX(-50%); 	opacity: 0; 	pointer-events: none; 	max-width: 400px; 	min-width: 334px; 	gap: 20px; 	padding: 12px; 	border-radius: var(--em-rounded-xs); 	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); 	background-color: var(--em-color__light); 	z-index: 99; }  .ecomus-image-hotspot__product-summary { 	flex-basis: 100%; }  .ecomus-image-hotspot__product-image { 	max-width: 62px; }  .ecomus-image-hotspot__product-image::before { 	padding-bottom: var(--product-image-ratio-percent); }  .elementor .elementor-element .ecomus-image-hotspot__product-image img { 	border-radius: var(--em-image-rounded-product-card-small); }  .ecomus-image-hotspot__product-title { 	font-size: 16px; 	font-size: 1rem; 	color: var(--em-color__dark); 	margin: 0; }  .ecomus-image-hotspot__product-title a { 	-webkit-line-clamp: 2; 	-webkit-box-orient: vertical; 	display: -webkit-box; 	overflow: hidden; }  .ecomus-image-hotspot__product-price { 	display: flex; 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 600; 	line-height: 16.8px; 	color: #000000; 	margin-top: 10px; 	flex-wrap: wrap; 	gap: 0; }  .ecomus-image-hotspot__product-price .woocs_price_code { 	display: flex; }  .ecomus-image-hotspot__product-price ins { 	color: #DB1215; 	background-color: transparent; 	margin-left: 10px; }  .ecomus-image-hotspot__product-price del { 	color: rgba(0, 0, 0, 0.5); 	font-weight: 400; }  .ecomus-image-hotspot__product-price > .woocommerce-Price-amount { 	margin-left: 5px; 	margin-right: 5px; }  .ecomus-image-hotspot__product-price > .woocommerce-Price-amount:first-child { 	margin-left: 0; }  .ecomus-image-hotspot__product-price > .woocommerce-Price-amount:last-child { 	margin-right: 0; }  .ecomus-image-hotspot__product-price .woocommerce-price-suffix { 	order: 3; 	margin-left: 5px; }  .ecomus-image-hotspot__arrow { 	opacity: 0; 	top: -24px; 	left: 50%; 	transform: translate(-50%, 0); 	z-index: 98; }  .ecomus-image-hotspot__arrow::before { 	pointer-events: none; 	content: ''; 	display: inline-block; 	width: 16px; 	height: 16px; 	background-color: var(--em-color__light); 	transform: rotate(45deg); }  .ecomus-image-hotspot__button { 	--em-button-color: #000000; 	--em-button-bg-color: #f2f2f2; 	--em-button-border-color: transparent; 	--em-button-color-hover: #000000; 	--em-button-bg-color-hover: #f2f2f2; 	--em-button-border-color-hover: transparent; 	display: inline-flex; 	align-items: center; 	justify-content: center; 	width: 26px; 	height: 26px; 	padding: 0; 	border: none; 	border-radius: 100%; 	background-color: #f2f2f2; 	overflow: visible; }  .ecomus-image-hotspot__button span { 	display: inline-block; 	width: 8px; 	height: 8px; 	background-color: var(--em-color__dark); 	border-radius: 100%; }  .ecomus-image-hotspot__button::before { 	position: absolute; 	content: ""; 	top: 0; 	bottom: 0; 	right: 0; 	left: 0; 	border-radius: 100%; }  .ecomus-image-hotspot__button::after { 	display: none; 	animation: none !important; }  .ecomus-image-hotspot__button:hover::before { 	animation: ripple 3s infinite; 	animation-delay: 0.5s; }  .ecomus-image-hotspot__quickview { 	padding: 0; 	max-width: 42px; 	height: 42px; 	border-radius: 100%; 	flex-basis: 100%; }  .ecomus-image-hotspot__quickview .ecomus-svg-icon { 	margin: 0; 	font-size: 19px; 	font-size: 1.1875rem; }  .ecomus-image-hotspot__quickview.loading { 	--em-animation-state: running; 	position: relative; 	color: transparent; }  .ecomus-image-hotspot__quickview.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .ecomus-image-hotspot__quickview.loading .ecomus-svg-icon { 	opacity: 0; }  .ecomus-image-hotspot__quickview.em-button-light { 	--em-button-bg-color: #f2f2f2; }  .popover__content.image-hotspot-content { 	gap: 10px; 	padding: 12px; }  .ecomus-featured-product .view-full-details-button { 	margin-top: 30px; }  .ecomus-featured-product .single-product div.product form.cart .product-featured-icons { 	transform: translateY(2px); }  .ecomus-featured-product__gallery--left .woocommerce-product-gallery { 	display: flex; 	flex-direction: row; }  .ecomus-featured-product__gallery--left .woocommerce-product-gallery .woocommerce-product-gallery__wrapper { 	width: 86%; 	margin-bottom: 0; }  .ecomus-featured-product__gallery--left .woocommerce-product-gallery .ecomus-product-gallery-thumbnails { 	width: 14%; }  .ecomus-testimonial-carousel-3__item { 	padding: 28px 24px 40px 34px; 	background-color: #fff; 	border-radius: var(--em-rounded-md); }  .ecomus-testimonial-carousel-3__name-group { 	gap: 14px; 	margin-bottom: 19px; }  .ecomus-testimonial-carousel-3__name { 	color: var(--em-color__dark); }  .ecomus-testimonial-carousel-3__text { 	display: inline-flex; 	align-items: center; 	gap: 9px; 	font-size: 12px; 	font-size: 0.75rem; 	padding: 6px 16px; 	background-color: var(--em-color__dark); 	color: var(--em-color__light); }  .ecomus-testimonial-carousel-3__text .ecomus-svg-icon { 	font-size: 10px; 	font-size: 0.625rem; }  .ecomus-testimonial-carousel-3__rating { 	margin-bottom: 16px; }  .ecomus-testimonial-carousel-3__rating.star-rating { 	--em-rating-spacing: 7px; 	font-size: 15px; 	font-size: 0.9375rem; }  .ecomus-testimonial-carousel-3__title { 	font-size: 18px; 	font-size: 1.125rem; 	color: var(--em-color__dark); 	margin-bottom: 8px; }  .ecomus-testimonial-carousel-3__content { 	color: var(--em-color__dark); }  .elementor-widget-ecomus-testimonial-carousel-3:hover .swiper-button { 	opacity: 1; }  .elementor-widget-ecomus-testimonial-carousel-3:hover .swiper-button.elementor-swiper-button-prev { 	margin-left: 0; }  .elementor-widget-ecomus-testimonial-carousel-3:hover .swiper-button.elementor-swiper-button-next { 	margin-right: 0; }  .elementor-widget-ecomus-testimonial-carousel-3 .swiper-button { 	opacity: 0; }  .elementor-widget-ecomus-testimonial-carousel-3 .swiper-button.elementor-swiper-button-prev { 	margin-left: 20px; }  .elementor-widget-ecomus-testimonial-carousel-3 .swiper-button.elementor-swiper-button-next { 	margin-right: 20px; }  .ecomus-product-tabs-carousel__items.loading .ecomus-product-tabs-carousel__loading { 	display: block; }  .ecomus-product-tabs-carousel__items:not(.loading) .ecomus-product-tabs-carousel__item { 	transition: .3s; }  .ecomus-product-tabs-carousel__items:not(.loading) .ecomus-product-tabs-carousel__item.active { 	opacity: 1; 	animation: fadeIn .2s ease-in; }  .ecomus-product-tabs-carousel__items .ecomus-product-tabs-carousel__item.swiper ul.products { 	margin: 0; }  .ecomus-product-tabs-carousel__items .ecomus-product-tabs-carousel__item.swiper ul.products li.product { 	padding: 0; }  .ecomus-product-tabs-carousel__items .ecomus-product-tabs-carousel__item:not(.swiper-initialized) { 	overflow: hidden; }  .ecomus-product-tabs-carousel__items .ecomus-product-tabs-carousel__item:not(.swiper-initialized) ul.products { 	flex-wrap: nowrap; }  .ecomus-product-tabs-carousel__items .ecomus-product-tabs-carousel__item:not(.swiper-initialized) li.product { 	flex-shrink: 0; }  .ecomus-product-tabs-carousel__heading { 	gap: 70px; 	margin-bottom: 55px; }  .ecomus-product-tabs-carousel__heading span { 	font-size: 32px; 	font-size: 2rem; 	font-weight: 500; 	line-height: 38.4px; 	padding: 0 0 10px; 	border-bottom: 2px solid transparent; 	cursor: pointer; 	transition: .4s; }  .ecomus-product-tabs-carousel__heading span:hover { 	color: var(--em-color__dark); }  .ecomus-product-tabs-carousel__heading span.active { 	font-weight: 600; 	color: var(--em-color__dark); 	border-color: var(--em-color__dark); }  .ecomus-product-tabs-carousel__item.waiting { 	opacity: 0; 	animation: fadeOut .3s ease-out; }  .ecomus-product-tabs-carousel__item.no-active { 	opacity: 0; 	display: none; }  .ecomus-product-tabs-carousel__loading { 	display: none; 	top: 0; 	left: 0; 	bottom: 0; 	right: 0; 	z-index: 9; 	background-color: rgba(255, 255, 255, 0.9); }  .ecomus-product-tabs-carousel__loading::before { 	top: 5%; 	bottom: auto; }  @media (min-width: 1200px) { 	.ecomus-product-tabs-carousel .ecomus-product-tabs-carousel__item, 	.ecomus-product-tabs-carousel .swiper { 		padding: 5px; 		margin: -5px; 	} }  .ecomus-hero-images { 	--em-button-padding-top: 16px; 	--em-button-padding-right: 30px; 	--em-button-padding-bottom: 15px; 	--em-button-padding-left: 30px; 	--em-button-font-size: 18px; 	--em-button-icon-spacing: 12px; }  .ecomus-hero-images .ecomus-button { 	font-weight: 500; }  .ecomus-hero-images .ecomus-button .ecomus-svg-icon { 	font-size: 11px; 	font-size: 0.6875rem; 	padding-bottom: 0; }  .ecomus-hero-images.ecomus-hero-images--hover-stop:hover .ecomus-marquee--inner { 	animation-play-state: paused; }  .ecomus-hero-images__image::before { 	width: 640px; }  .ecomus-hero-images__summary { 	left: 0; 	top: 0; 	bottom: 0; 	right: 0; 	z-index: 9; }  .ecomus-hero-images__content { 	min-width: 546px; 	padding: 80px 44px; 	background-color: #f4eddb; 	border-radius: var(--em-rounded-md); }  .ecomus-hero-images__subtitle { 	text-transform: uppercase; 	margin-bottom: 16px; }  .ecomus-hero-images__title { 	margin-top: 0; 	margin-bottom: 36px; }  .ecomus-product-list ul.products.product-card-layout-list { 	margin: 0; 	scrollbar-width: auto; 	scrollbar-color: rgba(0, 0, 0, 0.12); }  .ecomus-product-list ul.products.product-card-layout-list::-webkit-scrollbar { 	width: 4px; }  .ecomus-product-list ul.products.product-card-layout-list::-webkit-scrollbar-track { 	background-color: rgba(0, 0, 0, 0.05); }  .ecomus-product-list ul.products.product-card-layout-list::-webkit-scrollbar-thumb { 	background-color: rgba(0, 0, 0, 0.12); 	border-radius: 8px; }  .ecomus-product-list ul.products.product-card-layout-list::-webkit-scrollbar-thumb:hover { 	background-color: var(--em-color__dark); }  .ecomus-product-list ul.products.product-card-layout-list li.product { 	padding: 0; 	margin-bottom: 16px; 	width: 100%; }  .ecomus-product-list ul.products.product-card-layout-list li.product .product-inner { 	border: none; 	padding: 0; 	gap: 15px; }  .ecomus-product-list ul.products.product-card-layout-list li.product .ecomus-product-list__thumbnail { 	--em-image-rounded-product-card: var(--em-image-rounded-product-card-small); 	max-width: 100px; 	width: 100%; }  .ecomus-product-list ul.products.product-card-layout-list li.product .product-variation-items { 	margin-bottom: 0; }  .ecomus-product-list ul.products.product-card-layout-list li.product:last-child { 	margin-bottom: 0; }  .modal--has-code-discount:hover .ecomus-code-discount__copy { 	visibility: visible; 	opacity: 1; }  .modal--has-code-discount:hover input.ecomus-code-discount__input { 	border-radius: var(--em-input-rounded) 0 0 var(--em-input-rounded); }  .ecomus-code-discount { 	--em-input-rounded: 2.5px; 	justify-content: center; }  .ecomus-code-discount:hover .ecomus-code-discount__copy { 	visibility: visible; 	opacity: 1; }  .ecomus-code-discount:hover input.ecomus-code-discount__input { 	border-radius: var(--em-input-rounded) 0 0 var(--em-input-rounded); }  .ecomus-code-discount__inner { 	display: inline-flex; }  input.ecomus-code-discount__input { 	--em-input-color: #000000; 	font-size: 16px; 	font-size: 1rem; 	line-height: 1; 	text-align: center; 	padding: 12px 22px; 	background-color: #f2f2f2; 	border-radius: var(--em-input-rounded); 	border: none; 	padding-inline: 0; 	width: 100%; 	height: 100%; 	min-height: 45px; }  .ecomus-code-discount__copy { 	--em-input-color: #000000; 	--em-button-icon-size: 24px; 	--em-button-bg-color: #f2f2f2; 	--em-button-color: #f2f2f2; 	--em-button-bg-color-hover: #f2f2f2; 	--em-button-color-hover: #f2f2f2; 	--em-button-padding-top: 10px; 	--em-button-padding-right: 10.5px; 	--em-button-padding-bottom: 10px; 	--em-button-padding-left: 10.5px; 	right: 0; 	border: none; 	transform: translateX(100%); 	border-radius: 0 var(--em-input-rounded) var(--em-input-rounded) 0; 	min-height: 45px; 	overflow: visible; 	visibility: hidden; 	opacity: 0; }  .ecomus-code-discount__copy .ecomus-svg-icon svg { 	stroke: #000000; }  .ecomus-code-discount__copy:after { 	display: none; }  .ecomus-posts-carousel .em-post-grid .post-thumbnail, .ecomus-posts-carousel .em-post-grid .entry-title { 	margin-bottom: 30px; }  .ecomus-posts-carousel .entry-title a { 	display: -webkit-box; 	-webkit-line-clamp: var(--em-line-clamp-count, "none"); 	-webkit-box-orient: vertical; 	text-overflow: ellipsis; 	overflow: hidden; }  .ecomus-navigation-menu__title { 	font-size: 18px; 	font-size: 1.125rem; 	font-family: var(--em-heading-font); 	color: var(--em-heading-color); 	margin: 0 0 25px; }  .ecomus-navigation-menu__title.active .ecomus-navigation-menu__icon-default { 	opacity: 0; }  .ecomus-navigation-menu__title.active .ecomus-navigation-menu__icon-active { 	opacity: 1; }  .ecomus-navigation-menu__menu { 	display: flex; 	flex-wrap: wrap; 	gap: 10px; 	list-style-type: none; 	padding: 0; 	margin: 0; 	text-align: left; 	flex-direction: column; }  .ecomus-navigation-menu__menu > li > .sub-menu { 	padding-left: 10px; }  .ecomus-navigation-menu__menu ul { 	padding-left: 0; }  .ecomus-navigation-menu__menu li { 	padding: 0; }  .ecomus-navigation-menu__menu a { 	color: var(--em-color__base); }  .ecomus-navigation-menu__menu a:hover { 	color: var(--em-color__primary); }  .ecomus-navigation-menu__icon { 	font-size: 12px; 	font-size: 0.75rem; 	position: absolute; 	right: 0; 	top: 50%; 	transform: translateY(-50%); 	cursor: pointer; 	border-radius: 50%; 	display: inline-flex; 	transition: .3s; }  .ecomus-navigation-menu__icon i, .ecomus-navigation-menu__icon svg { 	transition: .3s; }  .ecomus-navigation-menu__icon-active { 	opacity: 0; }  .ecomus-numbered-list__item { 	gap: 17px; 	padding-bottom: 30px; 	margin-bottom: 30px; 	border-bottom: 1px solid #EBEBEB; }  .ecomus-numbered-list__item:last-child { 	padding-bottom: 0; 	margin-bottom: 0; 	border-bottom: none; }  .ecomus-numbered-list__number { 	width: 53px; 	flex: 0 0 53px; 	height: 53px; 	border-radius: 100%; 	border: 1px solid #EBEBEB; }  .ecomus-numbered-list__text { 	font-size: 16px; 	font-size: 1rem; }  .ecomus-video-banner__featured-image, .ecomus-video-banner__video-thumbnail { 	height: 100%; }  .ecomus-video-banner__video-thumbnail { 	z-index: 1; }  .ecomus-video-banner { 	--em-video-banner-ratio: 56.25%; 	position: relative; 	overflow: hidden; }  .ecomus-video-banner__featured-image { 	position: absolute; 	top: 0; 	left: 0; 	right: 0; 	bottom: 0; 	padding-bottom: var(--em-video-banner-ratio); 	overflow: hidden; }  .ecomus-video-banner__featured-image video, .ecomus-video-banner__featured-image iframe { 	position: absolute; 	top: 0; 	right: 0; 	bottom: 0; 	left: 0; 	width: 100%; 	height: 100%; 	object-fit: cover; 	object-position: center; }  .ecomus-video-banner__wrapper { 	justify-content: flex-end; 	align-items: center; 	position: relative; 	height: 100%; 	padding: 0; }  .ecomus-video-banner__content { 	padding: 76px 53px; 	background-color: #212328; 	color: var(--em-color__light); 	border-radius: 20px; }  .ecomus-video-banner__before-title { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 600; 	color: inherit; 	margin: 0 0 11px 0; }  .ecomus-video-banner__title { 	color: inherit; 	margin: 0; }  .ecomus-video-banner-button { 	--em-button-padding-top: 16px; 	--em-button-padding-bottom: 16px; 	--em-button-padding-right: 32px; 	--em-button-padding-left: 32px; 	--em-button-font-size: 18px; 	--em-button-icon-size: 12px; 	margin-top: 35px; }  .ecomus-video-popup { 	position: relative; }  .ecomus-video-popup .full-box-button, .ecomus-video-popup .ecomus-video-popup__featured-image { 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; }  .ecomus-video-popup .full-box-button { 	z-index: 1; }  .ecomus-video-popup__featured-image { 	background-repeat: no-repeat; 	background-size: cover; }  .ecomus-video-popup__featured-image.has-box-shadow { 	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1); }  .ecomus-video-popup__marker .ecomus-svg-icon, .ecomus-video-popup__marker { 	position: absolute; 	top: 50%; 	left: 50%; 	transform: translate(-50%, -50%); }  .ecomus-video-popup__marker { 	display: block; 	width: 100px; 	height: 100px; 	background-color: var(--em-color__light); 	color: var(--em-color__dark); 	border-radius: 100%; 	cursor: pointer; 	position: relative; }  .ecomus-video-popup__marker:after { 	content: ''; 	position: absolute; 	width: 100%; 	height: 100%; 	border-radius: 50%; 	top: 0; 	left: 0; 	padding: 0; 	z-index: -1; 	box-shadow: 0 0 0 2px #ffffff1a; 	opacity: 0; 	transform: scale(0.9); 	pointer-events: none; }  .ecomus-video-popup__marker:hover:after { 	animation: sonarEffect 1s ease-in-out; }  .ecomus-video-popup__marker .ecomus-svg-icon { 	font-size: 21px; 	font-size: 1.3125rem; 	color: var(--em-color__dark); }  .ecomus-image-before-after .imageslide-handle { 	display: flex; 	align-items: center; 	justify-content: center; 	z-index: 999; }  .ecomus-image-before-after .ecomus-svg-icon { 	font-size: 18px; }  .ecomus-image-before-after__image { 	position: absolute; 	top: 0; 	z-index: 2; 	height: 100%; 	width: 100%; }  .ecomus-image-before-after__image-after { 	z-index: 1; }  .z-index-first { 	z-index: 1; }  .ecomus-image-before-after__button { 	pointer-events: none; 	top: 0; 	padding: 38px; 	min-width: 86px; 	height: calc(100% - 76px); 	display: flex; 	flex-direction: column; 	justify-content: flex-end; 	z-index: 1; }  .ecomus-image-before-after__button span { 	padding: 7px 4px; 	border-radius: 100px; }  .ecomus-image-before-after__button-before { 	left: 50%; 	transform: translate(-100%); 	/*rtl:raw:         left: 50%;         right: auto;         transform: translate(-100%);     */ }  .ecomus-image-before-after__button-after { 	right: 50%; 	transform: translate(100%); 	/*rtl:raw:         right: 50%;         left: auto;         transform: translate(100%);     */ }  .elementor-widget-ecomus-wc-cart .woocommerce { 	min-height: 1px; }  .ecomus-woocommerce-cart-elementor .woocommerce-notices-wrapper { 	width: 100%; }  .ecomus-woocommerce-cart-elementor .ecomus-extra-content { 	margin-top: 30px; }  .ecomus-woocommerce-cart-elementor .cart_totals { 	display: flex; 	flex-direction: column; }  .ecomus-woocommerce-cart-elementor .em-cart-text-empty-elementor + .em-cart-text-empty { 	display: none; }  .ecomus-woocommerce-cart-elementor .em-cart-text-empty-elementor + .em-cart-text-empty + .return-to-shop { 	display: none; }  .ecomus-woocommerce-cart-elementor .em-cart-text-empty-elementor + .return-to-shop { 	display: none; }  .ecomus-woocommerce-cart-elementor.notices-hidden .woocommerce-notices-wrapper { 	display: none; }  .ecomus-woocommerce-cart-elementor.columns-1 .woocommerce-cart-form, .ecomus-woocommerce-cart-elementor.columns-1 .cart-collaterals { 	float: none !important; 	width: 100% !important; 	padding: 0 !important; }  .cross-sells__heading { 	margin-top: 0; }  .ecomus-products-carousel--elementor .cross-sells { 	margin: 0; }  .ecomus-products-carousel--elementor .cross-sells:not(.swiper-initialized) { 	overflow: hidden; 	display: block; }  .ecomus-woocommerce-checkout-elementor select { 	width: 100%; }  .ecomus-woocommerce-checkout-elementor .ecomus-content-additional { 	margin-top: 30px; }  .ecomus-woocommerce-checkout-elementor.columns-1 .col2-set { 	padding: 0; }  .ecomus-woocommerce-checkout-elementor.columns-1 .col2-set, .ecomus-woocommerce-checkout-elementor.columns-1 .woocommerce-checkout-review-order, .ecomus-woocommerce-checkout-elementor.columns-1 .ecomus-content-additional { 	float: none; 	width: 100%; }  .elementor-widget-ecomus-product-sidebar .ecomus-heading.active .em-collapse-icon:after { 	transform: translateY(-50%) rotate(180deg); }  .elementor-widget-ecomus-product-sidebar .em-collapse-icon { 	cursor: pointer; }  .elementor-widget-ecomus-product-sidebar .em-collapse-icon:after { 	content: ""; 	background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaGR0LWZhY2V0LXRpdGxlX2ljb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjExIiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCAxMSA3IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTEgNS41TDUuNSA2LjU1ODY4ZS0wOEwtNi41NTg2OGUtMDggNS41TDAuOTc2MjUgNi40NzYyNUw1LjUgMS45NTI1TDEwLjAyMzggNi40NzYyNUwxMSA1LjVaIiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48L3N2Zz4="); 	background-repeat: no-repeat; 	width: 11px; 	height: 7px; 	display: block; 	transition: transform .35s linear; 	will-change: transform; 	position: absolute; 	top: 50%; 	transform: translateY(-50%); 	right: 0; }  .ecomus-testimonial-carousel-4__item { 	text-align: center; }  .ecomus-testimonial-carousel-4__text { 	font-size: 16px; 	font-size: 1rem; 	text-transform: uppercase; 	font-weight: 700; 	margin-bottom: 40px; 	color: var(--em-color__dark); }  .ecomus-testimonial-carousel-4__content { 	font-size: 28px; 	font-size: 1.75rem; 	color: var(--em-color__dark); }  .ecomus-testimonial-carousel-4__text, .ecomus-testimonial-carousel-4__content { 	padding: 0 3rem; }  .ecomus-testimonial-carousel-4__positioning { 	gap: 84px; 	margin-top: 78px; 	justify-content: safe center; 	flex-wrap: nowrap; 	overflow-x: auto; 	scroll-behavior: smooth; 	overscroll-behavior-x: contain; 	scroll-snap-type: x mandatory; 	scrollbar-width: none; }  .ecomus-testimonial-carousel-4__positioning-item { 	--em-image-rounded: 0; 	flex-shrink: 0; 	cursor: pointer; 	transition: .4s; }  .ecomus-testimonial-carousel-4__positioning-item:not(.active) { 	opacity: 0.3; }  .ecomus-testimonial-carousel-4__positioning-item:hover { 	opacity: 1; }  .ecomus-shoppable-video__video-wrapper { 	height: 100%; 	display: flex; 	position: relative; }  .ecomus-shoppable-video__video-wrapper:before { 	content: ''; 	width: 0; 	height: 0; 	display: block; 	padding-bottom: var(--em-ratio-percent); }  .ecomus-shoppable-video__video-wrapper video { 	display: block; 	max-width: 100%; 	position: absolute; 	margin: 0; 	top: 0; 	left: 0; 	height: 100%; 	width: 100%; 	object-fit: cover; 	object-position: center; }  .ecomus-shoppable-video__product { 	gap: 15px; 	background-color: var(--em-color__light); 	padding: 15px; 	margin-top: 10px; }  .ecomus-shoppable-video__product-image { 	max-width: 70px; }  .ecomus-shoppable-video__product-image img { 	border: 1px solid var(--em-border-color); }  .ecomus-shoppable-video__product-image a { 	display: block; 	width: 100%; }  .elementor .elementor-element .ecomus-shoppable-video__product-image img { 	border-radius: var(--em-rounded-full); }  .ecomus-shoppable-video__product-summary { 	flex-basis: 100%; }  .ecomus-shoppable-video__product-title { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 400; 	color: var(--em-color__dark); 	margin: 0; }  .ecomus-shoppable-video__product-price { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 600; 	line-height: 16.8px; 	color: #000000; 	margin-top: 4px; 	flex-wrap: wrap; 	gap: 0; }  .ecomus-shoppable-video__product-price .woocs_price_code { 	display: flex; 	gap: 5px; }  .ecomus-shoppable-video__product-price ins { 	color: #DB1215; 	background-color: transparent; 	margin-left: 5px; }  .ecomus-shoppable-video__product-price del { 	color: rgba(0, 0, 0, 0.5); 	font-weight: 400; }  .ecomus-shoppable-video__product-price > .woocommerce-Price-amount { 	margin-left: 5px; 	margin-right: 5px; }  .ecomus-shoppable-video__product-price > .woocommerce-Price-amount:first-child { 	margin-left: 0; }  .ecomus-shoppable-video__product-price > .woocommerce-Price-amount:last-child { 	margin-right: 0; }  .ecomus-shoppable-video__product-price .woocommerce-price-suffix { 	order: 3; 	margin-left: 5px; }  .ecomus-shoppable-video__product-button { 	--em-button-font-size: 17px; 	--em-button-width: 40px; 	--em-button-height: 40px; 	flex: 1 0 auto; }  .ecomus-product-price-tables-carousel { 	--em-price-del-color: rgba(0, 0, 0, 0.5); 	--em-variation-border-color: #EBEBEB; 	--em-variation-border-color-selected: #000; }  .ecomus-product-price-tables-carousel .product-inner { 	overflow: hidden; }  .ecomus-product-price-tables-carousel .product-summary { 	display: flex; 	flex-direction: column; 	background-color: #f6f6f6; 	padding: 26px 37px 48px; }  .ecomus-product-price-tables-carousel .product-summary .add_to_cart_button, .ecomus-product-price-tables-carousel .product-summary .ecomus-rating { 	display: none !important; }  .ecomus-product-price-tables-carousel .woocommerce-loop-product__title { 	font-weight: 700; 	text-transform: uppercase; }  .ecomus-product-price-tables-carousel .product-featured-icons .button { 	--em-button-color: #fff; 	--em-button-bg-color: #000; 	--em-button-border-color: #000; 	--em-button-color-hover: #000; 	--em-button-bg-color-hover: #fff; 	--em-button-border-color-hover: #fff; }  .ecomus-product-price-tables-carousel ul.products li.product .price del { 	color: var(--em-price-del-color); }  .ecomus-product-price-tables-carousel ul.products li.product .product-variation-items .product-variation-item { 	border-color: var(--em-variation-border-color); }  .ecomus-product-price-tables-carousel ul.products li.product .product-variation-items .product-variation-item.selected { 	border-color: var(--em-variation-border-color-selected); }  .ecomus-product-price-tables-carousel ul.products li.product .product-thumbnail:hover.product-thumbnails--fadein:not(.hover-swatch) img { 	opacity: 0; }  .ecomus-product-price-tables-carousel ul.products li.product .product-thumbnail:hover.product-thumbnails--fadein:not(.hover-swatch) .product-thumbnails--fadein-image { 	opacity: 1; 	transform: scale(var(--em-image-eff-scale-product-card)); }  .ecomus-product-price-tables-carousel__text { 	--em-link-color: var(--em-color__base); 	font-weight: 700; }  .ecomus-product-price-tables-carousel__description { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 500; 	color: var(--em-color__base); 	margin-top: 18px; 	padding-top: 22px; 	border-top: 1px solid var(--em-border-color); }  .ecomus-product-price-tables-carousel__description ul.no-style { 	list-style-type: none; 	margin: 0; 	padding: 0; }  .ecomus-product-price-tables-carousel__description ul.no-style li { 	display: flex; 	align-items: center; 	gap: 10px; 	margin-bottom: 18px; }  .ecomus-product-price-tables-carousel__description ul.no-style li:last-child { 	margin-bottom: 0; }  .ecomus-product-price-tables-carousel__button { 	align-self: center; 	margin-top: 38px; }  .ecomus-product-price-tables-carousel__highlight { 	--em-color__base: #fff; 	--em-color__dark: #fff; 	--em-heading-color: #fff; 	--em-link-color: #fff; 	--em-border-color: #333; 	--em-color-price-sale: #fff; 	--em-price-del-color: rgba( 255, 255, 255, 0.4 ); 	--em-variation-border-color: #333; 	--em-variation-border-color-selected: #fff; }  .ecomus-product-price-tables-carousel__highlight .product-summary { 	background-color: #141414; }  .ecomus-product-price-tables-carousel__highlight .product-featured-icons .button { 	--em-button-color: #000; 	--em-button-bg-color: #fff; 	--em-button-border-color: #fff; 	--em-button-color-hover: #fff; 	--em-button-bg-color-hover: #000; 	--em-button-border-color-hover: #000; 	--em-button-eff-bg-color-hover: rgba( 255, 255, 255, 0.25 ); }  .ecomus-product-price-tables-carousel__highlight .ecomus-product-price-tables-carousel__button { 	--em-button-color: #000; 	--em-button-bg-color: #fff; 	--em-button-border-color: #fff; 	--em-button-color-hover: #000; 	--em-button-bg-color-hover: #fff; 	--em-button-border-color-hover: #fff; 	--em-button-eff-bg-color-hover: rgba( 0, 0, 0, 0.25 ); }  @media (max-width: 1640px) { 	.elementor-element .ecomus-shoppable-video .swiper-button.ecomus-swiper-button--outside.elementor-swiper-button-prev { 		left: -23px; 	} 	.elementor-element .ecomus-shoppable-video .swiper-button.ecomus-swiper-button--outside.elementor-swiper-button-next { 		right: -23px; 	} 	.ecomus-rtl-smart .elementor-element .ecomus-shoppable-video .swiper-button.ecomus-swiper-button--outside.elementor-swiper-button-prev { 		left: -23px; 	} 	.ecomus-rtl-smart .elementor-element .ecomus-shoppable-video .swiper-button.ecomus-swiper-button--outside.elementor-swiper-button-next { 		right: -23px; 	} }  @media (max-width: 1599px) { 	.elementor-widget-ecomus-testimonial-carousel-2.elementor-element .elementor-widget-container .swiper-button.elementor-swiper-button-prev { 		left: -23px; 	} 	.elementor-widget-ecomus-testimonial-carousel-2.elementor-element .elementor-widget-container .swiper-button.elementor-swiper-button-next { 		right: -23px; 	} }  @media (min-width: 1200px) { 	.ecomus-slides__dots-position-right .swiper-pagination-bullets { 		--em-swiper-pagination-spacing: 63px; 		width: auto; 		height: 100%; 		left: auto; 		flex-direction: column; 		justify-content: flex-end; 		gap: 10px; 	} 	.ecomus-banner__icon-position--top .ecomus-banner__button { 		--em-button-icon-spacing: 20px; 		--em-button-icon-size: 11px; 		display: inline-flex; 		flex-direction: column; 		align-items: flex-end; 	} 	.ecomus-banner__icon-position--top .ecomus-banner__button .ecomus-button-text { 		flex: 1 0 100%; 	} 	.ecomus-lookbook__product-type--list .ecomus-lookbook-products__inner { 		max-width: 80%; 		margin-left: 0; 	} 	.ecomus-lookbook__product-type--list .ecomus-lookbook-products__inner ul.products { 		flex-wrap: wrap; 		transform: none !important; 		height: auto !important; 	} 	.ecomus-lookbook__product-type--list .ecomus-lookbook-products__inner ul.products.product-card-layout-list li.product { 		transition: .35s linear; 	} 	.ecomus-lookbook__product-type--list .ecomus-lookbook-products__inner ul.products.product-card-layout-list li.product .product-thumbnail { 		max-width: 160px; 		width: 100%; 	} 	.ecomus-lookbook__product-type--list .ecomus-lookbook-products__inner ul.products.has--hover li.product:not(.is--hover) { 		opacity: 0.3; 	} 	.ecomus-lookbook__product-type--list .ecomus-lookbook-products__button { 		font-size: 16px; 		font-size: 1rem; 	} 	.ecomus-product-list--scrollbar ul.products.product-card-layout-list { 		max-height: 415px; 		overflow-x: hidden; 		overflow-y: auto; 	} 	.ecomus-centermode-auto--yes .elementor-widget-container { 		overflow: hidden; 	} 	.ecomus-centermode-auto--yes .swiper { 		overflow: visible !important; 	} 	.ecomus-featured-product__gallery--left.single-product div.product .woocommerce-product-gallery { 		flex-direction: row-reverse; 		justify-content: flex-end; 	} 	.ecomus-featured-product__gallery--left.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper { 		margin-left: 10px; 	} 	.ecomus-featured-product__gallery--left.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.swiper) { 		margin-left: calc(14% + 10px); 	} }  @media (max-width: 1499px) and (min-width: 1150px) { 	.ecomus-image-box-carousel__inner .ecomus-image-box-carousel__item--view-all .ecomus-image-box-carousel__image, 	.ecomus-image-box-carousel__inner .ecomus-image-box-carousel__item--view-all .ecomus-image-box-carousel__button { 		width: 0 !important; 		min-width: unset !important; 		overflow: hidden !important; 		flex: 0 !important; 		display: none; 	} 	.ecomus-image-box-carousel__view-all-outsite { 		min-width: 140px; 		width: auto; 		position: absolute; 		top: 0; 		right: 0; 		background-color: var(--em-color__light); 		z-index: 9; 	} 	.ecomus-image-box-carousel__view-all-outsite .ecomus-image-box-carousel__image { 		max-width: 100px; 		border-radius: var(--em-image-rounded); 	} }  @media (min-width: 1500px) { 	.ecomus-image-box-carousel__view-all-outsite { 		display: none; 	} }  @media (max-width: 1499px) and (min-width: 1150px) { 	.ecomus-image-box-carousel__inner .ecomus-image-box-carousel__item--view-all .ecomus-image-box-carousel__image, 	.ecomus-image-box-carousel__inner .ecomus-image-box-carousel__item--view-all .ecomus-image-box-carousel__button { 		width: 0 !important; 		min-width: unset !important; 		overflow: hidden !important; 		flex: 0 !important; 		display: none; 	} 	.ecomus-image-box-carousel__view-all-outsite { 		min-width: 140px; 		width: auto; 		position: absolute; 		top: 0; 		right: 0; 		background-color: var(--em-color__light); 		z-index: 9; 	} 	.ecomus-image-box-carousel__view-all-outsite .ecomus-image-box-carousel__image { 		max-width: 100px; 		border-radius: var(--em-image-rounded); 	} 	.ecomus-product-category-tabs__items { 		padding: 46px 30px 56px 30px; 	} }  @media (min-width: 1500px) { 	.ecomus-image-box-carousel__view-all-outsite { 		display: none; 	} 	.ecomus-product-category-tabs__items { 		padding: 66px 79px 76px 56px; 	} }  @media (max-width: 1199px) { 	.ecomus-lookbook__product-type--list ul.products.ecomus-lookbook-products__products { 		flex-wrap: nowrap; 	} 	.ecomus-lookbook__product-type--list ul.products.product-card-layout-list li.product, 	.ecomus-lookbook__product-type--list ul.products.product-card-layout-list li.product:last-child { 		margin-bottom: 0; 	} 	.ecomus-lookbook__product-type--list ul.products.product-card-layout-list li.product .product-inner, 	.ecomus-lookbook__product-type--list ul.products.product-card-layout-list li.product:last-child .product-inner { 		gap: 20px; 		padding-bottom: 0; 		border: none; 	} 	.ecomus-lookbook__product-type--list .ecomus-lookbook-products__button-item:hover { 		width: 30px; 		height: 30px; 	} 	.ecomus-lookbook__product-type--list .ecomus-lookbook-products__button-item:hover .ecomus-lookbook-products__button-dot { 		width: 8px; 		height: 8px; 	} 	.ecomus-lookbook__product-type--list .ecomus-lookbook-products__button { 		margin-top: 20px; 		padding-left: 30px; 		padding-right: 30px; 	} 	.ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__image, 	.ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__content { 		width: calc(6 / 12* 100% - var(--em-spacing-x) / 2); 	} 	.ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__content { 		padding-left: 20px; 	} 	.ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__wrapper { 		padding-left: 50px; 		padding-right: 50px; 	} 	.ecomus-lookbook-products__title { 		font-size: 35.55556px; 		font-size: 2.22222rem; 		margin: 0 0 32px 0; 	} 	.ecomus-lookbook-products__button-content { 		width: 30px; 		height: 30px; 	} 	.ecomus-lookbook-products__button-item { 		width: 24px; 		height: 24px; 	} 	.ecomus-lookbook-products__button-item.clicked { 		width: 30px; 		height: 30px; 	} 	.ecomus-lookbook-products__button-item.clicked .ecomus-lookbook-products__button-dot { 		width: 8px; 		height: 8px; 	} 	.ecomus-lookbook-products__button-dot { 		width: 8px; 		height: 8px; 	} 	.ecomus-banner__icon-position--top .ecomus-banner__button .ecomus-align-icon-left { 		order: 2; 	} 	.ecomus-video-banner { 		padding: 5%; 	} 	.ecomus-video-popup__marker { 		width: 80px; 		height: 80px; 	} 	.ecomus-video-popup__marker .ecomus-svg-icon { 		font-size: 16px; 		font-size: 1rem; 	} 	.ecomus-testimonial-carousel-4__content { 		font-size: 20px; 		font-size: 1.25rem; 	} 	.ecomus-testimonial-carousel-4__positioning { 		gap: 40px; 		margin-top: 31px; 	} 	.ecomus-featured-product__gallery--left.single-product div.product .woocommerce-product-gallery { 		flex-direction: column; 	} 	.ecomus-featured-product__gallery--left.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper { 		width: 100%; 		margin-bottom: 10px; 		margin-left: 0; 	} 	.ecomus-featured-product__gallery--left.single-product div.product .woocommerce-product-gallery .ecomus-product-gallery-thumbnails { 		width: 100%; 	} 	.ecomus-featured-product__gallery--left.single-product div.product .woocommerce-product-gallery .flex-control-nav { 		flex-direction: row; 	} }  @media (max-width: 1149px) { 	.ecomus-image-box-carousel__view-all-outsite { 		display: none; 	} }  @media (min-width: 1025px) { 	.ecomus-slidesperview-auto--yes .ecomus-image-carousel__item { 		width: fit-content; 	} 	.ecomus-hover-show-button-hover .ecomus-instagram--elementor .ecomus-instagram__item p a.button { 		opacity: 0; 	} 	.ecomus-hover-show-button-hover .ecomus-instagram--elementor .ecomus-instagram__item:hover p a.button { 		opacity: 1; 	} 	.ecomus-image-box-carousel .swiper .swiper-wrapper.columns-2 .swiper-slide { 		width: calc( 50% - ( ( var(--em-swiper-items-space) * ( 2 - 1 ) ) / 2 )); 	} 	.ecomus-image-box-carousel .swiper .swiper-wrapper.columns-3 .swiper-slide { 		width: calc( 33.33% - ( ( var(--em-swiper-items-space) * ( 3 - 1 ) ) / 3 )); 	} 	.ecomus-image-box-carousel .swiper .swiper-wrapper.columns-4 .swiper-slide { 		width: calc( 25% - ( ( var(--em-swiper-items-space) * ( 4 - 1 ) ) / 4 )); 	} 	.ecomus-image-box-carousel .swiper .swiper-wrapper.columns-5 .swiper-slide { 		width: calc( 20% - ( ( var(--em-swiper-items-space) * ( 5 - 1 ) ) / 5 )); 	} 	.ecomus-image-box-carousel .swiper .swiper-wrapper.columns-6 .swiper-slide { 		width: calc( 16.66% - ( ( var(--em-swiper-items-space) * ( 6 - 1 ) ) / 6 )); 	} 	.ecomus-slidesperview-auto--yes.ecomus-view-all-btn--yes .swiper { 		margin-right: 0 !important; 	} 	.ecomus-slidesperview-auto--yes .ecomus-image-box-carousel__item { 		overflow: hidden; 	} 	.ecomus-slidesperview-auto--yes .ecomus-image-box-carousel__item .ecomus-image-box-carousel__image { 		--em-image-eff-scale: 1.05; 		border-radius: var(--em-image-rounded); 		margin: 0 auto; 	} }  @media (max-width: 1149px) and (min-width: 768px) { 	.ecomus-product-category-tabs__items { 		padding: 27px 15px; 	} }  @media (max-width: 1024px) and (min-width: 768px) { 	.ecomus-tablet-slidesperview-auto--yes .ecomus-image-carousel__item { 		width: fit-content; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left .ecomus-icons-box-carousel__item > a, .ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right .ecomus-icons-box-carousel__item > a { 		display: flex; 		align-items: flex-start; 		flex-direction: row; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left .ecomus-icon-box__icon, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left .ecomus-icon-box__icon, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left .ecomus-icon-box__icon { 		order: 1; 		margin-right: var(--ecomus-icon-box-margin); 		margin-left: 0; 		margin-bottom: 0; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left .ecomus-icon-box-carousel__wrapper, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left .ecomus-icon-box-carousel__wrapper, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left .ecomus-icon-box-carousel__wrapper { 		order: 2; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a { 		justify-content: flex-start; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a { 		justify-content: center; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a { 		justify-content: flex-end; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top .ecomus-icons-box-carousel__item > a { 		display: flex; 		flex-direction: column; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top .ecomus-icon-box__icon, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top .ecomus-icon-box__icon, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top .ecomus-icon-box__icon { 		order: 1; 		margin-bottom: var(--ecomus-icon-box-margin); 		margin-left: 0; 		margin-right: 0; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top .ecomus-icon-box-carousel__wrapper, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top .ecomus-icon-box-carousel__wrapper, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top .ecomus-icon-box-carousel__wrapper { 		order: 2; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a { 		justify-content: flex-start; 		align-items: flex-start; 		text-align: left; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a { 		justify-content: center; 		align-items: center; 		text-align: center; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a { 		justify-content: flex-end; 		align-items: flex-end; 		text-align: right; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right .ecomus-icon-box__icon, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right .ecomus-icon-box__icon, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right .ecomus-icon-box__icon { 		order: 2; 		margin-left: var(--ecomus-icon-box-margin); 		margin-right: 0; 		margin-bottom: 0; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right .ecomus-icon-box-carousel__wrapper, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right .ecomus-icon-box-carousel__wrapper, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right .ecomus-icon-box-carousel__wrapper { 		order: 1; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a { 		justify-content: flex-start; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a { 		justify-content: center; 	} 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-tablet-icon-box__icon-position--right.ecomus-tablet-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a { 		justify-content: flex-end; 	} 	.ecomus-product-list--scrollbar-tablet ul.products.product-card-layout-list { 		max-height: 415px; 		overflow-x: hidden; 		overflow-y: auto; 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-image-box-carousel .swiper { 		margin-right: 0 !important; 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-image-box-carousel__item { 		overflow: hidden; 	} 	.ecomus-tablet-slidesperview-auto--yes .ecomus-image-box-carousel__item .ecomus-image-box-carousel__image { 		--em-image-eff-scale: 1.05; 		border-radius: var(--em-image-rounded); 		margin: 0 auto; 	} 	.title-line-no-tablet .ecomus-image-box-grid__title { 		white-space: normal; 	} }  @media (max-width: 1024px) { 	.ecomus-brands--grid .ecomus-brands-filters__items { 		width: calc( 33.333% - 30px); 	} 	.ecomus-brands--list .ecomus-brands-filters__heading { 		font-size: 32px; 		font-size: 2rem; 		padding: 0; 	} 	.ecomus-brands--list .ecomus-brands-filters__item { 		width: calc( 25% - 22.5px); 	} 	.ecomus-testimonial__title { 		font-size: 32px; 		font-size: 2rem; 	} 	.ecomus-testimonial__quote { 		font-size: 36px; 		font-size: 2.25rem; 	} 	.ecomus-testimonial__rating { 		margin-top: 6px; 	} 	.ecomus-testimonial__description { 		font-size: 16px; 		font-size: 1rem; 		line-height: 25px; 		margin-top: 12px; 	} 	.ecomus-testimonial__divider-yes .ecomus-testimonial__information, 	.ecomus-testimonial__information { 		margin-top: 13px; 	} 	.ecomus-timeline { 		padding-top: 100px; 	} 	.ecomus-timeline__inner { 		gap: 100px; 		padding: 80px 0; 	} 	.ecomus-timeline__inner::before, .ecomus-timeline__inner::after { 		width: 20px; 	} 	.ecomus-timeline__inner::before { 		left: calc(50% + 20px); 		transform: translate(-50%); 	} 	.ecomus-timeline__inner::after { 		right: calc(50% + 20px); 		transform: translate(50%); 	} 	.ecomus-store-locations__tabs { 		width: 41.66667%; 	} 	.ecomus-store-locations__tab { 		width: 58.33333%; 	} 	.ecomus-slides-elementor .ecomus-slide__title { 		font-size: 44px; 		font-size: 2.75rem; 	} 	.ecomus-slides-elementor .swiper-pagination { 		--em-swiper-pagination-spacing: 42.75px; 	} 	.ecomus-marquee { 		padding: 21px 0; 	} 	.ecomus-banner { 		height: 420px; 	} 	.ecomus-banner__title { 		font-size: 20px; 		font-size: 1.25rem; 		margin-bottom: 21px; 	} 	.ecomus-banner__description { 		font-size: 14px; 		font-size: 0.875rem; 		margin-bottom: 21px; 	} 	.ecomus-banner__button { 		margin-bottom: 30px; 	} 	.e-con-inner { 		--em-container-spacing: 30px; 	} 	.ecomus-stores-tab__heading { 		gap: 20px; 		margin-bottom: 30px; 	} 	.ecomus-stores-tab__content { 		padding: 30px 30px 30px 32px; 	} 	.ecomus-stores-tab__title { 		margin-bottom: 21px; 	} 	.ecomus-image-content-slider .swiper-pagination { 		--em-swiper-pagination-spacing: 12px; 	} 	.ecomus-image-content-slider .swiper-pagination { 		padding-left: 26px; 	} 	.ecomus-image-content-slider__content { 		padding-left: 30px; 	} 	.ecomus-image-content-slider__title { 		font-size: 40px; 		font-size: 2.5rem; 		margin-bottom: 12px; 	} 	.ecomus-image-content-slider__description { 		margin-bottom: 32px; 	} 	.ecomus-image-content-slider__image { 		height: 345px; 	} 	.ecomus-product-tabs-grid__heading { 		gap: 30px; 	} 	.ecomus-product-tabs-grid__heading:not(.has-heading) span, 	.ecomus-product-tabs-grid__heading:not(.has-heading) a { 		font-size: 26px; 		font-size: 1.625rem; 		line-height: 31.2px; 		padding: 0 0 10px; 	} 	.ecomus-product-tabs-grid__heading.has-heading h4 { 		font-size: 32px; 		font-size: 2rem; 	} 	.ecomus-product-tabs-grid__heading.has-heading .ecomus-product-tabs-grid__tab-heading { 		max-width: 60%; 		justify-content: flex-start; 		flex-wrap: nowrap; 		overflow-y: hidden; 		overflow-x: auto; 		scroll-behavior: smooth; 	} 	.ecomus-product-tabs-grid__heading.has-heading .ecomus-product-tabs-grid__tab-heading::-webkit-scrollbar { 		display: none; 	} 	.ecomus-product-tabs-grid__heading.has-heading .ecomus-product-tabs-grid__tab-heading span, 	.ecomus-product-tabs-grid__heading.has-heading .ecomus-product-tabs-grid__tab-heading a { 		white-space: nowrap; 	} 	.ecomus-show-border-yes ul.products li.product { 		padding: 20px 10px; 	} 	.ecomus-image-info__image, 	.ecomus-image-info__location { 		height: 450px; 	} 	.ecomus-image-info__summary { 		min-width: 350px; 		margin-left: 36px; 		padding: 20px; 	} 	.ecomus-product-category-tabs__item { 		font-size: 22px; 		font-size: 1.375rem; 		padding: 13px 0; 	} 	.ecomus-categories-carousel__content--side .ecomus-categories-carousel__content { 		left: 15px; 	} 	.ecomus-categories-carousel__content--side .ecomus-categories-carousel__button { 		left: 15px; 	} 	.ecomus-product-tabs-carousel__heading { 		gap: 30px; 		margin-bottom: 30px; 	} 	.ecomus-product-tabs-carousel__heading span { 		font-size: 26px; 		font-size: 1.625rem; 		line-height: 31.2px; 		padding: 0 0 10px; 	} 	.ecomus-testimonial-carousel-2__item[data-image="true"] { 		gap: 16px; 		flex-direction: column; 	} 	.ecomus-testimonial-carousel-2__image { 		max-width: 100%; 		margin: 0 auto; 	} 	.ecomus-hero-images__image::before { 		width: 384px; 	} 	.ecomus-hero-images__content { 		padding: 40px 20px; 		min-width: 450px; 	} 	.ecomus-hero-images__title { 		font-size: 40px; 		font-size: 2.5rem; 	} 	.ecomus-testimonial-carousel-2__product-button { 		display: none; 	} 	.ecomus-store-locations__content { 		padding: 18px 15px; 	} 	.ecomus-countdown-below--yes .product-summary .em-product-countdown { 		margin-top: 30px; 	} 	.ecomus-countdown-below--yes .product-summary .em-product-countdown .ecomus-countdown { 		gap: 5px; 	} 	.ecomus-countdown-below--yes .product-summary .em-product-countdown .timer { 		padding: 5px 0 5px; 		min-width: 42px; 	} 	.ecomus-countdown-below--yes .product-summary .em-product-countdown .digits { 		font-size: 20px; 		font-size: 1.25rem; 	} 	.ecomus-product-price-tables-carousel .product-summary { 		padding: 20px; 	} 	.ecomus-product-price-tables-carousel__description { 		font-size: 14px; 		font-size: 0.875rem; 		padding-top: 14px; 	} 	.ecomus-product-price-tables-carousel__description ul.no-style li { 		margin-bottom: 10px; 	} 	.ecomus-product-price-tables-carousel__description ul.no-style li:last-child { 		margin-bottom: 0; 	} 	.ecomus-product-price-tables-carousel__button { 		margin-top: 20px; 	} }  @media (max-width: 991px) and (min-width: 768px) { 	.ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__wrapper { 		padding-left: 40px; 		padding-right: 0; 	} }  @media (max-width: 991px) { 	.ecomus-testimonial__gallery-content { 		padding-top: 0; 	} 	.ecomus-time-countdown--1 .timer { 		padding: 7px 0 6px; 		min-width: 70px; 	} 	.ecomus-time-countdown--1 .digits { 		font-size: 26px; 		font-size: 1.625rem; 	} 	.ecomus-categories-carousel__heading { 		margin-bottom: 50px; 	} 	.ecomus-categories-carousel__heading h4 { 		font-size: 32px; 		font-size: 2rem; 	} 	.ecomus-products-carousel__heading-display-between h4 { 		font-size: 32px; 		font-size: 2rem; 	} 	.ecomus-flash-sale-carousel { 		padding: 60px 20px 20px; 	} 	.ecomus-flash-sale-carousel__title { 		gap: 10px; 		padding: 4px 16px; 		margin-left: 15px; 	} 	.ecomus-flash-sale-carousel__title h4 { 		font-size: 32px; 		font-size: 2rem; 	} 	.ecomus-flash-sale-carousel__title .ecomus-svg-icon { 		font-size: 31px; 		font-size: 1.9375rem; 	} }  @media (min-width: 768px) { 	.sticky-navigation-bar { 		position: sticky; 		top: var(--em-navigation-bar-top, 32px); 		transition: 0.3s; 	} 	.ecomus-icon-box__position-left .ecomus-icon-box { 		display: flex; 		align-items: center; 		text-align: left; 	} 	.ecomus-icon-box__position-left .ecomus-icon-box__icon { 		margin-right: 30px; 		margin-bottom: 0; 	} 	.ecomus-icon-box__position-left .ecomus-icon-box__title { 		font-size: 18px; 		font-size: 1.125rem; 		margin-bottom: 3px; 	} 	.ecomus-stores-tab-reverse--yes .ecomus-stores-tab__item { 		flex-direction: row-reverse; 	} 	.ecomus-sticky--yes .ecomus-lookbook-products__image, 	.ecomus-sticky--yes .ecomus-lookbook-products__content { 		position: sticky; 		position: -webkit-sticky; 		top: 0; 		align-self: flex-start; 	} 	.ecomus-image-box-carousel__heading .swiper-pagination { 		display: block !important; 	} }  @media (max-width: 767px) { 	.ecomus-brands-filters { 		justify-content: flex-start; 	} 	.ecomus-brands-filters__heading { 		font-size: 22px; 		font-size: 1.375rem; 	} 	.ecomus-brands--grid .ecomus-brands-filters__wrapper { 		margin: 0 -7.5px; 		row-gap: 15px; 	} 	.ecomus-brands--grid .ecomus-brands-filters__items { 		margin: 0 7.5px; 		width: calc( 50% - 15px); 		padding: 15px; 	} 	.ecomus-brands--list .ecomus-brands-filters__heading { 		font-size: 22px; 		font-size: 1.375rem; 	} 	.ecomus-brands--list .ecomus-brands-filters__content { 		gap: 15px; 	} 	.ecomus-brands--list .ecomus-brands-filters__item { 		width: calc( 50% - 7.5px); 	} 	.ecomus-timeline { 		padding-top: 60px; 		text-align: center; 	} 	.ecomus-timeline__inner { 		gap: 30px; 		flex-direction: column-reverse; 	} 	.ecomus-timeline__inner::before, .ecomus-timeline__inner::after { 		display: none; 	} 	.ecomus-timeline__item:nth-child(2n+1) .ecomus-timeline__inner { 		flex-direction: column-reverse; 	} 	.ecomus-timeline__item:nth-child(2n+1) .ecomus-timeline__content { 		text-align: center; 	} 	.ecomus-timeline__item::before { 		display: none; 	} 	.ecomus-timeline__image, 	.ecomus-timeline__content { 		width: 100%; 	} 	.ecomus-timeline__title { 		font-size: 22px; 		font-size: 1.375rem; 	} 	.ecomus-store-locations { 		flex-direction: column; 	} 	.ecomus-store-locations__tabs { 		width: 100%; 	} 	.ecomus-store-locations__scroll { 		gap: 15px; 		position: relative; 		overflow: hidden; 	} 	.ecomus-store-locations__content.active .ecomus-store-locations__info { 		display: block; 	} 	.ecomus-store-locations__content:not(.active) .ecomus-store-locations__title { 		margin-bottom: 0; 	} 	.ecomus-store-locations__title { 		font-size: 16px; 		font-size: 1rem; 		line-height: 1.2; 	} 	.ecomus-store-locations__info { 		display: none; 	} 	.ecomus-store-locations__tab { 		width: 100%; 	} 	.ecomus-testimonial__inner { 		width: 100%; 	} 	.ecomus-testimonial__title { 		font-size: 22px; 		font-size: 1.375rem; 	} 	.ecomus-testimonial__image-position--left .ecomus-testimonial-carousel--elementor { 		flex-direction: row; 	} 	.ecomus-icon-box__title { 		font-size: 22px; 		font-size: 1.375rem; 	} 	.ecomus-slides-elementor .ecomus-slide__title { 		font-size: 34px; 		font-size: 2.125rem; 	} 	.ecomus-slides-elementor .ecomus-slide__description { 		font-size: 0; 		margin-bottom: 0; 	} 	.ecomus-slides-elementor .ecomus-slide__button { 		--em-button-font-size: 16px; 		--em-button-padding-left: 16px; 		--em-button-padding-right: 16px; 		--em-button-padding-top: 11px; 		--em-button-padding-bottom: 11px; 	} 	.ecomus-slides-elementor .ecomus-slide__button .ecomus-svg-icon { 		font-size: 10px; 		font-size: 0.625rem; 	} 	.ecomus-slides-elementor .swiper-pagination { 		--em-swiper-pagination-spacing: 22.8px; 	} 	.ecomus-marquee { 		padding: 20px 0; 	} 	.ecomus-marquee__icon { 		font-size: 18px; 		font-size: 1.125rem; 	} 	.ecomus-marquee__text { 		font-size: 18px; 		font-size: 1.125rem; 	} 	.ecomus-image-box-carousel__heading { 		flex-direction: row-reverse; 		justify-content: space-between; 	} 	.ecomus-image-box-carousel__heading.ecomus-image-box-carousel__heading--dots { 		flex-direction: row; 	} 	.ecomus-image-box-carousel__button:not(.ecomus-image-box-carousel__button-yes) { 		margin-left: 0; 	} 	.ecomus-categories-grid__title { 		--em-button-font-size: 16px; 		--em-button-padding-left: 20px; 		--em-button-padding-right: 20px; 		max-width: calc(100% - 30px); 		bottom: 15px; 	} 	.ecomus-categories-grid__item { 		margin-bottom: 15px; 	} 	.ecomus-image-box-carousel__title { 		margin-top: 15px; 		font-size: 20px; 		font-size: 1.25rem; 		line-height: 24px; 	} 	.ecomus-image-box-carousel__item-side .ecomus-image-box-carousel__summary { 		padding: 10px 15px; 	} 	.ecomus-image-box-carousel__description { 		margin-bottom: 10px; 	} 	.ecomus-images-hotspot__button { 		width: 20px; 		height: 20px; 	} 	.ecomus-images-hotspot__button span { 		width: 6px; 		height: 6px; 	} 	.ecomus-images-hotspot__button::after { 		display: none; 	} 	.ecomus-image-hotspot__button { 		width: 20px; 		height: 20px; 	} 	.ecomus-image-hotspot__button span { 		width: 6px; 		height: 6px; 	} 	.ecomus-image-hotspot__button::after { 		display: none; 	} 	.ecomus-testimonial-carousel-2 .swiper-pagination { 		--em-swiper-pagination-spacing: 15px; 	} 	.ecomus-testimonial-carousel-2__item { 		padding: 0 20px; 	} 	.ecomus-testimonial-carousel-2__rating { 		margin-top: 34px; 		margin-bottom: 14px; 	} 	.ecomus-testimonial-carousel-2__content { 		margin-bottom: 20px; 	} 	.ecomus-testimonial-carousel-2__text { 		margin-bottom: 30px; 	} 	.ecomus-testimonial-carousel-2__product { 		margin-bottom: 20px; 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-image-carousel__item { 		width: fit-content; 	} 	.ecomus-image-carousel .swiper-pagination { 		--em-swiper-pagination-spacing: 15px; 	} 	.ecomus-banner { 		height: 300px; 	} 	.ecomus-banner__title { 		font-size: 18px; 		font-size: 1.125rem; 		margin-bottom: 15px; 	} 	.ecomus-banner__sub-title { 		font-size: 14px; 		font-size: 0.875rem; 	} 	.ecomus-banner__title + .ecomus-banner__sub-title { 		margin-top: -12px; 	} 	.ecomus-banner__description { 		margin-bottom: 15px; 	} 	.ecomus-banner__button { 		margin-bottom: 18.75px; 	} 	.e-con-inner { 		--em-container-spacing: 15px; 	} 	.ecomus-time-countdown--1 .timer { 		min-width: 60px; 	} 	.ecomus-time-countdown--1 .digits { 		font-size: 16px; 		font-size: 1rem; 	} 	.ecomus-time-countdown--1 .text { 		font-size: 12px; 		font-size: 0.75rem; 	} 	.ecomus-time-countdown--2 .ecomus-time-countdown__wrapper { 		padding: 4px 10px; 	} 	.ecomus-stores-tab__heading { 		gap: 15px; 		flex-wrap: nowrap; 		overflow-y: hidden; 		overflow-x: auto; 		scroll-behavior: smooth; 		white-space: nowrap; 	} 	.ecomus-stores-tab__heading::-webkit-scrollbar { 		display: none; 	} 	.ecomus-stores-tab__heading span { 		font-size: 20px; 		font-size: 1.25rem; 	} 	.ecomus-stores-tab__animation--underline { 		justify-content: flex-start; 	} 	.ecomus-stores-tab__item { 		flex-direction: column; 		align-items: flex-start; 	} 	.ecomus-stores-tab__item .ecomus-stores-tab__image::before { 		display: none; 	} 	.ecomus-stores-tab__item .ecomus-stores-tab__image img { 		position: static; 	} 	.ecomus-stores-tab__item > * { 		width: 100%; 	} 	.ecomus-stores-tab__content { 		padding: 30px 15px; 	} 	.ecomus-stores-tab__title { 		font-size: 18px; 		font-size: 1.125rem; 	} 	.ecomus-stores-tab__description p { 		margin-bottom: 1em; 	} 	.ecomus-stores-tab-reverse--yes .ecomus-stores-tab__item { 		flex-direction: column-reverse; 	} 	.ecomus-image-content-slider .swiper-pagination { 		--em-swiper-pagination-spacing: 4px; 	} 	.ecomus-image-content-slider__item { 		flex-direction: column-reverse; 		height: auto; 		justify-content: flex-end; 	} 	.ecomus-image-content-slider__item > * { 		width: 100%; 	} 	.ecomus-image-content-slider .swiper-pagination { 		padding-left: 0; 	} 	.ecomus-image-content-slider__content { 		padding: 40px 15px; 		text-align: center; 	} 	.ecomus-image-content-slider__title { 		font-size: 32px; 		font-size: 2rem; 		margin-bottom: 14px; 	} 	.ecomus-image-content-slider__description { 		font-size: 16px; 		font-size: 1rem; 		margin-bottom: 22px; 	} 	.ecomus-image-content-slider__button { 		--em-button-font-size: 16px; 		--em-button-padding-left: 25.5px; 		--em-button-padding-right: 25.5px; 		--em-button-padding-top: 11.5px; 		--em-button-padding-bottom: 11.5px; 	} 	.ecomus-image-content-slider__button .ecomus-svg-icon { 		font-size: 10px; 		font-size: 0.625rem; 		margin-left: 6px; 	} 	.ecomus-image-content-slider__image { 		height: 300px; 	} 	.ecomus-categories-carousel .swiper-button { 		width: 24px; 		height: 24px; 	} 	.ecomus-categories-carousel__heading { 		padding-right: 15px; 		margin-bottom: 30px; 	} 	.ecomus-categories-carousel__heading h4 { 		font-size: 22px; 		font-size: 1.375rem; 	} 	.ecomus-categories-carousel__title { 		font-size: 15px; 		font-size: 0.9375rem; 		margin-top: 12px; 	} 	.ecomus-categories-carousel__content--below .ecomus-button-link { 		right: 15px; 		bottom: 15px; 	} 	.ecomus-categories-carousel__content--side .ecomus-categories-carousel__content { 		top: 15px; 		left: 10px; 	} 	.ecomus-categories-carousel__content--side .ecomus-categories-carousel__button { 		left: 10px; 		bottom: 15px; 	} 	.ecomus-products-carousel__heading-display-between { 		margin-bottom: 28px; 	} 	.ecomus-products-carousel__heading-display-between h4 { 		font-size: 22px; 		font-size: 1.375rem; 	} 	.ecomus-products-carousel__heading-display-center { 		margin-bottom: 28px; 	} 	.ecomus-product-tabs-grid__heading:not(.has-heading) { 		justify-content: flex-start; 		flex-wrap: nowrap; 		overflow-y: hidden; 		overflow-x: auto; 		scroll-behavior: smooth; 	} 	.ecomus-product-tabs-grid__heading:not(.has-heading)::-webkit-scrollbar { 		display: none; 	} 	.ecomus-product-tabs-grid__heading:not(.has-heading) span, 	.ecomus-product-tabs-grid__heading:not(.has-heading) a { 		font-size: 20px; 		font-size: 1.25rem; 		line-height: 24px; 		padding: 0 0 5px; 		white-space: nowrap; 	} 	.ecomus-product-tabs-grid__heading.has-heading { 		gap: 15px; 		flex-direction: column; 		margin-bottom: 30px; 	} 	.ecomus-product-tabs-grid__heading.has-heading h4 { 		font-size: 22px; 		font-size: 1.375rem; 		text-align: center; 	} 	.ecomus-product-tabs-grid__heading.has-heading .ecomus-product-tabs-grid__tab-heading { 		max-width: 100%; 	} 	.ecomus-product-tabs-grid__heading.has-heading .ecomus-product-tabs-grid__tab-heading span, 	.ecomus-product-tabs-grid__heading.has-heading .ecomus-product-tabs-grid__tab-heading a { 		font-size: 14px; 		font-size: 0.875rem; 		gap: 5px; 	} 	.ecomus-product-tabs-grid__heading.has-heading .ecomus-product-tabs-grid__tab-heading span .ecomus-svg-icon, 	.ecomus-product-tabs-grid__heading.has-heading .ecomus-product-tabs-grid__tab-heading a .ecomus-svg-icon { 		font-size: 9px; 		font-size: 0.5625rem; 	} 	.ecomus-image-info { 		flex-direction: column; 	} 	.ecomus-image-info__image, 	.ecomus-image-info__location { 		height: 300px; 	} 	.ecomus-image-info__summary { 		position: relative; 		min-width: auto; 		margin-left: 0; 		text-align: center; 	} 	.ecomus-image-info__title { 		font-size: 18px; 		font-size: 1.125rem; 		margin-bottom: 18px; 	} 	.ecomus-image-info__description { 		margin-bottom: 15px; 	} 	.ecomus-lookbook__product-type--carousel { 		flex-direction: column-reverse; 	} 	.ecomus-lookbook__product-type--carousel .product-inner { 		display: flex; 		gap: 20px; 	} 	.ecomus-lookbook__product-type--carousel .product-inner .product-thumbnail { 		--em-image-rounded-product-card: var(--em-image-rounded-product-card-small); 		width: 100%; 		max-width: 100px; 	} 	.ecomus-lookbook__product-type--carousel .product-inner .product-thumbnail .wcboost-wishlist-button, 	.ecomus-lookbook__product-type--carousel .product-inner .product-thumbnail .wcboost-products-compare-button { 		display: none; 	} 	.ecomus-lookbook__product-type--carousel ul.products li.product .woocommerce-loop-product__title, 	.ecomus-lookbook__product-type--carousel ul.products li.product .ecomus-rating { 		margin-top: 0; 	} 	.ecomus-lookbook__product-type--carousel ul.products li.product .ecomus-rating { 		margin-bottom: 0; 	} 	.ecomus-lookbook__product-type--carousel ul.products li.product .product-summary { 		padding-top: 0; 		display: block; 		text-align: left; 	} 	.ecomus-lookbook__product-type--carousel ul.products li.product .ecomus-rating { 		margin-bottom: 9px; 	} 	.ecomus-lookbook__product-type--carousel ul.products li.product .product-featured-icons .product-loop-button { 		--em-button-height: 32px; 		--em-button-width: 32px; 	} 	.ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__image, 	.ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__content { 		width: 100%; 	} 	.ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__content, 	.ecomus-lookbook__product-type--carousel .ecomus-lookbook-products__wrapper { 		padding: 0; 	} 	.ecomus-lookbook__product-type--carousel .swiper-pagination { 		display: block; 	} 	.ecomus-lookbook__product-type--list { 		flex-direction: column; 	} 	.ecomus-lookbook__product-type--list ul.products.product-card-layout-list li.product .product-thumbnail { 		width: 100%; 		max-width: 100px; 	} 	.ecomus-lookbook__product-type--list .ecomus-lookbook-products__title { 		font-size: 24px; 		font-size: 1.5rem; 		margin-bottom: 10px; 	} 	.ecomus-lookbook__product-type--list .ecomus-lookbook-products__wrapper { 		text-align: center; 	} 	.ecomus-lookbook__product-type--list .ecomus-lookbook-products__inner { 		margin-top: 30px; 		text-align: left; 	} 	.ecomus-lookbook-products__image, 	.ecomus-lookbook-products__content { 		width: 100%; 	} 	.ecomus-lookbook-products__title { 		font-size: 30px; 		font-size: 1.875rem; 		margin: 0 0 17px 0; 	} 	.ecomus-product-category-tabs { 		flex-direction: column; 	} 	.ecomus-product-category-tabs__items { 		gap: 20px; 		flex-direction: row; 		width: 100%; 		flex-wrap: nowrap; 		overflow-y: hidden; 		overflow-x: auto; 		scroll-behavior: smooth; 	} 	.ecomus-product-category-tabs__items::-webkit-scrollbar { 		display: none; 	} 	.ecomus-product-category-tabs__item { 		font-size: 15px; 		font-size: 0.9375rem; 		padding: 5px 0; 		border-bottom: none; 		white-space: nowrap; 	} 	.ecomus-product-category-tabs__images { 		width: 100%; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left .ecomus-icons-box-carousel__item > a, .ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right .ecomus-icons-box-carousel__item > a { 		display: flex; 		align-items: flex-start; 		flex-direction: row; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left .ecomus-icon-box__icon, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left .ecomus-icon-box__icon, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left .ecomus-icon-box__icon { 		order: 1; 		margin-right: var(--ecomus-icon-box-margin); 		margin-left: 0; 		margin-bottom: 0; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left .ecomus-icon-box-carousel__wrapper, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left .ecomus-icon-box-carousel__wrapper, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left .ecomus-icon-box-carousel__wrapper { 		order: 2; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a { 		justify-content: flex-start; 		text-align: left; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a { 		justify-content: center; 		text-align: center; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a { 		justify-content: flex-end; 		text-align: right; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top .ecomus-icons-box-carousel__item > a { 		display: flex; 		flex-direction: column; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top .ecomus-icon-box__icon, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top .ecomus-icon-box__icon, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top .ecomus-icon-box__icon { 		order: 1; 		margin-bottom: var(--ecomus-icon-box-margin); 		margin-left: 0; 		margin-right: 0; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top .ecomus-icon-box-carousel__wrapper, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top .ecomus-icon-box-carousel__wrapper, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top .ecomus-icon-box-carousel__wrapper { 		order: 2; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a { 		justify-content: flex-start; 		align-items: flex-start; 		text-align: left; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a { 		justify-content: center; 		align-items: center; 		text-align: center; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a { 		justify-content: flex-end; 		align-items: flex-end; 		text-align: right; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right .ecomus-icon-box__icon, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right .ecomus-icon-box__icon, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right .ecomus-icon-box__icon { 		order: 2; 		margin-left: var(--ecomus-icon-box-margin); 		margin-right: 0; 		margin-bottom: 0; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right .ecomus-icon-box-carousel__wrapper, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right .ecomus-icon-box-carousel__wrapper, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right .ecomus-icon-box__wrapper, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right .ecomus-icon-box-carousel__wrapper { 		order: 1; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--left .ecomus-icons-box-carousel__item > a { 		justify-content: flex-start; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--center .ecomus-icons-box-carousel__item > a { 		justify-content: center; 	} 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--left.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icon-box, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item, 	.ecomus-icon-box__icon-position--top.ecomus-mobile-icon-box__icon-position--right.ecomus-mobile-icon-box__icon-alignment--right .ecomus-icons-box-carousel__item > a { 		justify-content: flex-end; 	} 	.ecomus-testimonial-carousel-3__item { 		padding: 20px 24px 30px; 	} 	.ecomus-product-tabs-carousel__heading { 		flex-wrap: nowrap; 		overflow-y: hidden; 		overflow-x: auto; 		scroll-behavior: smooth; 	} 	.ecomus-product-tabs-carousel__heading::-webkit-scrollbar { 		display: none; 	} 	.ecomus-product-tabs-carousel__heading span { 		font-size: 20px; 		font-size: 1.25rem; 		line-height: 24px; 		padding: 0 0 5px; 		white-space: nowrap; 	} 	.ecomus-hero-images { 		--em-button-padding-top: 12px; 		--em-button-padding-right: 24px; 		--em-button-padding-bottom: 11px; 		--em-button-padding-left: 24px; 		--em-button-font-size: 16px; 		--em-button-icon-spacing: 6px; 	} 	.ecomus-hero-images__image::before { 		width: 375px; 	} 	.ecomus-hero-images__content { 		padding: 20px 15px; 		min-width: auto; 	} 	.ecomus-hero-images__title { 		font-size: 24px; 		font-size: 1.5rem; 		margin-bottom: 20px; 	} 	.ecomus-product-list--scrollbar-mobile ul.products.product-card-layout-list { 		max-height: 415px; 		overflow-x: hidden; 		overflow-y: auto; 	} 	.ecomus-flash-sale-carousel ul.products li.product .product-inner { 		padding: 5px 5px 20px; 	} 	.ecomus-countdown-below--yes .product-summary .em-product-countdown { 		display: none; 	} 	.ecomus-code-discount input.ecomus-code-discount__input { 		border-radius: var(--em-input-rounded) 0 0 var(--em-input-rounded); 	} 	.ecomus-code-discount__copy { 		position: relative; 		transform: none; 		visibility: visible; 		opacity: 1; 	} 	.ecomus-code-discount__copy::after { 		max-width: 190px; 		left: auto; 		right: 60%; 		transform: translateX(40%); 	} 	.ecomus-instagram--elementor .ecomus-instagram__item p a.button:not(.loading):before, .ecomus-instagram--elementor .ecomus-instagram__item p a.button:not(.loading):after { 		display: none; 	} 	.ecomus-subscribe-box .ecomus-currency-language .currency-dropdown { 		left: 0 !important; 		transform: none; 	} 	.ecomus-video-banner__wrapper { 		justify-content: center; 	} 	.ecomus-video-banner__content { 		padding: 20px; 		text-align: center; 	} 	.ecomus-video-banner__before-title { 		font-size: 16px; 		font-size: 1rem; 		font-weight: 400; 	} 	.ecomus-video-banner__title { 		font-size: 34px; 		font-size: 2.125rem; 		font-weight: 400; 	} 	.ecomus-video-banner-button { 		--em-button-padding-top: 12px; 		--em-button-padding-bottom: 12px; 		--em-button-padding-right: 22px; 		--em-button-padding-left: 22px; 		--em-button-font-size: 16px; 		margin-top: 27px; 	} 	.ecomus-video-popup__marker { 		width: 50px; 		height: 50px; 	} 	.ecomus-video-popup__marker .ecomus-svg-icon { 		font-size: 10px; 		font-size: 0.625rem; 	} 	.ecomus-numbered-list__item { 		gap: 10px; 		padding-bottom: 15px; 		margin-bottom: 15px; 	} 	.ecomus-numbered-list__number { 		width: 40px; 		flex: 0 0 40px; 		height: 40px; 	} 	.ecomus-testimonial-carousel-4__text { 		margin-bottom: 32px; 	} 	.ecomus-testimonial-carousel-4__content { 		font-size: 16px; 		font-size: 1rem; 	} 	.ecomus-testimonial-carousel-4__positioning { 		gap: 20px; 		margin-top: 28px; 	} 	.ecomus-product-price-tables-carousel .product-summary { 		padding: 15px 15px 20px; 	} 	.ecomus-product-price-tables-carousel__description { 		margin-top: 15px; 	} 	.ecomus-mobile-slidesperview-auto--yes.ecomus-view-all-btn--yes .swiper { 		margin-right: 0 !important; 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-image-box-carousel__item { 		overflow: hidden; 	} 	.ecomus-mobile-slidesperview-auto--yes .ecomus-image-box-carousel__item .ecomus-image-box-carousel__image { 		--em-image-eff-scale: 1.05; 		border-radius: var(--em-image-rounded); 		margin: 0 auto; 	} 	.title-line-no-mobile .ecomus-image-box-grid__title { 		white-space: normal; 	} }  @media (max-width: 600px) { 	.ecomus-navigation-menu__title, 	.ecomus-subscribe-box__title { 		margin-bottom: 10px; 	} }  @media (max-width: 480px) { 	.ecomus-banner__summary { 		left: 0; 		right: 0; 	} }  .elementor .e-con { 	--content-width: min(100%, var(--container-max-width, 1440px)); 	--padding-top: var(--container-default-padding-top, 0); 	--padding-right: var(--container-default-padding-right, 0); 	--padding-bottom: var(--container-default-padding-bottom, 0); 	--padding-left: var(--container-default-padding-left, 0); }  .elementor .e-con > .e-con-inner { 	margin-left: auto; 	margin-right: auto; }  .elementor .e-parent > .e-con-inner { 	--inner-padding-inline-start: var(--em-container-spacing); 	--inner-padding-inline-end:  var(--em-container-spacing); 	padding-inline-start: var(--inner-padding-inline-start); 	padding-inline-end: var(--inner-padding-inline-end); 	max-width: calc( var(--content-width) + var(--em-container-spacing) * 2); }  .elementor .elementor-widget-text-editor .elementor-widget-container > *:first-child { 	margin-top: 0; }  .elementor .elementor-widget-text-editor .elementor-widget-container > *:last-child { 	margin-bottom: 0; }  .elementor .elementor-widget:not(:last-child) { 	margin-bottom: 0; }  .elementor .em-ratio img { 	max-width: 100%; 	height: 100%; 	pointer-events: none; }  .elementor .elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor .elementor-widget-icon-list .elementor-icon-list-item > a, .elementor .elementor-widget-heading .elementor-heading-title, .elementor .elementor-widget-text-editor { 	font-family: inherit; }  .elementor .elementor-widget-image { 	text-align: left; }  .elementor .e-con-inner > .elementor-widget-video, .elementor .e-con > .elementor-widget-video, .elementor .elementor-widget-video .elementor-wrapper { 	height: var(--min-height); 	width: 100%; }  .elementor .wcboost-variation-swatches--image img { 	border-radius: inherit; 	height: 100%; }  .ecomus-heading { 	margin: 0; }  .ecomus-heading__icon { 	line-height: 1; }  .ecomus-toggle-mobile__title--toggle { 	display: flex; 	justify-content: space-between; 	align-items: center; 	cursor: pointer; 	position: relative; }  .ecomus-toggle-mobile__title--toggle + .ecomus-toggle-mobile__content { 	display: none; 	padding-bottom: 10px; }  .ecomus-toggle-mobile__title--toggle.active .em-collapse-icon:before, .ecomus-toggle-mobile__title--toggle.active .em-collapse-icon:after { 	-webkit-transform: translateY(-50%) rotate(0); 	transform: translateY(-50%) rotate(0); }  .ecomus-toggle-mobile__title--toggle .em-collapse-icon { 	position: relative; 	width: 12px; }  .ecomus-toggle-mobile__title--toggle .em-collapse-icon:before, .ecomus-toggle-mobile__title--toggle .em-collapse-icon:after { 	content: ""; 	position: absolute; 	top: 50%; 	right: 0; 	transform: translateY(-50%); 	display: inline-block; 	margin-top: -1px; 	width: 12px; 	height: 1px; 	background-color: currentColor; 	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out; }  .ecomus-toggle-mobile__title--toggle .em-collapse-icon:after { 	-webkit-transform: translateY(-50%) rotate(-90deg); 	transform: translateY(-50%) rotate(-90deg); }  .em-sticky { 	position: -webkit-sticky; 	position: sticky; 	top: 0; 	align-self: flex-start; }  .ecomus-single-product-builder--empty { 	margin: 100px auto; 	max-width: 600px; 	width: 100%; 	text-align: center; }  .ecomus-single-product-builder--empty h4 { 	margin-bottom: 20px; 	margin-top: 0; }  .ecomus-single-product-builder--empty a { 	text-decoration: underline; 	text-underline-offset: 3px; }  @media (max-width: 768px) { 	.ecomus-single-product-builder--empty h4 { 		font-size: 28px; 	} }  @media (min-width: 1025px) { 	.em-responsive-image__tablet, 	.em-responsive-image__mobile { 		display: none; 	} }  @media (max-width: 1024px) and (min-width: 768px) { 	.em-responsive-image__desktop.hidden-tablet { 		display: none; 	} 	.em-responsive-image__mobile { 		display: none; 	} }  @media (max-width: 767px) { 	.em-responsive-image__desktop.hidden-mobile { 		display: none; 	} 	.em-responsive-image__tablet.hidden-mobile { 		display: none; 	} }  /* Navigation Bar --------------------------------------------- */ .ecomus-mobile-navigation-bar { 	position: fixed; 	bottom: 0; 	left: 0; 	right: 0; 	z-index: 801; 	background-color: var(--em-color__light); 	display: flex; 	align-items: flex-end; 	justify-content: space-between; 	padding: 7px 15px; 	height: 67px; 	--em-color__navigation-bar--box-shadow: rgba(0, 0, 0, 0.08); 	box-shadow: 0 -4px 10px 0 var(--em-color__navigation-bar--box-shadow); 	overflow-x: auto; 	overflow-y: hidden; 	scroll-behavior: smooth; 	-webkit-overflow-scrolling: touch; 	overscroll-behavior-x: contain; 	scrollbar-width: 1px; 	scrollbar-color: var(--em-color__grayer); }  .ecomus-mobile-navigation-bar::-webkit-scrollbar-thumb { 	background-color: transparent; 	border-radius: 8px; }  .ecomus-mobile-navigation-bar::-webkit-scrollbar-thumb { 	background-color: rgba(0, 0, 0, 0.16); }  .ecomus-mobile-navigation-bar::-webkit-scrollbar-track { 	background-color: rgba(255, 255, 255, 0.05); }  .ecomus-mobile-navigation-bar__item { 	height: 100%; 	width: 20%; }  .ecomus-mobile-navigation-bar__icon { 	--em-button-color: #000000; 	--em-button-color-hover: var(--em-button-color); 	--em-button-bg-color: transparent; 	--em-button-bg-color-hover: transparent; 	--em-button-border-color-hover: transparent; 	font-size: 12px; 	font-size: 0.75rem; 	gap: 9px; 	height: 100%; }  .ecomus-mobile-navigation-bar__icon .ecomus-svg-icon { 	font-size: 18px; 	font-size: 1.125rem; 	/*rtl:raw: 			transform: rotateY(0); 		*/ }  .ecomus-mobile-navigation-bar__icon .ecomus-svg-icon--shopping-cart { 	font-size: 24px; 	font-size: 1.5rem; 	margin-bottom: -5px; }  .ecomus-mobile-navigation-bar__icon .ecomus-svg-icon--home { 	font-size: 22px; 	font-size: 1.375rem; 	max-height: 18px; }  .ecomus-mobile-navigation-bar__icon .ecomus-svg-icon--home { 	font-size: 22px; 	font-size: 1.375rem; 	max-height: 18px; }  .ecomus-mobile-navigation-bar__icon .header-cart__counter, .ecomus-mobile-navigation-bar__icon .header-wishlist__counter { 	top: 0; 	right: 2px; }  .ecomus-mobile-navigation-bar__icon.em-button-light { 	--em-button-color-hover: var(--em-button-color); 	--em-button-bg-color: transparent; 	--em-button-bg-color-hover: transparent; 	--em-button-border-color-hover: transparent; }  /* Responsive --------------------------------------------- */ @media (min-width: 1200px) { 	.search-type-popup .header-search__products .header-search__products--slider ul.products { 		margin: 0; 		flex-wrap: nowrap; 	} 	.search-type-popup .header-search__products .header-search__products--slider li.product { 		padding: 0; 	} 	.search-type-popup .modal__footer { 		display: none !important; 	} 	.footer-layout-2 .em-row { 		justify-content: space-between; 	} 	.footer-layout-2 .footer-widgets-container { 		padding-top: 0; 		padding-bottom: 0; 	} 	.footer-layout-2 .footer-widgets-area { 		flex: 0 0 auto; 		max-width: 100%; 		padding-top: var(--em-footer-widget-top-spacing); 		padding-bottom: var(--em-footer-widget-bottom-spacing); 	} 	.footer-layout-2 .footer-widgets-area-1 { 		flex: 0 0 40%; 		max-width: 100%; 		border-right: 1px solid var(--em-footer-widget-border-color); 		padding-right: 100px; 	} 	.footer-5-columns .em-row { 		justify-content: space-between; 	} 	.footer-5-columns .footer-widgets-area { 		flex: 0 0 auto; 		max-width: 100%; 	} }  @media (max-width: 1199px) and (min-width: 768px) { 	.footer-widgets-container .em-row { 		margin-top: -20px; 		margin-bottom: -20px; 	} 	.footer-widgets-container .footer-widgets-area { 		padding-top: 20px; 		padding-bottom: 20px; 	} }  @media (max-width: 1024px) { 	.topbar-mobile--keep-all .topbar-container { 		overflow: hidden; 		overflow-x: auto; 	} 	#gotop { 		right: 15px; 		width: 38px; 		height: 38px; 	} 	.search-type-sidebar { 		--em-modal-content-width: 400px; 	} 	.single-post h1.entry-title { 		font-size: 32px; 		font-size: 2rem; 	} 	.ecomus-posts-related .swiper-pagination { 		display: block; 	} 	.topbar-slides { 		max-width: 500px; 	} 	.ecomus-icon-box-widget__item.vertical { 		width: 100%; 	} }  @media (max-width: 991px) and (min-width: 768px) { 	.error-404__title { 		font-size: 40px; 		font-size: 2.5rem; 	} }  @media (max-width: 991px) { 	.page-header__title { 		font-size: 32px; 		font-size: 2rem; 	} 	.page-header__description { 		font-size: 14px; 		font-size: 0.875rem; 	} 	.em-post-list .post-thumbnail { 		min-width: 300px; 		margin-right: 30px; 	} }  @media (max-width: 782px) { 	.ecomus-header-sticky.admin-bar .site-header.minimized { 		top: 46px; 	} }  @media (max-width: 767px) { 	body { 		--em-input-font-size: 16px; 	} 	.campaign-bar-type--slides .campaign-bar__text { 		text-transform: lowercase; 	} 	.campaign-bar-type--slides .campaign-bar__text:first-letter { 		text-transform: uppercase; 	} 	.topbar:not(.topbar-mobile) { 		display: none; 	} 	.topbar-mobile .topbar-items { 		flex: 0 1 auto; 	} 	.topbar-mobile--keep-left .topbar-center-items, 	.topbar-mobile--keep-left .topbar-right-items { 		display: none; 	} 	.topbar-mobile--keep-left .topbar-container { 		justify-content: center; 	} 	.topbar-mobile--keep-right .topbar-center-items, 	.topbar-mobile--keep-right .topbar-left-items { 		display: none; 	} 	.topbar-mobile--keep-right .topbar-container { 		justify-content: center; 	} 	.topbar-mobile--keep-both .topbar-center-items { 		display: none; 	} 	.topbar-slides { 		max-width: 100vw; 		padding: 10px 15px; 	} 	.topbar-slides__item { 		overflow: hidden; 		white-space: inherit; 		height: 100%; 		line-height: var(--em-line-height__body); 		margin-top: auto; 		margin-bottom: auto; 	} 	.campaign-bar__close { 		padding-left: 15px; 		padding-right: 15px; 	} 	.campaign-bar-type--slides { 		padding-right: 30px; 	} 	.comment-list .children { 		margin-left: 0; 		padding-left: 0; 	} 	.comment-respond .comment-form-author, 	.comment-respond .comment-form-email { 		width: 100%; 	} 	.single-post h1.entry-title { 		font-size: 22px; 		font-size: 1.375rem; 	} 	.single-post .entry-footer .entry-tags, 	.single-post .entry-footer .entry-meta__share { 		width: 100%; 	} 	.single-post .entry-footer .entry-tags + .entry-meta__share, 	.single-post .entry-footer .entry-meta__share { 		justify-content: start; 		margin-top: 30px; 	} 	.post-navigation { 		padding: 20px 0; 	} 	.post-navigation a .nav-link { 		width: 100%; 	} 	.post-navigation a .nav-title { 		font-size: 16px; 		font-size: 1rem; 		-webkit-line-clamp: 2; 		-webkit-box-orient: vertical; 		display: -webkit-box; 		overflow: hidden; 	} 	.post-navigation .nav-previous .nav-link { 		padding-left: 10px; 		padding-right: 0; 	} 	.post-navigation .nav-next .nav-link { 		padding-right: 10px; 		padding-left: 0; 	} 	.post-navigation .em-button { 		--em-button-width: 26px; 		--em-button-height: 26px; 		--em-button-icon-size: 7px; 		flex-shrink: 0; 	} 	.ecomus-posts-related .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet { 		margin: 0 2px; 	} 	.comment-respond .comment-form p span { 		margin-bottom: 0; 	} 	.footer-main .copyright { 		text-align: center; 	} 	.footer-main-container { 		flex-direction: column; 	} 	.footer-payments ul { 		justify-content: center; 	} 	.footer-widgets-area { 		padding-bottom: 30px; 	} 	.footer-widgets-area:last-child { 		padding-bottom: 0; 	} 	.footer-widgets-area .em-widget-heading { 		margin: 0; 		position: relative; 		display: flex; 		align-items: center; 		justify-content: space-between; 	} 	.footer-widgets-area .em-widget-heading.active .em-collapse-icon:before { 		opacity: 0; 	} 	.footer-widgets-area .em-widget-heading.active .em-collapse-icon:after { 		transform: translate(-50%, -50%) rotate(90deg); 	} 	.footer-widgets-area .em-collapse-icon { 		position: relative; 		width: 12px; 	} 	.footer-widgets-area .em-collapse-icon:before, .footer-widgets-area .em-collapse-icon:after { 		content: ""; 		position: absolute; 		background-color: var(--em-color__dark); 		transform: translate(-50%, -50%) rotate(-90deg); 		top: 50%; 		left: 50%; 		transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out; 	} 	.footer-widgets-area .em-collapse-icon:before { 		width: 12px; 		height: 1px; 	} 	.footer-widgets-area .em-collapse-icon:after { 		width: 1px; 		height: 12px; 	} 	.footer-widgets-area .em-widget-group { 		display: none; 	} 	.footer-widgets-area .em-widget-group > *:first-child { 		padding-top: 15px; 	} 	.footer-widgets { 		--em-footer-widget-top-spacing: 40px; 		--em-footer-widget-bottom-spacing: 20px; 	} 	.em-post-list { 		flex-direction: column; 	} 	.em-post-list .post-thumbnail { 		margin-bottom: 15px; 		margin-right: 0; 	} 	.em-post-list .entry-title { 		font-size: 20px; 		font-size: 1.25rem; 	} 	.blog-grid .site-main .em-post-grid .entry-title { 		font-size: 20px; 		font-size: 1.25rem; 	} 	.ecomus-posts-related__heading { 		margin: 45px 0 30px; 	} 	.product-share__share .post__socials-share, 	.product-share__copylink { 		margin-left: 0; 		margin-right: 0; 	} 	.error-404__title { 		font-size: 24px; 		font-size: 1.5rem; 		margin-top: 37px; 	} 	.error-404__button { 		margin-top: 20px; 	} 	.ecomus-icon-box-widget__item.vertical { 		width: 100%; 	} 	#gotop { 		width: 32px; 		height: 32px; 	} 	.login-modal .woocommerce-form--register-button .woocommerce-form-register__submit { 		width: 100%; 	} 	.login-modal .woocommerce-form--register-button { 		flex-direction: column; 		gap: 15px; 	} 	.cart-panel .panel__header { 		padding: 15px; 	} 	.cart-panel .panel__button-close { 		right: 15px; 	} 	.cart-panel .ecomus-free-shipping-bar, 	.cart-panel .widget_shopping_cart_content .woocommerce-mini-cart { 		padding-left: 15px; 		padding-right: 15px; 	} 	.cart-panel .widget_shopping_cart_content .widget_shopping_cart_footer { 		padding: 30px 15px 15px 15px; 	} 	.search-type-sidebar { 		--em-modal-content-width: 320px; 	} 	.search-type-sidebar .modal__button-close { 		top: 18px; 	} 	.search-type-sidebar .modal__header { 		margin-bottom: 20px; 	} 	.search-type-sidebar .em-container { 		padding-left: 15px; 		padding-right: 15px; 	} 	.search-type-sidebar .header-search__suggestion-label { 		font-size: 16px; 		font-size: 1rem; 		margin-bottom: 10px; 	} 	.search-type-sidebar .header-search__products .header-search__suggestion-label { 		margin-bottom: 22px; 	} 	.search-type-sidebar .header-search__products .swiper:not(.swiper-initialized) .swiper-wrapper:not(.columns-1) .swiper-slide { 		width: 100%; 		margin-right: 0; 		padding: 0; 	} 	.search-type-sidebar .header-search__products .swiper:not(.swiper-initialized) .swiper-wrapper:not(.columns-1) .swiper-slide:not(:first-child):after { 		left: 0; 		right: 0; 	} 	.search-type-sidebar .header-search__products ul.products li.product:not(:first-child):after { 		left: 7.5px; 		right: 7.5px; 	} 	.search-type-sidebar .header-search__products ul.products.product-card-mobile-show-atc:not(.product-card-layout-list) li.product .product-loop-button-atc { 		display: none; 	} 	.search-type-sidebar .header-search__products ul.products li.product .product-thumbnail:hover.product-thumbnails--fadein:not(.hover-swatch) .product-thumbnails--fadein-image { 		transform: none; 	} 	.search-modal .search-modal__title { 		font-size: 18px; 		font-size: 1.125rem; 		font-weight: 500; 	} 	.search-modal .search-modal__field { 		padding: 10px 50px 11px 44px; 	} 	.mobile-shop-navigation ul.menu > li.menu-item-has-icon > ul.sub-menu { 		margin-left: 20px; 	} 	.mobile-shop-navigation .sub-menu { 		margin-left: 15px; 	} 	.ecomus-mini-products-recommended .products-recommended-header { 		row-gap: 1px; 		margin-bottom: 13px; 	} 	.ecomus-mini-products-recommended .recommendation-heading { 		margin-bottom: 0; 	} 	.ecomus-mini-products-recommended .swiper-pagination.swiper-pagination-horizontal, 	.ecomus-mini-products-recommended .swiper-pagination { 		text-align: left; 	} }  @media (max-width: 600px) { 	.ecomus-header-sticky.admin-bar .site-header.minimized { 		top: 0; 	} }  @media (max-width: 480px) { 	.ecomus-mobile-navigation-bar { 		padding-left: 5px; 		padding-right: 5px; 	} 	.ecomus-mobile-navigation-bar__item { 		min-width: 20%; 	} }  @media (max-width: 450px) { 	.topbar-custom-text { 		line-height: var(--em-line-height__body); 	} }  /*-------------------------------------------------------------- # RTL --------------------------------------------------------------*/ .ecomus-rtl-smart .ecomus-slides-elementor .ecomus-slides-elementor__item:before, .ecomus-rtl-smart .page-header:before { 	/*rtl:raw: 				content: ''; 				position: absolute; 				top: 0; 				bottom: 0; 				left: 0; 				right: 0; 				width: auto; 				height: auto; 				background-image: inherit; 				background-position-x: inherit; 				background-position-y: inherit; 				background-size: inherit; 				background-repeat-x: inherit; 				background-repeat-y: inherit; 				background-attachment: inherit; 				background-origin: inherit; 				background-clip: inherit; 				background-color: inherit; 				transform: rotateY(180deg); 				border-radius: inherit; 			*/ }  .ecomus-rtl-smart .ecomus-images-hotspot__image img, .ecomus-rtl-smart .ecomus-image-hotspot__image img, .ecomus-rtl-smart .ecomus-product-category-tabs__images img, .ecomus-rtl-smart .ecomus-lookbook-products__image-inner img, .ecomus-rtl-smart .ecomus-testimonial__photo img { 	/*rtl:raw: 				transform: rotateY(180deg); 			*/ }  body.rtl.ecomus-rtl-smart .e-con { 	--padding-inline-start: var(--padding-left); 	--padding-inline-end: var(--padding-right); 	--margin-inline-start: var(--margin-left); 	--margin-inline-end: var(--margin-right); 	border-width: 0; }  body.rtl.ecomus-rtl-smart .e-con:before { 	/*rtl:raw: 				content: ''; 				position: absolute; 				top: 0; 				bottom: 0; 				left: 0; 				right: 0; 				width: auto; 				height: auto; 				background-image: inherit; 				background-position-x: inherit; 				background-position-y: inherit; 				background-size: inherit; 				background-repeat-x: inherit; 				background-repeat-y: inherit; 				background-attachment: inherit; 				background-origin: inherit; 				background-clip: inherit; 				background-color: inherit; 				transform: rotateY(180deg); 			*/ }  /*-------------------------------------------------------------- # Utilities --------------------------------------------------------------*/ /* Accessibility --------------------------------------------- */ /* Text meant only for screen readers. */ .screen-reader-text, .header-logo .site-title, .header-logo .site-description { 	border: 0; 	clip: rect(1px, 1px, 1px, 1px); 	clip-path: inset(50%); 	height: 1px; 	margin: -1px; 	overflow: hidden; 	padding: 0; 	position: absolute !important; 	width: 1px; 	word-wrap: normal !important; }  .screen-reader-text:focus, .header-logo .site-title:focus, .header-logo .site-description:focus { 	background-color: #f1f1f1; 	border-radius: var(--em-rounded-xs); 	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); 	clip: auto !important; 	clip-path: none; 	color: #21759b; 	display: block; 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 700; 	height: auto; 	left: 5px; 	line-height: normal; 	padding: 15px 23px 14px; 	text-decoration: none; 	top: 5px; 	width: auto; 	z-index: 100000; }  /* Do not show the outline on the skip link target. */ #primary[tabindex="-1"]:focus { 	outline: 0; }  /* Alignments --------------------------------------------- */ .alignleft { 	/*rtl:ignore*/ 	float: left; 	/*rtl:ignore*/ 	margin-right: 1.5em; 	margin-bottom: 1.5em; }  .alignright { 	/*rtl:ignore*/ 	float: right; 	/*rtl:ignore*/ 	margin-left: 1.5em; 	margin-bottom: 1.5em; }  .aligncenter { 	clear: both; 	display: block; 	margin-left: auto; 	margin-right: auto; 	margin-bottom: 1.5em; }
body {--em-color__primary:#814037; --em-link-color-hover:#814037;}.header-logo > a img, .header-logo > a svg {width: 136px;height: 30px;}.header-search__field { width: 400px; }@media (max-width: 1199px) { .site-header__mobile { display: block; } }@media (max-width: 1199px) { .site-header__desktop { display: none; } }.site-header__mobile .header-logo > a img,.site-header__mobile .header-logo > a svg {width: 129px;height: 30px;}.campaign-bar { --em-campaign-background: #383240; }@media (max-width: 767px) { 				.topbar:not(.topbar-mobile) { 					display: none; 				} 				.topbar-mobile .topbar-items { 					flex: 0 1 auto; 				} 				.topbar-mobile--keep-left .topbar-center-items, 				.topbar-mobile--keep-left .topbar-right-items { 					display: none; 				} 				.topbar-mobile--keep-left .topbar-container { 					justify-content: center; 				} 				.topbar-mobile--keep-right .topbar-center-items, 				.topbar-mobile--keep-right .topbar-left-items { 					display: none; 				} 				.topbar-mobile--keep-right .topbar-container { 					justify-content: center; 				} 				.topbar-mobile--keep-center .topbar-right-items, 				.topbar-mobile--keep-center .topbar-left-items { 					display: none; 				} 				.topbar-mobile--keep-center .topbar-container { 					justify-content: center; 				} 				.topbar-mobile--keep-center .topbar-center-items > * { 					margin: 0; 				} 				.topbar-mobile--keep-both .topbar-center-items { 					display: none; 				} 			}@media (max-width: 767px) and (min-width: 768px) { 				.topbar-slides { max-width: 500px; } 			}@media (min-width: 768px) and (max-width: 1300px) { 				.topbar-items { flex: none; } 			}.page-header {background-image: url(https://raw.githubusercontent.com/drfuri/demo-content/refs/heads/main/ecomus/home-fashion/images/ph01-1.webp);}.page-header {padding-top: 16px;}.page-header {padding-bottom: 20px;}:root{--em-image-rounded-post-card: var(--em-image-rounded);}@media (min-width: 768px) { .ecomus-mobile-navigation-bar { display: none !important; } }@media (max-width: 767px) { 				.ecomus-navigation-bar-show { padding-bottom: 67px; } 				.ecomus-navigation-bar-show .em-button-go-top { bottom: 77px;} 				.ecomus-navigation-bar-show .live-sales-notification { bottom: 77px;} 				.ecomus-navigation-bar-show.ecomus-atc-sticky-height-open { padding-bottom: calc( var(--em-atc-sticky-height) + 67px );} 				.ecomus-navigation-bar-show.ecomus-atc-sticky-height-open .ecomus-sticky-add-to-cart { bottom: 67px;} 				.ecomus-navigation-bar-show.ecomus-atc-sticky-height-open .em-button-go-top { bottom: calc( var(--em-atc-sticky-height) + 77px );} 				.ecomus-navigation-bar-show.ecomus-atc-sticky-height-open .live-sales-notification { bottom: calc( var(--em-atc-sticky-height) + 77px );} 			}.woocommerce-badges:not(.woocommerce-badges--single) .sold-out, .woocommerce-badges:not(.woocommerce-badges--single).sold-out--center.sold-out {background-color: #F2F2F2}:root {--product-image-ratio-percent:150%;--em-image-rounded-product-card: var(--em-image-rounded);--em-image-rounded-product-gallery: var(--em-image-rounded);--em-image-rounded-product-thumbnail: var(--em-image-rounded);} .ecomus-popup-4707 .ecomus-popup__content{max-width:1000px;} /*# sourceURL=ecomus-inline-css */
.elementor-4707 .elementor-element.elementor-element-1302fe5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:10px 10px 10px 10px;}.elementor-4707 .elementor-element.elementor-element-1302fe5.ecomus-motion--sticky{position:var(--position);}.elementor-4707 .elementor-element.elementor-element-1302fe5:not(.elementor-motion-effects-element-type-background), .elementor-4707 .elementor-element.elementor-element-1302fe5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-4707 .elementor-element.elementor-element-7a44199b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:113px;--padding-bottom:108px;--padding-left:85px;--padding-right:85px;}.elementor-4707 .elementor-element.elementor-element-7a44199b.ecomus-motion--sticky{position:var(--position);}.elementor-4707 .elementor-element.elementor-element-7a44199b:not(.elementor-motion-effects-element-type-background), .elementor-4707 .elementor-element.elementor-element-7a44199b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;background-image:url("https://cantaan.jp/my_uploads/2024/07/bg-recommended-products.webp");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-4707 .elementor-element.elementor-element-68a73111 > .elementor-widget-container{margin:0px 0px 13px 0px;}.elementor-4707 .elementor-element.elementor-element-68a73111 .ecomus-heading{justify-content:center;text-align:center;color:#FFFFFF;font-size:28px;}.elementor-4707 .elementor-element.elementor-element-651be615 > .elementor-widget-container{margin:0px 0px 26px 0px;}.elementor-4707 .elementor-element.elementor-element-651be615 .ecomus-heading{justify-content:center;text-align:center;color:#FFFFFF;}.elementor-4707 .elementor-element.elementor-element-39973542 > .elementor-widget-container{margin:0px 0px 27px 0px;padding:0% 28% 0% 28%;}.elementor-4707 .elementor-element.elementor-element-39973542 .ecomus-code-discount{justify-content:center;}.elementor-4707 .elementor-element.elementor-element-4b322770 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-4707 .elementor-element.elementor-element-4b322770 .ecomus-heading{justify-content:center;text-align:center;color:#FFFFFF;}.elementor-4707 .elementor-element.elementor-element-32f60782 .ecomus-button{padding:15px 66px 14px 66px;font-weight:600;--em-button-bg-color:#DB1215;--em-button-border-color:#DB1215;--em-button-bg-color-hover:#DB1215;--em-button-border-color-hover:#DB1215;}.ecomus-rtl-smart .elementor-4707 .elementor-element.elementor-element-32f60782 .ecomus-button{padding:15px 66px 14px 66px;}.elementor-4707 .elementor-element.elementor-element-378bbcf3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:15px;--padding-bottom:20px;--padding-left:20px;--padding-right:0px;}.elementor-4707 .elementor-element.elementor-element-378bbcf3.ecomus-motion--sticky{position:var(--position);}.elementor-4707 .elementor-element.elementor-element-378bbcf3:not(.elementor-motion-effects-element-type-background), .elementor-4707 .elementor-element.elementor-element-378bbcf3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-4707 .elementor-element.elementor-element-7f4a3fdf > .elementor-widget-container{margin:0px 20px 0px 0px;padding:0px 0px 20px 0px;border-style:solid;border-width:0px 0px 1px 0px;border-color:#8686861F;}.elementor-4707 .elementor-element.elementor-element-7f4a3fdf.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4707 .elementor-element.elementor-element-7f4a3fdf .ecomus-heading{color:#000000;font-size:22px;font-weight:500;}.elementor-4707 .elementor-element.elementor-element-5c823eb3 > .elementor-widget-container{margin:24px 0px 0px 0px;}@media(max-width:1024px){.elementor-4707 .elementor-element.elementor-element-7a44199b{--padding-top:69px;--padding-bottom:69px;--padding-left:30px;--padding-right:30px;}.elementor-4707 .elementor-element.elementor-element-68a73111 > .elementor-widget-container{margin:0px 0px 18px 0px;}.elementor-4707 .elementor-element.elementor-element-68a73111 .ecomus-heading{line-height:34px;}}@media(max-width:767px){.elementor-4707 .elementor-element.elementor-element-1302fe5{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;}.elementor-4707 .elementor-element.elementor-element-7a44199b{--padding-top:30px;--padding-bottom:30px;--padding-left:15px;--padding-right:15px;}.elementor-4707 .elementor-element.elementor-element-68a73111 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-4707 .elementor-element.elementor-element-68a73111 .ecomus-heading{font-size:22px;line-height:35.2px;}.elementor-4707 .elementor-element.elementor-element-651be615 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-4707 .elementor-element.elementor-element-39973542 > .elementor-widget-container{margin:0px 0px 20px 0px;padding:0% 20% 0% 20%;}.elementor-4707 .elementor-element.elementor-element-378bbcf3{--padding-top:20px;--padding-bottom:20px;--padding-left:15px;--padding-right:0px;}.elementor-4707 .elementor-element.elementor-element-7f4a3fdf > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-4707 .elementor-element.elementor-element-7a44199b{--width:50%;}.elementor-4707 .elementor-element.elementor-element-378bbcf3{--width:50%;}}
body { 	padding-bottom: var(--em-atc-sticky-height, 0); }  .ecomus-sticky-add-to-cart { 	position: fixed; 	bottom: 0; 	left: 0; 	right: 0; 	z-index: -9999; 	overflow: hidden; 	background-color: #ffffff; 	transition: transform .3s; 	opacity: 0; 	transform: translate3d(0,100%,0); 	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16); }  .ecomus-sticky-add-to-cart.open { 	overflow: initial; 	opacity: 1; 	z-index: 800;     transform: translate3d(0,0,0); }  .ecomus-sticky-add-to-cart .single_add_to_cart_button { 	font-weight: 600; 	height: 46px; 	min-width: 190px; }  .ecomus-sticky-add-to-cart.sold-individually form.cart .quantity{display:  none;}  .ecomus-sticky-add-to-cart .single_add_to_cart_button.loading { 	--em-loading-color: #fff; 	--em-animation-state: running;  	position: relative; 	color: transparent; 	--em-button-color: transparent; }  .ecomus-sticky-add-to-cart .single_add_to_cart_button.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin .6s linear infinite var(--em-animation-state); }  .ecomus-sticky-add-to-cart .single_add_to_cart_button .divide, .ecomus-sticky-add-to-cart .single_add_to_cart_button .price { 	display: none; }  .ecomus-sticky-add-to-cart .single_variation_wrap .woocommerce-variation-price, .ecomus-sticky-add-to-cart .single_variation_wrap .em-product-item__data, .ecomus-sticky-add-to-cart .single_variation_wrap .woocommerce-variation-availability { 	display: none; }  .ecomus-sticky-atc__content { 	display: flex; 	align-items: center; 	justify-content: center; }  .ecomus-sticky-atc__image { 	width: 80px; 	height: 80px; 	min-width: 80px; 	margin-right: 15px; 	position: relative; }  .rtl .ecomus-sticky-atc__image { 	margin-left: 15px; 	margin-right: 0; }  .ecomus-sticky-atc__image img { 	position: absolute;     left: 0;     right: 0;     width: 100%;     height: 100%;     object-fit: cover;     object-position: center;     border-radius: 100px; }  .ecomus-sticky-atc__product-info { 	padding-right: 30px; }  .rtl .ecomus-sticky-atc__product-info  { 	padding-left: 30px; 	padding-right: 0; }  .ecomus-sticky-atc__title { 	font-size: 16px; 	font-weight: 500; 	line-height: 24px; 	color: var(--em-color__dark); }  .ecomus-sticky-add-to-cart .quantity { 	margin: 0 10px; }  .ecomus-sticky-add-to-cart  .em-buy-now-button { 	display: none; }  .ecomus-sticky-add-to-cart .buy-now-before-wrapper { 	display: flex; 	align-items: center; }  .ecomus-sticky-add-to-cart .ecomus-sticky-atc__content { 	padding: 10px 0; }  .ecomus-sticky-add-to-cart .ecomus-sticky-atc__actions, .ecomus-sticky-add-to-cart .ecomus-sticky-atc__actions form { 	margin-left: auto; 	display: flex; 	align-items: center; }  .rtl .ecomus-sticky-add-to-cart .ecomus-sticky-atc__actions, .rtl .ecomus-sticky-add-to-cart .ecomus-sticky-atc__actions form { 	margin-right: auto; 	margin-left: 0; }  .ecomus-sticky-add-to-cart .ecomus-sticky-atc__actions select { 	padding-top: 13px; 	padding-bottom: 13px; }  .ecomus-sticky-atc__actions table.variations { 	margin: 0; }  .ecomus-sticky-atc__actions table.variations tbody { 	display: inline-flex; 	align-items: center; 	gap: 10px; 	height: 100%; }  .ecomus-sticky-atc__actions table.variations .value { 	padding: 0; 	border-bottom: none; }  .ecomus-sticky-atc__actions table.variations .label { 	display: none; 	border-bottom: none; }  .ecomus-sticky-atc__actions table.variations .value select { 	width: auto; 	padding-right: 35px; }  .ecomus-sticky-atc__actions table.variations .value .reset_variations { 	display: none !important; }  .ecomus-sticky-atc__actions .single_variation_wrap { 	width: 100%; }  .ecomus-sticky-atc__actions .woocommerce-variation .woocommerce-variation-description, .ecomus-sticky-atc__actions .woocommerce-variation .woocommerce-variation-price, .ecomus-sticky-atc__actions .woocommerce-variation .woocommerce-variation-availability { 	display: none; }  .ecomus-sticky-add-to-cart.variations-custom .ecomus-sticky-atc__price { 	display: none; }  .ecomus-sticky-atc__price { 	margin-top: 5px; 	font-weight: 600; 	color: var(--em-color__dark); }  .ecomus-sticky-atc__price del { 	color: rgba(0, 0, 0, 0.5);     font-weight: 400; }  .ecomus-sticky-atc__price ins { 	background: transparent; }  .ecomus-sticky-atc__price .em-price-unit { 	margin-left: 3px; }  .ecomus-sticky-add-to-cart.product-variable .em-add-to-cart-options { 	display: none; }  .ecomus-sticky-atc__buttons { 	display: flex; 	align-items: center; }  .ecomus-sticky-atc__actions  .product-featured-icons, .ecomus-sticky-atc__actions  .product-size-guide { 	display: none; }  .ecomus-atc-sticky-height-open .live-sales-notification, .ecomus-atc-sticky-height-open .em-button-go-top { 	bottom: calc( var(--em-atc-sticky-height) + 10px ); }  @media (max-width: 1200px) { 	.ecomus-sticky-add-to-cart.variations-custom .ecomus-sticky-atc__title { 		display: none; 	}  	.ecomus-sticky-add-to-cart.product-variable .ecomus-sticky-atc__actions form.variations_form { 		display: none; 	}  	.ecomus-sticky-add-to-cart.product-variable .em-add-to-cart-options { 		display: block; 	}  }  @media (max-width: 767px) { 	.ecomus-sticky-atc__image, 	.ecomus-sticky-atc__product-info{ 		display: none; 	}  	.ecomus-sticky-add-to-cart .ecomus-sticky-atc__actions, 	.ecomus-sticky-add-to-cart .ecomus-sticky-atc__actions form { 		margin-left: 0; 		width: 100%; 	}  	.ecomus-sticky-add-to-cart .buy-now-before-wrapper { 		width: 100%; 	}  	.ecomus-sticky-add-to-cart.variations-custom .ecomus-sticky-atc__actions form { 		flex-direction: column; 	}  	.ecomus-sticky-add-to-cart .ecomus-sticky-atc__variations, 	.ecomus-sticky-add-to-cart .ecomus-sticky-atc__variations select { 		width: 100%; 	}  	.ecomus-sticky-add-to-cart .quantity { 		margin-left: 0; 	}  	.rtl .ecomus-sticky-add-to-cart .quantity { 		margin-left: 10px; 		margin-right: 0; 	}  	.ecomus-sticky-atc__buttons { 		margin-top: 10px; 		width: 100%; 	}  	.ecomus-sticky-add-to-cart .single_add_to_cart_button { 		width: 100%; 	}  }
.ecomus-popup { 	z-index: 1100; 	--em-modal-content-border-radius: 10px; }  .ecomus-popup__close { 	position: absolute; 	right: calc( var(--em-modal-container-padding) + 20px ); 	top: calc( var(--em-modal-container-padding) + 15px ); 	color: var(--em-color__dark); 	transition: color .2s; }  .rtl .ecomus-popup__close { 	right: auto; 	left: calc( var(--em-modal-container-padding) + 20px ); }  .ecomus-popup__close:hover { 	color: #db1215; }  .ecomus-popup__close.outside { 	display: none; }  .ecomus-popup__wrapper { 	--em-modal-content-padding-y: 0; 	--em-modal-content-padding-x: 0;  	overflow: visible; 	z-index: 2; }  @media (min-width: 1200px) { 	.ecomus-popup__content { 		--em-modal-container-padding: 0px; 	} }  @media (min-width: 768px) { 	.ecomus-popup__close { 		right: 20px; 		top: 20px; 	}  	.rtl .ecomus-popup__close { 		right: auto; 		left: 20px; 	}  	.ecomus-popup-position--left-bottom .ecomus-popup__content { 		top: auto; 		bottom: 40px; 		left: 30px; 		right: auto; 		transform: translateX(-100%); 		transform: none; 	}  	.ecomus-popup-position--right-bottom .ecomus-popup__content { 		top: auto; 		bottom: 40px; 		left: auto; 		right: 30px; 		transform: translateX(100%); 		transform: none; 	}  	.ecomus-popup-position--left-top .ecomus-popup__content { 		top: 40px; 		bottom: auto; 		left: 30px; 		right: auto; 		transform: translateX(100%); 		transform: none; 	}  	.ecomus-popup-position--center-bottom .ecomus-popup__content { 		top: auto; 		bottom: auto; 		left: 30px; 		right: auto; 		transform: translateY(-100%); 		transform: none; 	}  	.ecomus-popup.hide-overlay .ecomus-popup__backdrop { 		display: none; 	}  	.ecomus-popup.hide-overlay { 		pointer-events: none; 	}  	.ecomus-popup.hide-overlay .ecomus-popup__content  { 		pointer-events: auto; 	}  }  @media (max-width: 767px) { 	.ecomus-popup__close { 		display: inline-flex; 		align-items: center; 		justify-content: center; 		font-size: 12px; 		width: 44px; 		height: 44px; 		color: #000000; 		background-color: #ffffff; 		position: static; 		margin-bottom: 10px; 		cursor: pointer; 		border-radius: 50px; 	}  	.ecomus-popup__close.outside { 		display: inline-flex; 	}  	.ecomus-popup__close.inside { 		display: none; 	}  	.ecomus-popup__content { 		flex-direction: column; 		justify-content: flex-end; 		align-items: center; 	}  	.ecomus-popup__wrapper { 		max-height: 80%; 		overflow-y: auto; 		overflow-x: hidden; 	}  	.ecomus-popup.hide-overlay-mobile .ecomus-popup__backdrop { 		display: none; 	} }
/* Theme Name: Ecomus Child Theme URI: https://wpecomus.com/ Author: DrFuri Author URI: http://drfuri.com/ Description: Multipurpose WooCommerce WordPress Theme Version: 1.0.0 Requires at least: 5.0 Tested up to: 5.8 Requires PHP: 7.0 License: GNU General Public License v2+ License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: ecomus Domain Path: /lang/ Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready Template: ecomus */
/* Theme Name: _e  WooCommerce styles override */ @keyframes shine { 	100% { 		left: -200%; 	} }  @keyframes spin { 	from { 		transform: rotate(0deg); 	} 	to { 		transform: rotate(360deg); 	} }  @keyframes vibrate { 	from, 	to { 		-webkit-transform: scale3d(1, 1, 1); 		transform: scale3d(1, 1, 1); 	} 	10%, 	20% { 		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); 		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); 	} 	30%, 	50%, 	70%, 	90% { 		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); 		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); 	} 	40%, 	60%, 	80% { 		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); 		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); 	} }  @keyframes leftToCenter { 	from { 		transform: translate(calc( -50% - 30%), -50%); 	} 	to { 		transform: translate(-50%, -50%); 	} }  @keyframes centerToRight { 	from { 		transform: translate(-50%, -50%); 		opacity: 1; 	} 	to { 		transform: translate(calc( -50% + 30%), -50%); 		opacity: 0; 	} }  @keyframes fadeIn { 	from { 		opacity: 0; 		transform: translateY(19px); 	} 	to { 		opacity: 1; 		transform: translateY(0); 	} }  @keyframes fadeOut { 	from { 		opacity: 1; 		transform: translateY(0); 	} 	to { 		opacity: 0; 		transform: translateY(19px); 	} }  @keyframes slideInRight { 	0% { 		transform: translateX(100%); 		opacity: 0; 	} 	100% { 		transform: translateX(0); 		opacity: 1; 	} }  @keyframes slideIn { 	0% { 		transform: translateY(19px); 		opacity: 0; 	} 	100% { 		transform: translateY(0); 		opacity: 1; 	} }  @keyframes marquee { 	0% { 		transform: translateX(0); 	} 	100% { 		transform: translateX(-100%); 	} }  @keyframes ripple { 	0% { 		box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5); 	} 	50% { 		box-shadow: 0 0 0 20px rgba(242, 242, 242, 0); 	} 	100% { 		box-shadow: 0 0 0 0 rgba(242, 242, 242, 0); 	} }  @keyframes rippleDark { 	0% { 		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5); 	} 	50% { 		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0); 	} 	100% { 		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); 	} }  @-webkit-keyframes fadeInDown { 	from { 		opacity: 0; 		-webkit-transform: translate3d(0, -100%, 0); 		transform: translate3d(0, -100%, 0); 	} 	to { 		opacity: 1; 		-webkit-transform: none; 		transform: none; 	} }  @keyframes fadeInDown { 	from { 		opacity: 0; 		-webkit-transform: translate3d(0, -100%, 0); 		transform: translate3d(0, -100%, 0); 	} 	to { 		opacity: 1; 		-webkit-transform: none; 		transform: none; 	} }  @keyframes sonarEffect { 	0% { 		opacity: .3; 	} 	40% { 		opacity: .5; 		box-shadow: 0 0 0 2px #ffffff1a, 0 0 5px 5px #fff, 0 0 0 5px #ffffff80; 	} 	100% { 		box-shadow: 0 0 0 2px #ffffff1a, 0 0 5px 5px #fff, 0 0 0 5px #ffffff80; 		transform: scale(1.5); 		opacity: 0; 	} }  @keyframes autofill-animation { 	from { 		opacity: 1; 	} 	to { 		opacity: 1; 	} }  /**  * Components  */ /**  * Star rating  */ .star-rating { 	--em-rating-width: 100%; 	--em-rating-spacing: 5px; 	display: inline-flex; 	flex-wrap: nowrap; 	font-size: 12px; 	font-size: 0.75rem; 	line-height: 1; 	overflow: hidden; 	position: relative; 	font-weight: 400; }  .star-rating span { 	overflow: hidden; 	height: max-content; }  .star-rating span.ecomus-svg-icon { 	margin-right: var(--em-rating-spacing); }  .star-rating span.ecomus-svg-icon:last-child { 	margin-right: 0; }  .star-rating .max-rating { 	display: inline-flex; 	color: #DCDCDC; }  .star-rating .max-rating.ecomus-svg-icon:last-child { 	margin-right: 0; }  .star-rating .user-rating { 	position: absolute; 	color: #111110; 	white-space: nowrap; 	width: calc( var(--em-rating-width) + ( var(--em-rating-spacing) / 2 )); }  .star-rating .user-rating.ecomus-svg-icon:last-child { 	margin-right: 0; }  .added_to_cart.wc-forward { 	display: none; }  /**  * Notices  */ .woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments { 	background-color: #ecfaf7; 	color: #13bc96; 	clear: both; 	font-weight: 500; 	font-size: 14px; 	font-size: 0.875rem; 	padding: 13px 20px; 	margin-bottom: 2em; 	list-style: none; 	outline: none; }  .woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a { 	color: inherit; 	text-decoration: underline; 	line-height: 1; }  .woocommerce-message .showlogin, .woocommerce-info .showlogin, .woocommerce-error .showlogin, .woocommerce-noreviews .showlogin, p.no-comments .showlogin { 	text-decoration: none; 	cursor: inherit; }  .woocommerce-message a.button, .woocommerce-info a.button, .woocommerce-error a.button, .woocommerce-noreviews a.button, p.no-comments a.button { 	float: right; 	padding: 3px 0 0 0; 	background-color: transparent; 	display: inline; 	height: auto; 	min-width: auto; 	box-shadow: none; 	color: inherit; 	border: none; }  .woocommerce-message a.button:hover, .woocommerce-info a.button:hover, .woocommerce-error a.button:hover, .woocommerce-noreviews a.button:hover, p.no-comments a.button:hover { 	background-color: transparent; }  .woocommerce-message a.button:after, .woocommerce-info a.button:after, .woocommerce-error a.button:after, .woocommerce-noreviews a.button:after, p.no-comments a.button:after { 	display: none; }  .woocommerce-message:after, .woocommerce-info:after, .woocommerce-error:after, .woocommerce-noreviews:after, p.no-comments:after { 	clear: both; 	display: block; 	content: ""; }  .woocommerce-info, .woocommerce-noreviews, p.no-comments { 	background-color: #ecf6ff; 	color: #0f86ff; }  .woocommerce-error { 	background-color: #feedf1; 	color: #f21951; }  .woocommerce .password-input { 	position: relative; 	display: block; }  .woocommerce .show-password-input { 	transition: .35s; 	cursor: pointer; 	opacity: .5; 	position: absolute; 	right: 15px; 	top: 15px; 	width: 20px; 	height: 20px; 	background: no-repeat center center; 	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIGZpbGw9ImN1cnJlbnRDb2xvciIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iaWNvbiI+CiAgPHBhdGggZD0iTTk0Mi4yIDQ4Ni4yUTg4OS40NyAzNzUuMTEgODE2LjcgMzA1bC01MC44OCA1MC44OEM4MDcuMzEgMzk1LjUzIDg0My40NSA0NDcuNCA4NzQuNyA1MTIgNzkxLjUgNjg0LjIgNjczLjQgNzY2IDUxMiA3NjZxLTcyLjY3IDAtMTMzLjg3LTIyLjM4TDMyMyA3OTguNzVRNDA4IDgzOCA1MTIgODM4cTI4OC4zIDAgNDMwLjItMzAwLjNhNjAuMjkgNjAuMjkgMCAwIDAgMC01MS41em0tNjMuNTctMzIwLjY0TDgzNiAxMjIuODhhOCA4IDAgMCAwLTExLjMyIDBMNzE1LjMxIDIzMi4yUTYyNC44NiAxODYgNTEyIDE4NnEtMjg4LjMgMC00MzAuMiAzMDAuM2E2MC4zIDYwLjMgMCAwIDAgMCA1MS41cTU2LjY5IDExOS40IDEzNi41IDE5MS40MUwxMTIuNDggODM1YTggOCAwIDAgMCAwIDExLjMxTDE1NS4xNyA4ODlhOCA4IDAgMCAwIDExLjMxIDBsNzEyLjE1LTcxMi4xMmE4IDggMCAwIDAgMC0xMS4zMnpNMTQ5LjMgNTEyQzIzMi42IDMzOS44IDM1MC43IDI1OCA1MTIgMjU4YzU0LjU0IDAgMTA0LjEzIDkuMzYgMTQ5LjEyIDI4LjM5bC03MC4zIDcwLjNhMTc2IDE3NiAwIDAgMC0yMzguMTMgMjM4LjEzbC04My40MiA4My40MkMyMjMuMSA2MzcuNDkgMTgzLjMgNTgyLjI4IDE0OS4zIDUxMnptMjQ2LjcgMGExMTIuMTEgMTEyLjExIDAgMCAxIDE0Ni4yLTEwNi42OUw0MDEuMzEgNTQ2LjJBMTEyIDExMiAwIDAgMSAzOTYgNTEyeiIvPjxwYXRoIGQ9Ik01MDggNjI0Yy0zLjQ2IDAtNi44Ny0uMTYtMTAuMjUtLjQ3bC01Mi44MiA1Mi44MmExNzYuMDkgMTc2LjA5IDAgMCAwIDIyNy40Mi0yMjcuNDJsLTUyLjgyIDUyLjgyYy4zMSAzLjM4LjQ3IDYuNzkuNDcgMTAuMjVhMTExLjk0IDExMS45NCAwIDAgMS0xMTIgMTEyeiIvPgo8L3N2Zz4="); 	border: none; 	padding: 0; }  .woocommerce .show-password-input.display-password { 	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxMTExMTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWV5ZSI+PHBhdGggZD0iTTEgMTJzNC04IDExLTggMTEgOCAxMSA4LTQgOC0xMSA4LTExLTgtMTEtOHoiPjwvcGF0aD48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIj48L2NpcmNsZT48L3N2Zz4="); }  .woocommerce .show-password-input:hover { 	opacity: 1; }  .woocommerce .quantity { 	--em-quantity-width: 46px; 	--em-quantity-height: 46px; 	display: inline-flex; 	align-items: center; 	height: var(--em-quantity-height); 	line-height: 1; 	color: #000000; 	background-color: #F5F5F5; 	border-radius: var(--em-input-rounded); }  .woocommerce .quantity .ecomus-qty-button { 	position: relative; 	font-size: 12px; 	font-size: 0.75rem; 	display: flex; 	align-items: center; 	padding: 0 13px; 	height: 100%; 	cursor: pointer; }  .woocommerce .quantity .ecomus-qty-button::before { 	content: ""; 	position: absolute; 	top: 50%; 	left: 50%; 	width: 2em; 	height: 2em; 	border-radius: 50%; 	transform: translate(-50%, -50%); 	background-color: transparent; 	transition: background-color .2s; }  .woocommerce .quantity .ecomus-qty-button svg { 	position: relative; }  .woocommerce .quantity .ecomus-qty-button:hover::before { 	background-color: #ddd; }  .woocommerce .quantity input { 	background-color: transparent; 	border-color: transparent; 	text-align: center; 	width: var(--em-quantity-width); 	height: 100%; 	padding: 0; 	font-size: 16px; 	font-size: 1rem; 	font-weight: 600; 	color: #000000; 	-moz-appearance: textfield; }  .woocommerce .quantity input::-webkit-outer-spin-button, .woocommerce .quantity input::-webkit-inner-spin-button { 	-webkit-appearance: none; }  .ecomus-i-video { 	width: 44px; 	height: 44px; 	border-radius: 50px; 	background-color: #fff; 	position: relative; 	cursor: pointer; 	z-index: 1; }  .ecomus-i-video:before { 	content: ''; 	width: 20px; 	height: 20px; 	background-color: #fff; 	border: 2px solid #000; 	border-radius: 50px; 	position: absolute; 	top: 50%; 	left: 50%; 	transform: translate(-50%, -50%); }  .ecomus-i-video:after { 	content: ''; 	width: 0; 	height: 0; 	border-top: 4px solid transparent; 	border-bottom: 4px solid transparent; 	border-left: 6px solid #000; 	display: block; 	position: absolute; 	top: 50%; 	left: 53%; 	transform: translate(-50%, -50%); }  body .notifyjs-corner { 	z-index: 99999; }  body.admin-bar .notifyjs-corner { 	transform: translateY(32px); }  .notifyjs-ecomus-success { 	color: #299c77; 	background-color: #bff9d0; }  .notifyjs-ecomus-success .btn-button, .notifyjs-ecomus-success a { 	color: #299c77; }  .notifyjs-ecomus-error { 	color: #fff; 	background-color: #b81c23; }  .notifyjs-ecomus-error ul { 	margin: 0; 	padding: 0; }  .notifyjs-ecomus-error ul li { 	list-style: none; }  .notifyjs-ecomus-error ul li ::marker { 	display: none; }  .notifyjs-ecomus-error .btn-button, .notifyjs-ecomus-error a { 	color: #fff; }  .notifyjs-ecomus-info { 	color: #fff; 	background-color: #1e85be; }  .notifyjs-ecomus-base { 	font-weight: 400; 	position: relative; 	padding: 15px 40px 15px 60px; 	margin-bottom: 10px; 	box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1); 	max-width: 450px; }  .notifyjs-ecomus-base .message-icon { 	position: absolute; 	left: 20px; 	top: 13px; 	font-size: 24px; 	font-size: 1.5rem; }  .notifyjs-ecomus-base .button.wc-forward { 	display: none; }  .notifyjs-ecomus-base .btn-button { 	padding-left: 5px; 	text-decoration: underline; }  .notifyjs-ecomus-base .svg-active { 	position: absolute; 	top: 19px; 	right: 15px; 	font-size: 11px; }  .notifyjs-ecomus-base .message-box { 	display: inline-block; 	font-size: 14px; 	font-size: 0.875rem; 	padding: 0; 	margin: 0; }  .notifyjs-ecomus-base .feather-check-circle { 	fill: none; }  .ecomus-price-saved { 	display: inline-block; 	font-size: 11px; 	font-size: 0.6875rem; 	color: var(--em-color-price-sale); 	border: 1px solid var(--em-color-price-sale); 	border-radius: var(--em-rounded-xs); 	padding: 3px 5px 2px; 	font-weight: 600; 	line-height: 1; 	text-transform: uppercase; }  .pswp__video { 	display: flex; 	justify-content: center; 	align-items: center; 	height: 100%; 	pointer-events: none; 	padding: 30px 15px; }  .pswp__video video { 	pointer-events: auto; 	width: 100% !important; 	height: auto !important; 	max-width: 1280px; 	max-height: 100%; }  .pswp__video iframe { 	pointer-events: auto; }  /**  * Top categories  */ .catalog-top-categories { 	--em-ratio-percent: 128%; 	position: relative; 	width: 100%; 	margin-bottom: 42px; 	margin-top: 20px; }  .catalog-top-categories .ecomus-swiper-button { 	position: absolute; 	top: 50%; 	transform: translateY(-50%); 	margin: 0; 	z-index: 1; 	opacity: 0; 	/*rtl:raw: 			transform: translateY(-50%) rotateY(180deg); 		*/ }  .catalog-top-categories .swiper-button-prev { 	left: 15px; 	margin-left: 20px; }  .catalog-top-categories .swiper-button-next { 	right: 15px; 	margin-right: 20px; }  .catalog-top-categories:hover .ecomus-swiper-button { 	opacity: 1; }  .catalog-top-categories:hover .ecomus-swiper-button.swiper-button-disabled { 	background-color: rgba(0, 0, 0, 0.2); 	cursor: not-allowed; }  .catalog-top-categories:hover .swiper-button-prev { 	margin-left: 0; }  .catalog-top-categories:hover .swiper-button-next { 	margin-right: 0; }  .catalog-top-categories__wrapper:not(.swiper-wrapper) { 	display: flex; 	flex-wrap: nowrap; 	overflow: hidden; }  .catalog-top-categories__title.em-button-light { 	--em-button-padding-left: 30px; 	--em-button-padding-right: 30px; 	--em-button-font-size: 15px; 	--em-button-icon-size: 10px; 	--em-button-bg-color-hover: #000000; 	--em-button-color-hover: #ffffff; 	gap: 0; 	position: absolute; 	bottom: 25px; 	left: 50%; 	transform: translateX(-50%); 	max-width: calc( 100% - 50px); }  .catalog-top-categories__title.em-button-light .ecomus-svg-icon { 	transition: transform .3s, width .3s, margin-left .3s ease .1s; 	transform: scale(0); 	transform-origin: right; 	width: 0; 	margin: 0; 	/*rtl:raw: 			transform: scale(0) rotateY(180deg); 		*/ }  .catalog-top-categories__title.em-button-light:hover .ecomus-svg-icon { 	transform: scale(1); 	width: 10px; 	margin-left: 9px; 	/*rtl:raw: 				transform: scale(1) rotateY(180deg); 			*/ }  .catalog-top-categories__title.em-button-light::after { 	display: none; }  .catalog-top-categories__text { 	white-space: nowrap; 	text-overflow: ellipsis; 	max-width: 100%; 	overflow: hidden; }  .catalog-top-categories__button { 	display: block; 	text-align: center; 	margin-top: 10px; }  .catalog-top-categories__button .catalog-top-categories__text { 	font-size: 15px; 	font-size: 0.9375rem; 	font-weight: 500; }  /**  * Catalog Toolbar  */ .ecomus-catalog-page .site-content { 	padding-top: 30px; 	padding-bottom: 80px; }  .catalog-toolbar { 	padding: 0 0 38px; 	margin: 0; }  .catalog-toolbar__toolbar { 	display: flex; 	align-items: center; }  .catalog-toolbar__item { 	display: flex; 	align-items: center; 	height: 100%; 	flex: 1; }  .catalog-toolbar__item .woocommerce-ordering { 	position: relative; }  .catalog-toolbar__item .woocommerce-ordering .select2-container--default .select2-dropdown { 	margin-top: 16px; 	border: none; 	box-shadow: 0 8px 24px #959da533; }  .catalog-toolbar__item .woocommerce-ordering .select2-container--default .select2-results__option { 	position: relative; 	white-space: nowrap; }  .catalog-toolbar__item .woocommerce-ordering .select2-container--default .select2-results__option[aria-selected=false]::after { 	height: 100%; 	content: ""; 	width: 9px; 	position: absolute; 	z-index: 2; 	top: 0; 	left: 0; 	background-color: var(--em-color__light); }  .catalog-toolbar__item .woocommerce-ordering .select2-container--default .select2-results__option[aria-selected=true]::after { 	height: 100%; 	content: ""; 	width: 6px; 	position: absolute; 	z-index: 2; 	top: 0; 	left: 3px; 	background-color: var(--em-color__light); }  .catalog-toolbar__item .woocommerce-ordering .select2-container--default .select2-results__option[aria-selected=true]::before { 	width: 3px; 	height: 100%; 	content: ""; 	position: absolute; 	z-index: 1; 	top: 0; 	left: 0; 	background-color: var(--em-color__dark); }  .catalog-toolbar__left { 	justify-content: flex-start; 	padding-right: 10px; }  .catalog-toolbar__center { 	justify-content: center; 	padding-left: 10px; 	padding-right: 10px; }  .catalog-toolbar__right { 	justify-content: flex-end; 	padding-left: 10px; }  .catalog-toolbar__filter-button { 	--em-button-padding-top: 11.5px; 	--em-button-padding-bottom: 11px; 	--em-button-padding-left: 12px; 	--em-button-padding-right: 12px; 	--em-button-bg-color-hover: transparent; 	--em-color__primary: var(--em-color__dark); 	font-size: 12px; 	font-size: 0.75rem; 	text-transform: uppercase; }  .catalog-toolbar__filter-button .ecomus-svg-icon { 	font-size: 20px; 	font-size: 1.25rem; }  .catalog-toolbar__filter-button:hover, .catalog-toolbar__filter-button:active, .catalog-toolbar__filter-button:focus { 	color: var(--em-color__primary); 	border-color: var(--em-color__primary); }  .ecomus-toolbar-view { 	display: flex; 	align-items: center; 	gap: 20px; }  .ecomus-toolbar-view a { 	color: var(--em-color__grayer); 	line-height: 1; }  .ecomus-toolbar-view a:hover, .ecomus-toolbar-view a.current { 	color: var(--em-color__dark); }  .ecomus-toolbar-view .list { 	font-size: 19px; 	font-size: 1.1875rem; }  .ecomus-toolbar-view .grid-2 { 	font-size: 13px; 	font-size: 0.8125rem; }  .ecomus-toolbar-view .grid-3 { 	font-size: 21px; 	font-size: 1.3125rem; }  .ecomus-toolbar-view .grid-4 { 	font-size: 29px; 	font-size: 1.8125rem; }  .ecomus-toolbar-view .grid-5 { 	font-size: 38px; 	font-size: 2.375rem; }  .ecomus-toolbar-view .grid-6 { 	font-size: 46px; 	font-size: 2.875rem; }  .woocommerce-shop .woocommerce-info { 	display: flex; 	align-items: center; 	justify-content: space-between; }  .woocommerce-shop .woocommerce-info .em-button-no-products-found { 	flex: 1; 	margin-left: 30px; 	/*rtl:raw: 				margin-right: 30px; 			*/ }  .woocommerce-shop .woocommerce-info .em-button-no-products-found a { 	text-decoration: none; 	border-color: inherit; }  .woocommerce-shop .woocommerce-no-products-found + .em-button-no-products-found { 	display: none; }  .filter-sidebar-panel .panel__button-close { 	top: 15px; 	right: 20px; 	left: auto; }  .filter-sidebar-panel .panel__header { 	font-size: 12px; 	font-size: 0.75rem; 	text-transform: uppercase; 	display: flex; 	align-items: center; 	background-color: #f5f5f5; 	padding: 13px 36px; }  .filter-sidebar-panel .panel__header .ecomus-svg-icon { 	font-size: 20px; 	font-size: 1.25rem; 	margin: 0 10px 0 0; }  .filter-sidebar-panel .panel__header, .filter-sidebar-panel .panel__content { 	padding-left: 36px; 	padding-right: 36px; }  .filter-sidebar-panel .panel__content { 	flex-wrap: nowrap; 	overflow-y: hidden; 	overflow-x: auto; 	scroll-behavior: smooth; 	overflow-y: auto; 	overflow-x: hidden; }  .filter-sidebar-panel .panel__content::-webkit-scrollbar { 	display: none; }  .filter-sidebar-panel .panel__content .products-filter__activated { 	display: none; }  .filter-sidebar-panel .panel__content .products-filter__button { 	display: flex; 	gap: 15px; }  .filter-sidebar-panel .panel__content .products-filter__button .reset-button { 	order: 1; }  .filter-sidebar-panel .panel__content .products-filter__button .filter-button { 	order: 2; }  .filter-sidebar-panel .products-filter-widget { 	margin-bottom: 20px; }  .catalog-toolbar__active-filters { 	align-items: center; 	margin-bottom: 23px; 	flex-wrap: wrap; 	gap: 15px; 	display: none; }  .catalog-toolbar__active-filters.actived { 	display: flex; }  .catalog-toolbar__result-count { 	color: var(--em-color__dark); 	border-right: 1px solid var(--em-border-color); 	padding-right: 15px; }  .catalog-toolbar__result-count .count { 	display: inline-block; 	margin-right: 3px; }  .catalog-toolbar__filters-actived { 	display: flex; 	flex-wrap: wrap; 	align-items: center; 	gap: 15px; }  .catalog-toolbar__filters-actived .remove-filtered { 	display: inline-block; 	position: relative; 	padding-left: 15px; }  .catalog-toolbar__filters-actived .remove-filtered:not(:last-child) { 	border-right: 1px solid var(--em-border-color); 	padding-right: 15px; }  .catalog-toolbar__filters-actived .remove-filtered:before, .catalog-toolbar__filters-actived .remove-filtered:after { 	content: " "; 	position: absolute; 	top: 50%; 	left: 0; 	display: inline-block; 	margin-top: -2px; 	width: 10px; 	height: 2px; 	background-color: currentColor; 	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out; 	-webkit-transform: rotate(45deg); 	transform: rotate(45deg); }  .catalog-toolbar__filters-actived .remove-filtered:after { 	-webkit-transform: rotate(-45deg); 	transform: rotate(-45deg); }  .catalog-toolbar__filters-actived .remove-filtered:hover { 	color: var(--em-color__primary); }  .catalog-toolbar__filters-actived .remove-filtered:hover:before, .catalog-toolbar__filters-actived .remove-filtered:hover:after { 	-webkit-transform: rotate(0); 	transform: rotate(0); }  .catalog-toolbar__filters-actived .remove-filtered-all { 	padding: 3px 15px 3px 25px; 	border-radius: 25px; 	background-color: var(--em-color__dark); 	color: var(--em-color__light); 	line-height: var(--em-button-line-height); }  .catalog-toolbar__filters-actived .remove-filtered-all:before, .catalog-toolbar__filters-actived .remove-filtered-all:after { 	left: 8px; }  .catalog-toolbar__filters-actived .remove-filtered-all:hover { 	color: var(--em-color__light); }  /**  * Products Card  */ ul.products { 	list-style: none; 	margin: 0; 	padding: 0; }  ul.products li.product { 	margin-bottom: 42px; }  ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--shopping-bag { 	font-size: 16px; 	font-size: 1rem; }  ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--shopping-cart { 	font-size: 22px; 	font-size: 1.375rem; }  ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--heart, ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--heart-filled { 	font-size: 18px; 	font-size: 1.125rem; }  ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--heart.ecomus-svg-icon__inline svg, ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--heart-filled.ecomus-svg-icon__inline svg { 	vertical-align: middle; }  ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--trash { 	font-size: 16px; 	font-size: 1rem; }  ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--trash-mt { 	font-size: 20px; 	font-size: 1.25rem; }  ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--cross-arrow { 	font-size: 16px; 	font-size: 1rem; }  ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--check { 	font-size: 18px; 	font-size: 1.125rem; }  ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--eye { 	font-size: 19px; 	font-size: 1.1875rem; }  ul.products li.product .product-inner { 	position: relative; }  ul.products li.product .product-inner:hover .product-thumbnail .product-thumbnails--slider .swiper-button { 	opacity: 1; }  ul.products li.product .product-inner:hover .product-thumbnail .product-thumbnails--slider .swiper-button-prev { 	margin-left: 0; }  ul.products li.product .product-inner:hover .product-thumbnail .product-thumbnails--slider .swiper-button-next { 	margin-right: 0; }  ul.products li.product .product-inner:hover .product-featured-icons .product-loop-button { 	opacity: 1; 	visibility: visible; }  ul.products li.product .product-inner:hover .product-featured-icons--primary .product-loop-button { 	transform: translateY(0); }  ul.products li.product .product-inner:hover .product-featured-icons--second:not(.em-icon-tranform-vertical) .product-loop-button { 	transform: translateX(0); }  ul.products li.product .product-inner:hover .product-featured-icons--second.em-icon-tranform-vertical .product-loop-button { 	transform: translateY(0); }  ul.products li.product .product-inner:hover .product-variation-items--second { 	opacity: 1; 	visibility: visible; 	transform: translateY(0); }  ul.products li.product .product-inner:hover .ecomus-badges-sale__countdown { 	transform: translateY(100%); 	opacity: 0; 	visibility: hidden; }  ul.products li.product .product-thumbnail { 	border-radius: var(--em-image-rounded-product-card); 	overflow: hidden; }  ul.products li.product .product-thumbnail img { 	border-radius: var(--em-image-rounded-product-card); }  ul.products li.product .product-thumbnail .product-thumbnails--slider:not(.swiper-initialized) .swiper-wrapper { 	flex-wrap: nowrap; }  ul.products li.product .product-thumbnail .product-thumbnails--slider:not(.swiper-initialized) .swiper-wrapper .woocommerce-LoopProduct-link { 	width: 100%; 	flex-shrink: 0; }  ul.products li.product .product-thumbnail .product-thumbnails--slider .swiper-button { 	--em-arrow-width: 36px; 	--em-arrow-height: 36px; 	opacity: 0; 	transition: .4s; }  ul.products li.product .product-thumbnail .product-thumbnails--slider .swiper-button-prev { 	margin-left: 20px; }  ul.products li.product .product-thumbnail .product-thumbnails--slider .swiper-button-next { 	margin-right: 20px; }  ul.products li.product .product-thumbnail .product-thumbnail-zoom { 	display: flex; }  ul.products li.product .product-thumbnail.product-thumbnails--fadein img { 	transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18); }  ul.products li.product .product-thumbnail.product-thumbnails--fadein .product-thumbnails--fadein-image { 	position: absolute; 	top: 0; 	left: 0; 	opacity: 0; }  ul.products li.product .product-thumbnail:hover.product-thumbnails--fadein:not(.hover-swatch) .product-thumbnails--fadein-image { 	opacity: 1; 	transform: scale(var(--em-image-eff-scale-product-card)); }  ul.products li.product .product-featured-icons { 	--em-button-gap: 6px; 	z-index: 2; }  ul.products li.product .product-featured-icons > * { 	transition: all .4s ease 0s, transform .4s ease 0s, opacity .4s ease 0s; }  ul.products li.product .product-featured-icons > *:nth-child(2) { 	transition: all .4s ease 0s, transform .4s ease .2s, opacity .4s ease 0s; }  ul.products li.product .product-featured-icons > *:nth-child(3) { 	transition: all .4s ease 0s, transform .4s ease .3s, opacity .4s ease 0s; }  ul.products li.product .product-featured-icons > *:nth-child(4) { 	transition: all .4s ease 0s, transform .4s ease .4s, opacity .4s ease 0s; }  ul.products li.product .product-featured-icons .product-loop-button { 	margin: 0; 	opacity: 0; 	visibility: hidden; }  ul.products li.product .product-featured-icons .product-loop-button:not(.em-button-icon) { 	width: auto; }  ul.products li.product .product-featured-icons .product-loop-button:not(.em-button-icon) > span:last-child { 	overflow: hidden; 	white-space: nowrap; 	text-overflow: ellipsis; 	width: auto; }  ul.products li.product .product-featured-icons .product-loop-button:not(.em-button-icon) > span:first-child { 	overflow: visible; 	white-space: wrap; 	text-overflow: inherit; }  ul.products li.product .product-featured-icons .product-loop-button.loading::after { 	display: none; 	animation: none; }  ul.products li.product .product-featured-icons:not(.product-featured-icons--no-spacing) { 	gap: var(--em-button-gap); }  ul.products li.product .product-featured-icons:not(.product-featured-icons--no-spacing) .product-loop-button { 	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }  ul.products li.product .product-featured-icons.product-featured-icons--bottom .product-loop-button { 	width: 100%; }  ul.products li.product .product-featured-icons.product-featured-icons--no-spacing .product-loop-button { 	border-radius: 0; }  ul.products li.product .product-featured-icons.product-featured-icons--no-spacing .product-loop-button:first-of-type { 	border-top-left-radius: var(--em-button-rounded); 	border-bottom-left-radius: var(--em-button-rounded); }  ul.products li.product .product-featured-icons.product-featured-icons--no-spacing .product-loop-button:last-of-type { 	border-top-right-radius: var(--em-button-rounded); 	border-bottom-right-radius: var(--em-button-rounded); }  ul.products li.product .product-loop-button.em-button-icon .wcboost-wishlist-button__text, ul.products li.product .product-loop-button.em-button-icon .wcboost-products-compare-button__text, ul.products li.product .product-loop-button.em-button-icon .add-to-cart__text { 	display: none; }  ul.products li.product .product-featured-icons--primary { 	right: 15px; 	left: 15px; 	bottom: 26px; }  ul.products li.product .product-featured-icons--primary .product-loop-button { 	transform: translateY(20px); }  ul.products li.product .product-featured-icons--primary.product-featured-icons--bottom { 	right: 0; 	left: 0; 	bottom: 0; }  ul.products li.product .product-featured-icons--primary + .product-variation-items--second { 	bottom: 46px; }  ul.products li.product .product-featured-icons--second { 	top: 13px; }  ul.products li.product .product-featured-icons--second:not(.product-featured-icons--right) { 	left: 13px; }  ul.products li.product .product-featured-icons--second.product-featured-icons--right { 	right: 13px; }  ul.products li.product .product-featured-icons--second:not(.em-icon-tranform-vertical) .product-loop-button { 	transform: translateX(-20px); }  ul.products li.product .product-featured-icons--second.em-icon-tranform-vertical .product-loop-button { 	transform: translateY(20px); }  ul.products li.product .product-loop-button { 	--em-button-height: 42px; 	--em-button-width: 42px; 	gap: 8.17px; 	margin-top: 10px; 	height: var(--em-button-height); 	font-weight: 700; 	text-transform: uppercase; 	font-size: 12px; 	font-size: 0.75rem; }  ul.products li.product .product-loop-button.loading { 	--em-animation-state: running; 	position: relative; 	color: transparent; }  ul.products li.product .product-loop-button.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  ul.products li.product .product-loop-button > span { 	display: inline-block; 	margin: 0; 	line-height: 1; }  ul.products li.product .product-loop-button > span:first-child { 	font-size: 16px; 	font-size: 1rem; }  ul.products li.product .product-loop-button > span .ecomus-svg-icon { 	margin: 0; }  ul.products li.product .product-loop-button:first-child { 	margin-left: 0; }  ul.products li.product .product-loop-button:last-child { 	margin-right: 0; }  ul.products li.product .product-loop-button.em-loading-spin { 	--em-animation-state: paused; }  ul.products li.product .product-loop-button.em-loading-spin::before { 	opacity: 0; }  ul.products li.product .product-loop-button.loading { 	--em-animation-state: running; }  ul.products li.product .product-loop-button.loading > * { 	opacity: 0; }  ul.products li.product .product-loop-button.loading::before { 	opacity: 1; }  ul.products li.product .product-loop-button.em-hide-icon > span.ecomus-svg-icon { 	display: none; }  ul.products li.product .product-loop-button.em-hide-icon > span:last-child { 	margin-left: 0; }  ul.products li.product .product-summary { 	padding-top: 22px; }  ul.products li.product .product-summary.em-flex-align-center .price { 	justify-content: center; }  ul.products li.product .product--cat { 	margin-bottom: 5px; }  ul.products li.product .product--cat a:not(:hover) { 	color: var(--em-color__base); }  ul.products li.product .ecomus-rating { 	margin: 0 0 9px 0; }  ul.products li.product .ecomus-rating .review-count { 	display: inline-block; 	font-size: 12px; 	font-size: 0.75rem; 	line-height: 1; 	color: #000000; 	margin-left: 5px; 	margin-top: 1px; }  ul.products li.product .woocommerce-loop-product__title { 	font-family: inherit; 	font-size: 16px; 	font-size: 1rem; 	line-height: 19.2px; 	margin: 0; }  ul.products li.product .woocommerce-loop-product__title a { 	display: -webkit-box; 	-webkit-line-clamp: var(--em-line-clamp-count, "none"); 	-webkit-box-orient: vertical; 	text-overflow: ellipsis; 	overflow: hidden; }  ul.products li.product .price { 	display: flex; 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 600; 	line-height: 16.8px; 	color: var(--em-color__dark); 	margin-top: 11px; 	flex-wrap: wrap; 	column-gap: 7px; 	row-gap: 5px; 	margin-bottom: 0; }  ul.products li.product .price .woocs_price_code { 	display: flex; 	flex-wrap: wrap; 	column-gap: 7px; 	row-gap: 5px; }  ul.products li.product .price ins { 	color: var(--em-color-price-sale); 	background-color: transparent; }  ul.products li.product .price del { 	color: rgba(0, 0, 0, 0.5); }  ul.products li.product .price .woocommerce-price-suffix { 	line-height: 14px; }  ul.products li.product .em-price-unit { 	margin-left: -3px; }  ul.products li.product .product-summary--relative { 	padding: 20px 65px 3px 5px; }  ul.products li.product .product-summary--relative .ecomus-rating { 	margin-top: 0; }  ul.products li.product .em-button-addtocart--absolute { 	--em-button-height: 57px; 	--em-button-width: 57px; 	--em-button-bg-color: var(--em-color__primary); 	--em-button-bg-color-hover: var(--em-color__dark); 	--em-button-color: var(--em-text-color-on-primary); 	--em-button-eff-bg-color-hover: rgba(255, 255, 255, 0.25); 	top: 42px; 	right: 0; 	margin: 0; }  ul.products li.product .em-button-addtocart--absolute.loading { 	position: absolute; }  ul.products li.product .added_to_cart { 	display: none; }  ul.products li.product .product-variation-items { 	justify-content: flex-start; 	gap: 8.5px; 	margin-top: 11px; }  ul.products li.product .product-variation-items .product-variation-item { 	display: inline-flex; 	align-items: center; 	justify-content: center; 	font-size: 16px; 	font-size: 1rem; 	line-height: 1; 	cursor: pointer; 	border: 1px solid #EBEBEB; 	transition: .4s; 	--em-image-rounded: 0; }  ul.products li.product .product-variation-items .product-variation-item:hover, ul.products li.product .product-variation-items .product-variation-item.selected { 	border-color: #000000; }  ul.products li.product .product-variation-items .product-variation-item:first-child { 	margin-left: 0; }  ul.products li.product .product-variation-items .product-variation-item:last-child { 	margin-right: 0; }  ul.products li.product .product-variation-items .product-variation-item--color { 	position: relative; 	width: 26px; 	height: 26px; 	border-radius: 50%; }  ul.products li.product .product-variation-items .product-variation-item--color .product-variation-item__color { 	width: 18px; 	height: 18px; 	line-height: 1; 	border-radius: 50%; }  ul.products li.product .product-variation-items .product-variation-item--color:hover .product-variation-item__color, ul.products li.product .product-variation-items .product-variation-item--color.selected .product-variation-item__color { 	width: 12px; 	height: 12px; }  ul.products li.product .product-variation-items .product-variation-item--image { 	position: relative; 	border-radius: 100%; }  ul.products li.product .product-variation-items .product-variation-item--image span { 	width: 26px; 	height: 26px; }  ul.products li.product .product-variation-items .product-variation-item--image img { 	border-radius: 100%; }  ul.products li.product .product-variation-items .product-variation-item--label, ul.products li.product .product-variation-items .product-variation-item--button { 	position: relative; 	font-size: 14px; 	font-size: 0.875rem; 	min-width: 45px; 	height: 39px; 	padding: 0 10px; 	color: #000000; 	border-color: #EBEBEB; 	border-radius: var(--em-rounded-xs); }  ul.products li.product .product-variation-items .product-variation-item--label:hover, ul.products li.product .product-variation-items .product-variation-item--label.selected, ul.products li.product .product-variation-items .product-variation-item--button:hover, ul.products li.product .product-variation-items .product-variation-item--button.selected { 	border-color: #000000; }  ul.products li.product .product-variation-items.wcboost-variation-swatches--round .product-variation-item, ul.products li.product .product-variation-items.wcboost-variation-swatches--round .product-variation-item span { 	border-radius: 50%; }  ul.products li.product .product-variation-items.wcboost-variation-swatches--rounded .product-variation-item, ul.products li.product .product-variation-items.wcboost-variation-swatches--rounded .product-variation-item span { 	border-radius: 4px; }  ul.products li.product .product-variation-items.wcboost-variation-swatches--square .product-variation-item, ul.products li.product .product-variation-items.wcboost-variation-swatches--square .product-variation-item span { 	border-radius: 0; }  ul.products li.product .product-variation-items .product-variation-item-more { 	display: inline-flex; 	align-items: center; 	font-size: 14px; 	font-size: 0.875rem; 	line-height: 1; 	color: #000000; 	font-weight: 500; }  ul.products li.product .product-variation-items.em-variation-hover .product-variation-item--label:hover, ul.products li.product .product-variation-items.em-variation-hover .product-variation-item--label.selected, ul.products li.product .product-variation-items.em-variation-hover .product-variation-item--button:hover, ul.products li.product .product-variation-items.em-variation-hover .product-variation-item--button.selected { 	border-color: #000000; 	color: #fff; 	background-color: #000000; }  ul.products li.product .product-variation-items--second { 	gap: 15px; 	left: 0; 	right: 0; 	bottom: 0; 	padding: 7.82px 10px 6px; 	font-size: 12px; 	font-size: 0.75rem; 	color: #fff; 	text-transform: uppercase; 	background-color: rgba(0, 0, 0, 0.3); 	z-index: 3; 	transition: .4s ease .1s; 	opacity: 0; 	visibility: hidden; 	transform: translateY(100%); }  ul.products li.product .product-variation-items--second .product-variation-item--image span { 	width: 20px; 	height: auto; }  ul.products li.product .product-variation-items--second .product-variation-item--color { 	display: inline-flex; 	align-items: center; 	justify-content: center; }  ul.products li.product .product-variation-items--second .product-variation-item--color .product-variation-item__color { 	width: 18px; 	height: 18px; 	line-height: 1; 	border-radius: 50%; 	border: 1px solid #fff; }  ul.products li.product .product-variation-items--second + .product-featured-icons--primary { 	bottom: 48px; }  ul.products li.product .product-variation-items--second.product-variation-items--white { 	gap: 9px; 	padding: 9px 10px; 	font-size: 12px; 	font-size: 0.75rem; 	color: #000000; 	background-color: #fff; }  ul.products li.product .product-variation-items--second.product-variation-items--white .product-variation-item--label, ul.products li.product .product-variation-items--second.product-variation-items--white .product-variation-item--button { 	display: inline-flex; 	align-items: center; 	justify-content: center; 	min-width: 35px; 	height: 30px; 	padding: 0 10px; 	color: #000000; 	border: 1px solid #EBEBEB; 	border-radius: var(--em-rounded-xs); }  ul.products li.product .product-variation-items--second.product-variation-items--white + .product-featured-icons--primary { 	bottom: 65px; }  ul.products li.product .product-variation-items--second.product-variation-items--white-transparent { 	color: #000000; 	background-color: rgba(255, 255, 255, 0.5); }  ul.products li.product .product-variation-items--second.product-variation-items--number { 	text-transform: lowercase; }  ul.products .em-button-add-to-cart-mobile { 	display: none; }  ul.products.product-card-mobile-show-atc li.product .product-loop-button-atc { 	display: none; }  ul.products.product-card-mobile-show-atc li.product .product-featured-icons .product-loop-button-atc { 	display: inline-flex; }  ul.products.product-card-mobile-show-atc li.product .mobile-hide-button { 	display: inline-flex; }  ul.products.product-card-mobile-show-atc li.product .mobile-show-button { 	display: none; }  ul.products.product-card-button-atc-transfrom--top li.product .product-inner:hover .product-summary { 	transform: translateY(0); 	z-index: 2; }  ul.products.product-card-button-atc-transfrom--top li.product .product-inner:hover .product-loop-button-atc { 	opacity: 1; 	visibility: visible; 	pointer-events: auto; }  ul.products.product-card-button-atc-transfrom--top li.product .product-inner:hover::after { 	opacity: 1; }  ul.products.product-card-button-atc-transfrom--top li.product .product-inner::after { 	content: ''; 	position: absolute; 	left: -8px; 	top: -7px; 	right: -8px; 	bottom: -17px; 	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 	opacity: 0; 	pointer-events: none; 	transition: transform .4s ease 0s; 	border-radius: 3px; }  ul.products.product-card-button-atc-transfrom--top li.product .product-thumbnail { 	z-index: 1; }  ul.products.product-card-button-atc-transfrom--top li.product .product-summary { 	background-color: #ffffff; 	position: relative; 	padding-top: 10px; 	transform: translateY(-52px); 	transition: transform .4s ease 0s; }  ul.products.product-card-button-atc-transfrom--top li.product .product-loop-button-atc { 	opacity: 0; 	visibility: hidden; 	pointer-events: none; 	margin-top: 0; 	transition: opacity .4s ease 0s; }  ul.products.product-card-button-atc-transfrom--bottom li.product .product-inner { 	padding-bottom: 30px; }  ul.products.product-card-button-atc-transfrom--bottom li.product .product-inner:hover .product-loop-button-atc { 	opacity: 1; 	visibility: visible; 	transform: translateY(0); 	pointer-events: auto; }  ul.products.product-card-button-atc-transfrom--bottom li.product .product-loop-button-atc { 	position: absolute; 	top: calc( 100% - 30px); 	left: 0; 	right: 0; 	opacity: 0; 	visibility: hidden; 	transform: translateY(20px); 	pointer-events: none; 	z-index: 1; }  ul.products.product-card-layout-4 li.product .product-featured-icons--primary .product-loop-button { 	border-radius: 0; }  ul.products.product-card-layout-4 li.product .product-featured-icons--primary .product-loop-button .ecomus-svg-icon--shopping-bag { 	display: none; }  ul.products.product-card-layout-6 li.product { 	margin-bottom: 48px; }  ul.products.product-card-layout-6 li.product .product-featured-icons--primary { 	--em-button-gap: 10px; }  ul.products.product-card-layout-6 li.product .product-loop-button .ecomus-svg-icon--shopping-bag { 	display: none; }  ul.products.product-card-layout-7 li.product { 	margin-bottom: 30px; }  ul.products.product-card-layout-7 li.product .product-loop-button-atc { 	width: 100%; 	margin-bottom: 15px; }  ul.products.product-card-layout-7 li.product .product-loop-button-atc .ecomus-svg-icon--shopping-bag { 	display: none; }  ul.products.product-card-layout-8 li.product { 	height: auto; 	margin-bottom: 30px; }  ul.products.product-card-layout-8 li.product .product-inner { 	height: 100%; 	padding: 10px 10px 13px 10px; 	border-radius: var(--em-rounded-md); 	border: 1px solid #ececec; }  ul.products.product-card-layout-8 li.product .price { 	margin-top: 15px; 	font-size: 20px; 	font-size: 1.25rem; 	align-items: self-end; 	line-height: 1; }  ul.products.product-card-layout-8 li.product .price del { 	font-size: 14px; 	font-size: 0.875rem; }  ul.products.product-card-layout-8 li.product .price .woocommerce-price-suffix { 	line-height: 18px; }  ul.products.product-card-layout-8 li.product .price .em-price-unit { 	font-size: 0.8em; }  ul.products.product-card-layout-9 li.product .product-inner { 	background-color: var(--em-color__light); 	border-radius: var(--em-image-rounded-product-card); }  ul.products.product-card-layout-9 li.product .product-summary { 	padding: 15px 15px 20px; }  ul.products.product-card-layout-9 li.product .product-thumbnail { 	border-bottom-left-radius: 0; 	border-bottom-right-radius: 0; }  ul.products.product-card-layout-9 li.product .product-thumbnail img { 	border-bottom-left-radius: 0; 	border-bottom-right-radius: 0; }  ul.products.product-card-layout-9 li.product .price { 	margin-top: 8px; }  ul.products.product-card-layout-9 li.product .product-loop-button { 	text-transform: none; }  ul.products.product-card-layout-9 li.product .product-loop-button-atc { 	margin-top: 17px; }  ul.products.product-card-layout-9 li.product .product-loop-button-atc .ecomus-svg-icon { 	display: none; }  ul.products.product-card-layout-9 li.product .product-variation-items { 	display: none; }  ul.products.product-card-layout-9 li.product .product-variation-items .product-variation-item--label, ul.products.product-card-layout-9 li.product .product-variation-items .product-variation-item--button { 	font-size: 12px; 	font-size: 0.75rem; 	font-weight: 600; 	height: 31px; }  ul.products.product-card-layout-list li.product { 	margin-bottom: 34px; }  ul.products.product-card-layout-list li.product:last-child { 	margin-bottom: 42px; }  ul.products.product-card-layout-list li.product:last-child .product-inner { 	border-bottom: none; 	padding-bottom: 0; }  ul.products.product-card-layout-list li.product .product-inner { 	display: flex; 	gap: 30px; 	border-bottom: 1px solid var(--em-border-color); 	padding-bottom: 34px; }  ul.products.product-card-layout-list li.product .product-thumbnail { 	width: 35%; 	max-width: 338px; }  ul.products.product-card-layout-list li.product .product-summary { 	flex: 1; 	max-width: 60%; 	margin-top: 0; 	display: block; 	text-align: left; 	padding-top: 0; }  ul.products.product-card-layout-list li.product .ecomus-rating { 	margin: 0 0 7px 0; }  ul.products.product-card-layout-list li.product .short-description { 	margin-top: 13px; }  ul.products.product-card-layout-list li.product .product-variation-items { 	margin-top: 15px; 	margin-bottom: 23px; }  ul.products.product-card-layout-list li.product .product-variation-items + .product-variation-items--second { 	margin-top: -14px; 	margin-bottom: 19px; }  ul.products.product-card-layout-list li.product .product-variation-items--second { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 400; 	gap: 10px; 	justify-content: flex-start; 	position: static; 	background-color: transparent; 	color: var(--em-color__dark); 	padding: 0; 	opacity: 1; 	visibility: visible; 	transform: none; 	margin-top: 15px; }  ul.products.product-card-layout-list li.product .product-featured-icons { 	position: static; 	justify-content: flex-start; 	gap: var(--em-button-gap); 	margin-top: 17px; }  ul.products.product-card-layout-list li.product .product-featured-icons:not(.product-featured-icons--no-spacing) .product-loop-button { 	box-shadow: none; }  ul.products.product-card-layout-list li.product .product-featured-icons.product-featured-icons--bottom .product-loop-button { 	width: auto; 	padding: 0 15px; }  ul.products.product-card-layout-list li.product .product-loop-button { 	opacity: 1; 	visibility: visible; 	transform: none; 	border: 1px solid var(--em-border-color); }  ul.products.product-card-layout-list li.product.product-category { 	width: 25%; }  ul.products.loading { 	position: relative; 	min-height: 200px; }  ul.products.loading .loading-screen { 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; 	background: #fff; 	z-index: 40; 	margin: 0 !important; 	padding: 0 !important; 	border: 0 !important; }  ul.products.loading .em-loading-spin { 	color: #000000; 	width: 40px; 	height: 40px; 	position: absolute; 	left: 50%; 	top: 160px; 	transform: translate(-50%, 0); }  ul.products li.product-category > a { 	position: relative; 	color: #000; }  ul.products li.product-category .woocommerce-loop-category__title { 	position: absolute; 	bottom: 20px; 	left: 50%; 	transform: translateX(-50%); 	background-color: #fff; 	color: #000; 	font-family: inherit; 	font-size: 16px; 	font-size: 1rem; 	line-height: 19.2px; 	margin: 15px 0 0; 	display: inline-flex; 	color: inherit; 	padding: var(--em-button-padding-top) var(--em-button-padding-right) var(--em-button-padding-bottom) var(--em-button-padding-left); 	line-height: var(--em-button-line-height); 	border-radius: var(--em-button-rounded); 	font-weight: 500; 	transition: 0.4s; 	gap: 5px; }  ul.products li.product-category .woocommerce-loop-category__title mark { 	background-color: transparent; 	color: inherit; }  ul.products li.product-category .woocommerce-loop-category__title:hover { 	background-color: #000; 	color: #fff; }  .em-price-unit { 	font-weight: 400; 	color: var(--em-color__base); }  ul.products li.product .sold-by-meta { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; 	margin-top: 11px; }  ul.products li.product .sold-by-meta a { 	display: inline-flex; 	align-items: center; }  ul.products li.product .sold-by-meta img { 	max-height: 16px; 	max-width: 16px; 	margin-right: 8px; 	border-radius: 100%; 	/*rtl:raw: 					margin-right: 0; 					margin-left: 8px; 				*/ }  ul.products li.product .sold-by-meta .vendor-name-text { 	margin-right: 3px; 	/*rtl:raw: 					margin-right: 0; 					margin-left: 3px; 				*/ }  ul.products li.product .vendor-type-text { 	font-weight: 400; 	margin-top: 9px; }  ul.products li.product .vendor-type-text a { 	color: var(--em-color__base); }  ul.products li.product .vendor-type-text a:hover { 	color: var(--em-color__primary); }  ul.products li.product .vendor-position-after-thumbnail { 	margin-top: -5px; 	margin-bottom: 8px; }  ul.products li.product .vendor-position-after-thumbnail + .ecomus-rating { 	margin-top: -5px; }  body:not(.product-image-uncropped) ul.products .product-thumbnail .woocommerce-loop-product__link, body:not(.product-image-uncropped) ul.products li.product-category > a, body:not(.product-image-uncropped) ul.products .product-variation-item--image span, body:not(.product-image-uncropped) .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail, body:not(.product-image-uncropped) .ecomus-mini-products-recommended ul .woocommerce-loop-product__thumbnail, body:not(.product-image-uncropped).woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail a, body:not(.product-image-uncropped) .live-sales-notification__thumbnail, body:not(.product-image-uncropped) .modal__quickview div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, body:not(.product-image-uncropped) .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-image a, body:not(.product-image-uncropped) .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) { 	display: flex; 	width: 100%; 	position: relative; }  body:not(.product-image-uncropped) ul.products .product-thumbnail .woocommerce-loop-product__link:before, body:not(.product-image-uncropped) ul.products li.product-category > a:before, body:not(.product-image-uncropped) ul.products .product-variation-item--image span:before, body:not(.product-image-uncropped) .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail:before, body:not(.product-image-uncropped) .ecomus-mini-products-recommended ul .woocommerce-loop-product__thumbnail:before, body:not(.product-image-uncropped).woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail a:before, body:not(.product-image-uncropped) .live-sales-notification__thumbnail:before, body:not(.product-image-uncropped) .modal__quickview div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before, body:not(.product-image-uncropped) .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-image a:before, body:not(.product-image-uncropped) .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image):before { 	content: ''; 	width: 0; 	height: 0; 	display: block; 	padding-bottom: var(--product-image-ratio-percent); }  body:not(.product-image-uncropped) ul.products .product-thumbnail .woocommerce-loop-product__link img, body:not(.product-image-uncropped) ul.products li.product-category > a img, body:not(.product-image-uncropped) ul.products .product-variation-item--image span img, body:not(.product-image-uncropped) .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail img, body:not(.product-image-uncropped) .ecomus-mini-products-recommended ul .woocommerce-loop-product__thumbnail img, body:not(.product-image-uncropped).woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail a img, body:not(.product-image-uncropped) .live-sales-notification__thumbnail img, body:not(.product-image-uncropped) .modal__quickview div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a img, body:not(.product-image-uncropped) .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-image a img, body:not(.product-image-uncropped) .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) img { 	display: block; 	max-width: 100%; 	position: absolute; 	margin: 0; 	top: 0; 	left: 0; 	height: 100%; 	width: 100%; 	object-fit: cover; 	object-position: center; }  @media screen and (min-width: 48em) { 	ul.products.columns-1 li.product { 		width: 100%; 	} 	ul.products.columns-2 li.product { 		width: 50%; 	} 	ul.products.columns-3 li.product { 		width: 33.33%; 	} 	ul.products.columns-4 li.product { 		width: 25%; 	} 	ul.products.columns-5 li.product { 		width: 20%; 	} 	ul.products.columns-6 li.product { 		width: 16.66%; 	} }  /**  * My Account  */ .woocommerce-account .woocommerce-customer-login__title { 	font-size: 28px; 	font-size: 1.75rem; 	text-align: center; 	margin-bottom: 30px; }  .woocommerce-account .woocommerce-enable-register .woocommerce-form-login { 	margin: 0; }  .woocommerce-account .woocommerce-enable-register h2 { 	text-align: left; }  .woocommerce-account .woocommerce-customer-login { 	justify-content: center; }  .woocommerce-account .woocommerce-form-login, .woocommerce-account .woocommerce-customer-register, .woocommerce-account form.woocommerce-ResetPassword { 	max-width: 551px; 	margin: 0 auto; }  .woocommerce-account .site-content .woocommerce-customer-register > h2 { 	display: none; }  .woocommerce-account .woocommerce-form-new { 	max-width: 490px; }  .woocommerce-account .woocommerce-form .woocommerce-form-row { 	position: relative; }  .woocommerce-account .woocommerce-form .woocommerce-form-row .password-input { 	position: static; }  .woocommerce-account .woocommerce-form .woocommerce-form-row > label { 	position: absolute; 	top: 0; 	left: var(--em-input-padding-x); 	transform: scale(1); 	height: 100%; 	pointer-events: none; 	transform-origin: left top; 	transition: 0.2s; 	display: flex; 	align-items: center; }  .woocommerce-account .woocommerce-form .woocommerce-form-row input[type="text"], .woocommerce-account .woocommerce-form .woocommerce-form-row .input-text { 	transition: none; 	height: 50px; }  .woocommerce-account .woocommerce-form .woocommerce-form-row input[type="text"]:-webkit-autofill, .woocommerce-account .woocommerce-form .woocommerce-form-row .input-text:-webkit-autofill { 	animation-name: autofill-animation; 	animation-duration: 0.001s; 	border-color: #000000; }  .woocommerce-account .woocommerce-form .woocommerce-form-row.focused > label { 	transform: translateY(-0.6rem) scale(0.8); }  .woocommerce-account .woocommerce-form .woocommerce-form-row.focused input[type="text"], .woocommerce-account .woocommerce-form .woocommerce-form-row.focused .input-text { 	padding-top: 1.55rem; 	padding-bottom: 0.4rem; }  .woocommerce-account .woocommerce-form .woocommerce-form-row ::placeholder { 	color: transparent; }  .woocommerce-account .woocommerce-form .woocommerce-form-row.woocommerce-form-row--submit { 	margin-bottom: 10px; }  .woocommerce-account .woocommerce-form .woocommerce-form-row.form-row-password.focused > label { 	transform: translateY(-0.6rem) scale(0.8); 	top: 13px; 	height: auto; }  .woocommerce-account .woocommerce-form .woocommerce-Input--text { 	width: 100%; }  .woocommerce-account .show_if_seller .form-row { 	position: relative; }  .woocommerce-account .show_if_seller .form-row > label { 	position: absolute; 	top: 0; 	left: var(--em-input-padding-x); 	transform: scale(1); 	height: 50px; 	pointer-events: none; 	transform-origin: left top; 	transition: 0.2s; 	display: flex; 	align-items: center; }  .woocommerce-account .show_if_seller .form-row input[type="text"], .woocommerce-account .show_if_seller .form-row .input-text { 	transition: none; 	height: 50px; }  .woocommerce-account .show_if_seller .form-row input[type="text"]:-webkit-autofill, .woocommerce-account .show_if_seller .form-row .input-text:-webkit-autofill { 	animation-name: autofill-animation; 	animation-duration: 0.001s; 	border-color: #000000; }  .woocommerce-account .show_if_seller .form-row.focused > label { 	transform: translateY(-0.6rem) scale(0.8); }  .woocommerce-account .show_if_seller .form-row.focused input[type="text"], .woocommerce-account .show_if_seller .form-row.focused .input-text { 	padding-top: 1.55rem; 	padding-bottom: 0.4rem; }  .woocommerce-account .show_if_seller .form-row ::placeholder { 	color: transparent; }  .woocommerce-account .show_if_seller .form-row.woocommerce-form-row--submit { 	margin-bottom: 10px; }  .woocommerce-account .show_if_seller .form-row.form-row-password.focused > label { 	transform: translateY(-0.6rem) scale(0.8); 	top: 13px; 	height: auto; }  .woocommerce-account .show_if_seller .input-text { 	width: 100%; }  .woocommerce-account .vendor-customer-registration > *:not(:last-child) { 	margin-bottom: 5px; }  .woocommerce-account .woocommerce-form-row--remember { 	display: flex; 	align-items: center; 	justify-content: space-between; }  .woocommerce-account .woocommerce-lost-password { 	text-decoration: underline; 	text-underline-offset: .3rem; }  .woocommerce-account .woocommerce-form-login__submit, .woocommerce-account .woocommerce-ResetPassword .woocommerce-Button { 	width: 50%; }  .woocommerce-account .woocommerce-form-register__submit { 	margin-bottom: 1.5em; 	width: 100%; }  .woocommerce-account .woocommerce-MyAccount-navigation { 	width: 23.246%; 	float: left; 	margin-right: 20px; 	padding: 40px 0 24px; 	border: 1px solid var(--em-border-color); 	border-radius: var(--em-rounded-xs); }  .woocommerce-account .woocommerce-MyAccount-navigation ul { 	margin: 0; 	padding: 0; 	list-style-type: none; }  .woocommerce-account .woocommerce-MyAccount-navigation li { 	margin-bottom: 20px; }  .woocommerce-account .woocommerce-MyAccount-navigation li a { 	position: relative; 	display: block; 	margin-left: -1px; 	padding: 1px 19px 1px 24px; 	font-size: 16px; 	font-size: 1rem; 	font-weight: 500; 	color: var(--em-color__base); 	border-left: 2px solid transparent; }  .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { 	color: var(--em-color__dark); 	border-color: var(--em-color__dark); }  .woocommerce-account .woocommerce-MyAccount-navigation li:hover a { 	color: var(--em-color__dark); 	border-color: var(--em-color__dark); }  .woocommerce-account .woocommerce-MyAccount-navigation li:last-child { 	margin-bottom: 0; }  .woocommerce-account .woocommerce-MyAccount-content { 	float: left; 	width: calc( 100% - 23.246% - 24px); 	padding: 28px 24px; 	border: 1px solid var(--em-border-color); 	border-radius: var(--em-rounded-xs); }  .woocommerce-account .woocommerce-MyAccount-content .greeting { 	margin-top: 0; 	font-size: 24px; 	font-size: 1.5rem; 	line-height: 32px; }  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title > a { 	border-bottom: 1px solid; }  .woocommerce-account .woocommerce-MyAccount-content h2 { 	font-size: 24px; 	font-size: 1.5rem; 	font-weight: 500; }  .woocommerce-account .woocommerce-MyAccount-content h3 { 	margin-top: 0; 	font-size: 24px; 	font-size: 1.5rem; 	font-weight: 500; }  .woocommerce-account .woocommerce-MyAccount-content p { 	font-size: 14px; 	font-size: 0.875rem; }  .woocommerce-account .woocommerce-MyAccount-content p a { 	box-shadow: inset 0 -1px var(--em-color__dark); }  .woocommerce-account .woocommerce-MyAccount-content table { 	margin: 0; }  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info { 	margin-bottom: 0; }  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a.button { 	box-shadow: none; 	display: inline; 	min-width: auto; }  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-message--info, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message--info { 	padding: 0; 	margin: 0; 	background-color: transparent; }  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-message--info p, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message--info p { 	margin-top: 0; 	font-size: 24px; 	font-size: 1.5rem; 	font-weight: 500; 	color: var(--em-color__dark); }  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details a.button, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-downloads a.button { 	line-height: 44px; 	height: 44px; 	box-shadow: none; 	background-color: var(--em-color__dark); 	color: var(--em-color__light); 	margin-left: 12px; }  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details h2 { 	text-align: left; }  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details h2 { 	text-align: left; }  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input { 	width: 100%; }  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label { 	display: block; 	margin-bottom: 7px; }  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset { 	margin-bottom: 21px; 	padding: 2em 2em 3em; 	border: 1px solid var(--em-input-border-color); }  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 500; }  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .woocommerce-button { 	--em-button-padding-top: 0; 	--em-button-padding-right: 0; 	--em-button-padding-bottom: 0; 	--em-button-padding-left: 0; 	--em-button-bg-color: transparent; 	--em-button-color: #000000; 	--em-button-bg-color-hover: transparent; 	--em-button-color-hover: var(--em-color__primary); 	border: none; 	text-decoration: underline; 	margin-right: 10px; }  .woocommerce-account .woocommerce-MyAccount-content .form-row { 	margin: 0 0 20px 0; }  .woocommerce-account .woocommerce-MyAccount-content .form-row:last-child { 	margin: 0; }  .woocommerce-account .woocommerce-MyAccount-content .form-row label { 	display: block; 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; 	color: #000000; 	margin-bottom: 9px; }  .woocommerce-account .woocommerce-MyAccount-content .form-row .input-text { 	width: 100%; }  .woocommerce-account .woocommerce-MyAccount-orders th, .woocommerce-account .woocommerce-MyAccount-orders td { 	width: 22.5%; 	padding-left: 15px; }  .woocommerce-account .woocommerce-MyAccount-orders th:first-child, .woocommerce-account .woocommerce-MyAccount-orders td:first-child { 	width: 10%; 	padding-left: 0; }  .woocommerce-account .woocommerce-orders-table__cell-order-total ins { 	color: var(--em-color-price-sale); 	background-color: transparent; }  .woocommerce-account .woocommerce-orders-table__cell-order-total del { 	color: rgba(0, 0, 0, 0.5); 	font-weight: 400; }  .woocommerce-account .lost_reset_password .woocommerce-Input--text, .woocommerce-account .lost_reset_password .button { 	width: 100%; }  .woocommerce-account .select2-container--open .select2-dropdown--below { 	margin-top: 15px; }  .woocommerce-account .select2 .select2-selection--single { 	padding: 2px 15px; 	height: 44px; }  .woocommerce-account .select2 .select2-selection--single .select2-selection__rendered { 	line-height: 38px; }  .woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow { 	top: 10px; 	right: 10px; }  .woocommerce div.nsl-container.nsl-container-block .nsl-container-buttons { 	width: 100%; 	display: inline-grid; 	grid-template-columns: repeat(2, 1fr); 	gap: 20px; }  /**  * Badges  */ .woocommerce-badges { 	position: absolute; 	top: 15px; 	right: 15px; 	z-index: 2; 	display: flex; 	gap: 5px; 	pointer-events: none; }  .woocommerce-badges .stock { 	margin: 0; }  .woocommerce-badges:not(.woocommerce-badges--single).woocommerce-badges--right { 	right: auto; 	left: 15px; }  .woocommerce-badges:not(.woocommerce-badges--single).sold-out--center.sold-out { 	top: 50%; 	left: 0; 	right: 0; 	transform: translateY(-50%); 	margin: 0 auto; 	align-items: center; 	justify-content: center; 	width: 93px; 	height: 93px; 	border-radius: 100%; 	background-color: #f2f2f2; }  .woocommerce-badges:not(.woocommerce-badges--single).sold-out--center.sold-out::before { 	height: 1px; 	width: calc(100% - 21px); 	position: absolute; 	content: ""; 	background-color: #DADADA; 	transform: rotate(-45deg); 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	z-index: -1; }  .woocommerce-badges:not(.woocommerce-badges--single).sold-out--center .woocommerce-badge.sold-out { 	padding: 6px 10px; 	border-radius: 0; 	z-index: 4; }  .woocommerce-badges.woocommerce-badges--single { 	position: static; 	margin-bottom: 18px; }  .woocommerce-badge { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; 	color: #fff; 	line-height: 1; 	display: inline-flex; 	align-items: center; 	justify-content: center; 	background-color: #FC5732; 	border-radius: 100px; 	padding: 8px 12px 7px; }  .woocommerce-badge.featured { 	background-color: #ff7316; }  .woocommerce-badge.new { 	background-color: #48D4BB; }  .woocommerce-badge.sold-out { 	background-color: #F2F2F2; 	color: #000000; }  .woocommerce-badge.pre-order { 	background-color: #55A653; }  .woocommerce-badge.custom { 	--id--badge-custom-bg: #000; 	--id--badge-custom-color: #fff; 	background-color: var(--id--badge-custom-bg); 	color: var(--id--badge-custom-color); }  .ecomus-badges-sale__countdown { 	--em-rounded-xs: 3px; 	position: absolute; 	left: 5px; 	right: 5px; 	bottom: 26px; 	max-width: 212px; 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 600; 	color: #DB1215; 	margin: 0 auto; 	padding: 10px; 	border-radius: var(--em-rounded-xs); 	background-color: #FFFFFF; 	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 	transition: .4s ease-out 0s; 	pointer-events: none; 	z-index: 2; }  .ecomus-badges-sale__countdown .ecomus-countdown { 	display: flex; 	justify-content: center; }  .ecomus-badges-sale__countdown .ecomus-countdown .timer { 	display: flex; 	align-items: center; 	color: inherit; }  .ecomus-badges-sale__countdown .ecomus-countdown .timer .digits, .ecomus-badges-sale__countdown .ecomus-countdown .timer .text, .ecomus-badges-sale__countdown .ecomus-countdown .timer .divider { 	font-size: inherit; 	font-weight: inherit; 	text-transform: inherit; 	margin: 0; }  .ecomus-badges-sale__countdown .ecomus-countdown .timer .divider { 	display: inline; 	padding: 0 4px; }  .woocommerce-badges--single .woocommerce-badge { 	font-size: 10px; 	font-size: 0.625rem; 	font-weight: 700; 	padding: 10px 14px 9px; 	border-radius: var(--em-rounded-xs); 	background-color: #fff; 	color: #FC5732; 	border: 1px solid #FC5732; }  .woocommerce-badges--single .woocommerce-badge.featured { 	color: #ff7316; 	background-color: #fff; 	border-color: #ff7316; }  .woocommerce-badges--single .woocommerce-badge.new { 	color: #48D4BB; 	border-color: #48D4BB; }  .woocommerce-badges--single .woocommerce-badge.sold-out, .woocommerce-badges--single .woocommerce-badge.out-of-stock { 	color: var(--em-color__dark); 	border-color: var(--em-color__dark); }  .woocommerce-badges--single .woocommerce-badge.in-stock { 	color: var(--em-color__dark); 	border-color: var(--em-color__dark); }  .woocommerce-badges--single .woocommerce-badge.pre-order, .woocommerce-badges--single .woocommerce-badge.available-on-backorder { 	color: var(--em-color__dark); 	border-color: var(--em-color__dark); }  .single-product div.product .woocommerce-badges.woocommerce-badges--single .stock { 	padding: 10px 14px 9px; 	font-weight: 700; 	color: var(--em-color__dark); }  /**  * Pagination  */ .woocommerce-pagination { 	text-align: center; 	margin-top: 15px; }  .woocommerce-pagination ul { 	display: flex; 	justify-content: center; 	list-style: none; 	margin: 0; 	padding: 0; 	flex-wrap: wrap; 	gap: 10px; }  .woocommerce-pagination ul .page-numbers { 	font-size: var(--em-button-font-size); 	background-color: var(--em-button-bg-color); 	color: var(--em-button-color); 	border: 1px solid var(--em-button-border-color); 	padding: var(--em-button-padding-top) var(--em-button-padding-right) var(--em-button-padding-bottom) var(--em-button-padding-left); 	line-height: var(--em-button-line-height); 	border-radius: var(--em-button-rounded); 	font-weight: var(--em-button-font-weight); 	gap: var(--em-button-icon-spacing); 	display: inline-flex; 	align-items: center; 	justify-content: center; 	transition: 0.4s; 	cursor: pointer; 	vertical-align: middle; 	transition: 0.25s; 	--em-button-color: #000000; 	--em-button-color-hover: #ffffff; 	--em-button-bg-color: transparent; 	--em-button-bg-color-hover: #000000; 	--em-button-border-color: #EBEBEB; 	--em-button-border-color-hover: var(--em-button-bg-color-hover); 	--em-button-eff-bg-color-hover: rgba(255, 255, 255, 0.25); 	--em-button-width: 46px; 	--em-button-height: 46px; 	--em-button-font-size: 10px; 	--em-button-icon-size: var(--em-button-font-size); 	padding: 0; 	width: var(--em-button-width); 	height: var(--em-button-height); 	--em-button-font-size: 14px; 	position: relative; }  .woocommerce-pagination ul .page-numbers:hover, .woocommerce-pagination ul .page-numbers:active { 	color: var(--em-button-color-hover); 	background-color: var(--em-button-bg-color-hover); 	border-color: var(--em-button-border-color-hover); }  .woocommerce-pagination ul .page-numbers:hover:after { 	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1); }  .woocommerce-pagination ul .page-numbers.disabled { 	opacity: 0.3; 	pointer-events: none; 	cursor: not-allowed; }  .woocommerce-pagination ul .page-numbers .ecomus-svg-icon { 	font-size: var(--em-button-icon-size); 	/*rtl:raw: 			transform: rotateY(180deg); 		*/ }  .woocommerce-pagination ul .page-numbers.pswp__button::after { 	display: none; }  .woocommerce-pagination ul .page-numbers.loading { 	--em-loading-color: var(--em-button-color); 	--em-animation-state: running; 	position: relative; 	color: transparent; }  .woocommerce-pagination ul .page-numbers.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .woocommerce-pagination ul .page-numbers.loading:hover, .woocommerce-pagination ul .page-numbers.loading:active { 	--em-loading-color: var(--em-button-color-hover); }  .woocommerce-pagination ul .page-numbers:after { 	display: none; }  .woocommerce-pagination ul .page-numbers .ecomus-button-text { 	display: none; }  .woocommerce-pagination ul .page-numbers .ecomus-svg-icon { 	padding-bottom: 0; }  .woocommerce-pagination ul .page-numbers.current { 	--em-button-bg-color: var(--em-color__dark); 	--em-button-border-color: var(--em-color__dark); 	--em-button-color: var(--em-color__light); }  .woocommerce-pagination ul .page-numbers.current { 	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }  .woocommerce-pagination ul .page-numbers.current:hover, .woocommerce-pagination ul .page-numbers.current:focus, .woocommerce-pagination ul .page-numbers.current:focus-visible { 	outline: none; }  .woocommerce-pagination ul .page-numbers.current:after { 	display: none; }  .woocommerce-pagination ul .page-numbers.dots { 	cursor: pointer; 	border: none; 	position: relative; 	bottom: 5px; }  .woocommerce-pagination ul .page-numbers.prev, .woocommerce-pagination ul .page-numbers.next { 	--em-button-icon-size: 11px; 	font-size: 11px; 	font-size: 0.6875rem; }  .woocommerce-pagination-button.em-loading-spin { 	--em-animation-state: paused; }  .woocommerce-pagination-button.em-loading-spin::before { 	opacity: 0; }  .woocommerce-pagination-button.loading { 	--em-animation-state: running; }  .woocommerce-pagination-button.loading span { 	opacity: 0; }  .woocommerce-pagination-button.loading::before { 	opacity: 1; }  /**  * WooCommerce widgets  */ /**  * WooCommerce Price Filter  */ .widget_price_filter .price_slider { 	margin-bottom: 1.5em; }  .widget_price_filter .price_slider_amount { 	text-align: right; 	line-height: 2.4; }  .widget_price_filter .price_slider_amount .button { 	float: left; }  .widget_price_filter .ui-slider { 	position: relative; 	text-align: left; }  .widget_price_filter .ui-slider .ui-slider-handle { 	position: absolute; 	z-index: 2; 	width: 16px; 	height: 16px; 	border-radius: 50%; 	cursor: ew-resize; 	outline: none; 	box-sizing: border-box; 	margin-top: -7px; 	background-color: var(--em-color__light); 	border: 2px solid #DB1215; 	opacity: 1; }  .widget_price_filter .ui-slider .ui-slider-handle:last-child { 	margin-left: -1em; }  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active { 	background-color: #DB1215; }  .widget_price_filter .ui-slider .ui-slider-range { 	position: absolute; 	z-index: 1; 	display: block; 	border: 0; 	background-color: #DB1215; }  .widget_price_filter .price_slider_wrapper { 	display: flex; 	flex-direction: column; }  .widget_price_filter .price_slider_wrapper .ui-widget-content { 	background-color: var(--em-border-color); 	margin-top: 13px; }  .widget_price_filter .ui-slider-horizontal { 	height: 2px; }  .widget_price_filter .ui-slider-horizontal .ui-slider-range { 	height: 100%; }  /* Products Filter Widget */ .products-filter-widget .widget-title, .products-filter-widget--elementor .widget-title { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 500; 	display: flex; 	align-items: center; 	border-bottom: 1px solid #ecf0f4; 	margin: 0; 	padding-top: 14px; 	padding-bottom: 11px; }  .products-filter-widget .widget-title .ecomus-svg-icon, .products-filter-widget--elementor .widget-title .ecomus-svg-icon { 	font-size: 20px; 	font-size: 1.25rem; 	margin-right: 9px; 	line-height: 25px; }  .products-filter-widget > .widget-title, .products-filter-widget--elementor > .widget-title { 	display: none; }  .products-filter-widget .has-collapse .filter.ecomus-active .filter-name:after, .products-filter-widget--elementor .has-collapse .filter.ecomus-active .filter-name:after { 	transform: rotate(180deg); }  .products-filter-widget .has-collapse .filter.ecomus-active .products-filter__filter-control, .products-filter-widget--elementor .has-collapse .filter.ecomus-active .products-filter__filter-control { 	display: none; }  .products-filter-widget .has-collapse .filter-name, .products-filter-widget--elementor .has-collapse .filter-name { 	cursor: pointer; }  .products-filter-widget .has-collapse .filter-name:after, .products-filter-widget--elementor .has-collapse .filter-name:after { 	content: ""; 	background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaGR0LWZhY2V0LXRpdGxlX2ljb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjExIiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCAxMSA3IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTEgNS41TDUuNSA2LjU1ODY4ZS0wOEwtNi41NTg2OGUtMDggNS41TDAuOTc2MjUgNi40NzYyNUw1LjUgMS45NTI1TDEwLjAyMzggNi40NzYyNUwxMSA1LjVaIiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48L3N2Zz4="); 	background-repeat: no-repeat; 	width: 11px; 	height: 7px; 	display: block; 	transition: transform .35s linear; 	will-change: transform; }  .products-filter-widget .products-filter__activated, .products-filter-widget--elementor .products-filter__activated { 	border-bottom: 1px solid #ecf0f4; 	padding-bottom: 16px; }  .products-filter-widget .products-filter__activated-heading, .products-filter-widget--elementor .products-filter__activated-heading { 	display: flex; 	justify-content: space-between; 	align-items: center; 	margin: 24px 0 20px; }  .products-filter-widget .products-filter__activated-heading h6, .products-filter-widget--elementor .products-filter__activated-heading h6 { 	margin: 0; 	font-weight: 500; }  .products-filter-widget .products-filter__activated-heading reset-buttonn, .products-filter-widget--elementor .products-filter__activated-heading reset-buttonn { 	font-weight: 500; 	color: var(--em-color__dark); }  .products-filter-widget a.remove-filtered, .products-filter-widget--elementor a.remove-filtered { 	display: inline-block; 	font-size: 11px; 	font-size: 0.6875rem; 	background-color: var(--em-color__dark); 	color: var(--em-color__light); 	padding: 8.5px 13px; 	margin-right: 8px; 	margin-bottom: 8px; 	border-radius: var(--em-border__radius); }  .products-filter-widget a.remove-filtered .ecomus-svg-icon, .products-filter-widget--elementor a.remove-filtered .ecomus-svg-icon { 	margin-left: 8px; }  .products-filter-widget .counter, .products-filter-widget--elementor .counter { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; 	margin-left: 5px; }  .products-filter-widget .counter:before, .products-filter-widget--elementor .counter:before { 	content: "("; 	display: inline-block; }  .products-filter-widget .counter:after, .products-filter-widget--elementor .counter:after { 	content: ")"; 	display: inline-block; }  .products-filter-widget .products-filter__search-box, .products-filter-widget--elementor .products-filter__search-box { 	width: 100%; 	margin-bottom: 21px; 	height: 44px; 	background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+c2VhcmNoPC90aXRsZT4KPHBhdGggZmlsbD0iIzdjODE4YiIgZD0iTTI4LjggMjYuNTQ0bC01LjQ0LTUuNDRjMS4zOTItMS44NzIgMi4yNC00LjE5MiAyLjI0LTYuNzA0IDAtNi4xNzYtNS4wMjQtMTEuMi0xMS4yLTExLjJzLTExLjIgNS4wMjQtMTEuMiAxMS4yIDUuMDI0IDExLjIgMTEuMiAxMS4yYzIuNTEyIDAgNC44MzItMC44NDggNi42ODgtMi4yNGw1LjQ0IDUuNDQgMi4yNzItMi4yNTZ6TTYuNCAxNC40YzAtNC40MTYgMy41ODQtOCA4LThzOCAzLjU4NCA4IDgtMy41ODQgOC04IDgtOC0zLjU4NC04LTh6Ij48L3BhdGg+Cjwvc3ZnPgo="); 	background-position: 16px center; 	background-repeat: no-repeat; 	background-size: 16px 16px; 	padding-left: 40px; }  .products-filter-widget .filter, .products-filter-widget--elementor .filter { 	border-bottom: 1px solid var(--em-border-color); }  .products-filter-widget .filter.stock, .products-filter-widget--elementor .filter.stock { 	font-weight: 400; }  .products-filter-widget .filter_color.auto .filter-name, .products-filter-widget--elementor .filter_color.auto .filter-name { 	padding-bottom: 23px; }  .products-filter-widget .rating.checkboxes .filter-checkboxes-item, .products-filter-widget--elementor .rating.checkboxes .filter-checkboxes-item { 	font-size: 14px; 	font-size: 0.875rem; }  .products-filter-widget .rating.checkboxes .filter-checkboxes-item .number, .products-filter-widget--elementor .rating.checkboxes .filter-checkboxes-item .number { 	margin-left: 5px; }  .products-filter-widget .rating.checkboxes .filter-checkboxes-item .text, .products-filter-widget--elementor .rating.checkboxes .filter-checkboxes-item .text { 	margin-left: 3px; }  .products-filter-widget .checkboxes .products-filter__search-box, .products-filter-widget--elementor .checkboxes .products-filter__search-box { 	margin-bottom: 25px; }  .products-filter-widget .dropdown .select2 .select2-selection--single, .products-filter-widget--elementor .dropdown .select2 .select2-selection--single { 	padding: 2px 15px; 	height: 44px; }  .products-filter-widget .dropdown .select2 .select2-selection--single .select2-selection__rendered, .products-filter-widget--elementor .dropdown .select2 .select2-selection--single .select2-selection__rendered { 	line-height: 38px; }  .products-filter-widget .dropdown .select2-container--default .select2-selection--single .select2-selection__arrow, .products-filter-widget--elementor .dropdown .select2-container--default .select2-selection--single .select2-selection__arrow { 	top: 10px; 	right: 10px; }  .products-filter-widget .products-filter--counts .products-filter--list .filter-list-item, .products-filter-widget--elementor .products-filter--counts .products-filter--list .filter-list-item { 	line-height: 14px; }  .products-filter-widget .products-filter--view-more .products-filter--list > .filter-list-item, .products-filter-widget--elementor .products-filter--view-more .products-filter--list > .filter-list-item { 	display: none; }  .products-filter-widget .products-filter--view-more .products-filter--list > .filter-list-item:last-child, .products-filter-widget--elementor .products-filter--view-more .products-filter--list > .filter-list-item:last-child { 	padding-bottom: 8px; }  .products-filter-widget .products-filter--view-more .products-filter--checkboxes > .filter-checkboxes-item, .products-filter-widget--elementor .products-filter--view-more .products-filter--checkboxes > .filter-checkboxes-item { 	display: none; }  .products-filter-widget .products-filter--view-more .products-filter--checkboxes > .filter-checkboxes-item:last-child, .products-filter-widget--elementor .products-filter--view-more .products-filter--checkboxes > .filter-checkboxes-item:last-child { 	padding-bottom: 6px; }  .products-filter-widget .products-filter--view-more .ecomus-widget-product-cats-btn, .products-filter-widget--elementor .products-filter--view-more .ecomus-widget-product-cats-btn { 	padding-top: 7px; }  .products-filter-widget .products-filter--view-more .ecomus-widget-product-cats-btn.btn-children, .products-filter-widget--elementor .products-filter--view-more .ecomus-widget-product-cats-btn.btn-children { 	padding-left: 20px; 	margin-top: -8px; }  .products-filter-widget .products-filter--view-more .ecomus-widget-product-cats-btn.btn-show-item, .products-filter-widget--elementor .products-filter--view-more .ecomus-widget-product-cats-btn.btn-show-item { 	margin-top: 0; }  .products-filter-widget .products-filter--view-more .show-less, .products-filter-widget .products-filter--view-more .show-more, .products-filter-widget--elementor .products-filter--view-more .show-less, .products-filter-widget--elementor .products-filter--view-more .show-more { 	font-size: 12px; 	font-size: 0.75rem; 	font-weight: 500; 	cursor: pointer; 	display: none; }  .products-filter-widget .products-filter--view-more.products-filter--show-children-only .products-filter--list .selected .children > .filter-list-item, .products-filter-widget--elementor .products-filter--view-more.products-filter--show-children-only .products-filter--list .selected .children > .filter-list-item { 	display: none; }  .products-filter-widget .products-filter--view-more.products-filter--show-children-only .products-filter--checkboxes .selected .children > .filter-checkboxes-item, .products-filter-widget--elementor .products-filter--view-more.products-filter--show-children-only .products-filter--checkboxes .selected .children > .filter-checkboxes-item { 	display: none; }  .products-filter-widget .products-filter--ranges + .product-filter-box, .products-filter-widget--elementor .products-filter--ranges + .product-filter-box { 	display: flex; 	align-items: center; 	margin-top: 23px; }  .products-filter-widget .products-filter--ranges + .product-filter-box input, .products-filter-widget--elementor .products-filter--ranges + .product-filter-box input { 	-moz-appearance: textfield; 	max-width: calc( ( 100% / 2 ) - 8px); 	width: 100%; 	--em-input__height: 44px; 	padding: 8px; 	text-align: center; }  .products-filter-widget .products-filter--ranges + .product-filter-box input::-webkit-outer-spin-button, .products-filter-widget .products-filter--ranges + .product-filter-box input::-webkit-inner-spin-button, .products-filter-widget--elementor .products-filter--ranges + .product-filter-box input::-webkit-outer-spin-button, .products-filter-widget--elementor .products-filter--ranges + .product-filter-box input::-webkit-inner-spin-button { 	-webkit-appearance: none; }  .products-filter-widget .products-filter--ranges + .product-filter-box .line, .products-filter-widget--elementor .products-filter--ranges + .product-filter-box .line { 	display: block; 	width: 8px; 	height: 2px; 	background-color: var(--em-border-color); 	margin: 0 4px; }  .products-filter-widget .products-filter--ranges + .product-filter-box .ecomus-button-range, .products-filter-widget--elementor .products-filter--ranges + .product-filter-box .ecomus-button-range { 	display: none; 	max-width: 80px; 	min-width: auto; 	height: 44px; 	box-shadow: none; 	padding: 0; 	margin: 0 0 0 11px; }  .products-filter-widget form:not(.ajax-filter) .ecomus-button-range, .products-filter-widget--elementor form:not(.ajax-filter) .ecomus-button-range { 	display: none; }  .products-filter-widget .filter-name, .products-filter-widget--elementor .filter-name { 	font-size: 20px; 	font-size: 1.25rem; 	color: var(--em-color__dark); 	display: flex; 	gap: 20px; 	position: relative; 	align-items: center; 	justify-content: space-between; 	padding: 32px 0 19px; 	position: relative; }  .products-filter-widget .filter-control, .products-filter-widget--elementor .filter-control { 	position: relative; 	padding-bottom: 34px; }  .products-filter-widget input[type=checkbox], .products-filter-widget input[type=radio], .products-filter-widget--elementor input[type=checkbox], .products-filter-widget--elementor input[type=radio] { 	display: none; }  .products-filter-widget label, .products-filter-widget--elementor label { 	font-weight: 400; 	cursor: pointer; }  .products-filter-widget ul, .products-filter-widget--elementor ul { 	list-style: none; }  .products-filter-widget .products-filter__options, .products-filter-widget--elementor .products-filter__options { 	margin: 0; 	padding: 0; 	list-style-type: none; }  .products-filter-widget .products-filter__options .children, .products-filter-widget--elementor .products-filter__options .children { 	margin: 8px 0 0 0; 	padding: 0 0 0 20px; 	width: 100%; }  .products-filter-widget .products-filter__options .children li:last-child, .products-filter-widget--elementor .products-filter__options .children li:last-child { 	padding-bottom: 0; }  .products-filter-widget .products-filter__options > li:first-child, .products-filter-widget--elementor .products-filter__options > li:first-child { 	padding-top: 0; }  .products-filter-widget .products-filter__options > li:last-child, .products-filter-widget--elementor .products-filter__options > li:last-child { 	padding-bottom: 0; }  .products-filter-widget .products-filter__option-name, .products-filter-widget .products-filter__option-toggler, .products-filter-widget--elementor .products-filter__option-name, .products-filter-widget--elementor .products-filter__option-toggler { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; 	cursor: pointer; 	user-select: none; }  .products-filter-widget .products-filter--list .filter-list-item, .products-filter-widget--elementor .products-filter--list .filter-list-item { 	line-height: 16px; }  .products-filter-widget .filter-list li, .products-filter-widget--elementor .filter-list li { 	display: flex; 	flex-wrap: wrap; 	color: var(--em-color__dark); 	padding: 9px 0; 	transition: 0.4s; }  .products-filter-widget .filter-list .selected > .products-filter__option-name, .products-filter-widget .filter-list .selected > .products-filter__count, .products-filter-widget--elementor .filter-list .selected > .products-filter__option-name, .products-filter-widget--elementor .filter-list .selected > .products-filter__count { 	color: var(--em-color__primary); }  .products-filter-widget .filter-list .products-filter__option-name:hover, .products-filter-widget--elementor .filter-list .products-filter__option-name:hover { 	color: var(--em-color__primary); }  .products-filter-widget .filter-list .products-filter__option-name:hover + .products-filter__count, .products-filter-widget--elementor .filter-list .products-filter__option-name:hover + .products-filter__count { 	color: var(--em-color__primary); }  .products-filter-widget .filter-checkboxes .children, .products-filter-widget--elementor .filter-checkboxes .children { 	margin: 8px 0 2px; }  .products-filter-widget .list label, .products-filter-widget--elementor .list label { 	display: block; }  .products-filter-widget .h-list ul, .products-filter-widget--elementor .h-list ul { 	margin: 0 0 -6px; }  .products-filter-widget .h-list li, .products-filter-widget--elementor .h-list li { 	display: inline-block; 	padding: 3px 15px 5px 0; }  .products-filter-widget .products-filter--checkboxes .filter-checkboxes-item, .products-filter-widget--elementor .products-filter--checkboxes .filter-checkboxes-item { 	display: flex; 	flex-wrap: wrap; 	align-items: center; 	line-height: 20px; 	color: var(--em-color__dark); 	padding: 6px 0; }  .products-filter-widget .products-filter--checkboxes .products-filter__option-name, .products-filter-widget--elementor .products-filter--checkboxes .products-filter__option-name { 	font-size: 14px; 	font-size: 0.875rem; 	position: relative; 	padding-left: 32px; 	transition: .3s; }  .products-filter-widget .products-filter--checkboxes .products-filter__option-name::before, .products-filter-widget--elementor .products-filter--checkboxes .products-filter__option-name::before { 	content: ""; 	display: block; 	position: absolute; 	width: 20px; 	height: 20px; 	top: 0; 	left: 0; 	border: 1px solid var(--em-border-color); 	border-radius: var(--em-rounded-xs); 	background-color: var(--em-color__light); 	transition: .3s; }  .products-filter-widget .products-filter--checkboxes .products-filter__option-name:hover, .products-filter-widget--elementor .products-filter--checkboxes .products-filter__option-name:hover { 	color: var(--em-color__dark); }  .products-filter-widget .products-filter--checkboxes .products-filter__option-name:hover::before, .products-filter-widget--elementor .products-filter--checkboxes .products-filter__option-name:hover::before { 	border-color: var(--em-color__dark); }  .products-filter-widget .products-filter--checkboxes .products-filter__option-name > *, .products-filter-widget--elementor .products-filter--checkboxes .products-filter__option-name > * { 	display: inline-block; 	margin-top: 2px; }  .products-filter-widget .products-filter--checkboxes .selected > .products-filter__option-name, .products-filter-widget--elementor .products-filter--checkboxes .selected > .products-filter__option-name { 	color: var(--em-color__dark); }  .products-filter-widget .products-filter--checkboxes .selected > .products-filter__option-name::before, .products-filter-widget--elementor .products-filter--checkboxes .selected > .products-filter__option-name::before { 	border-color: var(--em-color__dark); 	background-color: var(--em-color__dark); }  .products-filter-widget .products-filter--checkboxes .selected > .products-filter__option-name::after, .products-filter-widget--elementor .products-filter--checkboxes .selected > .products-filter__option-name::after { 	content: ""; 	display: block; 	width: 4px; 	height: 8px; 	border: solid var(--em-color__light); 	border-width: 0 2px 2px 0; 	-webkit-transform: rotate(45deg); 	-ms-transform: rotate(45deg); 	transform: rotate(45deg); 	position: absolute; 	top: 5px; 	left: 8px; }  .products-filter-widget .products-filter--swatches, .products-filter-widget--elementor .products-filter--swatches { 	display: flex; 	flex-wrap: wrap; 	margin: -5px; }  .products-filter-widget .products-filter--swatches.swatches-color, .products-filter-widget--elementor .products-filter--swatches.swatches-color { 	flex-direction: column; 	flex-wrap: nowrap; 	align-items: flex-start; 	gap: 5px; 	margin: 0; }  .products-filter-widget .products-filter--swatches.swatches-image, .products-filter-widget--elementor .products-filter--swatches.swatches-image { 	margin: 0 -5px; }  .products-filter-widget .products-filter--swatches.swatches-label, .products-filter-widget--elementor .products-filter--swatches.swatches-label { 	margin: 0 -5px; }  .products-filter-widget .swatch, .products-filter-widget--elementor .swatch { 	transition: 0.5s; 	display: inline-block; 	padding: 10px; 	cursor: pointer; 	text-align: center; 	overflow: visible; 	position: relative; }  .products-filter-widget .swatch:hover, .products-filter-widget .swatch.selected, .products-filter-widget--elementor .swatch:hover, .products-filter-widget--elementor .swatch.selected { 	color: var(--em-color__dark); }  .products-filter-widget .swatch-color, .products-filter-widget--elementor .swatch-color { 	display: flex; 	align-items: center; 	padding: 5px; }  .products-filter-widget .swatch-color .bg-color, .products-filter-widget--elementor .swatch-color .bg-color { 	display: block; 	width: 24px; 	height: 24px; 	border-radius: 50%; 	position: relative; 	transition: 0.3s; }  .products-filter-widget .swatch-color .bg-color:after, .products-filter-widget--elementor .swatch-color .bg-color:after { 	content: ''; 	width: 28px; 	height: 28px; 	position: absolute; 	left: -2px; 	top: -2px; 	border-radius: 50%; 	border: 4px solid transparent; 	transition: 0.3s; }  .products-filter-widget .swatch-color .bg-color:before, .products-filter-widget--elementor .swatch-color .bg-color:before { 	content: ''; 	width: 32px; 	height: 32px; 	position: absolute; 	left: -4px; 	top: -4px; 	border-radius: 50%; 	border: 2px solid transparent; 	transition: 0.3s; }  .products-filter-widget .swatch-color .name, .products-filter-widget--elementor .swatch-color .name { 	font-size: 14px; 	font-size: 0.875rem; 	margin-left: 12px; }  .products-filter-widget .swatch-color:hover .bg-color:before, .products-filter-widget .swatch-color.selected .bg-color:before, .products-filter-widget--elementor .swatch-color:hover .bg-color:before, .products-filter-widget--elementor .swatch-color.selected .bg-color:before { 	border-color: var(--em-border-color); }  .products-filter-widget .swatch-color:hover .bg-color:after, .products-filter-widget .swatch-color.selected .bg-color:after, .products-filter-widget--elementor .swatch-color:hover .bg-color:after, .products-filter-widget--elementor .swatch-color.selected .bg-color:after { 	border-color: var(--em-color__light); }  .products-filter-widget .swatch-label, .products-filter-widget .swatch-button, .products-filter-widget--elementor .swatch-label, .products-filter-widget--elementor .swatch-button { 	font-size: 14px; 	font-size: 0.875rem; 	padding: 6px 15px 5px; 	margin: 5px; 	border: 1px solid var(--em-border-color); }  .products-filter-widget .swatch-label.selected, .products-filter-widget .swatch-button.selected, .products-filter-widget--elementor .swatch-label.selected, .products-filter-widget--elementor .swatch-button.selected { 	background-color: var(--em-color__dark); 	color: var(--em-color__light); 	border-color: var(--em-color__dark); }  .products-filter-widget .swatch-label:hover:not(.selected), .products-filter-widget .swatch-button:hover:not(.selected), .products-filter-widget--elementor .swatch-label:hover:not(.selected), .products-filter-widget--elementor .swatch-button:hover:not(.selected) { 	border-color: var(--em-color__dark); 	color: var(--em-color__dark); }  .products-filter-widget .swatch-label .counter, .products-filter-widget .swatch-button .counter, .products-filter-widget--elementor .swatch-label .counter, .products-filter-widget--elementor .swatch-button .counter { 	top: -12px; 	font-size: inherit; 	color: inherit; }  .products-filter-widget .swatch-image, .products-filter-widget--elementor .swatch-image { 	position: relative; 	max-width: 56px; 	max-height: 56px; 	height: auto; 	padding: 0; 	margin: 10px; }  .products-filter-widget .swatch-image:before, .products-filter-widget--elementor .swatch-image:before { 	content: ''; 	width: calc( 100% + 12px); 	height: calc( 100% + 12px); 	position: absolute; 	left: -6px; 	top: -6px; 	border: 2px solid var(--em-border-color); 	transition: 0.3s; }  .products-filter-widget .swatch-image:hover:before, .products-filter-widget .swatch-image.selected:before, .products-filter-widget--elementor .swatch-image:hover:before, .products-filter-widget--elementor .swatch-image.selected:before { 	border-color: var(--em-color__dark); }  .products-filter-widget .swatch-image:hover:after, .products-filter-widget .swatch-image.selected:after, .products-filter-widget--elementor .swatch-image:hover:after, .products-filter-widget--elementor .swatch-image.selected:after { 	border-color: var(--em-color__light); }  .products-filter-widget .swatch-image img, .products-filter-widget--elementor .swatch-image img { 	display: block; }  .products-filter-widget .list input:checked + span, .products-filter-widget--elementor .list input:checked + span { 	font-weight: 400; 	text-decoration: underline; }  .products-filter-widget .widget_price_filter .widgettitle, .products-filter-widget--elementor .widget_price_filter .widgettitle { 	display: none; }  .products-filter-widget .slider .filter-control, .products-filter-widget--elementor .slider .filter-control { 	width: 100%; 	padding: 0 8px; }  .products-filter-widget .price_slider, .products-filter-widget--elementor .price_slider { 	margin-bottom: 14px; }  .products-filter-widget .price_slider_amount .button, .products-filter-widget--elementor .price_slider_amount .button { 	display: none; }  .products-filter-widget .price_slider_amount .price_label, .products-filter-widget--elementor .price_slider_amount .price_label { 	font-size: 14px; 	font-size: 0.875rem; 	text-align: left; 	margin-top: 5px; 	margin-bottom: -7px; }  .products-filter-widget .price_slider_amount .price_label span, .products-filter-widget--elementor .price_slider_amount .price_label span { 	font-weight: 600; }  .products-filter-widget .button, .products-filter-widget--elementor .button { 	width: 100%; 	margin-top: 40px; }  .products-filter-widget .products-loader, .products-filter-widget--elementor .products-loader { 	text-align: center; 	display: block; 	margin: 20px 0; 	opacity: 0; 	transition: opacity 0.3s; }  .products-filter-widget .filtering .products-loader, .products-filter-widget--elementor .filtering .products-loader { 	opacity: 1; }  .products-filter-widget .instant-filter .filter:last-of-type, .products-filter-widget--elementor .instant-filter .filter:last-of-type { 	border-bottom: none; }  .products-filter-widget .instant-filter .button, .products-filter-widget--elementor .instant-filter .button { 	display: none; }  .products-filter-widget .instant-filter .product-filter-box input, .products-filter-widget--elementor .instant-filter .product-filter-box input { 	max-width: 80px; }  .products-filter-widget .instant-filter .product-filter-box .ecomus-button-range, .products-filter-widget--elementor .instant-filter .product-filter-box .ecomus-button-range { 	display: flex; }  .products-filter-widget .products-filter--collapsible .has-children, .products-filter-widget--elementor .products-filter--collapsible .has-children { 	display: block; }  .products-filter-widget .products-filter--collapsible ul.children, .products-filter-widget--elementor .products-filter--collapsible ul.children { 	display: none; }  .products-filter-widget .products-filter--collapsible .active > ul.children, .products-filter-widget--elementor .products-filter--collapsible .active > ul.children { 	display: block; }  .products-filter-widget .products-filter--collapsible .products-filter__option-toggler, .products-filter-widget--elementor .products-filter--collapsible .products-filter__option-toggler { 	position: absolute; 	right: 0; 	padding: 3px 0 3px 3px; }  .products-filter-widget .products-filter--collapsible .products-filter__option-toggler:after, .products-filter-widget--elementor .products-filter--collapsible .products-filter__option-toggler:after { 	content: ""; 	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+"); 	background-repeat: no-repeat; 	width: 11px; 	height: 7px; 	display: block; 	transition: transform .35s linear; 	will-change: transform; }  .products-filter-widget .products-filter--collapsible .active > .products-filter__option-toggler:after, .products-filter-widget--elementor .products-filter--collapsible .active > .products-filter__option-toggler:after { 	transform: rotate(180deg); }  .products-filter-widget .products-filter--scrollable .products-filter__options, .products-filter-widget--elementor .products-filter--scrollable .products-filter__options { 	max-height: 195px; 	overflow: auto; 	scrollbar-color: var(--em-color__grayer); }  .products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar, .products-filter-widget--elementor .products-filter--scrollable .products-filter__options::-webkit-scrollbar { 	width: 2px; }  .products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar-track, .products-filter-widget--elementor .products-filter--scrollable .products-filter__options::-webkit-scrollbar-track { 	background-color: var(--em-color__grayer); }  .products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar-thumb, .products-filter-widget--elementor .products-filter--scrollable .products-filter__options::-webkit-scrollbar-thumb { 	background-color: var(--em-color__base); }  .products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar-thumb:hover, .products-filter-widget--elementor .products-filter--scrollable .products-filter__options::-webkit-scrollbar-thumb:hover { 	background-color: var(--em-color__base); }  .products-filter-widget .products-filter--scrollable .products-filter__options.products-filter--checkboxes, .products-filter-widget--elementor .products-filter--scrollable .products-filter__options.products-filter--checkboxes { 	max-height: 185px; }  .woocommerce-widget-layered-nav-list { 	margin: 0; 	padding: 0; 	list-style-type: none; 	font-size: 14px; 	font-size: 0.875rem; }  .woocommerce-widget-layered-nav-list li { 	padding: 8px 0; }  .widget_rating_filter .wc-layered-nav-rating { 	font-size: 12px; 	font-size: 0.75rem; 	padding: 5px 0; }  .widget_rating_filter .wc-layered-nav-rating a { 	display: flex; }  .widget_rating_filter .wc-layered-nav-rating .star-rating { 	margin-right: 5px; }  .catalog-sidebar { 	font-size: 14px; 	font-size: 0.875rem; }  .catalog-sidebar ul { 	list-style: none; 	margin: 0; 	padding: 0; }  .catalog-sidebar ul li { 	padding: 6px 0; }  .catalog-sidebar ul li:first-child { 	padding-top: 0; }  .catalog-sidebar ul li:last-child { 	padding-bottom: 0; }  .catalog-sidebar ul ul { 	padding: 12px 0 0 15px; }  .catalog-sidebar .sidebar__content > .widget:not(:last-child) { 	border-bottom: 1px solid var(--em-border-color); 	padding-bottom: 35px; 	margin-bottom: 35px; }  .catalog-sidebar .sidebar__content > .widget:first-child h2, .catalog-sidebar .sidebar__content > .widget:first-child .widget-title { 	margin-top: 0; }  .catalog-sidebar .widget select { 	width: 100%; }  .catalog-sidebar .products-filter-widget { 	border-bottom: none; 	padding-bottom: 0; }  .catalog-sidebar .widget .em-widget-heading, .catalog-sidebar .em-widget-heading { 	margin: 0; 	position: relative; 	cursor: pointer; }  .catalog-sidebar .widget .em-widget-heading.active .em-collapse-icon:after, .catalog-sidebar .em-widget-heading.active .em-collapse-icon:after { 	transform: translateY(-50%) rotate(180deg); }  .catalog-sidebar .em-collapse-icon { 	cursor: pointer; }  .catalog-sidebar .em-collapse-icon:after { 	content: ""; 	background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaGR0LWZhY2V0LXRpdGxlX2ljb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjExIiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCAxMSA3IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTEgNS41TDUuNSA2LjU1ODY4ZS0wOEwtNi41NTg2OGUtMDggNS41TDAuOTc2MjUgNi40NzYyNUw1LjUgMS45NTI1TDEwLjAyMzggNi40NzYyNUwxMSA1LjVaIiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48L3N2Zz4="); 	background-repeat: no-repeat; 	width: 11px; 	height: 7px; 	display: block; 	transition: transform .35s linear; 	will-change: transform; 	position: absolute; 	top: 50%; 	transform: translateY(-50%); 	right: 0; }  .catalog-sidebar .em-widget-group > * { 	margin-bottom: 25px; }  .catalog-sidebar .em-widget-group > *:first-child { 	padding-top: 25px; }  .catalog-sidebar .em-widget-group > *:last-child { 	margin-bottom: 0; }  .catalog-sidebar .em-widget-group div.wc-block-grid { 	margin: 8px 0 14px; }  .catalog-sidebar .woocommerce h3 { 	font-size: 20px; 	font-size: 1.25rem; 	margin: 0; }  .catalog-sidebar .woocommerce-input-wrapper input, .catalog-sidebar .woocommerce-input-wrapper select { 	--em-input-padding-y: 12px; 	width: 100%; 	margin-top: 5px; }  .catalog-sidebar .ecomus-instagram__item a, .catalog-sidebar .ecomus-instagram__item img { 	display: block; 	border-radius: var(--em-image-rounded-product-card-small); }  .widget .widget-title, .widget .widgettitle { 	font-size: 20px; 	font-size: 1.25rem; 	margin-bottom: 25px; }  .widget .icon-box-widget { 	margin: 0; }  .widget .wp-block-gallery { 	margin-bottom: 0; }  .widget-area .ecomus-icon-box-widget, .single-product-sidebar-panel .ecomus-icon-box-widget { 	gap: 20px; }  .widget-area .ecomus-icon-box-widget__item, .single-product-sidebar-panel .ecomus-icon-box-widget__item { 	gap: 10px; }  .widget-area .ecomus-icon-box-widget__icon, .single-product-sidebar-panel .ecomus-icon-box-widget__icon { 	border-radius: 100%; 	border: solid 1px var(--em-border-color); 	color: var(--em-color__dark); 	width: 50px; 	height: 50px; 	display: flex; 	align-items: center; 	justify-content: center; }  .widget-area .ecomus-icon-box-widget__item.vertical, .single-product-sidebar-panel .ecomus-icon-box-widget__item.vertical { 	width: 100%; }  .widget-area .ecomus-icon-box-widget__desc, .single-product-sidebar-panel .ecomus-icon-box-widget__desc { 	color: var(--em-color__base); }  .wc-block-grid .wc-block-grid__products { 	margin: -7.5px; }  .wc-block-grid .wc-block-grid__product { 	border: none; 	padding: 7.5px; }  .wc-block-grid .wc-block-grid__product .price { 	display: flex; 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 600; 	line-height: 16.8px; 	color: var(--em-color__dark); 	margin-top: 9px; 	flex-wrap: wrap; 	justify-content: center; }  .wc-block-grid .wc-block-grid__product .price .woocs_price_code { 	display: flex; }  .wc-block-grid .wc-block-grid__product .price ins { 	margin-left: 10px; 	background-color: transparent; }  .wc-block-grid .wc-block-grid__product .price del { 	color: rgba(0, 0, 0, 0.5); 	font-weight: 400; }  .wc-block-grid .wc-block-grid__product .price > .woocommerce-Price-amount { 	margin-left: 5px; 	margin-right: 5px; }  .wc-block-grid .wc-block-grid__product .price > .woocommerce-Price-amount:first-child { 	margin-left: 0; }  .wc-block-grid .wc-block-grid__product .price > .woocommerce-Price-amount:last-child { 	margin-right: 0; }  .wc-block-grid .wc-block-grid__product .wc-block-grid__product-image img { 	border-radius: var(--em-image-rounded-product-card-small); }  .wc-block-grid .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link { 	background-color: var(--em-button-bg-color); 	color: var(--em-button-color); 	font-size: 12px; 	font-size: 0.75rem; }  .wc-block-grid.has-1-columns .wc-block-grid__product { 	text-align: left; }  .wc-block-grid.has-1-columns .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) { 	margin: 0; }  .wc-block-grid.has-1-columns .wc-block-grid__product .wc-block-grid__product-title { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 400; 	margin-bottom: 7px; }  .wc-block-grid.has-1-columns .wc-block-grid__product .price { 	justify-content: flex-start; }  .wc-block-grid.has-1-columns .wc-block-grid__product-link { 	float: left; 	max-width: 92px; 	margin-right: 15px; }  .wc-block-grid.has-1-columns .wc-block-grid__product-image { 	margin: 0; }  .wc-block-grid div.wc-block-grid__product-onsale, .wc-block-grid .wc-block-grid__product-image div.wc-block-grid__product-onsale { 	font-size: 11px; 	font-size: 0.6875rem; 	font-weight: 500; 	color: #fff; 	line-height: 1; 	display: inline-flex; 	align-items: center; 	justify-content: center; 	background-color: #FC5732; 	border-radius: 100px; 	padding: 6px 10px; 	margin: 0; 	top: 5px; 	right: 5px; 	border: none; 	text-transform: capitalize; }  .wc-block-grid.wp-block-product-on-sale .wc-block-grid__product-onsale { 	display: none; }  .woocommerce.wc-block-catalog-sorting select.orderby { 	--em-input-padding-y: 13px; 	font-size: var(--em-button-font-size); 	line-height: 21px; }  .wc-block-product-categories__dropdown { 	width: 100%; }  .wp-block-woocommerce-product-categories.is-dropdown select { 	line-height: 21px; }  .wp-block-woocommerce-product-categories.is-dropdown .wc-block-product-categories__button { 	margin-left: 10px; }  .em-product-categories-widget .wc-block-product-categories-list-item > .wc-block-product-categories-list { 	display: none; }  .em-product-categories-widget .em-product-categories-has-children { 	position: relative; }  .em-product-categories-widget .em-product-categories-has-children.active > .em-product-categories-toggler:after { 	transform: rotate(180deg); }  .em-product-categories-widget .em-product-categories-toggler { 	position: absolute; 	top: 6px; 	right: 0; 	padding: 3px 0 3px 3px; 	cursor: pointer; 	user-select: none; }  .em-product-categories-widget .em-product-categories-toggler:after { 	content: ""; 	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+"); 	background-repeat: no-repeat; 	width: 11px; 	height: 7px; 	display: block; 	transition: transform .35s linear; 	will-change: transform; }  .wp-block-button__link { 	padding: inherit; 	font-size: inherit; }  .wc-block-components-sort-select { 	margin-bottom: 25px; }  .wc-block-components-review-list-item__item { 	font-size: 14px; 	font-size: 0.875rem; 	margin-bottom: 0; }  .wc-block-components-review-list-item__info, .wc-block-components-review-list-item__text p { 	margin-bottom: 10px; }  .wc-block-components-review-list-item__rating { 	order: 1; 	width: 100%; 	margin-bottom: 5px; }  .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before { 	content: ''; 	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2MCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDkuMzQyMjZMOS4zOTkgMTEuNUw4LjQ5OTc1IDcuNDMwNThMMTEuNSA0LjY5Mzg5TDcuNTQ0OTUgNC4zMzY2OEw2IDAuNUw0LjQ1NTA1IDQuMzM2NjhMMC41IDQuNjkzODlMMy41MDAyNSA3LjQzMDU4TDIuNjAxIDExLjVMNiA5LjM0MjI2WiIgZmlsbD0iIzdBN0E3QSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4IDkuMzQyMjZMMjEuMzk5IDExLjVMMjAuNDk5OCA3LjQzMDU4TDIzLjUgNC42OTM4OUwxOS41NDUgNC4zMzY2OEwxOCAwLjVMMTYuNDU1MSA0LjMzNjY4TDEyLjUgNC42OTM4OUwxNS41MDAyIDcuNDMwNThMMTQuNjAxIDExLjVMMTggOS4zNDIyNloiIGZpbGw9IiM3QTdBN0EiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMCA5LjM0MjI2TDMzLjM5OSAxMS41TDMyLjQ5OTggNy40MzA1OEwzNS41IDQuNjkzODlMMzEuNTQ1IDQuMzM2NjhMMzAgMC41TDI4LjQ1NSA0LjMzNjY4TDI0LjUgNC42OTM4OUwyNy41MDAyIDcuNDMwNThMMjYuNjAxIDExLjVMMzAgOS4zNDIyNloiIGZpbGw9IiM3QTdBN0EiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MiA5LjM0MjI2TDQ1LjM5OSAxMS41TDQ0LjQ5OTggNy40MzA1OEw0Ny41IDQuNjkzODlMNDMuNTQ0OSA0LjMzNjY4TDQyIDAuNUw0MC40NTUxIDQuMzM2NjhMMzYuNSA0LjY5Mzg5TDM5LjUwMDMgNy40MzA1OEwzOC42MDEgMTEuNUw0MiA5LjM0MjI2WiIgZmlsbD0iIzdBN0E3QSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU0IDkuMzQyMjZMNTcuMzk5IDExLjVMNTYuNDk5OCA3LjQzMDU4TDU5LjUgNC42OTM4OUw1NS41NDQ5IDQuMzM2NjhMNTQgMC41TDUyLjQ1NTEgNC4zMzY2OEw0OC41IDQuNjkzODlMNTEuNTAwMyA3LjQzMDU4TDUwLjYwMSAxMS41TDU0IDkuMzQyMjZaIiBmaWxsPSIjN0E3QTdBIi8+Cjwvc3ZnPgo="); 	width: 60px; 	height: 12px; }  .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before { 	content: ''; 	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2MCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDkuMzQyMjZMOS4zOTkgMTEuNUw4LjQ5OTc1IDcuNDMwNThMMTEuNSA0LjY5Mzg5TDcuNTQ0OTUgNC4zMzY2OEw2IDAuNUw0LjQ1NTA1IDQuMzM2NjhMMC41IDQuNjkzODlMMy41MDAyNSA3LjQzMDU4TDIuNjAxIDExLjVMNiA5LjM0MjI2WiIgZmlsbD0iI0ZGQTEzMiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4IDkuMzQyMjZMMjEuMzk5IDExLjVMMjAuNDk5OCA3LjQzMDU4TDIzLjUgNC42OTM4OUwxOS41NDUgNC4zMzY2OEwxOCAwLjVMMTYuNDU1MSA0LjMzNjY4TDEyLjUgNC42OTM4OUwxNS41MDAyIDcuNDMwNThMMTQuNjAxIDExLjVMMTggOS4zNDIyNloiIGZpbGw9IiNGRkExMzIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMCA5LjM0MjI2TDMzLjM5OSAxMS41TDMyLjQ5OTggNy40MzA1OEwzNS41IDQuNjkzODlMMzEuNTQ1IDQuMzM2NjhMMzAgMC41TDI4LjQ1NSA0LjMzNjY4TDI0LjUgNC42OTM4OUwyNy41MDAyIDcuNDMwNThMMjYuNjAxIDExLjVMMzAgOS4zNDIyNloiIGZpbGw9IiNGRkExMzIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MiA5LjM0MjI2TDQ1LjM5OSAxMS41TDQ0LjQ5OTggNy40MzA1OEw0Ny41IDQuNjkzODlMNDMuNTQ0OSA0LjMzNjY4TDQyIDAuNUw0MC40NTUxIDQuMzM2NjhMMzYuNSA0LjY5Mzg5TDM5LjUwMDMgNy40MzA1OEwzOC42MDEgMTEuNUw0MiA5LjM0MjI2WiIgZmlsbD0iI0ZGQTEzMiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU0IDkuMzQyMjZMNTcuMzk5IDExLjVMNTYuNDk5OCA3LjQzMDU4TDU5LjUgNC42OTM4OUw1NS41NDQ5IDQuMzM2NjhMNTQgMC41TDUyLjQ1NTEgNC4zMzY2OEw0OC41IDQuNjkzODlMNTEuNTAwMyA3LjQzMDU4TDUwLjYwMSAxMS41TDU0IDkuMzQyMjZaIiBmaWxsPSIjRkZBMTMyIi8+Cjwvc3ZnPg=="); 	width: 60px; 	height: 12px; }  .wc-block-components-review-list-item__product { 	margin: 0 0 5px 0; }  .wc-block-components-load-more { 	margin-bottom: 0; }  .wc-block-product-categories { 	margin-bottom: 0; }  .wc-block-product-categories-list { 	list-style: none; 	margin: 0; 	padding: 0; }  .wc-block-product-categories-list ul { 	padding: 12px 0 0 20px; }  .wc-block-product-categories-list-item { 	font-size: 14px; 	font-size: 0.875rem; 	padding: 6px 0; }  .wc-block-product-categories-list-item:first-child { 	padding-top: 0; }  .wc-block-product-categories-list-item:last-child { 	padding-bottom: 0; }  .wc-block-product-categories-list-item a { 	position: relative; }  .wc-block-product-categories-list-item a:hover + .wc-block-product-categories-list-item-count { 	color: var(--em-color__primary); }  .wc-block-product-categories-list-item .wc-block-product-categories-list-item-count { 	transition: 0.4s; }  .wc-block-grid__product-price ins { 	background-color: transparent; }  .wc-block-grid__product-rating .star-rating { 	width: 6em; }  .wc-block-grid__product-rating .star-rating:before { 	display: none; }  .wc-block-grid__product-rating .star-rating span { 	position: relative; 	padding: 0; }  .wc-block-grid__product-rating .star-rating span:before { 	display: none; }  .wc-block-grid__product-rating .star-rating .max-rating, .wc-block-grid__product-rating .star-rating .user-rating { 	position: absolute; }  ul.product_list_widget { 	margin: 0; 	padding: 0; 	list-style-type: none; 	display: flex; 	flex-direction: column; 	font-size: 14px; 	font-size: 0.875rem; }  ul.product_list_widget li { 	padding: 0 0 20px 0; }  ul.product_list_widget li:last-child { 	padding-bottom: 0; }  ul.product_list_widget li a { 	display: inline; 	margin: 0; }  ul.product_list_widget li a img { 	float: left; 	width: auto; 	height: auto; 	max-width: 90px; 	margin: 0 15px 0 0; 	position: static; 	border-radius: var(--em-image-rounded-product-card-small); }  ul.product_list_widget li a .product-title { 	font-size: 16px; 	font-size: 1rem; 	display: block; 	margin-bottom: 5px; }  ul.product_list_widget li .star-rating { 	margin-top: 3px; 	margin-bottom: 10px; 	display: flex; }  ul.product_list_widget li > span { 	font-weight: 500; 	display: block; 	margin-top: 8px; }  ul.product_list_widget li .woocommerce-Price-amount { 	font-weight: 500; 	color: var(--em-color__dark); 	margin-top: 0; }  ul.product_list_widget li ins { 	background-color: transparent; }  ul.product_list_widget li ins .woocommerce-Price-amount { 	color: var(--em-color-price-sale); }  ul.product_list_widget li del { 	padding-right: 5px; }  ul.product_list_widget li del .woocommerce-Price-amount { 	color: rgba(0, 0, 0, 0.5); }  .widget_block .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title { 	font-size: 14px; 	font-size: 0.875rem; }  .widget_block .wc-block-grid__products .wc-block-grid__product .wp-block-button__link { 	padding: 10px; 	width: 100%; }  ul.em-shipping-delivery-list { 	padding: 5px 0 12px; }  ul.em-shipping-delivery-list li { 	display: flex; 	align-items: center; }  ul.em-shipping-delivery-list li > .ecomus-svg-icon { 	font-size: 24px; 	font-size: 1.5rem; 	width: 52px; 	height: 52px; 	line-height: 52px; 	text-align: center; 	border-radius: 50%; 	border: 1px solid var(--em-border-color); }  ul.em-shipping-delivery-list li > div { 	flex: 1; 	margin-left: 21px; }  ul.em-shipping-delivery-list li > div span { 	line-height: 30px; }  ul.em-shipping-delivery-list li h6 { 	font-size: 16px; 	font-size: 1rem; 	margin: 0; 	font-weight: 600; 	color: var(--em-color__dark); }  .widget_product_categories ul { 	list-style: none; 	padding: 0; 	margin: 0; }  .widget_product_categories ul li { 	font-weight: 500; 	padding: 5px 0; 	transition: 0.3s; }  .widget_product_categories ul li > .count { 	color: var(--em-color__dark); }  .widget_product_categories ul li:first-child { 	padding-top: 0; }  .widget_product_categories ul li:first-child .em-product-cat-item-toggle { 	top: 6px; }  .widget_product_categories ul li:last-child { 	padding-bottom: 0; }  .widget_product_categories ul li a:hover + .count { 	color: var(--em-color__primary); }  .widget_product_categories ul li.cat-parent { 	position: relative; }  .widget_product_categories ul li.cat-parent.active > .em-product-cat-item-toggle:after { 	transform: rotate(180deg); }  .widget_product_categories ul li .em-product-cat-item-toggle { 	position: absolute; 	top: 10px; 	right: 0; 	padding: 3px 0 3px 3px; 	cursor: pointer; 	user-select: none; }  .widget_product_categories ul li .em-product-cat-item-toggle:after { 	content: ""; 	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+"); 	background-repeat: no-repeat; 	width: 11px; 	height: 7px; 	display: block; 	transition: transform .35s linear; 	will-change: transform; }  .widget_product_categories ul ul { 	padding-top: 10px; 	padding-left: 20px; 	display: none; }  /**  * Single Product  */ .single-product .site-content { 	padding-top: 42px; 	padding-bottom: 100px; }  .single-product .ecomus-breadcrumb-navigation-wrapper { 	display: flex; 	justify-content: space-between; 	align-items: center; 	gap: 30px; 	margin-bottom: 36px; }  .single-product .product-navigation { 	display: inline-flex; 	gap: 12px; }  .single-product .product-navigation__button { 	position: relative; 	display: inline-flex; }  .single-product .product-navigation__button::before, .single-product .product-navigation__button::after { 	position: absolute; 	-webkit-font-smoothing: antialiased; 	opacity: 0; 	visibility: hidden; 	z-index: 9; 	transition: .1s ease-in-out; }  .single-product .product-navigation__button::before { 	content: ""; 	height: 0; 	width: 0; 	top: -7px; 	left: 50%; 	transform: translateX(-50%); 	border-style: solid; 	border-width: 5px 6px; 	border-color: var(--em-color__dark) transparent transparent transparent; }  .single-product .product-navigation__button::after { 	content: attr(data-text); 	right: 50%; 	transform: translateX(50%); 	bottom: 100%; 	font-size: 12px; 	font-size: 0.75rem; 	line-height: 12px; 	color: var(--em-color__light); 	background-color: var(--em-color__dark); 	padding: 4.41px 9px; 	margin: 0 auto 6px; 	width: 250px; 	max-width: max-content; 	border-radius: var(--em-rounded-xs); 	text-shadow: 0px 1px 1px var(--em-color__dark); 	z-index: 9; }  .single-product .product-navigation__button:hover::before, .single-product .product-navigation__button:hover::after { 	opacity: 1; 	visibility: visible; 	transition: 0.4s ease-in-out 0.3s; }  .single-product div.product .woocommerce-product-gallery.loading { 	--em-animation-state: running; 	position: relative; 	color: transparent; 	pointer-events: none; }  .single-product div.product .woocommerce-product-gallery.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .single-product div.product .woocommerce-product-gallery.loading:before { 	z-index: 999; 	width: 40px; 	height: 40px; }  .single-product div.product .woocommerce-product-gallery.loading:after { 	content: ""; 	position: absolute; 	top: 0; 	right: 0; 	left: 0; 	bottom: 0; 	background-color: #fff; 	z-index: 10; }  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper { 	margin: 0 0 10px 0; 	transition: opacity .4s ease; }  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image { 	border-radius: var(--em-image-rounded-product-gallery); 	overflow: hidden; 	position: relative; }  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img { 	border-radius: var(--em-image-rounded-product-gallery); }  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image video, .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image iframe { 	border-radius: inherit; 	object-fit: cover; 	object-position: center; }  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image video { 	width: 100%; 	height: 100%; }  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image iframe { 	width: 100%; }  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image .drift-zoom-pane { 	display: block; 	max-width: 100%; 	position: absolute; 	margin: 0; 	top: 0; 	left: 0; 	height: 100%; 	width: 100%; 	object-fit: cover; 	object-position: center; }  .single-product div.product .woocommerce-product-gallery .ecomus-product-gallery-thumbnails { 	opacity: 0; }  .single-product div.product .woocommerce-product-gallery .ecomus-product-gallery-thumbnails:not(.swiper) { 	margin: 0 0 10px; 	padding: 0; 	transition: opacity .4s ease; }  .single-product div.product .woocommerce-product-gallery .swiper-button-prev { 	left: 23px; }  .single-product div.product .woocommerce-product-gallery .swiper-button-next { 	right: 23px; }  .single-product div.product .woocommerce-product-gallery .ecomus-button--product-lightbox { 	--em-button-color: #000000; 	--em-button-bg-color: #FFFFFF; 	--em-button-height: 50px; 	position: absolute; 	top: 23px; 	right: 23px; 	z-index: 3; 	width: var(--em-button-height); 	height: var(--em-button-height); 	color: var(--em-button-color); 	background-color: var(--em-button-bg-color); 	border-radius: 100%; }  .single-product div.product .woocommerce-product-gallery .ecomus-button--product-lightbox:hover { 	--em-button-color: #FFFFFF; 	--em-button-bg-color: #000000; }  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid.loading:before { 	top: 20%; 	bottom: auto; }  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--horizontal .woocommerce-product-gallery__wrapper:not(.swiper-initialized) .woocommerce-product-gallery__image { 	display: none; }  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--horizontal .woocommerce-product-gallery__wrapper:not(.swiper-initialized) .woocommerce-product-gallery__image:first-child { 	display: block; }  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .ecomus-video-thumbnail { 	position: relative; 	z-index: 1; }  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .ecomus-video-wrapper { 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; }  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .ecomus-video-wrapper video, .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .ecomus-video-wrapper iframe { 	height: 100%; 	width: 100%; }  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .ecomus-video-wrapper.video-vimeo iframe { 	background-color: var(--em-color__dark); }  .single-product div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image { 	position: relative; }  .single-product div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image .ecomus-i-video { 	position: absolute; 	top: 50%; 	left: 50%; 	transform: translate(-50%, -50%); }  .single-product div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image.ecomus-product-video-play .ecomus-video-thumbnail { 	z-index: 0; }  .single-product div.product .woocommerce-product-gallery.swiper-item-current-extra .ecomus-button--product-lightbox { 	opacity: 0; }  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-zoom .woocommerce-product-gallery__image:not(.ecomus-product-3d-viewer)::before, .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-zoom .woocommerce-product-gallery__image:not(.ecomus-product-video)::before { 	content: ""; 	position: absolute; 	top: 0; 	left: 0; 	right: 0; 	bottom: 0; 	background: transparent; }  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-zoom .woocommerce-product-gallery__image:not(.ecomus-product-3d-viewer).zoom-enable::before, .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-zoom .woocommerce-product-gallery__image:not(.ecomus-product-video).zoom-enable::before { 	pointer-events: none; }  .single-product div.product .ecomus-product-gallery-thumbnails { 	--animation-delay: .3s; }  .single-product div.product .ecomus-product-gallery-thumbnails.em-thumbnails-animation:not(.swiper-initialized) .woocommerce-product-gallery__image { 	opacity: 0; 	transform: scale(0.5) rotate(90deg) skew(15deg); }  .single-product div.product .ecomus-product-gallery-thumbnails.em-thumbnails-animation .swiper-slide { 	opacity: 1; 	transform: scale(1) rotate(0deg) skew(0deg); 	transition: transform .3s, opacity .3s; 	transition-delay: var(--animation-delay); }  .single-product div.product .ecomus-product-gallery-thumbnails .swiper-slide { 	position: relative; 	border-radius: var(--em-image-rounded-product-thumbnail); 	overflow: hidden; }  .single-product div.product .ecomus-product-gallery-thumbnails .swiper-slide img { 	border-radius: var(--em-image-rounded-product-thumbnail); }  .single-product div.product .ecomus-product-gallery-thumbnails .swiper-slide::after { 	content: ''; 	position: absolute; 	left: 0; 	top: 0; 	right: 0; 	bottom: 0; 	border: 2px solid transparent; 	transition: border-color .4s ease; 	border-radius: var(--em-image-rounded-product-thumbnail); }  .single-product div.product .ecomus-product-gallery-thumbnails .swiper-slide-thumb-active::after { 	border-color: #000000; }  .single-product div.product .woocommerce-product-gallery--vertical { 	display: flex; 	flex-direction: row; }  .single-product div.product .woocommerce-product-gallery--vertical .woocommerce-product-gallery__wrapper:not(.swiper-initialized) .woocommerce-product-gallery__image { 	display: none; }  .single-product div.product .woocommerce-product-gallery--vertical .woocommerce-product-gallery__wrapper:not(.swiper-initialized) .woocommerce-product-gallery__image:first-child { 	display: block; }  .single-product div.product .woocommerce-product-gallery--vertical.woocommerce-product-gallery--has-thumbnails .woocommerce-product-gallery__wrapper { 	width: 86%; 	margin-bottom: 0; }  .single-product div.product .woocommerce-product-gallery--vertical.woocommerce-product-gallery--has-thumbnails .ecomus-product-gallery-thumbnails { 	width: 14%; }  .single-product div.product .woocommerce-product-gallery--vertical.woocommerce-product-gallery--vertical-right .ecomus-button--product-lightbox { 	right: auto; 	left: 23px; }  .single-product div.product .product-gallery-summary { 	--em-button-height: 46px; 	display: flex; 	align-items: flex-start; 	gap: 54px; }  .single-product div.product .product-gallery-summary .woocommerce-product-gallery { 	position: -webkit-sticky; 	position: sticky; 	top: 50px; 	width: calc(50% - 27px); }  .single-product div.product .product-gallery-summary .entry-summary { 	width: calc(50% - 27px); 	position: -webkit-sticky; 	position: sticky; 	top: 50px; 	align-self: flex-start; }  .single-product div.product .product-gallery-summary .entry-summary .ecomus-product-zoom-wrapper { 	position: sticky; 	top: 3rem; 	left: 0; 	z-index: 4; 	align-self: flex-start; }  .single-product div.product .product-gallery-summary .entry-summary .drift-zoom-pane { 	top: 0; 	left: 0; 	height: 520px; 	max-width: 520px; 	width: 100%; 	background: #fff; 	transform: translateZ(0); 	-webkit-transform: translate3d(0, 0, 0); 	box-shadow: 0 1px 5px rgba(127, 127, 127, 0.02), 0 5px 18px rgba(127, 127, 127, 0.2); 	z-index: 3; }  .single-product div.product .product-gallery-summary .entry-summary .drift-zoom-pane img { 	position: absolute; 	display: block; 	max-width: none !important; 	max-height: none !important; 	object-fit: contain; 	top: 0; 	/*rtl:ignore*/ 	left: 0; }  .single-product div.product .product-gallery-summary .woocommerce-product-rating { 	margin-bottom: 3px; }  .single-product div.product .product-gallery-summary .woocommerce-product-rating .star-rating { 	font-size: 14px; 	font-size: 0.875rem; }  .single-product div.product .product-gallery-summary .entry-title { 	font-size: 28px; 	font-size: 1.75rem; 	margin-bottom: 15px; }  .single-product div.product .product-gallery-summary + .woocommerce-tabs { 	margin-top: 92px; }  .single-product div.product .meta-cat { 	float: left; 	margin-bottom: 10px; }  .single-product div.product .meta-cat a { 	color: var(--em-color__primary); 	font-weight: 500; }  .single-product div.product .meta-cat + .woocommerce-product-rating { 	float: left; 	margin-left: 50px; }  .single-product div.product .ecomus-product-price { 	display: flex; 	align-items: center; 	justify-content: space-between; 	gap: 15px; 	margin-bottom: 25px; 	flex-wrap: wrap; }  .single-product div.product .ecomus-product-price .woocs_price_code, .single-product div.product .ecomus-product-price .price { 	display: flex; 	flex-wrap: wrap; 	align-items: center; 	font-size: 28px; 	font-size: 1.75rem; 	color: var(--em-color__dark); 	margin: 0; 	gap: 7px; 	line-height: 1; }  .single-product div.product .ecomus-product-price .price > .price { 	margin-bottom: 0; }  .single-product div.product .ecomus-product-price .price ins { 	color: var(--em-color-price-sale); 	background-color: transparent; }  .single-product div.product .ecomus-product-price .price del { 	font-size: 20px; 	font-size: 1.25rem; 	color: rgba(0, 0, 0, 0.5); 	font-weight: 400; }  .single-product div.product .ecomus-product-price .price .sale-off { 	order: 5; 	font-size: 12px; 	font-size: 0.75rem; 	padding: 8px 15px; 	color: #FFFFFF; 	background-color: #DB1215; 	border-radius: 15px; 	text-transform: uppercase; 	margin-left: 5px; }  .single-product div.product .ecomus-product-price .price .woocommerce-price-suffix { 	order: 3; }  .single-product div.product .ecomus-product-price .em-price-unit { 	order: 4; 	font-size: 0.7em; 	margin-top: 4px; }  .single-product div.product .short-description { 	width: 100%; 	font-size: 14px; 	font-size: 0.875rem; 	color: #000000; 	margin-bottom: 20px; }  .single-product div.product .short-description .short-description__label { 	display: block; 	font-weight: 500; 	margin-bottom: 10px; }  .single-product div.product .short-description .short-description__more { 	margin-top: 10px; }  .single-product div.product .short-description .short-description__content { 	display: -webkit-box; 	-webkit-line-clamp: var(--em-product-description-lines); 	-webkit-box-orient: vertical; 	overflow: hidden; }  .single-product div.product .short-description.activate .short-description__content { 	-webkit-line-clamp: inherit; }  .single-product div.product .short-description > *:first-child { 	margin-top: 0; 	padding-top: 0; }  .single-product div.product .short-description ul { 	margin-bottom: 0; 	padding-bottom: 0; }  .single-product div.product .short-description ul:not(:last-child) { 	padding-bottom: 0; }  .single-product div.product .quantity__label { 	color: #000000; 	margin-bottom: 8px; }  .single-product div.product .quantity { 	--em-quantity-width: 98px; }  .single-product div.product .entry-summary .quantity { 	margin-bottom: 20px; }  .single-product div.product .single_add_to_cart_button { 	--em-button-font-size: 16px; 	margin-top: -4px; 	font-weight: 600; 	max-width: 100%; 	width: 100%; }  .single-product div.product .single_add_to_cart_button span.price { 	color: inherit; 	font-size: 16px; 	font-size: 1rem; 	margin: 0; }  .single-product div.product .single_add_to_cart_button span.price ins { 	color: inherit; 	font-size: inherit; }  .single-product div.product .single_add_to_cart_button span.price del, .single-product div.product .single_add_to_cart_button span.price .sale-off, .single-product div.product .single_add_to_cart_button span.price .woocommerce-price-suffix { 	display: none; }  .single-product div.product .single_add_to_cart_button.loading { 	--em-animation-state: running; 	position: relative; 	color: transparent; 	--em-loading-color: #fff; }  .single-product div.product .single_add_to_cart_button.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .single-product div.product.has-wishlist .single_add_to_cart_button, .single-product div.product.has-compare .single_add_to_cart_button { 	max-width: calc( 100% - var(--em-button-height) - 12px); 	margin-right: 5px; }  .single-product div.product.has-wishlist .ecomus-product-atc-group .single_add_to_cart_button, .single-product div.product.has-compare .ecomus-product-atc-group .single_add_to_cart_button { 	max-width: calc( 100% - var(--em-button-height)); 	margin-right: 0; }  .single-product div.product.has-wishlist.has-compare .single_add_to_cart_button { 	max-width: calc( 100% - var(--em-button-height) * 2 - 21px); 	margin-right: 5px; }  .single-product div.product.has-wishlist.has-compare .ecomus-product-atc-group .single_add_to_cart_button { 	max-width: calc( 100% - var(--em-button-height) * 2 - 19px); 	margin-right: 0; }  .single-product div.product form.cart .product-featured-icons { 	display: inline-flex; 	gap: 6px; 	position: relative; }  .single-product div.product form.cart .product-featured-icons .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--shopping-bag { 	font-size: 16px; 	font-size: 1rem; }  .single-product div.product form.cart .product-featured-icons .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--heart { 	font-size: 18px; 	font-size: 1.125rem; }  .single-product div.product form.cart .product-featured-icons .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--heart.ecomus-svg-icon__inline svg { 	vertical-align: middle; }  .single-product div.product form.cart .product-featured-icons .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--trash { 	font-size: 16px; 	font-size: 1rem; }  .single-product div.product form.cart .product-featured-icons .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--trash-mt { 	font-size: 20px; 	font-size: 1.25rem; }  .single-product div.product form.cart .product-featured-icons .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--cross-arrow { 	font-size: 16px; 	font-size: 1rem; }  .single-product div.product form.cart .product-featured-icons .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--check { 	font-size: 18px; 	font-size: 1.125rem; }  .single-product div.product form.cart .product-featured-icons .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--eye { 	font-size: 19px; 	font-size: 1.1875rem; }  .single-product div.product form.cart .product-featured-icons > * { 	margin: 0; }  .single-product div.product form.cart .product-featured-icons > *.em-loading-spin { 	--em-animation-state: paused; }  .single-product div.product form.cart .product-featured-icons > *.em-loading-spin::before { 	opacity: 0; }  .single-product div.product form.cart .product-featured-icons > *.loading { 	--em-animation-state: running; 	position: relative; 	color: transparent; 	--em-animation-state: running; }  .single-product div.product form.cart .product-featured-icons > *.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .single-product div.product form.cart .product-featured-icons > *.loading > * { 	opacity: 0; }  .single-product div.product form.cart .product-featured-icons > *.loading::before { 	opacity: 1; }  .single-product div.product form.cart .product-featured-icons > *.em-button-icon { 	--em-button-font-size: 16px; }  .single-product div.product form.cart .product-featured-icons > *.em-button-icon .wcboost-wishlist-button__text, .single-product div.product form.cart .product-featured-icons > *.em-button-icon .wcboost-products-compare-button__text { 	display: none; }  .single-product div.product form.cart .product-featured-icons > *.em-button-light { 	--em-button-color: #000000; 	--em-button-color-hover: #ffffff; 	--em-button-bg-color: transparent; 	--em-button-bg-color-hover: #000000; 	--em-button-border-color: #EBEBEB; 	--em-button-border-color-hover: var(--em-button-bg-color-hover); 	--em-button-eff-bg-color-hover: rgba(255, 255, 255, 0.25); 	border: 1px solid var(--em-button-border-color); }  .single-product div.product form.cart .product-featured-icons > *.em-hide-icon > span:first-child { 	display: none; }  .single-product div.product form.cart .product-featured-icons > *.em-hide-icon > span:last-child { 	margin-left: 0; }  .single-product div.product form.cart .product-featured-icons > *.wcboost-wishlist-button .ecomus-svg-icon, .single-product div.product form.cart .product-featured-icons > *.wcboost-products-compare-button .ecomus-svg-icon { 	font-size: inherit; 	margin: 0; }  .single-product div.product form.cart .product-featured-icons .wcboost-wishlist-button { 	--em-button-border-color: #ebebeb; 	border: 1px solid var(--em-button-border-color); }  .single-product div.product form.cart .product-featured-icons .wcboost-wishlist-button:hover { 	--em-button-border-color: #000000; }  .single-product div.product form.cart .product-featured-icons .wcboost-wishlist-button__icon, .single-product div.product form.cart .product-featured-icons .wcboost-products-compare-button__icon { 	margin: 0; }  .single-product div.product .product_meta { 	margin-top: 15px; 	color: var(--em-color__dark); }  .single-product div.product .product_meta > span { 	display: block; 	font-weight: 600; 	margin-bottom: 5px; }  .single-product div.product .product_meta > span a, .single-product div.product .product_meta > span span { 	font-weight: 400; }  .single-product div.product table.variations { 	position: relative; 	margin-bottom: 25px; }  .single-product div.product table.variations td, .single-product div.product table.variations th { 	display: block; 	border: none; 	padding: 0; }  .single-product div.product table.variations tr:last-child .value { 	padding-bottom: 0; }  .single-product div.product table.variations .label { 	font-weight: 400; 	color: var(--em-color__dark); 	text-transform: capitalize; 	margin-bottom: 15px; }  .single-product div.product table.variations .value { 	padding-bottom: 22px; 	display: flex; 	align-items: center; 	justify-content: space-between; 	gap: 20px; }  .single-product div.product table.variations .value select { 	width: 100%; }  .single-product div.product table.variations .reset_variations { 	display: none !important; }  .single-product div.product table.variations .wcboost-variation-swatches { 	display: inline-flex; 	flex-wrap: wrap; 	align-items: center; }  .single-product div.product table.variations .wcboost-variation-swatches__item:after { 	bottom: calc(100% + 1px); }  .single-product div.product table.variations .wcboost-variation-swatches__selected-label { 	font-weight: 700; 	color: var(--em-color__dark); }  .single-product div.product table.variations .wcboost-variation-swatches__selected-label::before { 	font-weight: 400; }  .single-product div.product table.variations .wcboost-variation-swatches--label .wcboost-variation-swatches__item.selected, .single-product div.product table.variations .wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected { 	background-color: var(--em-color__dark); 	color: var(--em-color__light); }  .single-product div.product table.variations .wcboost-variation-swatches--label .wcboost-variation-swatches__item.disabled, .single-product div.product table.variations .wcboost-variation-swatches--button .wcboost-variation-swatches__item.disabled { 	opacity: 0.5; 	text-decoration: line-through; }  .single-product div.product table.variations .wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled { 	opacity: 0.5; }  .single-product div.product table.variations .wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name { 	position: relative; }  .single-product div.product table.variations .wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name:before { 	content: ""; 	height: 100%; 	width: 1px; 	background: var(--em-color__dark); 	display: block; 	position: absolute; 	z-index: 22; 	top: 50%; 	left: 50%; 	transform: translate(-50%, -50%) rotate(135deg); }  .single-product div.product table.variations .wcboost-variation-swatches--image { 	--em-image-rounded: 0; }  .single-product div.product table.variations .wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled { 	position: relative; 	opacity: 0.5; }  .single-product div.product table.variations .wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name { 	width: 0; 	height: 0; 	position: unset; 	clip: inherit; 	clip-path: inherit; }  .single-product div.product table.variations .wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name:before { 	content: ""; 	height: 100%; 	width: 1px; 	background: var(--em-color__dark); 	display: block; 	position: absolute; 	z-index: 22; 	top: 50%; 	left: 50%; 	transform: translate(-50%, -50%) rotate(135deg); }  .single-product div.product table.variations .wcboost-variation-swatches--round { 	--wcboost-swatches-item-gap: 11px; 	--wcboost-swatches-item-padding: 5px; }  .single-product div.product table.variations .wcboost-variation-swatches--round .wcboost-variation-swatches__item { 	box-shadow: none; 	border: 1px solid var(--em-border-color); }  .single-product div.product table.variations .wcboost-variation-swatches--round .wcboost-variation-swatches__item:hover:not(.disabled) { 	border-color: var(--em-color__dark); }  .single-product div.product table.variations .wcboost-variation-swatches--round .wcboost-variation-swatches__item.selected { 	border-color: var(--em-color__dark); 	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }  .single-product div.product table.variations .wcboost-variation-swatches--round.wcboost-variation-swatches--color .wcboost-variation-swatches__item { 	border-color: transparent; }  .single-product div.product table.variations .wcboost-variation-swatches--round.wcboost-variation-swatches--color .wcboost-variation-swatches__item.selected { 	border-color: var(--em-color__dark); }  .single-product div.product table.variations .wcboost-variation-swatches--rounded, .single-product div.product table.variations .wcboost-variation-swatches--square { 	--wcboost-swatches-item-gap: 9px; 	--wcboost-swatches-item-padding: 5px; }  .single-product div.product table.variations .wcboost-variation-swatches--rounded .wcboost-variation-swatches__item, .single-product div.product table.variations .wcboost-variation-swatches--square .wcboost-variation-swatches__item { 	height: var(--wcboost-swatches-item-height); 	box-shadow: none; 	border: 1px solid var(--em-border-color); }  .single-product div.product table.variations .wcboost-variation-swatches--rounded .wcboost-variation-swatches__item:hover:not(.disabled), .single-product div.product table.variations .wcboost-variation-swatches--rounded .wcboost-variation-swatches__item.selected, .single-product div.product table.variations .wcboost-variation-swatches--square .wcboost-variation-swatches__item:hover:not(.disabled), .single-product div.product table.variations .wcboost-variation-swatches--square .wcboost-variation-swatches__item.selected { 	border-color: var(--em-color__dark); }  .single-product div.product table.variations .wcboost-variation-swatches--rounded.wcboost-variation-swatches--color .wcboost-variation-swatches__item, .single-product div.product table.variations .wcboost-variation-swatches--square.wcboost-variation-swatches--color .wcboost-variation-swatches__item { 	border-color: transparent; }  .single-product div.product table.variations .wcboost-variation-swatches--rounded.wcboost-variation-swatches--color .wcboost-variation-swatches__item.selected, .single-product div.product table.variations .wcboost-variation-swatches--square.wcboost-variation-swatches--color .wcboost-variation-swatches__item.selected { 	border-color: var(--em-color__dark); }  .single-product div.product table.variations .wcboost-variation-swatches--rounded.wcboost-variation-swatches--label .wcboost-variation-swatches__item, .single-product div.product table.variations .wcboost-variation-swatches--square.wcboost-variation-swatches--label .wcboost-variation-swatches__item { 	min-width: 45px; 	padding-left: 15px; 	padding-right: 15px; }  .single-product div.product .single_variation_wrap .woocommerce-variation-price, .single-product div.product .single_variation_wrap .em-product-item__data, .single-product div.product .single_variation_wrap .woocommerce-variation-availability > *:not(.cwg_popup_submit) { 	display: none; }  .single-product div.product .single_variation_wrap .cwg_popup_submit { 	margin-bottom: 20px; }  .single-product div.product .single_variation_wrap .woocommerce-variation-availability .stock { 	font-weight: 600; 	color: #13bc96; }  .single-product div.product .single_variation_wrap .woocommerce-variation-availability .stock.out-of-stock { 	color: #ff311c; }  .single-product div.product .single_variation_wrap .woocommerce-variation-availability .cwginstock-subscribe-form { 	display: block; 	margin-bottom: 20px; }  .single-product div.product table.group_table { 	margin: -15px 0 0; }  .single-product div.product .em-countdown-single-product { 	border: 1px solid #DB1215; 	border-radius: var(--em-rounded-xs); 	max-width: 385px; 	padding: 16px 0; 	margin-bottom: 25px; 	text-align: center; }  .single-product div.product .em-countdown-single-product .ecomus-countdown { 	font-size: 18px; 	font-size: 1.125rem; 	font-weight: 600; 	color: #DB1215; 	display: inline-flex; 	text-align: center; }  .single-product div.product .em-countdown-single-product .ecomus-countdown .timer { 	display: inline-flex; 	margin-right: -2px; }  .single-product div.product .em-countdown-single-product .ecomus-countdown .digits { 	min-width: 26px; 	display: inline-block; }  .single-product div.product .em-countdown-single-product .ecomus-countdown .days .digits { 	min-width: auto; 	margin-right: 4px; }  .single-product div.product .em-countdown-single-product .ecomus-countdown .divider { 	margin: 0 3px; }  .single-product div.product .em-product-countdown__text { 	font-size: 10px; 	font-size: 0.625rem; 	letter-spacing: 0.5px; 	text-transform: uppercase; 	text-align: center; 	color: var(--em-color__dark); 	margin-bottom: 3px; }  .single-product div.product .em-product-countdown__text .ecomus-svg-icon--clock { 	font-size: 14px; 	font-size: 0.875rem; 	margin-right: 8px; 	animation-iteration-count: infinite; 	animation-duration: 2s; }  .single-product div.product.has-buy-now .entry-summary .quantity input { 	--em-quantity-width: 51px; }  .single-product div.product.has-buy-now .entry-summary .single_add_to_cart_button { 	margin-top: 0; }  .single-product div.product .em-buy-now-button { 	width: 100%; 	text-transform: uppercase; 	margin: 7px 0 0; }  .single-product div.product .em-buy-now-button .ecomus-svg-icon { 	font-size: 11px; 	padding-bottom: 2px; }  .single-product div.product .ecomus-product-atc-group { 	display: flex; 	align-items: flex-end; 	gap: 7px; }  .single-product div.product .ecomus-product-atc-group .quantity { 	--em-quantity-height: 49px; 	margin-bottom: 0; }  .single-product div.product .ecomus-product-atc-group .single_add_to_cart_button { 	margin-right: 0; }  .single-product div.product .ecomus-product-atc-group .product-featured-icons > * { 	margin: 0; }  .single-product div.product.product-type-grouped .product-gallery-summary .quantity { 	margin-right: 0; 	float: none; }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list tr { 	display: grid; 	grid-template-columns: 2fr 1fr 1fr; 	align-items: center; }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list tr:last-child td { 	border: none; }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list td { 	padding: 15px 10px; 	display: flex; 	align-items: center; 	height: 100%; }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .quantity__label { 	display: none !important; }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .cwginstock-subscribe-form { 	display: none; }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__label { 	font-size: 16px; 	font-size: 1rem; 	color: var(--em-color__dark); }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price { 	display: flex; 	flex-wrap: wrap; 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 600; 	line-height: 16.8px; 	color: #000000; }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price ins { 	background-color: transparent; 	margin-left: 10px; }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price del { 	color: rgba(0, 0, 0, 0.5); 	font-weight: 400; }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price .stock { 	display: none; }  .single-product div.product.product-type-grouped .outofstock a.button { 	cursor: not-allowed; }  .single-product div.product.product-type-grouped .single_add_to_cart_button { 	float: none; 	width: 100%; }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .product_type_variable, .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .product_type_external, .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .product_type_simple { 	--em-button-color: var(--em-color__light); 	--em-button-bg-color: var(--em-color__dark); 	--em-button-width: auto; 	--em-button-font-size: 14px; 	padding: var(--em-button-padding-top) var(--em-button-padding-right) var(--em-button-padding-bottom) var(--em-button-padding-left); 	white-space: nowrap; }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .product_type_variable.em-loading-spin::before, .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .product_type_external.em-loading-spin::before, .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .product_type_simple.em-loading-spin::before { 	opacity: 0; }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .product_type_variable .ecomus-svg-icon, .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .product_type_external .ecomus-svg-icon, .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .product_type_simple .ecomus-svg-icon { 	display: none; }  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .product_type_variable .button_text, .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .product_type_external .button_text, .single-product div.product.product-type-grouped .woocommerce-grouped-product-list .product_type_simple .button_text { 	white-space: nowrap; }  .single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches--label .wcboost-variation-swatches__item, .single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches--button .wcboost-variation-swatches__item { 	text-decoration: line-through; }  .single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches--color .wcboost-variation-swatches__item .wcboost-variation-swatches__name, .single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches--image .wcboost-variation-swatches__item .wcboost-variation-swatches__name { 	position: relative; }  .single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches--color .wcboost-variation-swatches__item .wcboost-variation-swatches__name:before, .single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches--image .wcboost-variation-swatches__item .wcboost-variation-swatches__name:before { 	content: ""; 	height: 100%; 	width: 1px; 	background: var(--em-color__dark); 	display: block; 	position: absolute; 	z-index: 22; 	top: 50%; 	left: 50%; 	transform: translate(-50%, -50%) rotate(135deg); }  .single-product div.product.product-type-variable.outofstock.has-disable-outofstock-swatch-click table.variations .wcboost-variation-swatches .wcboost-variation-swatches__item { 	opacity: 0.5; 	pointer-events: none; }  .single-product div.product.is-pre-order.onbackorder .entry-summary .available-on-backorder { 	display: none; }  .single-product div.product.sold-individually .ecomus-product-atc-group { 	column-gap: 0; }  .single-product div.product.sold-individually.has-wishlist .ecomus-product-atc-group, .single-product div.product.sold-individually.has-compare .ecomus-product-atc-group { 	column-gap: 7px; }  .single-product div.product .single-product-extra-content { 	margin-top: 32px; }  .single-product div.product .single-product-extra-content .widget { 	margin-bottom: 32px; }  .single-product div.product .single-product-extra-content .widget:last-child { 	margin-bottom: 0; }  .single-product div.product .single-product-extra-content .wp-block-image:last-child { 	margin-bottom: 0; }  .single-product div.product .ecomus-product-extra-link { 	display: flex; 	align-items: center; 	margin: 33px 0 15px 0; 	flex-wrap: wrap; }  .single-product div.product .ecomus-product-extra-link:empty { 	margin: 0; }  .single-product div.product .ecomus-product-extra-link .ecomus-extra-link-item { 	display: flex; 	align-items: center; 	margin: 0 30px 10px 0; }  .single-product div.product .ecomus-product-extra-link .ecomus-svg-icon { 	font-size: 20px; 	font-size: 1.25rem; 	margin-right: 8px; }  .single-product div.product .woocommerce-tabs + .products { 	margin-top: 0; }  .single-product .sold-by-meta { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; 	margin-bottom: 20px; }  .single-product .sold-by-meta a { 	display: flex; 	align-items: center; }  .single-product .sold-by-meta img { 	max-height: 16px; 	max-width: 16px; 	margin-right: 8px; 	border-radius: 100%; 	/*rtl:raw:                 margin-right: 0;                 margin-left: 8px;             */ }  .single-product .sold-by-meta .vendor-name-text { 	margin-right: 3px; 	/*rtl:raw:                 margin-right: 0;                 margin-left: 3px;             */ }  .single-product .sold-by-meta .vendor-name { 	position: relative; 	top: 1px; }  .single-product .vendor-type-text { 	font-weight: 400; }  .single-product .vendor-type-text a { 	color: var(--em-color__base); }  .single-product .vendor-type-text a:hover { 	color: var(--em-color__primary); }  .wcboost-variation-swatches.wcboost-variation-swatches--round .wcboost-variation-swatches__item img { 	border-radius: 999em; }  .related.products, .upsells.products, .cross-sells, .recently-viewed-products { 	margin-top: 85px; 	position: relative; }  .related.products > h2, .upsells.products > h2, .cross-sells > h2, .recently-viewed-products > h2 { 	font-size: 42px; 	font-size: 2.625rem; 	font-weight: 400; 	text-align: center; 	margin: 0; 	padding-bottom: 57px; }  .related.products ul.products, .upsells.products ul.products, .cross-sells ul.products, .recently-viewed-products ul.products { 	display: flex; 	flex-wrap: nowrap; 	overflow: hidden; }  .related.products ul.products li.product, .upsells.products ul.products li.product, .cross-sells ul.products li.product, .recently-viewed-products ul.products li.product { 	flex-shrink: 0; }  .related.products ul.products li.product .product-variation-items .product-variation-item:first-child, .upsells.products ul.products li.product .product-variation-items .product-variation-item:first-child, .cross-sells ul.products li.product .product-variation-items .product-variation-item:first-child, .recently-viewed-products ul.products li.product .product-variation-items .product-variation-item:first-child { 	margin-left: 1px; }  .related.products ul.products.swiper-wrapper, .upsells.products ul.products.swiper-wrapper, .cross-sells ul.products.swiper-wrapper, .recently-viewed-products ul.products.swiper-wrapper { 	margin: 0; }  .related.products ul.products.swiper-wrapper li.product, .upsells.products ul.products.swiper-wrapper li.product, .cross-sells ul.products.swiper-wrapper li.product, .recently-viewed-products ul.products.swiper-wrapper li.product { 	margin: 0; 	padding: 0; }  .related.products > .swiper, .upsells.products > .swiper, .cross-sells > .swiper, .recently-viewed-products > .swiper { 	margin: -15px; 	padding: 15px; }  .related.products > .swiper ul.products, .upsells.products > .swiper ul.products, .cross-sells > .swiper ul.products, .recently-viewed-products > .swiper ul.products { 	overflow: initial; }  .related.products > .swiper > .swiper-pagination, .upsells.products > .swiper > .swiper-pagination, .cross-sells > .swiper > .swiper-pagination, .recently-viewed-products > .swiper > .swiper-pagination { 	display: none; 	margin-top: 29px; 	margin-bottom: 0; }  .related.products > .swiper > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before, .upsells.products > .swiper > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before, .cross-sells > .swiper > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before, .recently-viewed-products > .swiper > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before { 	background-color: rgba(0, 0, 0, 0.2); }  .related.products > .swiper > .ecomus-swiper-button, .upsells.products > .swiper > .ecomus-swiper-button, .cross-sells > .swiper > .ecomus-swiper-button, .recently-viewed-products > .swiper > .ecomus-swiper-button { 	position: absolute; 	margin: 0; 	z-index: 1; 	opacity: 0; }  .related.products > .swiper > .ecomus-swiper-button.swiper-button-prev, .upsells.products > .swiper > .ecomus-swiper-button.swiper-button-prev, .cross-sells > .swiper > .ecomus-swiper-button.swiper-button-prev, .recently-viewed-products > .swiper > .ecomus-swiper-button.swiper-button-prev { 	left: 35px; 	margin-left: 20px; }  .related.products > .swiper > .ecomus-swiper-button.swiper-button-next, .upsells.products > .swiper > .ecomus-swiper-button.swiper-button-next, .cross-sells > .swiper > .ecomus-swiper-button.swiper-button-next, .recently-viewed-products > .swiper > .ecomus-swiper-button.swiper-button-next { 	right: 35px; 	margin-right: 20px; }  .related.products:hover > .swiper > .ecomus-swiper-button, .upsells.products:hover > .swiper > .ecomus-swiper-button, .cross-sells:hover > .swiper > .ecomus-swiper-button, .recently-viewed-products:hover > .swiper > .ecomus-swiper-button { 	opacity: 1; }  .related.products:hover > .swiper > .ecomus-swiper-button.swiper-button-prev, .upsells.products:hover > .swiper > .ecomus-swiper-button.swiper-button-prev, .cross-sells:hover > .swiper > .ecomus-swiper-button.swiper-button-prev, .recently-viewed-products:hover > .swiper > .ecomus-swiper-button.swiper-button-prev { 	margin-left: 0; }  .related.products:hover > .swiper > .ecomus-swiper-button.swiper-button-next, .upsells.products:hover > .swiper > .ecomus-swiper-button.swiper-button-next, .cross-sells:hover > .swiper > .ecomus-swiper-button.swiper-button-next, .recently-viewed-products:hover > .swiper > .ecomus-swiper-button.swiper-button-next { 	margin-right: 0; }  .related.products:hover > .swiper > .ecomus-swiper-button.swiper-button-disabled, .upsells.products:hover > .swiper > .ecomus-swiper-button.swiper-button-disabled, .cross-sells:hover > .swiper > .ecomus-swiper-button.swiper-button-disabled, .recently-viewed-products:hover > .swiper > .ecomus-swiper-button.swiper-button-disabled { 	opacity: 0.35; }  .related.products.em-product-hover--slider > .ecomus-swiper-button, .upsells.products.em-product-hover--slider > .ecomus-swiper-button, .cross-sells.em-product-hover--slider > .ecomus-swiper-button, .recently-viewed-products.em-product-hover--slider > .ecomus-swiper-button { 	width: var(--em-arrow-width); 	height: var(--em-arrow-height); 	top: var(--em-arrow-top); 	position: absolute; 	margin: 0; 	z-index: 1; 	opacity: 0; }  .related.products.em-product-hover--slider > .ecomus-swiper-button.swiper-button-prev, .upsells.products.em-product-hover--slider > .ecomus-swiper-button.swiper-button-prev, .cross-sells.em-product-hover--slider > .ecomus-swiper-button.swiper-button-prev, .recently-viewed-products.em-product-hover--slider > .ecomus-swiper-button.swiper-button-prev { 	left: -75px; 	margin-left: 20px; }  .related.products.em-product-hover--slider > .ecomus-swiper-button.swiper-button-next, .upsells.products.em-product-hover--slider > .ecomus-swiper-button.swiper-button-next, .cross-sells.em-product-hover--slider > .ecomus-swiper-button.swiper-button-next, .recently-viewed-products.em-product-hover--slider > .ecomus-swiper-button.swiper-button-next { 	right: -75px; 	margin-right: 20px; }  .related.products.em-product-hover--slider > .ecomus-swiper-button:hover, .upsells.products.em-product-hover--slider > .ecomus-swiper-button:hover, .cross-sells.em-product-hover--slider > .ecomus-swiper-button:hover, .recently-viewed-products.em-product-hover--slider > .ecomus-swiper-button:hover { 	color: var(--em-arrow-color-hover); }  .related.products.em-product-hover--slider:hover > .ecomus-swiper-button, .upsells.products.em-product-hover--slider:hover > .ecomus-swiper-button, .cross-sells.em-product-hover--slider:hover > .ecomus-swiper-button, .recently-viewed-products.em-product-hover--slider:hover > .ecomus-swiper-button { 	opacity: 1; }  .related.products.em-product-hover--slider:hover > .ecomus-swiper-button.swiper-button-prev, .upsells.products.em-product-hover--slider:hover > .ecomus-swiper-button.swiper-button-prev, .cross-sells.em-product-hover--slider:hover > .ecomus-swiper-button.swiper-button-prev, .recently-viewed-products.em-product-hover--slider:hover > .ecomus-swiper-button.swiper-button-prev { 	margin-left: 0; }  .related.products.em-product-hover--slider:hover > .ecomus-swiper-button.swiper-button-next, .upsells.products.em-product-hover--slider:hover > .ecomus-swiper-button.swiper-button-next, .cross-sells.em-product-hover--slider:hover > .ecomus-swiper-button.swiper-button-next, .recently-viewed-products.em-product-hover--slider:hover > .ecomus-swiper-button.swiper-button-next { 	margin-right: 0; }  .recently-viewed-products.ajax-loading .ecomus-recently-viewed-loading { 	--em-animation-state: running; 	position: relative; 	color: transparent; }  .recently-viewed-products.ajax-loading .ecomus-recently-viewed-loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .recently-viewed-products.ajax-loading ~ .swiper-button, .recently-viewed-products.ajax-loading ~ .swiper-pagination { 	opacity: 0 !important; }  /**  * Product Tabs  */ .single-product div.product .woocommerce-tabs { 	margin-bottom: 84px; 	border: 1px solid var(--em-border-color); 	border-radius: var(--em-rounded-xs); }  .single-product div.product .woocommerce-tabs .wc-tabs { 	display: flex; 	gap: 50px; 	padding: 0 38px; 	margin: 0; 	list-style: none; 	border-bottom: 1px solid var(--em-border-color); 	white-space: nowrap; }  .single-product div.product .woocommerce-tabs .wc-tabs li a { 	display: inline-block; 	position: relative; 	font-size: 18px; 	font-size: 1.125rem; 	font-weight: 600; 	color: #000000; 	padding: 14px 0 12.5px; }  .single-product div.product .woocommerce-tabs .wc-tabs li a::after { 	position: absolute; 	display: inline-block; 	content: ''; 	left: 0; 	bottom: 0; 	width: 0; 	height: 2px; 	background-color: #000000; 	transition: .4s ease; }  .single-product div.product .woocommerce-tabs .wc-tabs li a:hover { 	color: var(--em-color__primary); }  .single-product div.product .woocommerce-tabs .wc-tabs li.active a::after { 	width: 100%; }  .single-product div.product .woocommerce-tabs .wc-tab { 	padding: 35px; }  .single-product div.product .woocommerce-tabs .wc-tab > h2:first-child { 	display: none; }  .single-product div.product .woocommerce-tabs .wc-tab > *:first-child { 	margin-top: 0; }  .single-product div.product .woocommerce-tabs .wc-tab > *:last-child { 	margin-bottom: 0; }  .single-product div.product .woocommerce-tabs table { 	border-spacing: 0; 	border-collapse: collapse; 	border-radius: var(--em-rounded-xs); }  .single-product div.product .woocommerce-tabs table th, .single-product div.product .woocommerce-tabs table td { 	border: 1px solid var(--em-border-color); 	font-size: 14px; 	font-size: 0.875rem; 	padding: 10px; 	vertical-align: middle; }  .single-product div.product .woocommerce-tabs table th p, .single-product div.product .woocommerce-tabs table td p { 	margin: 0; }  .single-product div.product .woocommerce-tabs table th { 	font-weight: 600; 	text-transform: capitalize; 	color: var(--em-color__dark); }  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel > * { 	animation: fadeIn 0.8s; }  .single-product div.product .woocommerce-tabs.wc-tabs-wrapper > *:not(.wc-tabs) { 	display: none; }  .single-product div.product .woocommerce-tabs.wc-tabs-wrapper > *:not(.wc-tabs):nth-child(2) { 	display: block; }  .single-product div.product .ecomus-woocommerce-tabs { 	border: none; 	padding: 0; }  .single-product div.product .ecomus-woocommerce-tabs .woocommerce-tabs-title { 	font-size: 18px; 	font-size: 1.125rem; }  .single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title { 	position: relative; 	line-height: 30px; 	padding: 14px 20px; 	background-color: #F5F5F5; 	cursor: pointer; 	border-radius: 5px; }  .single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title:before, .single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title:after { 	content: ""; 	position: absolute; 	background-color: var(--em-color__dark); 	transform: translateY(-50%) rotate(-90deg); 	top: 50%; 	right: 26px; 	border-radius: var(--em-rounded-xs); 	transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out; }  .single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title:before { 	width: 14px; 	height: 2px; 	right: 20px; }  .single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title:after { 	width: 2px; 	height: 14px; }  .single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title:hover { 	color: var(--em-color__primary); }  .single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title.active:before { 	opacity: 0; }  .single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title.active:after { 	transform: translateY(-50%) rotate(90deg); }  .single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-content { 	display: none; 	padding: 30px; 	margin-top: 18px; 	border: 1px solid var(--em-border-color); 	border-radius: 5px; }  .single-product div.product .woocommerce-tabs--dropdown.wc-tabs-first--opened .woocommerce-tabs-title.active + .woocommerce-tabs-content { 	display: block; }  .single-product div.product .woocommerce-tabs--dropdown:not(.last) { 	margin-bottom: 18px; }  .single-product div.product .woocommerce-tabs-content > h2:first-child { 	display: none; }  .single-product div.product .woocommerce-tabs--list .woocommerce-tabs-title { 	padding: 15px 0; 	line-height: 20px; 	border-bottom: 1px solid var(--em-border-color); }  .single-product div.product .woocommerce-tabs--list .woocommerce-tabs-content { 	padding: 30px 0; }  .single-product div.product .woocommerce-tabs--list .woocommerce-tabs-content > p:nth-child(2) { 	margin-top: 0; }  .single-product div.product .woocommerce-tabs--list .woocommerce-tabs-content > *:last-child { 	margin-bottom: 0; }  .single-product div.product .woocommerce-tabs--list:not(.last) { 	margin-bottom: 20px; }  .single-product div.product:not(.woocommerce-tabs--vertical) .woocommerce-tabs .wc-tabs { 	flex-wrap: nowrap; 	overflow-y: hidden; 	overflow-x: auto; 	scroll-behavior: smooth; 	overflow-y: hidden; 	overflow-x: auto; }  .single-product div.product:not(.woocommerce-tabs--vertical) .woocommerce-tabs .wc-tabs::-webkit-scrollbar { 	display: none; }  .single-product div.product.woocommerce-tabs--vertical .woocommerce-tabs { 	border: none; }  .single-product div.product.woocommerce-tabs--vertical .wc-tab { 	border: 1px solid var(--em-border-color); 	border-radius: 5px; }  /**  * Product Review  */ .single-product div.product .woocommerce-Reviews { 	position: relative; 	display: flex; }  .single-product div.product .woocommerce-Reviews .ecomus-product-rating { 	margin-right: 219px; }  .single-product div.product .woocommerce-Reviews .ecomus-product-rating .ecomus-product-rating__wrapper { 	display: flex; 	align-items: center; 	gap: 11px; 	margin-top: 21px; 	margin-bottom: 30px; }  .single-product div.product .woocommerce-Reviews .ecomus-product-rating .ecomus-product-rating__rating-count .star-rating { 	font-size: 24px; 	font-size: 1.5rem; 	width: 5.3em; 	height: 1.618em; }  .single-product div.product .woocommerce-Reviews .ecomus-product-rating .ecomus-product-rating__rating-count .ecomus-product-rating__count { 	font-size: 14px; 	font-size: 0.875rem; 	color: #000000; }  .single-product div.product .woocommerce-Reviews #comments { 	flex: auto; }  .single-product div.product .woocommerce-Reviews #comments .ecomus-form-review { 	float: right; }  .single-product div.product .woocommerce-Reviews .woocommerce-Reviews-title { 	font-size: 28px; 	font-size: 1.75rem; 	line-height: 1; 	font-weight: 400; 	margin: 0 0 14px; 	white-space: nowrap; }  .single-product div.product .woocommerce-Reviews .ecomus-product-rating__title { 	border-bottom: none; }  .single-product div.product .woocommerce-Reviews ol.commentlist { 	margin: 0; 	padding: 0; 	list-style: none; }  .single-product div.product .woocommerce-Reviews ol.commentlist li { 	display: block; 	position: relative; 	padding: 0 0 19px; 	margin-bottom: 30px; 	border-bottom: 1px solid #EBEBEB; }  .single-product div.product .woocommerce-Reviews ol.commentlist li .comment-wrapper, .single-product div.product .woocommerce-Reviews ol.commentlist li .comment_container { 	display: flex; }  .single-product div.product .woocommerce-Reviews ol.commentlist li img.avatar { 	width: 40px; 	height: 40px; 	border: none; 	padding: 0; 	border-radius: 50%; }  .single-product div.product .woocommerce-Reviews ol.commentlist li .comment-text { 	margin: 0 0 0 12px; 	border-radius: 0; 	padding: 0; 	border: none; 	flex: auto; }  .single-product div.product .woocommerce-Reviews ol.commentlist li .star-rating { 	margin-bottom: 8px; }  .single-product div.product .woocommerce-Reviews ol.commentlist li p.meta { 	margin: 0 0 10px; }  .single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__author { 	display: block; 	font-weight: 400; 	font-size: 20px; 	font-size: 1.25rem; 	color: #000000; }  .single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__dash { 	display: none; }  .single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__published-date { 	font-size: 14px; 	font-size: 0.875rem; 	color: #545454; 	font-weight: 400; }  .single-product div.product .woocommerce-Reviews ol.commentlist li .description p { 	margin-bottom: 0; 	font-size: 14px; 	font-size: 0.875rem; 	color: #000000; }  .single-product div.product .woocommerce-Reviews ol.commentlist li:last-child { 	border-bottom: none; 	margin-bottom: 0; }  .single-product div.product .woocommerce-Reviews .star-rating { 	--em-rating-spacing: 4px; 	font-size: 14px; 	font-size: 0.875rem; 	overflow: visible; }  .single-product div.product .woocommerce-Reviews .star-rating span:last-child { 	margin-right: 0; }  .single-product div.product .woocommerce-Reviews .ecomus-form-review:not(:hover) { 	border-color: #000000; }  .single-product div.product .woocommerce-Reviews .comment-respond { 	margin: 0; 	padding: 0; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form { 	text-align: left; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form label { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; 	color: #000000; 	text-transform: capitalize; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars { 	margin: 10px 0; 	padding: 0; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a { 	position: relative; 	display: inline-block; 	padding: 0; 	color: #DCDCDC; 	font-size: 0; 	text-indent: 0; 	margin-right: 5px; 	overflow: hidden; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a span { 	font-size: 30px; 	font-size: 1.875rem; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a::before { 	display: block; 	content: ''; 	mask-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjM1IiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzUgMzIiPgo8cGF0aCBkPSJNMTcuNDU4IDI1LjMxNGwxMC4wNDIgNi4wNjEtMi42NjUtMTEuNDI0IDguODcyLTcuNjg2LTExLjY4NC0wLjk5MS00LjU2Ni0xMC43NzQtNC41NjYgMTAuNzc0LTExLjY4NCAwLjk5MSA4Ljg3MyA3LjY4Ni0yLjY2NSAxMS40MjQgMTAuMDQzLTYuMDYxeiI+PC9wYXRoPgo8L3N2Zz4K"); 	mask-repeat: no-repeat; 	mask-size: 100%; 	-webkit-mask-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjM1IiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzUgMzIiPgo8cGF0aCBkPSJNMTcuNDU4IDI1LjMxNGwxMC4wNDIgNi4wNjEtMi42NjUtMTEuNDI0IDguODcyLTcuNjg2LTExLjY4NC0wLjk5MS00LjU2Ni0xMC43NzQtNC41NjYgMTAuNzc0LTExLjY4NCAwLjk5MSA4Ljg3MyA3LjY4Ni0yLjY2NSAxMS40MjQgMTAuMDQzLTYuMDYxeiI+PC9wYXRoPgo8L3N2Zz4K"); 	-webkit-mask-repeat: no-repeat; 	-webkit-mask-size: 100%; 	background-color: #DCDCDC; 	width: 30px; 	height: 30px; 	transition: .4s; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a:hover ~ a { 	color: #DCDCDC; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a:hover ~ a::before { 	background-color: #DCDCDC; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars:hover a { 	color: #111110; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars:hover a::before { 	background-color: #111110; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a.active { 	color: #111110; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a.active::before { 	background-color: #111110; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a.active ~ a { 	color: #DCDCDC; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a.active ~ a::before { 	background-color: #DCDCDC; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a:not(.active) { 	color: #111110; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a:not(.active)::before { 	background-color: #111110; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-reply-title { 	font-size: 28px; 	font-size: 1.75rem; 	font-weight: 500; 	display: block; 	margin-bottom: 16px; 	text-transform: inherit; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-notes { 	display: block; 	font-size: 16px; 	font-size: 1rem; 	color: #000000; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form-rating { 	padding: 0 15px; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form-author { 	width: 50%; 	float: left; 	padding-right: 15px; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form-email { 	width: 50%; 	padding-left: 15px; 	float: left; 	margin-bottom: 18px; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form-cookies-consent, .single-product div.product .woocommerce-Reviews .comment-respond .form-submit { 	clear: bottom; }  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form-cookies-consent label { 	text-transform: inherit; }  .single-product div.product .woocommerce-Reviews .comment-respond .form-submit { 	margin-top: 20px; 	margin-bottom: 0; }  .single-product div.product .woocommerce-Reviews .comment-respond .form-submit .submit { 	min-width: 150px; }  .single-product div.product .woocommerce-Reviews .woocommerce-noreviews { 	margin: 0; 	font-weight: 400; 	color: #545454; 	padding: 0; 	background-color: transparent; }  .single-product div.product .woocommerce-Reviews .ecomus-review-form-wrapper .ecomus-review-form__content { 	--em-modal-container-padding: 52px 32px 32px 32px; 	margin: 0; }  .single-product div.product .woocommerce-Reviews .ecomus-review-form-wrapper .ecomus-review-form-wrapper__close { 	position: absolute; 	top: 15px; 	right: 15px; }  .single-product div.product .woocommerce-Reviews .ecomus-review-form-wrapper .ecomus-review-form-wrapper__close:hover { 	color: #db1215; }  /**  * Cart  */ .woocommerce-cart table.woocommerce-cart-form__contents { 	color: var(--em-color__dark); 	border-collapse: collapse; 	margin-bottom: 0; }  .woocommerce-cart table.woocommerce-cart-form__contents td { 	border: none; }  .woocommerce-cart table.woocommerce-cart-form__contents thead tr { 	border-bottom: 1px solid var(--em-border-color); }  .woocommerce-cart table.woocommerce-cart-form__contents thead th { 	font-size: 16px; 	font-size: 1rem; 	padding: 0 12px 13px; }  .woocommerce-cart table.woocommerce-cart-form__contents thead th:first-child { 	padding-left: 0; }  .woocommerce-cart table.woocommerce-cart-form__contents thead th:last-child { 	padding-right: 0; }  .woocommerce-cart table.woocommerce-cart-form__contents tbody tr { 	border-bottom: 1px dashed var(--em-border-color); }  .woocommerce-cart table.woocommerce-cart-form__contents tbody tr:last-child { 	border: none; }  .woocommerce-cart table.woocommerce-cart-form__contents tbody tr:last-child td { 	border-bottom: none; 	padding-bottom: 0; }  .woocommerce-cart table.woocommerce-cart-form__contents tbody td { 	padding: 18px 12px; }  .woocommerce-cart table.woocommerce-cart-form__contents tbody td:first-child { 	padding-left: 0; }  .woocommerce-cart table.woocommerce-cart-form__contents tbody td:last-child { 	padding-right: 0; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail { 	min-width: 90px; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail a { 	width: 100%; 	display: block; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail img { 	border-radius: var(--em-image-rounded-product-card-small); }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-name { 	font-size: 16px; 	font-size: 1rem; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-name a { 	display: block; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-name dl { 	margin-top: 2px; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-name dl + .remove { 	margin-top: 0; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-name dt, .woocommerce-cart table.woocommerce-cart-form__contents td.product-name dd { 	font-weight: 500; 	color: var(--em-color__base); }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-name dt { 	color: var(--em-color__dark); }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-name .ecomus-product-offer { 	display: flex; 	gap: 5px; 	align-items: center; 	font-size: 14px; 	font-size: 0.875rem; 	line-height: 1; 	color: var(--em-color__dark); 	margin-top: 2px; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-name .ecomus-product-offer .ecomus-svg-icon--tag { 	transform: scaleX(-1); }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-name .remove { 	font-size: 12px; 	font-size: 0.75rem; 	text-decoration: underline; 	margin-top: 2px; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity .quantity { 	--em-quantity-width: 30px; 	--em-quantity-height: 30px; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity .quantity .ecomus-qty-button { 	font-size: 9px; 	font-size: 0.5625rem; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity .quantity input { 	font-size: 11px; 	font-size: 0.6875rem; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity .ecomus-product-quantity__text { 	display: block; 	font-size: 12px; 	font-size: 0.75rem; 	text-align: center; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-price { 	font-weight: 500; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-price ins { 	background-color: transparent; 	color: var(--em-color-price-sale); }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-price del { 	margin-top: 2px; 	color: rgba(0, 0, 0, 0.5); }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-subtotal ins { 	background-color: transparent; 	color: var(--em-color-price-sale); }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-subtotal del { 	margin-top: 2px; 	color: rgba(0, 0, 0, 0.5); 	font-size: 12px; 	font-size: 0.75rem; }  .woocommerce-cart table.woocommerce-cart-form__contents td.product-subtotal .tax_label { 	color: var(--em-color__dark); }  .woocommerce-cart table.woocommerce-cart-form__contents .actions .button-update-cart { 	float: right; 	margin-top: 15px; }  .woocommerce-cart table.woocommerce-cart-form__contents .actions .button-empty-cart { 	float: right; 	margin-right: 35px; 	margin-top: 15px; }  .woocommerce-cart table.woocommerce-cart-form__contents .coupon { 	display: inline-flex; 	margin-top: 10px; }  .woocommerce-cart table.woocommerce-cart-form__contents .coupon label { 	display: none; }  .woocommerce-cart table.woocommerce-cart-form__contents .coupon .button { 	float: none; 	min-width: 140px; 	margin-left: 8px; }  .woocommerce-cart table.woocommerce-cart-form__contents .em-button-update-cart { 	float: right; 	margin-top: 20px; }  .woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__price { 	gap: 5px; }  .woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__price .em-price-unit { 	font-size: 14px; 	font-size: 0.875rem; }  .woocommerce-cart .woocommerce-cart-form .notes { 	margin-top: 25px; }  .woocommerce-cart .woocommerce-cart-form .notes label { 	color: var(--em-color__dark); 	font-weight: 500; 	margin-bottom: 9px; 	display: inline-block; }  .woocommerce-cart .cart_totals .cart_totals_summary { 	background-color: #f5f5f5; 	color: var(--em-color__dark); 	border-radius: var(--em-rounded-xs); 	padding: 30px; }  .woocommerce-cart .cart_totals table.shop_table { 	border-collapse: collapse; 	margin-bottom: 0; }  .woocommerce-cart .cart_totals h2 { 	font-size: 18px; 	font-size: 1.125rem; 	font-weight: 500; 	margin: 0 0 14px; }  .woocommerce-cart .cart_totals .cart-subtotal th { 	font-weight: 600; 	padding-top: 20px; 	padding-bottom: 20px; }  .woocommerce-cart .cart_totals .cart-subtotal td { 	text-align: end; 	font-weight: 600; }  .woocommerce-cart .cart_totals .cart-subtotal td .price { 	display: inline-flex; 	align-items: center; 	gap: 5px; 	line-height: 1; }  .woocommerce-cart .cart_totals .cart-subtotal td ins { 	order: 1; 	background-color: transparent; 	color: var(--em-color-price-sale); }  .woocommerce-cart .cart_totals .cart-subtotal td del { 	order: 2; 	margin-top: 2px; 	color: rgba(0, 0, 0, 0.5); 	font-size: 12px; 	font-size: 0.75rem; }  .woocommerce-cart .cart_totals .cart-subtotal td .ecomus-price-saved { 	margin-top: -1px; }  .woocommerce-cart .cart_totals .cart-subtotal td .tax_label { 	color: inherit; }  .woocommerce-cart .cart_totals .shipping-title, .woocommerce-cart .cart_totals .shipping-calculator-button { 	color: inherit; }  .woocommerce-cart .cart_totals .cart-discount td, .woocommerce-cart .cart_totals .tax-total td { 	text-align: end; }  .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button { 	width: 100%; 	font-weight: 600; }  .woocommerce-cart .cart_totals .woocommerce-shipping-totals th { 	display: none; }  .woocommerce-cart .cart_totals .woocommerce-shipping-totals p { 	margin-top: 0; }  .woocommerce-cart .cart_totals .woocommerce-shipping-totals input[type="text"] { 	width: 100%; }  .woocommerce-cart .cart_totals .woocommerce-shipping-totals .select2 .select2-selection--single { 	padding: 2px 15px; 	height: 44px; }  .woocommerce-cart .cart_totals .woocommerce-shipping-totals .select2 .select2-selection--single .select2-selection__rendered { 	line-height: 38px; }  .woocommerce-cart .cart_totals .woocommerce-shipping-totals .select2-container--default .select2-selection--single .select2-selection__arrow { 	top: 10px; 	right: 10px; }  .woocommerce-cart .cart_totals .woocommerce-shipping-destination { 	font-size: 14px; 	font-size: 0.875rem; 	margin-bottom: 0; }  .woocommerce-cart .cart_totals .shipping-calculator-button { 	font-size: 14px; 	font-size: 0.875rem; 	text-decoration: underline; 	width: 100%; 	display: block; 	text-align: right; }  .woocommerce-cart .woocommerce-notices-wrapper .cart-empty.woocommerce-info { 	display: none; }  .woocommerce-cart .wc-empty-cart-message { 	display: none; }  .woocommerce-cart .em-cart-text-empty { 	padding-top: 100px; }  .woocommerce-cart .em-cart-text-empty h5 { 	margin-top: 0; 	margin-bottom: 25px; }  .woocommerce-cart .em-cart-text-empty + .return-to-shop { 	text-align: center; 	margin-top: 3px; 	margin-bottom: 100px; }  .wc-block-cart { 	align-items: start; }  .wc-block-cart table.wc-block-cart-items { 	color: var(--em-color__dark); }  .wc-block-cart table.wc-block-cart-items thead .wc-block-cart-items__header th { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 600; 	text-transform: capitalize; 	padding-left: 12px; 	padding-right: 12px; 	padding-bottom: 13px; 	padding: 0 12px 13px; }  .wc-block-cart table.wc-block-cart-items thead .wc-block-cart-items__header th:first-child { 	padding-left: 0; }  .wc-block-cart table.wc-block-cart-items thead .wc-block-cart-items__header th:last-child { 	padding-right: 0; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row td { 	padding: 18px 12px; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row td:first-child { 	padding-left: 0; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row td:last-child { 	padding-right: 0; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name { 	font-size: 16px; 	font-size: 1rem; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__prices { 	margin-bottom: 8px; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-product-price { 	display: inline-flex; 	gap: 3px; 	font-weight: 500; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-product-price ins { 	background-color: transparent; 	color: var(--em-color-price-sale); }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-product-price del { 	color: rgba(0, 0, 0, 0.5); 	opacity: 1; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-quantity-selector { 	font-size: 12px; 	font-size: 0.75rem; 	border-radius: var(--em-input-rounded); }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input { 	min-height: 30px; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 600; 	color: var(--em-color__dark); }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-formatted-money-amount { 	font-weight: 600; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-product-metadata { 	font-size: 12px; 	font-size: 0.75rem; 	text-transform: capitalize; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-product-metadata .wc-block-components-product-details__name { 	padding-right: 5px; 	font-weight: 500; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price { 	font-weight: 600; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-quantity-selector { 	background-color: #f5f5f5; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link { 	font-size: 12px; 	font-size: 0.75rem; 	text-decoration: none; 	border-bottom: 1px solid; 	color: var(--em-color__dark); 	line-height: 1.2; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover { 	color: var(--em-color__primary); }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::after { 	display: none; }  .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-badge, .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata__description { 	display: none; }  .wc-block-cart.is-large span.wc-block-cart__totals-title, .wc-block-cart span.wc-block-cart__totals-title { 	font-weight: 600; 	font-size: 16px; 	font-size: 1rem; 	color: var(--em-color__dark); 	text-align: left; 	text-transform: capitalize; 	padding-bottom: 15px; }  .wc-block-cart.is-large.wc-block-cart .wc-block-cart-items__row td { 	border-color: var(--em-border-color); }  .wc-block-cart.is-large.wc-block-cart .wc-block-cart-items__row:not(:first-child) td { 	border-style: dashed; }  .wc-block-cart .wc-block-cart__submit-button { 	font-size: var(--em-button-font-size); 	background-color: var(--em-button-bg-color); 	color: var(--em-button-color); 	border: 1px solid var(--em-button-border-color); 	padding: var(--em-button-padding-top) var(--em-button-padding-right) var(--em-button-padding-bottom) var(--em-button-padding-left); 	line-height: var(--em-button-line-height); 	border-radius: var(--em-button-rounded); 	font-weight: var(--em-button-font-weight); 	gap: var(--em-button-icon-spacing); 	display: inline-flex; 	align-items: center; 	justify-content: center; 	transition: 0.4s; 	cursor: pointer; 	vertical-align: middle; 	transition: 0.25s; 	position: relative; 	overflow: hidden; }  .wc-block-cart .wc-block-cart__submit-button:hover, .wc-block-cart .wc-block-cart__submit-button:active { 	color: var(--em-button-color-hover); 	background-color: var(--em-button-bg-color-hover); 	border-color: var(--em-button-border-color-hover); }  .wc-block-cart .wc-block-cart__submit-button:hover:after { 	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1); }  .wc-block-cart .wc-block-cart__submit-button.disabled { 	opacity: 0.3; 	pointer-events: none; 	cursor: not-allowed; }  .wc-block-cart .wc-block-cart__submit-button .ecomus-svg-icon { 	font-size: var(--em-button-icon-size); 	/*rtl:raw: 			transform: rotateY(180deg); 		*/ }  .wc-block-cart .wc-block-cart__submit-button.pswp__button::after { 	display: none; }  .wc-block-cart .wc-block-cart__submit-button.loading { 	--em-loading-color: var(--em-button-color); 	--em-animation-state: running; 	position: relative; 	color: transparent; }  .wc-block-cart .wc-block-cart__submit-button.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .wc-block-cart .wc-block-cart__submit-button.loading:hover, .wc-block-cart .wc-block-cart__submit-button.loading:active { 	--em-loading-color: var(--em-button-color-hover); }  .wc-block-cart .wc-block-cart__submit-button:after { 	background-image: linear-gradient(90deg, transparent, var(--em-button-eff-bg-color-hover, transparent), transparent); 	content: ""; 	left: 150%; 	position: absolute; 	top: 0; 	bottom: 0; 	transform: skew(-20deg); 	width: 200%; }  .wc-block-cart.is-mobile.wc-block-cart table.wc-block-cart-items td { 	border-top: 1px solid rgba(18, 18, 18, 0.11); 	padding: 24px 0 24px 16px; 	vertical-align: top; }  .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row { 	padding: 0; }  .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input { 	border: none; 	background-color: transparent; 	transition: none; 	margin-top: -2px; }  .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input::before { 	top: 50%; 	transform: translateY(-50%); }  .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked { 	border: none; }  .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before { 	width: 20px; 	height: 20px; 	border-color: var(--em-color__dark); 	background-color: var(--em-color__dark); 	transition: none; 	left: 0; 	transform: translateY(-50%); }  .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked::after { 	top: 50%; 	transform: translateY(-50%); 	left: 2px; 	transition: none; }  .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:focus { 	outline: none; }  .wc-block-cart .wc-block-components-product-badge { 	font-size: 11px; 	color: var(--em-color-price-sale); 	padding: 3px 5px 2px; 	line-height: 1.2; 	border-radius: var(--em-rounded-xs); }  .wc-block-cart.is-large .wc-block-components-sidebar .wc-block-components-totals-item, .wc-block-cart.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) { 	padding-left: 0; 	padding-right: 0; }  .wc-block-cart .wc-block-components-sidebar, .wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar { 	background-color: #f5f5f5; 	color: var(--em-color__dark); 	border-radius: var(--em-rounded-xs); 	padding: 30px; }  .wc-block-cart.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .wc-block-cart.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar, .wc-block-cart.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar { 	padding: 15px; }  .wc-block-cart.is-medium.wc-block-cart .wc-block-components-radio-control__input, .wc-block-cart.is-small.wc-block-cart .wc-block-components-radio-control__input, .wc-block-cart.is-mobile.wc-block-cart .wc-block-components-radio-control__input { 	left: 0; }  .wc-block-cart.is-mobile .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option, .wc-block-cart.is-small .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option { 	padding: 0 0 0 2.5em; }  .wc-block-cart .wc-block-components-totals-coupon .wc-block-components-panel__button { 	font-weight: 600; }  .wc-block-cart .wc-block-components-totals-item__description { 	font-weight: 500; }  .wc-block-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link { 	color: var(--em-color__dark); }  .wc-block-cart .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option-layout { 	display: flex; 	align-items: center; 	justify-content: space-between; }  .wc-block-cart .wc-block-components-shipping-rates-control .wc-block-components-radio-control__description { 	font-size: 14px; 	font-weight: 500; 	color: var(--em-color__dark); }  .wc-block-cart.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .wc-block-cart.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .wc-block-cart.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title { 	display: block; }  .wc-block-components-totals-shipping .wc-block-components-shipping-address { 	font-size: 14px; }  .wc-block-cart__sidebar .wc-block-components-formatted-money-amount, .wc-block-cart__sidebar .wc-block-components-totals-item__label { 	color: var(--em-color__dark); }  .wc-block-cart__sidebar .wc-block-components-totals-item__label { 	font-weight: 600; }  .wc-block-cart__sidebar .wc-block-components-button { 	font-weight: 600; }  .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img { 	border-radius: var(--em-image-rounded-product-card-small); }  .cross-sells { 	clear: both; 	display: inline-block; 	width: 100%; }  .cross-sells-product .wp-block-button__link { 	--em-button-padding-top: 10px; 	--em-button-padding-bottom: 8px; }  .ecomus-safe-secure-checkout { 	margin-top: 18px; }  .ecomus-safe-secure-checkout .safe-secure-checkout__text { 	color: var(--em-color__dark); 	margin-bottom: 10px; }  .ecomus-safe-secure-checkout img { 	border-radius: 0; }  .wp-block-woocommerce-empty-cart-block p a { 	text-decoration: underline; }  .wc-block-components-product-price { 	font-weight: 500; }  .wc-block-components-product-price .wc-block-components-product-price__regular { 	color: rgba(0, 0, 0, 0.5); 	opacity: 1; }  .wc-block-components-product-price .wc-block-components-product-price__value.is-discounted { 	background-color: transparent; 	color: var(--em-color-price-sale); }  .wc-block-components-product-image .wc-block-components-product-sale-badge { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; 	color: #fff; 	line-height: 1; 	display: inline-flex; 	align-items: center; 	justify-content: center; 	background-color: #FC5732; 	border-radius: 100px; 	padding: 8px 12px 7px; 	border: none; 	text-transform: capitalize; }  .wc-block-components-product-image .wc-block-components-product-sale-badge.wc-block-components-product-sale-badge--align-left { 	left: 15px; 	top: 15px; }  .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-image > a img { 	border-radius: var(--em-image-rounded-product-card); }  .wc-block-cart { 	align-items: start; }  .wc-block-cart table.wc-block-cart-items { 	color: var(--em-color__dark); }  .wc-block-cart table.wc-block-cart-items thead .wc-block-cart-items__header th { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 600; 	text-transform: capitalize; 	padding-left: 12px; 	padding-right: 12px; 	padding-bottom: 13px; 	padding: 0 12px 13px; }  .wc-block-cart table.wc-block-cart-items thead .wc-block-cart-items__header th:first-child { 	padding-left: 0; }  .wc-block-cart table.wc-block-cart-items thead .wc-block-cart-items__header th:last-child { 	padding-right: 0; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row td { 	padding: 18px 12px; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row td:first-child { 	padding-left: 0; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row td:last-child { 	padding-right: 0; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name { 	font-size: 16px; 	font-size: 1rem; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__prices { 	margin-bottom: 8px; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-product-price { 	display: inline-flex; 	gap: 3px; 	font-weight: 500; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-product-price ins { 	background-color: transparent; 	color: var(--em-color-price-sale); }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-product-price del { 	color: rgba(0, 0, 0, 0.5); 	opacity: 1; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-quantity-selector { 	font-size: 12px; 	font-size: 0.75rem; 	border-radius: var(--em-input-rounded); }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input { 	min-height: 30px; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 600; 	color: var(--em-color__dark); }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-formatted-money-amount { 	font-weight: 600; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-product-metadata { 	font-size: 12px; 	font-size: 0.75rem; 	text-transform: capitalize; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-product-metadata .wc-block-components-product-details__name { 	padding-right: 5px; 	font-weight: 500; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price { 	font-weight: 600; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-quantity-selector { 	background-color: #f5f5f5; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link { 	font-size: 12px; 	font-size: 0.75rem; 	text-decoration: none; 	border-bottom: 1px solid; 	color: var(--em-color__dark); 	line-height: 1.2; }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover { 	color: var(--em-color__primary); }  .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::after { 	display: none; }  .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-badge, .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata__description { 	display: none; }  .wc-block-cart.is-large span.wc-block-cart__totals-title, .wc-block-cart span.wc-block-cart__totals-title { 	font-weight: 600; 	font-size: 16px; 	font-size: 1rem; 	color: var(--em-color__dark); 	text-align: left; 	text-transform: capitalize; 	padding-bottom: 15px; }  .wc-block-cart.is-large.wc-block-cart .wc-block-cart-items__row td { 	border-color: var(--em-border-color); }  .wc-block-cart.is-large.wc-block-cart .wc-block-cart-items__row:not(:first-child) td { 	border-style: dashed; }  .wc-block-cart .wc-block-cart__submit-button { 	font-size: var(--em-button-font-size); 	background-color: var(--em-button-bg-color); 	color: var(--em-button-color); 	border: 1px solid var(--em-button-border-color); 	padding: var(--em-button-padding-top) var(--em-button-padding-right) var(--em-button-padding-bottom) var(--em-button-padding-left); 	line-height: var(--em-button-line-height); 	border-radius: var(--em-button-rounded); 	font-weight: var(--em-button-font-weight); 	gap: var(--em-button-icon-spacing); 	display: inline-flex; 	align-items: center; 	justify-content: center; 	transition: 0.4s; 	cursor: pointer; 	vertical-align: middle; 	transition: 0.25s; 	position: relative; 	overflow: hidden; }  .wc-block-cart .wc-block-cart__submit-button:hover, .wc-block-cart .wc-block-cart__submit-button:active { 	color: var(--em-button-color-hover); 	background-color: var(--em-button-bg-color-hover); 	border-color: var(--em-button-border-color-hover); }  .wc-block-cart .wc-block-cart__submit-button:hover:after { 	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1); }  .wc-block-cart .wc-block-cart__submit-button.disabled { 	opacity: 0.3; 	pointer-events: none; 	cursor: not-allowed; }  .wc-block-cart .wc-block-cart__submit-button .ecomus-svg-icon { 	font-size: var(--em-button-icon-size); 	/*rtl:raw: 			transform: rotateY(180deg); 		*/ }  .wc-block-cart .wc-block-cart__submit-button.pswp__button::after { 	display: none; }  .wc-block-cart .wc-block-cart__submit-button.loading { 	--em-loading-color: var(--em-button-color); 	--em-animation-state: running; 	position: relative; 	color: transparent; }  .wc-block-cart .wc-block-cart__submit-button.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .wc-block-cart .wc-block-cart__submit-button.loading:hover, .wc-block-cart .wc-block-cart__submit-button.loading:active { 	--em-loading-color: var(--em-button-color-hover); }  .wc-block-cart .wc-block-cart__submit-button:after { 	background-image: linear-gradient(90deg, transparent, var(--em-button-eff-bg-color-hover, transparent), transparent); 	content: ""; 	left: 150%; 	position: absolute; 	top: 0; 	bottom: 0; 	transform: skew(-20deg); 	width: 200%; }  .wc-block-cart.is-mobile.wc-block-cart table.wc-block-cart-items td { 	border-top: 1px solid rgba(18, 18, 18, 0.11); 	padding: 24px 0 24px 16px; 	vertical-align: top; }  .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row { 	padding: 0; }  .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input { 	border: none; 	background-color: transparent; 	transition: none; 	margin-top: -2px; }  .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input::before { 	top: 50%; 	transform: translateY(-50%); }  .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked { 	border: none; }  .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before { 	width: 20px; 	height: 20px; 	border-color: var(--em-color__dark); 	background-color: var(--em-color__dark); 	transition: none; 	left: 0; 	transform: translateY(-50%); }  .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked::after { 	top: 50%; 	transform: translateY(-50%); 	left: 2px; 	transition: none; }  .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:focus { 	outline: none; }  .wc-block-cart .wc-block-components-product-badge { 	font-size: 11px; 	color: var(--em-color-price-sale); 	padding: 3px 5px 2px; 	line-height: 1.2; 	border-radius: var(--em-rounded-xs); }  .wc-block-cart.is-large .wc-block-components-sidebar .wc-block-components-totals-item, .wc-block-cart.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) { 	padding-left: 0; 	padding-right: 0; }  .wc-block-cart .wc-block-components-sidebar, .wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar { 	background-color: #f5f5f5; 	color: var(--em-color__dark); 	border-radius: var(--em-rounded-xs); 	padding: 30px; }  .wc-block-cart.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .wc-block-cart.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar, .wc-block-cart.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar { 	padding: 15px; }  .wc-block-cart.is-medium.wc-block-cart .wc-block-components-radio-control__input, .wc-block-cart.is-small.wc-block-cart .wc-block-components-radio-control__input, .wc-block-cart.is-mobile.wc-block-cart .wc-block-components-radio-control__input { 	left: 0; }  .wc-block-cart.is-mobile .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option, .wc-block-cart.is-small .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option { 	padding: 0 0 0 2.5em; }  .wc-block-cart .wc-block-components-totals-coupon .wc-block-components-panel__button { 	font-weight: 600; }  .wc-block-cart .wc-block-components-totals-item__description { 	font-weight: 500; }  .wc-block-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link { 	color: var(--em-color__dark); }  .wc-block-cart .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option-layout { 	display: flex; 	align-items: center; 	justify-content: space-between; }  .wc-block-cart .wc-block-components-shipping-rates-control .wc-block-components-radio-control__description { 	font-size: 14px; 	font-weight: 500; 	color: var(--em-color__dark); }  .wc-block-cart.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .wc-block-cart.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .wc-block-cart.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title { 	display: block; }  .wc-block-components-totals-shipping .wc-block-components-shipping-address { 	font-size: 14px; }  .wc-block-cart__sidebar .wc-block-components-formatted-money-amount, .wc-block-cart__sidebar .wc-block-components-totals-item__label { 	color: var(--em-color__dark); }  .wc-block-cart__sidebar .wc-block-components-totals-item__label { 	font-weight: 600; }  .wc-block-cart__sidebar .wc-block-components-button { 	font-weight: 600; }  .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img { 	border-radius: var(--em-image-rounded-product-card-small); }  .wp-block-woocommerce-empty-cart-block p a { 	text-decoration: underline; }  .wc-block-components-product-price { 	font-weight: 500; }  .wc-block-components-product-price .wc-block-components-product-price__regular { 	color: rgba(0, 0, 0, 0.5); 	opacity: 1; }  .wc-block-components-product-price .wc-block-components-product-price__value.is-discounted { 	background-color: transparent; 	color: var(--em-color-price-sale); }  .wc-block-components-product-image .wc-block-components-product-sale-badge { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; 	color: #fff; 	line-height: 1; 	display: inline-flex; 	align-items: center; 	justify-content: center; 	background-color: #FC5732; 	border-radius: 100px; 	padding: 8px 12px 7px; 	border: none; 	text-transform: capitalize; }  .wc-block-components-product-image .wc-block-components-product-sale-badge.wc-block-components-product-sale-badge--align-left { 	left: 15px; 	top: 15px; }  .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-image > a img { 	border-radius: var(--em-image-rounded-product-card); }  .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link { 	display: block; }  .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title { 	font-size: 16px; 	font-size: 1rem; 	line-height: 19.2px; 	color: var(--em-link-color); 	font-weight: 400; }  .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price { 	font-size: 14px; 	font-size: 0.875rem; 	color: var(--em-color__dark); }  .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del { 	color: rgba(0, 0, 0, 0.5); 	font-weight: 400; }  .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins { 	color: var(--em-color-price-sale); 	background-color: transparent; }  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link { 	border-radius: var(--em-rounded-xs); }  /**  * Checkout  */ @media (min-width: 1025px) { 	.woocommerce-order-pay table.shop_table { 		float: left; 		width: calc(100% - 490px); 		position: -webkit-sticky; 		position: sticky; 		top: 50px; 	} 	.woocommerce-order-pay #payment { 		float: left; 		width: 490px; 		padding-left: 30px; 		position: -webkit-sticky; 		position: sticky; 		top: 50px; 	} }  @media (min-width: 992px) { 	.woocommerce-checkout .col2-set, 	.woocommerce-checkout .woocommerce-checkout-review-order, 	.woocommerce-checkout .checkout-content-form { 		position: -webkit-sticky; 		position: sticky; 		top: 50px; 	} }  @media (min-width: 768px) { 	.col2-set .form-row-first { 		float: left; 		width: 50%; 		padding-right: 10px; 	} 	.col2-set .form-row-last { 		float: right; 		margin-right: 0; 		width: 50%; 		padding-left: 10px; 	} }  .woocommerce-checkout form.checkout::after { 	clear: both; 	content: ''; 	display: block; }  .woocommerce-checkout .col2-set { 	float: left; 	width: 59.6%; 	padding-right: 24px; }  .woocommerce-checkout .checkout-form-cols { 	display: flex; 	justify-content: center; 	flex-wrap: wrap; 	color: var(--em-color__dark); }  .woocommerce-checkout .checkout-form-cols:after, .woocommerce-checkout .checkout-form-cols:before { 	display: none; }  .woocommerce-checkout .checkout-form-cols .woocommerce-info { 	padding: 0 30px; 	margin-bottom: 0; }  .woocommerce-checkout .checkout-form-cols .checkout-login .woocommerce-info { 	text-align: end; 	background-color: transparent; 	position: relative; 	color: var(--em-color__base); 	border-right: 1px solid var(--em-border-color); }  .woocommerce-checkout .checkout-form-cols .checkout-login .woocommerce-form .form-row { 	position: relative; }  .woocommerce-checkout .checkout-form-cols .checkout-login .woocommerce-form .show-password-input { 	top: 50%; }  .woocommerce-checkout .checkout-form-cols .checkout-login .login { 	padding: 10px 30px 0 0; 	font-size: 14px; 	font-size: 0.875rem; }  .woocommerce-checkout .checkout-form-cols .checkout-login input.input-text { 	width: 100%; }  .woocommerce-checkout .checkout-form-cols .checkout-login .button { 	margin-top: 18px; 	width: 100%; }  .woocommerce-checkout .checkout-form-cols .checkout-login .lost_password a { 	position: relative; 	font-weight: 500; }  .woocommerce-checkout .checkout-form-cols .checkout-login .lost_password a:after { 	content: ""; 	position: absolute; 	width: 100%; 	height: 1px; 	bottom: 0; 	left: 0; 	background-color: var(--em-color__dark); }  .woocommerce-checkout .checkout-form-cols .checkout-login + .checkout-coupon { 	width: 50%; 	text-align: left; }  .woocommerce-checkout .checkout-form-cols .checkout-login + .checkout-coupon input.input-text { 	width: 100%; }  .woocommerce-checkout .checkout-form-cols .checkout-login + .checkout-coupon .button { 	width: 100%; }  .woocommerce-checkout .checkout-form-cols .checkout-login + .checkout-coupon .checkout_coupon { 	padding-left: 30px; }  .woocommerce-checkout .checkout-form-cols .checkout-coupon { 	width: 100%; 	text-align: center; }  .woocommerce-checkout .checkout-form-cols .checkout-coupon .woocommerce-info { 	color: var(--em-color__base); 	background-color: transparent; }  .woocommerce-checkout .checkout-form-cols .checkout-coupon .checkout_coupon { 	padding: 10px 0 0 0; 	font-size: 14px; 	font-size: 0.875rem; }  .woocommerce-checkout .checkout-form-cols .checkout-coupon input.input-text { 	width: 50%; }  .woocommerce-checkout .checkout-form-cols .checkout-coupon .button { 	width: 50%; }  .woocommerce-checkout #order_review_heading { 	clear: none; }  .woocommerce-checkout .woocommerce-checkout-review-order, .woocommerce-checkout .checkout-content-form { 	float: left; 	width: 40.3%; }  .woocommerce-checkout .checkout-content-form .woocommerce-checkout-review-order { 	float: none; 	width: 100%; 	position: unset; }  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper { 	border: 1px solid var(--em-border-color); 	padding: 31px 31px 0; 	border-bottom: 0; }  .woocommerce-checkout .select2-container--open .select2-dropdown--below { 	margin-top: 15px; }  .woocommerce-checkout .select2 .select2-selection--single { 	padding: 2px 15px; 	height: 44px; }  .woocommerce-checkout .select2 .select2-selection--single .select2-selection__rendered { 	line-height: 38px; }  .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow { 	top: 10px; 	right: 10px; }  .woocommerce-order-received .woocommerce-customer-details .col2-set { 	float: none; }  form.checkout { 	padding-top: 43px; }  form.checkout h3 { 	font-weight: 500; 	font-size: 24px; 	font-size: 1.5rem; 	line-height: 23px; 	margin-top: 0; }  form.checkout:after { 	clear: both; 	content: ""; 	display: block; }  form.checkout .form-row { 	margin: 0 0 20px 0; }  form.checkout .form-row:last-child { 	margin: 0; }  form.checkout .form-row label { 	display: block; 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; 	color: #000000; 	margin-bottom: 9px; }  form.checkout .form-row .input-text { 	width: 100%; }  form.checkout .form-row input.woocommerce-form__input-checkbox { 	width: auto; }  form.checkout .col-2 { 	padding: 0 31px 25px; 	border: 1px solid var(--em-border-color); 	padding-top: 20px; 	border-top: 0; }  form.checkout .woocommerce-account-fields { 	padding: 24px 31px 0; 	border: 1px solid var(--em-border-color); 	border-top: 0; 	border-bottom: 0; }  form.checkout .woocommerce-account-fields .create-account { 	margin: 0; 	padding-bottom: 15px; }  form.checkout .woocommerce-account-fields .create-account label span { 	font-weight: 400; }  form.checkout .woocommerce-additional-fields h3 { 	display: none; }  form.checkout .woocommerce-additional-fields textarea { 	height: 120px; }  form.checkout .woocommerce-shipping-fields h3 { 	font-size: 14px; 	font-size: 0.875rem; 	color: var(--em-color__base); 	padding: 24px 0 20px; 	margin: 0; 	border-top: 1px solid var(--em-border-color); }  form.checkout .woocommerce-shipping-fields h3 label span { 	font-weight: 400; }  form.checkout .woocommerce-shipping-fields .shipping_address { 	padding-bottom: 24px; }  form.checkout .woocommerce-checkout-review-order { 	padding: 18px 30px 30px; 	color: var(--em-color__dark); 	border: 1px solid var(--em-border-color); 	background-color: #fbfbfc; }  form.checkout table.shop_table { 	border-collapse: collapse; 	margin: 0; }  form.checkout table.shop_table thead th.product-total { 	text-indent: -9999em; }  form.checkout table.shop_table tbody { 	border-bottom: 1px solid var(--em-border-color); 	padding-bottom: 20px; }  form.checkout table.shop_table tbody tr:last-child td { 	padding-bottom: 15px; }  form.checkout table.shop_table tbody td { 	font-size: 14px; 	font-size: 0.875rem; 	padding: 5px 0; 	border-bottom: none; }  form.checkout table.shop_table tbody td .variation p { 	margin: 0; }  form.checkout table.shop_table tbody td.product-name { 	color: var(--em-color__dark); 	position: relative; 	padding: 10px 0 10px 65px; }  form.checkout table.shop_table tbody td.product-name .product-quantity { 	display: none; }  form.checkout table.shop_table tbody td.product-name .checkout-review-product-image { 	display: inline-block; 	position: absolute; 	margin-right: 20px; 	top: 10px; 	left: 0; }  form.checkout table.shop_table tbody td.product-name .checkout-review-product-image img { 	max-width: 48px; 	width: 48px; 	border-radius: var(--em-image-rounded-product-card-small); }  form.checkout table.shop_table tbody td.product-name .checkout-review-product-image .product-quantity { 	position: absolute; 	right: 0; 	top: 0; 	display: inline-flex; 	align-items: center; 	justify-content: center; 	font-size: 12px; 	font-size: 0.75rem; 	font-weight: 600; 	color: var(--em-color__base); 	line-height: 1; 	min-height: 20px; 	min-width: 20px; 	padding: 0 .4em; 	background: #fff; 	border: 1px solid var(--em-border-color); 	border-radius: 1em; 	transform: translate(50%, -50%); 	white-space: nowrap; }  form.checkout table.shop_table tbody td.product-name .checkout-review-product-name { 	display: -webkit-box; 	-webkit-line-clamp: 2; 	-webkit-box-orient: vertical; 	overflow: hidden; 	text-overflow: ellipsis; }  form.checkout table.shop_table tbody td.product-name .checkout-review-product-price { 	display: block; 	font-weight: 500; }  form.checkout table.shop_table tbody td.product-name .checkout-review-product-price ins { 	order: 1; 	background-color: transparent; 	color: var(--em-color-price-sale); }  form.checkout table.shop_table tbody td.product-name .checkout-review-product-price del { 	order: 2; 	margin-top: 2px; 	color: rgba(0, 0, 0, 0.5); 	font-size: 12px; 	font-size: 0.75rem; }  form.checkout table.shop_table tbody td.product-name .checkout-review-product-price { 	display: block; 	font-weight: 500; }  form.checkout table.shop_table tbody td.product-name .checkout-review-product-price ins { 	order: 1; 	background-color: transparent; 	color: var(--em-color-price-sale); }  form.checkout table.shop_table tbody td.product-name .checkout-review-product-price del { 	order: 2; 	margin-top: 2px; 	color: rgba(0, 0, 0, 0.5); 	font-size: 12px; 	font-size: 0.75rem; }  form.checkout table.shop_table tbody td.product-name dl.variation { 	margin-top: -20px; }  form.checkout table.shop_table tbody td.product-total { 	width: 25%; 	text-align: end; 	font-weight: 500; 	vertical-align: top; 	padding-top: 10px; 	padding-bottom: 10px; }  form.checkout table.shop_table tfoot .cart-subtotal { 	display: none; }  form.checkout table.shop_table tfoot .cart-discount td { 	text-align: right; }  form.checkout table.shop_table tfoot .woocommerce-shipping-methods { 	padding-top: 3px; 	padding-bottom: 0; }  form.checkout .woocommerce-checkout-payment { 	padding: 0 30px; 	margin: 0 -30px; 	border-top: 1px solid var(--em-border-color); }  form.checkout .woocommerce-checkout-payment h4 { 	margin: 0; 	font-size: 18px; 	font-size: 1.125rem; }  form.checkout .woocommerce-checkout-payment ul.wc_payment_methods { 	list-style: none; 	font-size: 14px; 	font-size: 0.875rem; 	margin: 0; 	padding: 0; }  form.checkout .woocommerce-checkout-payment ul.wc_payment_methods li { 	padding: 24px 0; 	border-bottom: 1px solid var(--em-border-color); }  form.checkout .woocommerce-checkout-payment ul.wc_payment_methods li label:hover { 	cursor: pointer; }  form.checkout .woocommerce-checkout-payment ul.wc_payment_methods .woocommerce-notice--info { 	background-color: transparent; 	color: var(--em-color__dark); 	padding: 0 0 20px; 	font-weight: 400; }  form.checkout .woocommerce-checkout-payment ul.wc_payment_methods .payment_box p { 	margin-bottom: 0; 	margin-top: 18px; 	line-height: 22px; }  form.checkout .woocommerce-checkout-payment .payment_box { 	font-size: 14px; 	font-size: 0.875rem; 	color: var(--em-color__base); }  form.checkout .woocommerce-checkout-payment .button { 	width: 100%; }  form.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper { 	margin-top: 23px; }  form.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p { 	margin-bottom: 16px; }  form.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p.validate-required { 	margin-bottom: 30px; }  form.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-checkbox-text { 	font-weight: 400; 	line-height: 20px; }  form.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper { 	font-size: 14px; 	font-size: 0.875rem; 	line-height: 22px; }  form.checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text { 	color: var(--em-color__base); }  form.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-link { 	text-decoration: underline; }  form.checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-link { 	text-decoration: underline; }  table.shop_table .woocommerce-shipping-totals { 	font-size: 16px; 	font-size: 1rem; }  table.shop_table .woocommerce-shipping-totals th, table.shop_table .woocommerce-shipping-totals td { 	border-bottom: none; }  table.shop_table .woocommerce-shipping-totals th { 	display: none; }  table.shop_table .woocommerce-shipping-totals h3 { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 500; 	margin-top: 8px; }  table.shop_table .woocommerce-shipping-totals .woocommerce-Price-amount { 	font-weight: 500; 	color: var(--em-color__dark); }  table.shop_table .woocommerce-shipping-totals .shipping-calculator-form { 	margin-top: 10px; }  table.shop_table ul.woocommerce-shipping-methods { 	margin: 0; 	padding-left: 0; 	list-style: none; }  table.shop_table ul.woocommerce-shipping-methods li { 	padding-bottom: 14px; }  table.shop_table ul.woocommerce-shipping-methods label { 	font-size: 14px; 	font-size: 0.875rem; }  table.shop_table ul.woocommerce-shipping-methods label:hover { 	cursor: pointer; }  table.shop_table ul.woocommerce-shipping-methods label .woocommerce-Price-amount { 	float: right; 	margin-top: 3px; }  table.shop_table .order-total { 	font-size: 16px; 	font-size: 1rem; 	border-top: 1px solid var(--em-border-color); }  table.shop_table .order-total th { 	font-family: var(--em-heading-font); }  table.shop_table .order-total th, table.shop_table .order-total td { 	padding: 20px 0; }  table.shop_table .order-total td { 	text-align: end; }  table.shop_table .order-total ins { 	background-color: transparent; 	color: var(--em-color-price-sale); }  table.shop_table .order-total del { 	color: rgba(0, 0, 0, 0.5); 	font-size: 14px; 	font-size: 0.875rem; }  table.shop_table .order-total .includes_tax { 	color: inherit; }  table.shop_table tr:last-child th, table.shop_table tr:last-child td { 	border-bottom: none; }  table.shop_table dl.variation { 	margin-top: 9px; 	margin-bottom: 0; }  table.shop_table dl.variation dt { 	font-size: 12px; 	font-size: 0.75rem; 	font-weight: 500; 	color: var(--em-color__base); 	float: left; 	clear: both; 	margin-right: 0.25em; 	list-style: none outside; 	text-transform: capitalize; 	margin-bottom: 3px; }  table.shop_table dl.variation dd { 	float: left; 	margin: 0 0 0 7px; 	font-size: 12px; 	font-size: 0.75rem; 	font-weight: 400; }  table.shop_table dl.variation dd p { 	margin: 0; }  table.shop_table dl.variation:after { 	clear: both; 	content: ""; 	display: block; }  .woocommerce .woocommerce-thankyou-order-received { 	font-size: 24px; 	font-size: 1.5rem; 	font-weight: 500; 	margin: 0; }  .woocommerce .woocommerce-order-details .woocommerce-table__product-name { 	position: relative; 	padding-left: 0; }  .woocommerce .woocommerce-order-details .woocommerce-table__product-name .product-thumbnail { 	float: left; 	margin-right: 10px; }  .woocommerce .woocommerce-order-details .woocommerce-table__product-name .product-thumbnail img { 	max-width: 48px; 	border-radius: var(--em-image-rounded-product-card-small); }  .woocommerce .woocommerce-order-details .woocommerce-table__product-name .product-title { 	padding-top: 5px; 	display: inline-block; }  .woocommerce .woocommerce-order-details .woocommerce-table__product-name ul { 	padding: 0; 	margin: 0; }  .woocommerce .woocommerce-order-details .woocommerce-table__product-name .preorder-my-account { 	padding-left: 56px; }  .woocommerce .woocommerce-order-details__title { 	margin: 30px 0 10px; }  .woocommerce .woocommerce-order-details__title, .woocommerce .woocommerce-column__title { 	font-size: 24px; 	font-size: 1.5rem; 	font-weight: 500; }  .woocommerce-order-received .woocommerce .woocommerce-order { 	font-size: 14px; 	font-size: 0.875rem; }  .woocommerce ul.order_details { 	border: 1px solid var(--em-border-color); 	display: flex; 	list-style: none; 	padding: 20px 30px 10px; 	color: var(--em-color__dark); }  .woocommerce ul.order_details li { 	padding-right: 20px; 	flex: 1; 	margin-bottom: 10px; }  .woocommerce ul.order_details strong { 	display: block; 	font-weight: 600; 	padding-top: 5px; }  .woocommerce table.order_details th { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 500; }  .woocommerce .woocommerce-customer-details :last-child { 	margin-bottom: 0; }  .woocommerce .woocommerce-customer-details .woocommerce-columns { 	width: 100%; }  .woocommerce .woocommerce-customer-details address { 	line-height: 1.8; }  .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone { 	margin-top: 0; 	margin-bottom: 0; }  .woocommerce .woocommerce-table--order-details thead th:last-child { 	text-align: right; }  .woocommerce .woocommerce-table--order-details tbody td:last-child, .woocommerce .woocommerce-table--order-details tfoot td:last-child { 	text-align: right; }  .woocommerce .woocommerce-table--order-details .wc-item-meta { 	list-style-type: none; 	margin-bottom: 0; 	padding-bottom: 0; }  .woocommerce .woocommerce-table--order-details .wc-item-meta li { 	display: flex; 	align-items: center; }  .woocommerce .woocommerce-table--order-details .wc-item-meta p { 	margin: 0 0 0 5px; }  .woocommerce .woocommerce-table--order-details .woocommerce-table__product-total { 	font-weight: 600; 	color: var(--em-color__dark); }  .woocommerce .woocommerce-table--order-details tfoot .woocommerce-Price-amount { 	font-size: 20px; 	font-size: 1.25rem; 	font-weight: 600; 	color: var(--em-color__dark); }  .woocommerce-order-pay:not(.product-image-uncropped) table.shop_table .product-thumbnail { 	display: flex; 	width: 100%; 	position: relative; 	width: 78px; }  .woocommerce-order-pay:not(.product-image-uncropped) table.shop_table .product-thumbnail:before { 	content: ''; 	width: 0; 	height: 0; 	display: block; 	padding-bottom: var(--product-image-ratio-percent); }  .woocommerce-order-pay:not(.product-image-uncropped) table.shop_table .product-thumbnail img { 	display: block; 	max-width: 100%; 	position: absolute; 	margin: 0; 	top: 0; 	left: 0; 	height: 100%; 	width: 100%; 	object-fit: cover; 	object-position: center; }  .woocommerce-order-pay table.shop_table { 	margin: 0; }  .woocommerce-order-pay table.shop_table thead tr th { 	font-size: 16px; 	font-size: 1rem; 	padding: 0 0 13px; 	border-bottom: 1px solid var(--em-border-color); }  .woocommerce-order-pay table.shop_table tbody tr td { 	padding-top: 18px; 	padding-bottom: 18px; }  .woocommerce-order-pay table.shop_table .product-name { 	display: flex; 	align-items: center; 	gap: 24px; }  .woocommerce-order-pay table.shop_table .product-name .wc-item-meta { 	flex: 1 0 auto; 	list-style-type: none; 	margin: 0; 	padding: 0; }  .woocommerce-order-pay table.shop_table .product-name .wc-item-meta li { 	display: flex; 	align-items: center; }  .woocommerce-order-pay table.shop_table .product-name .wc-item-meta p { 	margin: 0 0 0 5px; }  .woocommerce-order-pay table.shop_table .product-thumbnail img { 	border-radius: var(--em-image-rounded-product-card-small); }  .woocommerce-order-pay ul.wc_payment_methods { 	list-style: none; 	font-size: 14px; 	font-size: 0.875rem; 	margin: 0 0 23px 0; 	padding: 0; }  .woocommerce-order-pay ul.wc_payment_methods li { 	padding: 24px 0; 	border-bottom: 1px solid var(--em-border-color); }  .woocommerce-order-pay ul.wc_payment_methods li label:hover { 	cursor: pointer; }  .woocommerce-order-pay ul.wc_payment_methods li:first-child { 	padding-top: 8px; }  .woocommerce-order-pay ul.wc_payment_methods .woocommerce-notice--info { 	background-color: transparent; 	color: var(--em-color__dark); 	padding: 0 0 20px; 	font-weight: 400; }  .woocommerce-order-pay ul.wc_payment_methods .payment_box p { 	margin-bottom: 0; 	margin-top: 18px; 	line-height: 22px; }  .woocommerce-order-pay #payment button { 	width: 100%; }  .woocommerce-order-pay article > .woocommerce { 	display: inline-block; 	width: 100%; 	border-bottom: 1px solid var(--em-border-color); 	padding-bottom: 60px; 	margin-bottom: 45px; }  .woocommerce-order-pay article > .woocommerce:last-child { 	border: none; 	padding: 0; 	margin: 0; }  .wp-block-woocommerce-checkout { 	color: var(--em-color__dark); }  .wp-block-woocommerce-checkout h2 { 	font-weight: 600; }  .wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button { 	line-height: 30px; 	width: auto; }  .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url], .wp-block-woocommerce-checkout .wc-block-components-textarea { 	color: var(--em-color__dark); 	border-radius: var(--em-rounded-xs); 	border: 1px solid var(--em-input-border-color); }  .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url]:focus, .wp-block-woocommerce-checkout .wc-block-components-textarea:focus { 	border-color: var(--em-color__dark); 	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }  .wp-block-woocommerce-checkout .wc-block-cart-item__prices { 	font-size: 14px; 	font-size: 0.875rem; 	color: var(--em-color__dark); 	font-weight: 500; }  .wp-block-woocommerce-checkout .wc-block-components-product-price__value.is-discounted { 	background-color: transparent; 	color: var(--em-color-price-sale); }  .wp-block-woocommerce-checkout .wc-block-components-product-metadata__description { 	display: none; }  .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity { 	color: var(--em-color__dark); 	border: 1px solid var(--em-border-color); 	font-size: 11px; 	font-weight: 700; }  .wp-block-woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wp-block-woocommerce-checkout .wc-block-components-totals-item__value { 	font-weight: 500; }  .wp-block-woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked { 	font-weight: 400; }  .wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input { 	border: none; 	min-height: auto; }  .wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked { 	border: none; }  .wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before { 	width: 20px; 	height: 20px; 	top: -2px; 	left: -1px; 	transform: none; 	border-color: var(--em-color__dark); 	background-color: var(--em-color__dark); }  .wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:focus { 	outline: none; }  .wp-block-woocommerce-checkout input.wc-block-components-checkbox__input[type=checkbox] { 	min-height: auto; 	height: auto; 	margin-top: 2px; }  .wp-block-woocommerce-checkout input.wc-block-components-checkbox__input[type=checkbox]:before { 	top: 2px; }  .wp-block-woocommerce-checkout input.wc-block-components-checkbox__input[type=checkbox]:after { 	top: 6px; }  .wp-block-woocommerce-checkout input.wc-block-components-checkbox__input[type=checkbox] + .wc-block-components-checkbox__mark { 	display: none; }  .wp-block-woocommerce-checkout .wc-block-components-checkbox label { 	align-items: center; }  .wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__label, .wp-block-woocommerce-checkout .wc-block-components-checkbox > span { 	font-size: 14px; 	font-size: 0.875rem; 	padding-top: 2px; }  .wp-block-woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input { 	border-color: var(--em-border-color); }  .wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted { 	box-shadow: inset 0 0 0 1px var(--em-input-border-color); }  .wp-block-woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator { 	margin-bottom: 30px; 	padding-top: 30px; }  .wp-block-woocommerce-checkout .is-large .wc-block-checkout__actions { 	padding-bottom: 0; }  .wp-block-woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-block { 	border-radius: 0; 	border-color: var(--em-border-color); }  .wp-block-woocommerce-checkout .wc-block-components-sidebar { 	background-color: #fbfbfc; 	padding-left: 0; 	margin-top: 0; }  .wp-block-woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-panel, .wp-block-woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .wp-block-woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-totals-item { 	padding-left: 30px; 	padding-right: 30px; }  .wp-block-woocommerce-checkout .is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type, .wp-block-woocommerce-checkout .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type, .wp-block-woocommerce-checkout .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type { 	border-top: none; }  .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item { 	padding-top: 0; }  .wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__form { 	border: 1px solid var(--em-border-color); 	padding: 18px 30px 30px; }  .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main { 	padding-right: 30px; }  .wp-block-woocommerce-checkout .wc-block-components-totals-item .wc-block-components-totals-item__label { 	font-weight: 600; }  .wp-block-woocommerce-checkout .wc-block-components-totals-item__description { 	font-size: 12px; }  .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, .wp-block-woocommerce-checkout .wc-block-components-text-input label { 	transform: translateY(1.4em); }  .wp-block-woocommerce-checkout .wc-block-components-address-form__address_2-toggle, .wp-block-woocommerce-checkout .wc-block-components-address-card__edit { 	--em-button-color: #000000; 	--em-button-color-hover: var(--em-color__primary); 	--em-button-bg-color: transparent; 	--em-button-bg-color-hover: transparent; 	--em-button-padding-top: 0; 	--em-button-padding-right: 0; 	--em-button-padding-bottom: 3px; 	--em-button-padding-left: 0; 	--em-button-rounded: 0; 	--em-button-border-color: var(--em-button-color); 	--em-button-border-color-hover: var(--em-button-color-hover); 	border-width: 0 0 1px 0; 	text-decoration: underline; }  .wp-block-woocommerce-checkout .wc-block-components-address-form__address_2-toggle:after, .wp-block-woocommerce-checkout .wc-block-components-address-card__edit:after { 	display: none; }  .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wp-block-woocommerce-checkout .wc-block-components-text-input input:-webkit-autofill, .wp-block-woocommerce-checkout .wc-block-components-text-input.is-active input[type=email], .wp-block-woocommerce-checkout .wc-block-components-text-input.is-active input[type=number], .wp-block-woocommerce-checkout .wc-block-components-text-input.is-active input[type=password], .wp-block-woocommerce-checkout .wc-block-components-text-input.is-active input[type=tel], .wp-block-woocommerce-checkout .wc-block-components-text-input.is-active input[type=text], .wp-block-woocommerce-checkout .wc-block-components-text-input.is-active input[type=url], .wp-block-woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select { 	padding-left: var(--em-input-padding-x); 	padding-right: var(--em-input-padding-x); }  .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, .wp-block-woocommerce-checkout .wc-block-components-text-input label, .wp-block-woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__label { 	left: var(--em-input-padding-x); }  .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, .wp-block-woocommerce-checkout .wc-block-components-text-input label { 	top: -8px; }  .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step { 	margin-bottom: 30px; }  .wp-block-woocommerce-checkout .wc-block-components-checkbox { 	margin-top: 30px; }  .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img { 	border-radius: var(--em-image-rounded-product-card-small); }  .wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus { 	outline: none; }  .wc-block-components-button:not(.is-link) { 	font-weight: 600; }  .wp-block-woocommerce-checkout .wc-block-components-panel__button { 	font-weight: 600; }  .wp-block-woocommerce-checkout .is-medium .wc-block-components-main .wc-block-checkout__form, .wp-block-woocommerce-checkout .is-small .wc-block-components-main .wc-block-checkout__form, .wp-block-woocommerce-checkout .is-mobile .wc-block-components-main .wc-block-checkout__form { 	padding: 15px; }  .wp-block-woocommerce-checkout-order-summary-block { 	border: 1px solid var(--em-border-color); }  .wp-block-button__link { 	font-size: var(--em-button-font-size); 	background-color: var(--em-button-bg-color); 	color: var(--em-button-color); 	border: 1px solid var(--em-button-border-color); 	padding: var(--em-button-padding-top) var(--em-button-padding-right) var(--em-button-padding-bottom) var(--em-button-padding-left); 	line-height: var(--em-button-line-height); 	border-radius: var(--em-button-rounded); 	font-weight: var(--em-button-font-weight); 	gap: var(--em-button-icon-spacing); 	display: inline-flex; 	align-items: center; 	justify-content: center; 	transition: 0.4s; 	cursor: pointer; 	vertical-align: middle; 	transition: 0.25s; 	position: relative; 	overflow: hidden; }  .wp-block-button__link:hover, .wp-block-button__link:active { 	color: var(--em-button-color-hover); 	background-color: var(--em-button-bg-color-hover); 	border-color: var(--em-button-border-color-hover); }  .wp-block-button__link:hover:after { 	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1); }  .wp-block-button__link.disabled { 	opacity: 0.3; 	pointer-events: none; 	cursor: not-allowed; }  .wp-block-button__link .ecomus-svg-icon { 	font-size: var(--em-button-icon-size); 	/*rtl:raw: 			transform: rotateY(180deg); 		*/ }  .wp-block-button__link.pswp__button::after { 	display: none; }  .wp-block-button__link.loading { 	--em-loading-color: var(--em-button-color); 	--em-animation-state: running; 	position: relative; 	color: transparent; }  .wp-block-button__link.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .wp-block-button__link.loading:hover, .wp-block-button__link.loading:active { 	--em-loading-color: var(--em-button-color-hover); }  .wp-block-button__link:after { 	background-image: linear-gradient(90deg, transparent, var(--em-button-eff-bg-color-hover, transparent), transparent); 	content: ""; 	left: 150%; 	position: absolute; 	top: 0; 	bottom: 0; 	transform: skew(-20deg); 	width: 200%; }  /**  * Compare  */ .wcboost-products-compare--empty .woocommerce-info { 	padding-top: 18px; 	padding-bottom: 0; 	margin-bottom: 18px; 	background-color: transparent; }  .wcboost-products-compare--empty h3 { 	display: flex; 	flex-direction: column; 	align-items: center; 	gap: 30px; 	font-size: 28px; 	font-size: 1.75rem; 	font-weight: 400; 	color: var(--em-color__dark); 	line-height: 33.6px; 	margin-bottom: 17px; }  .wcboost-products-compare--empty h3::before { 	content: ''; 	display: inline-block; 	width: 40px; 	height: 40px; 	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIiBmaWxsPSIjODY4Njg2Ij4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNi40NzUgMTIuOTI1TDMuNTI1IDBMMCAzLjUyNUwxMi45MjUgMTYuNDVMMTYuNDc1IDEyLjkyNVpNMjYuMjUgMEwzMS4zNSA1LjFMMCAzNi40NzVMMy41MjUgNDBMMzQuOSA4LjY1TDQwIDEzLjc1VjBIMjYuMjVaTTI3LjA3NSAyMy41MjVMMjMuNTUgMjcuMDVMMzEuMzc1IDM0Ljg3NUwyNi4yNSA0MEg0MFYyNi4yNUwzNC45IDMxLjM1TDI3LjA3NSAyMy41MjVaIj48L3BhdGg+CiAgICAgICAgPC9zdmc+); 	background-repeat: no-repeat; 	background-position: center center; }  .wcboost-products-compare--empty p { 	margin: 0; 	color: var(--em-color__base); 	font-weight: 400; 	text-align: center; }  .woocommerce.wcboost-products-compare { 	overflow: hidden; }  .woocommerce.wcboost-products-compare .return-to-shop { 	margin-bottom: 46px; 	text-align: center; }  .wcboost-products-compare__table { 	border: 1px solid var(--em-border-color); }  .wcboost-products-compare__table table.compare_table { 	margin: 0; 	table-layout: fixed; 	border: none; }  .wcboost-products-compare__table table.compare_table tr th { 	font-size: 20px; 	font-size: 1.25rem; 	color: var(--em-color__dark); 	font-weight: 400; 	background-color: #ffffff; 	display: table-cell; }  .wcboost-products-compare__table table.compare_table tr td { 	text-align: center; 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; }  .wcboost-products-compare__table table.compare_table tr th, .wcboost-products-compare__table table.compare_table tr td { 	padding-left: 34px; 	padding-right: 34px; 	width: 360px; 	border-right: 1px solid var(--em-border-color); }  .wcboost-products-compare__table table.compare_table tr th:last-child, .wcboost-products-compare__table table.compare_table tr td:last-child { 	border-right: none; }  .wcboost-products-compare__table table.compare_table tr:nth-child(2n) th, .wcboost-products-compare__table table.compare_table tr:nth-child(2n) td { 	background-color: #F4F4F4; }  .wcboost-products-compare__table table.compare_table tr.product-remove { 	padding-bottom: 10px; 	padding-top: 10px; 	text-align: center; 	line-height: 1; }  .wcboost-products-compare__table table.compare_table tr.product-remove th { 	border-bottom: none; }  .wcboost-products-compare__table table.compare_table tr.product-remove td { 	background-color: transparent; 	border-bottom: none; }  .wcboost-products-compare__table table.compare_table tr.product-remove a { 	color: #7c818b; 	text-decoration: none; 	font-size: 0; 	line-height: 1; }  .wcboost-products-compare__table table.compare_table tr.product-remove a::before { 	content: ""; 	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMTQuOSw2SDUuMWMtMC42LDAtMSwwLjUtMSwxLjFsMC44LDkuMWMwLjEsMSwxLDEuOCwyLDEuOGg2LjNjMSwwLDEuOS0wLjgsMi0xLjhsMC44LTkuMUMxNiw2LjUsMTUuNSw2LDE0LjksNnogTTEzLjIsMTYKCQkJSDYuOEw2LjIsOGg3LjdMMTMuMiwxNnoiLz4KCQk8cGF0aCBkPSJNMTUsM2gtM2MwLTAuNi0wLjQtMS0xLTFIOUM4LjQsMiw4LDIuNCw4LDNINUMzLjksMywzLDMuOSwzLDVoMTRDMTcsMy45LDE2LjEsMywxNSwzeiIvPgoJCTxyZWN0IHg9IjkiIHk9IjEwIiB3aWR0aD0iMiIgaGVpZ2h0PSI0Ii8+Cgk8L2c+Cgk8cmVjdCB4PSIwIiBjbGFzcz0ic3QwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiLz4KPC9nPgo8L3N2Zz4K"); 	background-repeat: no-repeat; 	background-position: center; 	opacity: 0.5; 	display: inline-block; 	background-color: #fff; 	color: var(--em-color__dark); 	width: 44px; 	height: 44px; 	border-radius: 100%; 	align-items: center; 	justify-content: center; 	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16); 	transition: .3s; }  .wcboost-products-compare__table table.compare_table tr.product-remove a:hover::before { 	opacity: 1; }  .wcboost-products-compare__table table.compare_table tr.product-thumbnail th { 	border-bottom: none; 	background-color: #ffffff; }  .wcboost-products-compare__table table.compare_table tr.product-thumbnail td { 	background-color: transparent; 	border-bottom: none; }  .wcboost-products-compare__table table.compare_table tr.product-thumbnail img { 	border-radius: var(--em-image-rounded-product-card); 	background: none repeat scroll 0 0 #fff; 	height: auto; 	max-width: 100%; 	padding: 5px; 	width: auto; }  .wcboost-products-compare__table table.compare_table tr.product-name th { 	padding-top: 9px; 	border-bottom: none; 	background-color: #ffffff; }  .wcboost-products-compare__table table.compare_table tr.product-name td { 	padding-top: 9px; 	background-color: transparent; 	border-bottom: none; 	padding-bottom: 0; }  .wcboost-products-compare__table table.compare_table tr.product-name a { 	font-size: 16px; 	font-size: 1rem; 	font-weight: 400; 	border-bottom: none; 	background-color: transparent; 	color: var(--em-color__dark); }  .wcboost-products-compare__table table.compare_table tr.product-name a:hover { 	color: var(--em-color__primary); }  .wcboost-products-compare__table table.compare_table tr.product-rating th { 	padding-top: 8px; 	border-bottom: none; 	background-color: #ffffff; }  .wcboost-products-compare__table table.compare_table tr.product-rating td { 	padding-top: 0; 	padding-bottom: 0; 	background-color: transparent; 	border-bottom: none; }  .wcboost-products-compare__table table.compare_table tr.product-rating th { 	font-size: 0; }  .wcboost-products-compare__table table.compare_table tr.product-rating .star-rating { 	margin: 0 auto; }  .wcboost-products-compare__table table.compare_table tr.product-price th, .wcboost-products-compare__table table.compare_table tr.product-price td { 	padding-top: 9px; 	padding-bottom: 20px; }  .wcboost-products-compare__table table.compare_table tr.product-price th { 	background-color: #ffffff; 	font-size: 0; }  .wcboost-products-compare__table table.compare_table tr.product-price td { 	padding-top: 5px; 	background-color: transparent; }  .wcboost-products-compare__table table.compare_table tr.product-price .price { 	display: inline-flex; 	justify-content: center; 	align-items: center; 	gap: 5px; 	flex-wrap: wrap; 	font-size: 16px; 	font-size: 1rem; 	line-height: 1; 	font-weight: 600; 	color: var(--em-color__dark); }  .wcboost-products-compare__table table.compare_table tr.product-price .price .woocs_price_code { 	display: flex; }  .wcboost-products-compare__table table.compare_table tr.product-price .price ins { 	color: #DB1215; 	background-color: transparent; }  .wcboost-products-compare__table table.compare_table tr.product-price .price del { 	font-size: 14px; 	font-size: 0.875rem; 	color: rgba(0, 0, 0, 0.5); 	font-weight: 400; }  .wcboost-products-compare__table table.compare_table tr.product-price .price .woocommerce-price-suffix { 	color: rgba(0, 0, 0, 0.5); }  .wcboost-products-compare__table table.compare_table tr.product-add-to-cart th { 	background-color: #ffffff; 	border-bottom: none; }  .wcboost-products-compare__table table.compare_table tr.product-add-to-cart td { 	background-color: transparent; 	border-bottom: none; }  .wcboost-products-compare__table table.compare_table tr.product-add-to-cart a { 	--em-button-font-size: 14px; 	--em-button-bg-color: #000000; 	--em-button-color: #ffffff; 	--em-button-eff-bg-color-hover: rgba(255, 255, 255, 0.25); 	--em-button-width: auto; 	--em-button-height: 42px; 	padding: var(--em-button-padding-top) var(--em-button-padding-right) var(--em-button-padding-bottom) var(--em-button-padding-left); }  .wcboost-products-compare__table table.compare_table tr.product-add-to-cart a .ecomus-svg-icon { 	font-size: 14px; 	font-size: 0.875rem; 	margin-left: 0; }  .wcboost-products-compare__table table.compare_table tr.product-add-to-cart a .add-to-cart__text { 	line-height: 1; }  .wcboost-products-compare__table table.compare_table tr.product-add-to-cart a.loading { 	--em-animation-state: running; 	position: relative; 	color: transparent; 	--em-loading-color: #ffffff; }  .wcboost-products-compare__table table.compare_table tr.product-add-to-cart a.loading::before { 	display: inline-block; 	content: ""; 	width: 18px; 	height: 18px; 	border-radius: 100%; 	border: solid 2px var(--em-loading-color); 	border-top-color: transparent; 	position: absolute; 	top: 0; 	bottom: 0; 	left: 0; 	right: 0; 	margin: auto; 	animation: spin 0.6s linear infinite var(--em-animation-state); }  .wcboost-products-compare__table table.compare_table tr.product-add-to-cart .added_to_cart { 	display: none; }  .wcboost-products-compare__table table.compare_table tr .image-wrap { 	text-align: center; }  .wcboost-products-compare__table table.compare_table .in-stock { 	display: inline-flex; 	align-items: flex-end; 	gap: 8px; 	line-height: 1; 	color: #4BAE4F; 	margin-top: 6px; }  .wcboost-products-compare__table table.compare_table .in-stock::before { 	content: ''; 	display: inline-block; 	width: 16px; 	height: 16px; 	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDBDMy41ODc1IDAgMCAzLjU4NzUgMCA4QzAgMTIuNDEyNSAzLjU4NzUgMTYgOCAxNkMxMi40MTI1IDE2IDE2IDEyLjQxMjUgMTYgOEMxNiAzLjU4NzUgMTIuNDEyNSAwIDggMFoiIGZpbGw9IiM0QkFFNEYiLz4KPHBhdGggZD0iTTYuNDU5MzcgMTEuNjU5NEM1LjQzNzUgMTAuNjM3NSA0LjQyMTg4IDkuNjA2MjUgMy4zOTY4NyA4LjU4NDM4QzMuMjg0MzcgOC40NzE4OCAzLjI4NDM3IDguMjg0MzggMy4zOTY4NyA4LjE3MTg4TDQuNTc1IDYuOTkzNzVDNC42ODc1IDYuODgxMjUgNC44NzUgNi44ODEyNSA0Ljk4NzUgNi45OTM3NUw2LjY3MTg4IDguNjc4MTNMMTEuMDAzMSA0LjM0Mzc1QzExLjExODggNC4yMzEyNSAxMS4zMDMxIDQuMjMxMjUgMTEuNDE4NyA0LjM0Mzc1TDEyLjYgNS41MjVDMTIuNzE1NiA1LjY0MDYyIDEyLjcxNTYgNS44MjUgMTIuNiA1LjkzNzVMNi44NzE4NyAxMS42NTk0QzYuNzU5MzcgMTEuNzc1IDYuNTc1IDExLjc3NSA2LjQ1OTM3IDExLjY1OTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K); 	background-repeat: no-repeat; 	background-position: center center; }  .wcboost-products-compare__table table.compare_table .out-of-stock { 	display: inline-flex; 	align-items: flex-end; 	gap: 8px; 	line-height: 1; 	color: #A5A5A5; 	margin-top: 6px; }  .wcboost-products-compare__table table.compare_table .out-of-stock::before { 	content: ''; 	display: inline-block; 	width: 16px; 	height: 16px; 	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEMzLjYwMzEzIDAgMCAzLjYwMzEzIDAgOEMwIDEyLjM5NjkgMy42MDMxMyAxNiA4IDE2QzEyLjM5NjkgMTYgMTYgMTIuMzk2OSAxNiA4QzE2IDMuNjAzMTMgMTIuMzk2OSAwIDggMFpNMi43NTAwMyAxMS4wNzVDMi4yMTU2NiAxMC4xNzUgMS45MDYyNSA5LjEyNSAxLjkwNjI1IDhDMS45MDYyNSA0LjY1MzEyIDQuNjA2MjUgMS45MTU2MiA3Ljk4MTIyIDEuOTA2MjVDOS4xMTU2MyAxLjkwNjI1IDEwLjE2NTYgMi4yMTU1OSAxMS4wNzUgMi43NDk5N0MxMS4zNDY4IDIuOTA5MzcgMTEuNDAzMSAzLjI2NTYyIDExLjE4NzUgMy40OTA2MkwzLjQ5MDYyIDExLjE4NzVDMy4yNjU2MiAxMS40MDMxIDIuOTA5MzcgMTEuMzQ2OSAyLjc1MDAzIDExLjA3NVpNOC4wMTg3OCAxNC4wOTM4QzYuODg0MzggMTQuMDkzOCA1LjgzNDM4IDEzLjc4NDMgNC45MjUgMTMuMjVDNC42NTMxNiAxMy4wOTA2IDQuNTk2OTEgMTIuNzI1IDQuODIxODggMTIuNTA5NEwxMi41MDk0IDQuODIxODhDMTIuNzI1IDQuNTk2ODggMTMuMDkwNiA0LjY1MzEzIDEzLjI1IDQuOTI1QzEzLjc4NDMgNS44MjUgMTQuMDkzOCA2Ljg3NSAxNC4wOTM4IDhDMTQuMDkzOCAxMS4zNjU2IDExLjM3NSAxNC4wODQ0IDguMDE4NzggMTQuMDkzOFoiIGZpbGw9IiNBNUE1QTUiLz4KPC9zdmc+Cg==); 	background-repeat: no-repeat; 	background-position: center center; }  .wcboost-products-compare__tools { 	text-align: right; }  .wcboost-products-compare__tools a { 	--em-button-color-hover: var(--em-color__primary); 	--em-button-border-color-hover: var(--em-color__primary); 	box-shadow: none; 	color: #000; 	background-color: transparent; 	border-radius: 0; 	border: none; 	border-bottom: 1px solid; 	padding: 0; 	min-width: auto; 	line-height: 1.3; }  .wcboost-products-compare__tools a:hover { 	background-color: transparent; 	color: var(--em-color__primary); 	border-color: var(--em-color__primary); }  .wcboost-products-compare__tools a:active, .wcboost-products-compare__tools a:focus { 	background-color: transparent; }  .wcboost-products-compare__tools a.disabled, .wcboost-products-compare__tools a:disabled, .wcboost-products-compare__tools a:disabled[disabled] { 	background-color: transparent; 	color: #dadfe3; 	border-bottom: 1px solid; }  .wcboost-products-compare__tools a.disabled:hover, .wcboost-products-compare__tools a:disabled:hover, .wcboost-products-compare__tools a:disabled[disabled]:hover { 	background-color: transparent; }  .wcboost-products-compare-bar { 	z-index: 10; }  .wcboost-products-compare-bar .wcboost-products-compare-bar__toggle-button, .wcboost-products-compare-bar .wcboost-products-compare-widget__empty-message { 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; }  .wcboost-products-compare-bar .wcboost-products-compare-widget-content { 	display: flex; 	gap: 30px; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__products { 	flex: auto; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__products li { 	border-radius: var(--em-rounded-xs); 	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 	background-color: #fff; 	padding: 12px 63px 12px 12px; 	flex-basis: 300px; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__products li a.remove { 	top: 5px; 	right: 4px; 	left: auto; 	color: var(--em-color__dark); 	text-decoration: none; 	font-size: 18px; 	font-size: 1.125rem; 	line-height: 1; 	text-align: center; 	transform: none; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__products .wcboost-products-compare-widget-item__title { 	font-size: 12px; 	font-size: 0.75rem; 	display: block; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__products .star-rating { 	margin-bottom: 6px; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__products .price { 	display: inline-flex; 	font-size: 12px; 	font-size: 0.75rem; 	font-weight: 500; 	line-height: 22px; 	color: var(--em-color__dark); }  .wcboost-products-compare-bar .wcboost-products-compare-widget__products .price .woocs_price_code { 	display: flex; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__products .price ins { 	margin-left: 5px; 	background-color: transparent; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__products .price del { 	font-weight: 400; 	color: rgba(0, 0, 0, 0.5); }  .wcboost-products-compare-bar .wcboost-products-compare-widget__products .price > .woocommerce-Price-amount { 	margin-left: 4px; 	margin-right: 4px; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__products .price > .woocommerce-Price-amount:first-child { 	margin-left: 0; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__products .price > .woocommerce-Price-amount:last-child { 	margin-right: 0; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__products .price .woocommerce-price-suffix { 	order: 3; 	margin-left: 5px; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons { 	display: flex; 	flex-direction: column; 	justify-content: center; 	align-items: center; 	gap: 24px; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-open { 	background-color: #000; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear { 	--em-button-color-hover: var(--em-color__primary); 	--em-button-border-color-hover: var(--em-color__primary); 	align-self: center; 	box-shadow: none; 	color: #000; 	background-color: transparent; 	border-radius: 0; 	border: none; 	border-bottom: 1px solid; 	padding: 0; 	min-width: auto; 	line-height: 1.3; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:hover { 	background-color: transparent; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:active, .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:focus { 	background-color: transparent; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear.disabled, .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:disabled, .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:disabled[disabled] { 	background-color: transparent; 	color: #dadfe3; 	border-bottom: 1px solid; }  .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear.disabled:hover, .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:disabled:hover, .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:disabled[disabled]:hover { 	background-color: transparent; }  .ecomus-rtl-smart table.compare_table th { 	right: 0; 	left: auto; }  .ecomus-rtl-smart .wcboost-products-compare-widget-item img { 	/*rtl:ignore*/ 	float: right; 	/*rtl:ignore*/ 	margin-right: 0; 	/*rtl:ignore*/ 	margin-left: 1em; }  @media (max-width: 1024px) { 	.wcboost-products-compare__table table.compare_table tr th { 		width: 180px; 		font-size: 16px; 		font-size: 1rem; 	} 	.wcboost-products-compare-widget__buttons .wcboost-products-compare-open { 		--em-button-padding-left: 10px; 		--em-button-padding-right: 10px; 	} }  @media (max-width: 767px) { 	.wcboost-products-compare__table table.compare_table tr th { 		display: none; 	} 	.wcboost-products-compare__table table.compare_table tr th, .wcboost-products-compare__table table.compare_table tr td { 		padding: 16px 10px; 		width: 180px; 	} 	.wcboost-products-compare__table table.compare_table tr::before { 		display: none; 	} 	.wcboost-products-compare__table table.compare_table tr.product-remove th, .wcboost-products-compare__table table.compare_table tr.product-remove td, .wcboost-products-compare__table table.compare_table tr.product-thumbnail th, .wcboost-products-compare__table table.compare_table tr.product-thumbnail td, .wcboost-products-compare__table table.compare_table tr.product-name th, .wcboost-products-compare__table table.compare_table tr.product-name td, .wcboost-products-compare__table table.compare_table tr.product-rating th, .wcboost-products-compare__table table.compare_table tr.product-rating td { 		padding-bottom: 0; 	} 	.wcboost-products-compare__table table.compare_table tr.product-add-to-cart a { 		width: var(--em-button-height); 		height: var(--em-button-height); 		padding: 0; 	} 	.wcboost-products-compare__table table.compare_table tr.product-add-to-cart a .add-to-cart__text { 		display: none; 	} }  /**  * Wishlist  */ .wishlist-empty .woocommerce-info { 	padding-top: 57px; 	padding-bottom: 0; 	margin-bottom: 18px; 	background-color: transparent; }  .wishlist-empty h3 { 	display: flex; 	flex-direction: column; 	align-items: center; 	gap: 30px; 	font-size: 28px; 	font-size: 1.75rem; 	font-weight: 400; 	color: var(--em-color__dark); 	line-height: 33.6px; 	margin-bottom: 17px; }  .wishlist-empty h3::before { 	content: ''; 	display: inline-block; 	width: 40px; 	height: 36px; 	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA0MCAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjIgMzEuMUwyMCAzMS4zTDE5Ljc4IDMxLjFDMTAuMjggMjIuNDggNCAxNi43OCA0IDExQzQgNyA3IDQgMTEgNEMxNC4wOCA0IDE3LjA4IDYgMTguMTQgOC43MkgyMS44NkMyMi45MiA2IDI1LjkyIDQgMjkgNEMzMyA0IDM2IDcgMzYgMTFDMzYgMTYuNzggMjkuNzIgMjIuNDggMjAuMiAzMS4xWk0yOSAwQzI1LjUyIDAgMjIuMTggMS42MiAyMCA0LjE2QzE3LjgyIDEuNjIgMTQuNDggMCAxMSAwQzQuODQgMCAwIDQuODIgMCAxMUMwIDE4LjU0IDYuOCAyNC43MiAxNy4xIDM0LjA2TDIwIDM2LjdMMjIuOSAzNC4wNkMzMy4yIDI0LjcyIDQwIDE4LjU0IDQwIDExQzQwIDQuODIgMzUuMTYgMCAyOSAwWiIgZmlsbD0iI0VCRUJFQiIvPgo8L3N2Zz4K); 	background-repeat: no-repeat; 	background-position: center center; }  .wishlist-empty p { 	max-width: 550px; 	margin: 0 auto; 	color: var(--em-color__base); 	font-weight: 400; 	text-align: center; }  .woocommerce.wocommerce-wishlist .return-to-shop { 	margin-bottom: 62px; 	text-align: center; }  .wishlist_table .product-quantity { 	margin-top: 5px; }  .wishlist_table .product-stock-status { 	margin-top: 10px; }  .wishlist_table .product-stock-status .in-stock, .wishlist_table .product-stock-status .available-on-backorder { 	display: inline-flex; 	align-items: flex-end; 	gap: 8px; 	line-height: 1; 	color: #4BAE4F; }  .wishlist_table .product-stock-status .in-stock::before, .wishlist_table .product-stock-status .available-on-backorder::before { 	content: ''; 	display: inline-block; 	width: 16px; 	height: 16px; 	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDBDMy41ODc1IDAgMCAzLjU4NzUgMCA4QzAgMTIuNDEyNSAzLjU4NzUgMTYgOCAxNkMxMi40MTI1IDE2IDE2IDEyLjQxMjUgMTYgOEMxNiAzLjU4NzUgMTIuNDEyNSAwIDggMFoiIGZpbGw9IiM0QkFFNEYiLz4KPHBhdGggZD0iTTYuNDU5MzcgMTEuNjU5NEM1LjQzNzUgMTAuNjM3NSA0LjQyMTg4IDkuNjA2MjUgMy4zOTY4NyA4LjU4NDM4QzMuMjg0MzcgOC40NzE4OCAzLjI4NDM3IDguMjg0MzggMy4zOTY4NyA4LjE3MTg4TDQuNTc1IDYuOTkzNzVDNC42ODc1IDYuODgxMjUgNC44NzUgNi44ODEyNSA0Ljk4NzUgNi45OTM3NUw2LjY3MTg4IDguNjc4MTNMMTEuMDAzMSA0LjM0Mzc1QzExLjExODggNC4yMzEyNSAxMS4zMDMxIDQuMjMxMjUgMTEuNDE4NyA0LjM0Mzc1TDEyLjYgNS41MjVDMTIuNzE1NiA1LjY0MDYyIDEyLjcxNTYgNS44MjUgMTIuNiA1LjkzNzVMNi44NzE4NyAxMS42NTk0QzYuNzU5MzcgMTEuNzc1IDYuNTc1IDExLjc3NSA2LjQ1OTM3IDExLjY1OTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K); 	background-repeat: no-repeat; 	background-position: center center; }  .wishlist_table .product-stock-status .available-on-backorder { 	color: #55a653; }  .wishlist_table .product-stock-status .out-of-stock { 	display: inline-flex; 	align-items: flex-end; 	gap: 8px; 	line-height: 1; 	color: #A5A5A5; }  .wishlist_table .product-stock-status .out-of-stock::before { 	content: ''; 	display: inline-block; 	width: 16px; 	height: 16px; 	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEMzLjYwMzEzIDAgMCAzLjYwMzEzIDAgOEMwIDEyLjM5NjkgMy42MDMxMyAxNiA4IDE2QzEyLjM5NjkgMTYgMTYgMTIuMzk2OSAxNiA4QzE2IDMuNjAzMTMgMTIuMzk2OSAwIDggMFpNMi43NTAwMyAxMS4wNzVDMi4yMTU2NiAxMC4xNzUgMS45MDYyNSA5LjEyNSAxLjkwNjI1IDhDMS45MDYyNSA0LjY1MzEyIDQuNjA2MjUgMS45MTU2MiA3Ljk4MTIyIDEuOTA2MjVDOS4xMTU2MyAxLjkwNjI1IDEwLjE2NTYgMi4yMTU1OSAxMS4wNzUgMi43NDk5N0MxMS4zNDY4IDIuOTA5MzcgMTEuNDAzMSAzLjI2NTYyIDExLjE4NzUgMy40OTA2MkwzLjQ5MDYyIDExLjE4NzVDMy4yNjU2MiAxMS40MDMxIDIuOTA5MzcgMTEuMzQ2OSAyLjc1MDAzIDExLjA3NVpNOC4wMTg3OCAxNC4wOTM4QzYuODg0MzggMTQuMDkzOCA1LjgzNDM4IDEzLjc4NDMgNC45MjUgMTMuMjVDNC42NTMxNiAxMy4wOTA2IDQuNTk2OTEgMTIuNzI1IDQuODIxODggMTIuNTA5NEwxMi41MDk0IDQuODIxODhDMTIuNzI1IDQuNTk2ODggMTMuMDkwNiA0LjY1MzEzIDEzLjI1IDQuOTI1QzEzLjc4NDMgNS44MjUgMTQuMDkzOCA2Ljg3NSAxNC4wOTM4IDhDMTQuMDkzOCAxMS4zNjU2IDExLjM3NSAxNC4wODQ0IDguMDE4NzggMTQuMDkzOFoiIGZpbGw9IiNBNUE1QTUiLz4KPC9zdmc+Cg==); 	background-repeat: no-repeat; 	background-position: center center; }  .wishlist_table.products li.product { 	margin-bottom: 30px; }  .wishlist_table.products li.product .product-add-to-cart .product-loop-button-atc { 	border: 1px solid var(--em-button-border-color); }  .wishlist_table.products li.product .product-add-to-cart .product-loop-button-atc .add-to-cart__text { 	display: inline-block; }  .wcboost-wishlist-page .wocommerce-wishlist .woocommerce-info > h3 { 	font-size: 32px; 	font-size: 2rem; 	margin: 20px 0 10px; }  .wcboost-wishlist-footer .wishlist-share__title { 	font-size: 24px; 	font-size: 1.5rem; }  .wcboost-wishlist-footer li { 	margin-right: 9px; 	margin-bottom: 5px; }  .wcboost-wishlist-footer a.wcboost-wishlist-share-link { 	display: flex; 	align-items: center; 	justify-content: center; 	border-radius: 50px; 	width: 34px; 	height: 34px; 	border: 1px solid var(--em-border-color); 	background-color: transparent; }  .wcboost-wishlist-footer a.wcboost-wishlist-share-link .wcboost-wishlist-share-link__icon { 	font-size: 14px; 	font-size: 0.875rem; 	line-height: 1; }  .wcboost-wishlist-footer a.wcboost-wishlist-share-link .wcboost-wishlist-share-link__icon svg { 	margin: 0; 	fill: currentColor; }  .wcboost-wishlist-footer a.wcboost-wishlist-share-link .wcboost-wishlist-share-link__text { 	display: none; }  .wcboost-wishlist-footer li:hover a { 	color: var(--em-color__primary); 	border-color: var(--em-color__primary); }  .wcboost-wishlist-footer li:hover.wishlist-share__facebook a { 	color: var(--em-color__facebook); 	border-color: var(--em-color__facebook); }  .wcboost-wishlist-footer li:hover.wishlist-share__twitter a { 	color: var(--em-color__twitter); 	border-color: var(--em-color__twitter); }  .wcboost-wishlist-footer li:hover.wishlist-share__instagram a { 	color: var(--em-color__instagram); 	border-color: var(--em-color__instagram); }  .wcboost-wishlist-footer li:hover.wishlist-share__threads a { 	color: var(--em-color__threads); 	border-color: var(--em-color__threads); }  .wcboost-wishlist-footer li:hover.wishlist-share__youtube a { 	color: var(--em-color__youtube); 	border-color: var(--em-color__youtube); }  .wcboost-wishlist-footer li:hover.wishlist-share__tiktok a { 	color: var(--em-color__tiktok); 	border-color: var(--em-color__tiktok); }  .wcboost-wishlist-footer li:hover.wishlist-share__pinterest a { 	color: var(--em-color__pinterest); 	border-color: var(--em-color__pinterest); }  .wcboost-wishlist-footer li:hover.wishlist-share__tumblr a { 	color: var(--em-color__tumblr); 	border-color: var(--em-color__tumblr); }  .wcboost-wishlist-footer li:hover.wishlist-share__vimeo a { 	color: var(--em-color__vimeo); 	border-color: var(--em-color__vimeo); }  .wcboost-wishlist-footer li:hover.wishlist-share__snapchat a { 	color: var(--em-color__snapchat); 	border-color: var(--em-color__snapchat); }  .wcboost-wishlist-footer li:hover.wishlist-share__whatsapp a { 	color: var(--em-color__whatsapp); 	border-color: var(--em-color__whatsapp); }  .wcboost-wishlist-footer li:hover.wishlist-share__linkedin a { 	color: var(--em-color__linkedin); 	border-color: var(--em-color__linkedin); }  .wcboost-wishlist-footer li:hover.wishlist-share__wechat a { 	color: var(--em-color__wechat); 	border-color: var(--em-color__wechat); }  .wcboost-wishlist-footer li:hover.wishlist-share__reddit a { 	color: var(--em-color__reddit); 	border-color: var(--em-color__reddit); }  .wcboost-wishlist-footer li:hover.wishlist-share__line a { 	color: var(--em-color__line); 	border-color: var(--em-color__line); }  .wcboost-wishlist-footer li:hover.wishlist-share__spotify a { 	color: var(--em-color__spotify); 	border-color: var(--em-color__spotify); }  .wcboost-wishlist-edit-link-wrapper { 	display: none; }  .wcboost-wishlist-merge-button { 	margin-left: 10px; }  /**  * Tracking Order  */ .woocommerce-form-track-order { 	width: 100%; 	max-width: 752px; 	margin-right: auto; 	margin-left: auto; }  .woocommerce-form-track-order p { 	text-align: center; 	font-size: 16px; 	font-size: 1rem; 	font-weight: 400; 	margin: 0 0 30px; }  .woocommerce-form-track-order .form-row { 	display: flex; 	flex-direction: column; 	text-align: left; 	margin-bottom: 30px; }  .woocommerce-form-track-order .form-row label { 	margin-bottom: 8px; 	font-size: 14px; 	font-size: 0.875rem; 	font-weight: 500; }  .woocommerce-form-track-order .form-row:last-child { 	margin-bottom: 0; }  /**  * Back in stock notifier  */ ul.products li.product .cwg_popup_submit { 	margin-top: 10px; }  .entry-summary .cwginstock-subscribe-form .panel-primary, .swal2-popup .cwginstock-subscribe-form .panel-primary { 	padding: 36px; 	border: 1px solid var(--em-color__dark); 	border-radius: var(--em-rounded-xs); }  .entry-summary .cwginstock-subscribe-form .panel-primary > .panel-heading, .swal2-popup .cwginstock-subscribe-form .panel-primary > .panel-heading { 	padding: 0; 	color: var(--em-color__dark); 	background-color: transparent; 	border: none; }  .entry-summary .cwginstock-subscribe-form .panel-primary h4, .swal2-popup .cwginstock-subscribe-form .panel-primary h4 { 	display: flex; 	align-items: center; 	gap: 10px; 	color: var(--em-color__dark); 	font-size: 18px; 	font-size: 1.125rem; 	font-weight: 500; 	margin: 0 0 16px 0; 	text-transform: none; }  .entry-summary .cwginstock-subscribe-form .panel-primary h4::before, .swal2-popup .cwginstock-subscribe-form .panel-primary h4::before { 	content: ''; 	display: inline-block; 	width: 12px; 	height: 16px; 	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ0NjkgMTMuNTAzMUgxLjU1ODg1QzEuMjUxNzkgMTMuNTA2OSAwLjk1MDYxMiAxMy40MTg4IDAuNjk0MDA3IDEzLjI1MDFDMC40Mzc0MDEgMTMuMDgxNSAwLjIzNzA5MSAxMi44Mzk5IDAuMTE4ODExIDEyLjU1NjVDMC4wMDA1Mjk5MTkgMTIuMjczMSAtMC4wMzAzMTg0IDExLjk2MDggMC4wMzAyMjg5IDExLjY1OThDMC4wOTA3NzYyIDExLjM1ODcgMC4yMzk5NTMgMTEuMDgyNyAwLjQ1ODU5NSAxMC44NjdDMC43ODU3MTcgMTAuNTQ3NCAxLjA0NTc0IDEwLjE2NTcgMS4yMjM0MiA5Ljc0NDMzQzEuNDAxMTEgOS4zMjI5MyAxLjQ5Mjg3IDguODcwMjkgMS40OTMzNCA4LjQxMjk2VjYuNDQyQzEuNTEwOTcgNS4yNTg1NSAxLjk5MzQ3IDQuMTI5NTQgMi44MzY2IDMuMjk4ODhDMy42Nzk3MyAyLjQ2ODIxIDQuODE1OCAyLjAwMjU5IDUuOTk5MzggMi4wMDI1OUM3LjE4Mjk3IDIuMDAyNTkgOC4zMTkwNCAyLjQ2ODIxIDkuMTYyMTcgMy4yOTg4OEMxMC4wMDUzIDQuMTI5NTQgMTAuNDg3OCA1LjI1ODU1IDEwLjUwNTQgNi40NDJWOC40MTM5NkMxMC41MDU5IDguODcxMjEgMTAuNTk3NyA5LjMyMzc2IDEwLjc3NTQgOS43NDUwOEMxMC45NTMxIDEwLjE2NjQgMTEuMjEzMSAxMC41NDggMTEuNTQwMiAxMC44Njc1QzExLjc1ODIgMTEuMDgyOCAxMS45MDcgMTEuMzU4MiAxMS45Njc3IDExLjY1ODVDMTIuMDI4NCAxMS45NTg4IDExLjk5ODEgMTIuMjcwMyAxMS44ODA3IDEyLjU1MzNDMTEuNzYzMyAxMi44MzYzIDExLjU2NDIgMTMuMDc3OCAxMS4zMDg4IDEzLjI0N0MxMS4wNTM0IDEzLjQxNjIgMTAuNzUzMyAxMy41MDU0IDEwLjQ0NjkgMTMuNTAzMVpNNi4wMDI4OCAzLjAwMDdDNS44NzAyNSAzLjAwMDcgNS43NDMwNCAyLjk0ODAxIDUuNjQ5MjUgMi44NTQyMkM1LjU1NTQ2IDIuNzYwNDMgNS41MDI3NyAyLjYzMzIyIDUuNTAyNzcgMi41MDA1OFYwLjUwMDExNkM1LjUwMjc3IDAuMzY3NDc3IDUuNTU1NDYgMC4yNDAyNzEgNS42NDkyNSAwLjE0NjQ4MUM1Ljc0MzA0IDAuMDUyNjkwNyA1Ljg3MDI1IDAgNi4wMDI4OCAwQzYuMTM1NTIgMCA2LjI2MjczIDAuMDUyNjkwNyA2LjM1NjUyIDAuMTQ2NDgxQzYuNDUwMzEgMC4yNDAyNzEgNi41MDMgMC4zNjc0NzcgNi41MDMgMC41MDAxMTZWMi41MDA1OEM2LjUwMyAyLjYzMzIyIDYuNDUwMzEgMi43NjA0MyA2LjM1NjUyIDIuODU0MjJDNi4yNjI3MyAyLjk0ODAxIDYuMTM1NTIgMy4wMDA3IDYuMDAyODggMy4wMDA3Wk04LjEyMzM4IDE0LjUwMzRDNy45Njc3IDE0Ljk0MTIgNy42ODAyOSAxNS4zMjAyIDcuMzAwNjEgMTUuNTg4MkM2LjkyMDkzIDE1Ljg1NjEgNi40Njc2MSAxNiA2LjAwMjg4IDE2QzUuNTM4MTYgMTYgNS4wODQ4NCAxNS44NTYxIDQuNzA1MTYgMTUuNTg4MkM0LjMyNTQ4IDE1LjMyMDIgNC4wMzgwNyAxNC45NDEyIDMuODgyMzkgMTQuNTAzNEg4LjEyMzM4WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==); 	background-repeat: no-repeat; }  .entry-summary .cwginstock-subscribe-form .panel-body, .swal2-popup .cwginstock-subscribe-form .panel-body { 	padding: 0; }  .entry-summary .cwginstock-subscribe-form .panel-body .row, .swal2-popup .cwginstock-subscribe-form .panel-body .row { 	margin: 0; }  .entry-summary .cwginstock-subscribe-form .panel-body .col-md-12, .swal2-popup .cwginstock-subscribe-form .panel-body .col-md-12 { 	padding: 0; 	float: none; }  .entry-summary .cwginstock-subscribe-form .panel-body .form-group, .swal2-popup .cwginstock-subscribe-form .panel-body .form-group { 	margin: 0; }  .entry-summary .cwginstock-subscribe-form .panel-body input[type="text"], .entry-summary .cwginstock-subscribe-form .panel-body input[type="email"], .entry-summary .cwginstock-subscribe-form .panel-body .iti, .swal2-popup .cwginstock-subscribe-form .panel-body input[type="text"], .swal2-popup .cwginstock-subscribe-form .panel-body input[type="email"], .swal2-popup .cwginstock-subscribe-form .panel-body .iti { 	text-align: left !important; 	margin-bottom: 20px; }  .swal2-popup { 	padding: 50px 30px 30px !important; }  .swal2-popup .swal2-close { 	color: var(--em-color__dark); 	outline: none; }  .swal2-popup .swal2-close:focus { 	box-shadow: none; }  .swal2-popup .swal2-content { 	padding: 0; }  .swal2-popup .cwginstock-subscribe-form .panel-primary { 	margin: 0; }  @media (max-width: 1024px) { 	.entry-summary .cwginstock-subscribe-form .panel-primary, 	.swal2-popup .cwginstock-subscribe-form .panel-primary { 		padding: 14px; 	} }  @media (max-width: 768px) { 	ul.products li.product .cwg_popup_submit { 		width: 100%; 	} 	.swal2-popup { 		padding: 40px 15px 20px !important; 	} }  /**  * Responsive  */ @media (max-width: 1640px) { 	.single-product .product-navigation__button::after { 		right: 18%; 		transform: translateX(18%); 	} 	.related.products.em-product-hover--slider > .ecomus-swiper-button.swiper-button-prev, 	.upsells.products.em-product-hover--slider > .ecomus-swiper-button.swiper-button-prev, 	.recently-viewed-products.em-product-hover--slider > .ecomus-swiper-button.swiper-button-prev { 		left: -23px; 	} 	.related.products.em-product-hover--slider > .ecomus-swiper-button.swiper-button-next, 	.upsells.products.em-product-hover--slider > .ecomus-swiper-button.swiper-button-next, 	.recently-viewed-products.em-product-hover--slider > .ecomus-swiper-button.swiper-button-next { 		right: -23px; 	} }  @media (min-width: 1200px) { 	ul.products.product-card-layout-4 li.product .product-featured-icons--primary .product-loop-button { 		--em-button-height: 46px; 		--em-button-width: 46px; 	} 	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-zoom .woocommerce-product-gallery__image:not(.ecomus-product-3d-viewer)::before, .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-zoom .woocommerce-product-gallery__image:not(.ecomus-product-video)::before { 		display: none; 	} 	.single-product div.product .woocommerce-product-gallery--vertical:not(.woocommerce-product-gallery--vertical-right) { 		flex-direction: row-reverse; 		justify-content: flex-end; 	} 	.single-product div.product .woocommerce-product-gallery--vertical:not(.woocommerce-product-gallery--vertical-right).woocommerce-product-gallery--has-thumbnails .woocommerce-product-gallery__wrapper { 		margin-left: 10px; 	} 	.single-product div.product .woocommerce-product-gallery--vertical:not(.woocommerce-product-gallery--vertical-right).woocommerce-product-gallery--has-thumbnails .woocommerce-product-gallery__wrapper:not(.swiper) { 		margin-left: calc(14% + 10px); 	} 	.single-product div.product .woocommerce-product-gallery--vertical.woocommerce-product-gallery--vertical-right.woocommerce-product-gallery--has-thumbnails .woocommerce-product-gallery__wrapper { 		margin-right: 10px; 	} 	.single-product div.product .woocommerce-product-gallery--vertical.woocommerce-product-gallery--vertical-right.woocommerce-product-gallery--has-thumbnails .woocommerce-product-gallery__wrapper:not(.swiper) { 		margin-right: calc(14% + 10px); 	} 	.single-product div.product .woocommerce-product-gallery--reponsive .swiper-wrapper { 		height: auto !important; 		transform: none !important; 	} 	.single-product div.product .woocommerce-product-gallery--reponsive .ecomus-product-gallery-thumbnails { 		display: none; 	} 	.single-product div.product .woocommerce-product-gallery--reponsive .ecomus-swiper-button { 		display: none; 	} 	.single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--grid-1 .swiper-wrapper { 		flex-direction: column; 	} 	.single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--grid-1 .woocommerce-product-gallery__image { 		margin: 0 0 10px 0; 	} 	.single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--grid-2 .swiper-wrapper, .single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--stacked .swiper-wrapper { 		flex-wrap: wrap; 		justify-content: space-between; 		gap: 10px; 	} 	.single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--grid-2 .woocommerce-product-gallery__image, .single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--stacked .woocommerce-product-gallery__image { 		width: calc( 50% - 5px) !important; 		margin: 0 !important; 	} 	.single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--grid-2.has-video .swiper-wrapper, .single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--stacked.has-video .swiper-wrapper { 		align-items: stretch; 	} 	.single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--grid-2.has-video .woocommerce-product-gallery__image .ecomus-video-wrapper, 	.single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--grid-2.has-video .woocommerce-product-gallery__image iframe, .single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--stacked.has-video .woocommerce-product-gallery__image .ecomus-video-wrapper, 	.single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--stacked.has-video .woocommerce-product-gallery__image iframe { 		height: 100%; 	} 	.single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--stacked .woocommerce-product-gallery__image:first-child { 		width: 100% !important; 	} 	.single-product div.product .single_add_to_cart_button { 		--em-button-padding-top: 16px; 		--em-button-padding-bottom: 15px; 	} 	.single-product div.product .product-featured-icons > * { 		--em-button-width: 49px; 		--em-button-height: 49px; 	} 	.single-product div.product.woocommerce-tabs--vertical .woocommerce-tabs { 		display: flex; 		gap: 30px; 		border: none; 		overflow: hidden; 	} 	.single-product div.product.woocommerce-tabs--vertical .wc-tabs { 		min-width: 300px; 		gap: 0; 		padding: 0; 		flex-direction: column; 		border-bottom: 0; 	} 	.single-product div.product.woocommerce-tabs--vertical .wc-tabs li { 		border-left: 2px solid var(--em-border-color); 	} 	.single-product div.product.woocommerce-tabs--vertical .wc-tabs li a { 		width: 100%; 		padding: 6px 0 5px 20px; 		margin-bottom: 10px; 	} 	.single-product div.product.woocommerce-tabs--vertical .wc-tabs li a::after { 		top: 0; 		left: -2px; 		bottom: auto; 		width: 2px; 		height: 0; 	} 	.single-product div.product.woocommerce-tabs--vertical .wc-tabs li.active a::after { 		width: 2px; 		height: 100%; 	} 	.single-product div.product.woocommerce-tabs--vertical .wc-tabs li:last-child a { 		margin-bottom: 0; 	} 	.single-product div.product.woocommerce-tabs--vertical .wc-tab { 		flex: auto; 		padding: 30px; 	} 	.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__quantity, 	.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price { 		justify-content: flex-end; 	} 	.woocommerce-cart .woocommerce-cart-form .notes { 		width: 50%; 	} }  @media (max-width: 1199px) and (min-width: 768px) { 	.ecomus-toolbar-view > .grid:not(.tablet-active) { 		display: none; 	} 	.ecomus-toolbar-view .current { 		color: var(--em-color__grayer); 	} 	ul.products.columns-4 li.product, ul.products.columns-5 li.product, ul.products.columns-6 li.product { 		width: 33.33%; 	} 	ul.products.tablet-col-1 li.product { 		width: 100%; 	} 	ul.products.tablet-col-2 li.product { 		width: 50%; 	} 	ul.products.tablet-col-3 li.product { 		width: 33.33%; 	} 	ul.products.tablet-col-4 li.product { 		width: 25%; 	} 	ul.products.tablet-col-5 li.product { 		width: 20%; 	} 	ul.products.tablet-col-6 li.product { 		width: 16.66%; 	} 	ul.products.product-card-layout-list li.product { 		width: 100%; 	} 	.single-product div.product .single_add_to_cart_button { 		--em-button-padding-top: 14px; 	} 	.single-product div.product.product-type-grouped .woocommerce-grouped-product-list tr { 		grid-template-columns: repeat(2, 1fr); 	} 	.single-product div.product.product-type-grouped .woocommerce-grouped-product-list td:first-child { 		grid-column: 1 / span 2; 		border: none; 		padding-bottom: 0; 	} 	.single-product div.product .woocommerce-Reviews .woocommerce-Reviews-title { 		font-size: 20px; 		font-size: 1.25rem; 	} 	.single-product div.product .ecomus-product-atc-group { 		flex-wrap: wrap; 	} }  @media (max-width: 1199px) { 	.catalog-top-categories__title { 		--em-button-padding-top: 12.5px; 		--em-button-padding-bottom: 12.5px; 		--em-button-padding-left: 20px; 		--em-button-padding-right: 20px; 	} 	.ecomus-toolbar-view > .list:not(.current) ~ * { 		color: var(--em-color__dark); 	} 	ul.products li.product .product-thumbnail .product-thumbnails--slider .swiper-button { 		display: none; 	} 	ul.products li.product .ecomus-badges-sale__countdown { 		padding: 5px; 	} 	ul.products li.product .product-variation-items--primary { 		bottom: 20px; 	} 	ul.products li.product .product-variation-items--second + .product-featured-icons--primary { 		bottom: 40px; 	} 	ul.products li.product .product-variation-items--second.product-variation-items--white { 		padding: 5px 10px; 	} 	ul.products li.product .product-variation-items--second.product-variation-items--white + .product-featured-icons--primary { 		bottom: 50px; 	} 	ul.products li.product .product-featured-icons--primary + .product-variation-items--second { 		bottom: 40px; 	} 	ul.products.product-card-button-atc-transfrom--top li.product .product-inner::after { 		display: none; 	} 	ul.products.product-card-button-atc-transfrom--top li.product .product-summary { 		transform: translateY(-50px); 	} 	.single-product .product-navigation__button::after { 		right: 10%; 		transform: translateX(10%); 	} 	.single-product div.product .product-gallery-summary { 		gap: 30px; 	} 	.single-product div.product .product-gallery-summary .woocommerce-product-gallery { 		width: calc(50% - 15px); 	} 	.single-product div.product .product-gallery-summary .entry-summary { 		width: calc(50% - 15px); 	} 	.single-product div.product .woocommerce-product-gallery--vertical { 		flex-direction: column; 	} 	.single-product div.product .woocommerce-product-gallery--vertical.woocommerce-product-gallery--has-thumbnails .woocommerce-product-gallery__wrapper { 		width: 100%; 		margin-bottom: 10px; 	} 	.single-product div.product .woocommerce-product-gallery--vertical.woocommerce-product-gallery--has-thumbnails .ecomus-product-gallery-thumbnails { 		width: 100%; 	} 	.single-product div.product .woocommerce-product-gallery--vertical .flex-control-nav { 		flex-direction: row; 	} 	.single-product div.product .woocommerce-product-gallery--vertical:not(.woocommerce-product-gallery--vertical-right) { 		flex-direction: column; 	} 	.single-product div.product .woocommerce-product-gallery--vertical:not(.woocommerce-product-gallery--vertical-right).woocommerce-product-gallery--has-thumbnails .woocommerce-product-gallery__wrapper { 		margin-left: 0; 	} 	.single-product div.product .woocommerce-product-gallery--vertical.woocommerce-product-gallery--vertical-right.woocommerce-product-gallery--has-thumbnails .woocommerce-product-gallery__wrapper { 		margin-right: 0; 	} 	.single-product div.product .woocommerce-product-gallery--reponsive.woocommerce-product-gallery--grid-1 .woocommerce-product-gallery__image { 		margin: 0; 	} 	.single-product div.product.woocommerce-tabs--vertical .woocommerce-tabs .wc-tabs { 		padding-left: 0; 		padding-right: 0; 		border-bottom: none; 		flex-wrap: nowrap; 		overflow-y: hidden; 		overflow-x: auto; 		scroll-behavior: smooth; 		overflow-y: hidden; 		overflow-x: auto; 	} 	.single-product div.product.woocommerce-tabs--vertical .woocommerce-tabs .wc-tabs::-webkit-scrollbar { 		display: none; 	} 	.single-product div.product.woocommerce-tabs--vertical .woocommerce-tabs .wc-tab { 		margin-top: 20px; 	} 	.single-product div.product .ecomus-product-zoom-wrapper { 		display: none; 	} 	.single-product div.product .single-product-extra-content .wp-block-columns { 		gap: 15px; 	} 	.related.products > .swiper > .ecomus-swiper-button, 	.upsells.products > .swiper > .ecomus-swiper-button, 	.cross-sells > .swiper > .ecomus-swiper-button, 	.recently-viewed-products > .swiper > .ecomus-swiper-button { 		display: none; 	} 	.related.products > .swiper > .swiper-pagination, 	.upsells.products > .swiper > .swiper-pagination, 	.cross-sells > .swiper > .swiper-pagination, 	.recently-viewed-products > .swiper > .swiper-pagination { 		display: block; 	} 	.related.products.em-product-hover--slider > .ecomus-swiper-button, 	.upsells.products.em-product-hover--slider > .ecomus-swiper-button, 	.cross-sells.em-product-hover--slider > .ecomus-swiper-button, 	.recently-viewed-products.em-product-hover--slider > .ecomus-swiper-button { 		display: none; 	} 	.upsells.products + .related.products, 	.upsells.products + .recently-viewed-products { 		margin-top: 61px; 	} 	.related.products + .recently-viewed-products { 		margin-top: 61px; 	} }  @media (min-width: 1025px) { 	.ecomus-catalog-page .mobile-sidebar-panel__button { 		display: none; 	} 	.woocommerce-cart .woocommrece-cart-content { 		position: relative; 	} 	.woocommerce-cart .woocommrece-cart-content::after { 		clear: both; 		content: ''; 		display: block; 	} 	.woocommerce-cart .woocommerce-cart-form { 		float: left; 		width: calc( 100% - 490px); 		position: -webkit-sticky; 		position: sticky; 		top: 50px; 	} 	.woocommerce-cart .cart-collaterals { 		float: left; 		width: 490px; 		padding-left: 30px; 		position: -webkit-sticky; 		position: sticky; 		top: 50px; 	} 	.woocommerce-cart tbody td.product-name { 		width: 54%; 		padding-left: 0; 		padding-right: 24px; 		font-size: 14px; 		font-size: 0.875rem; 	} 	.woocommerce-cart tbody td.product-quantity { 		width: 12%; 	} 	.woocommerce-cart tbody td.product-price, 	.woocommerce-cart tbody td.product-subtotal { 		width: 18%; 	} 	ul.products.columns-6 li.product .product-featured-icons .product-loop-button { 		--em-button-height: 32px; 		--em-button-width: 32px; 	} 	ul.products.product-card-layout-2.columns-5 li.product .product-featured-icons--primary { 		right: 5px; 		left: 5px; 	} 	ul.products.product-card-layout-2.columns-5 li.product .product-featured-icons--primary .product-loop-button { 		--em-button-padding-top: 0; 		--em-button-padding-right: 10px; 		--em-button-padding-bottom: 0; 		--em-button-padding-left: 10px; 	} 	ul.products.product-card-layout-2.columns-6 li.product .product-featured-icons--primary .product-loop-button { 		width: var(--em-button-width); 		height: var(--em-button-height); 		padding: 0; 	} 	ul.products.product-card-layout-2.columns-6 li.product .product-featured-icons--primary .product-loop-button > span:last-child { 		display: none; 	} 	.single-product .single-product-sidebar-panel--fixed { 		position: unset; 		display: block !important; 		transform: none; 		z-index: auto !important; 	} 	.single-product .single-product-sidebar-panel--fixed .sidebar__container { 		--em-panel-content-width: 100%; 		position: unset; 		display: block !important; 		transform: none; 		box-shadow: none; 	} 	.single-product .single-product-sidebar-panel--fixed .sidebar__content { 		padding: 0; 		overflow: visible; 	} 	.single-product .single-product-sidebar-panel--fixed .hidden-pc { 		display: none !important; 	} 	.products-filter-widget--elementor.ecomus-products-filter--list .panel__backdrop, 	.products-filter-widget--elementor.ecomus-products-filter--list .panel__header { 		display: none; 	} 	.products-filter-widget--elementor.ecomus-products-filter--list .panel__container { 		position: static; 		transform: none; 		box-shadow: none; 	} 	.products-filter-widget--elementor.ecomus-products-filter--list .panel__container .panel__button-close { 		display: none; 	} 	.products-filter-widget--elementor.ecomus-products-filter--list .panel__container .panel__content { 		padding-left: 0; 		padding-right: 0; 	} }  @media (max-width: 1024px) { 	.woocommerce-cart .cart-collaterals { 		margin-top: 30px; 	} 	ul.products li.product .product-featured-icons .product-loop-button { 		--em-button-height: 36px; 		--em-button-width: 36px; 	} 	ul.products li.product .product-featured-icons .product-loop-button:not(.em-button-icon) { 		--em-button-height: 36px; 	} 	.woocommerce-badges { 		top: 10px; 		right: 10px; 	} 	.woocommerce-badges:not(.woocommerce-badges--single).sold-out--center.sold-out { 		width: 73px; 		height: 73px; 	} 	.woocommerce-badges:not(.woocommerce-badges--single).sold-out--center.sold-out::before { 		width: calc(100% - 16px); 	} 	.woocommerce-badges:not(.woocommerce-badges--single).sold-out--center .woocommerce-badge.sold-out { 		padding: 3px 5px; 	} 	ul.products.mobile-show-featured-icons li.product .product-thumbnail .product-featured-icons > * { 		visibility: visible; 		opacity: 1; 		transform: none; 		pointer-events: auto; 		flex-shrink: 0; 	} 	ul.products li.product .ecomus-badges-sale__countdown { 		width: fit-content; 		bottom: 63px; 	} 	ul.products li.product .ecomus-badges-sale__countdown.ecomus-badges-sale__attribute-second { 		bottom: 89px; 	} 	ul.products li.product .product-variation-items { 		gap: 5px; 	} 	ul.products li.product .product-variation-items .product-variation-item--color { 		width: 24px; 		height: 24px; 	} 	ul.products li.product .product-variation-items .product-variation-item--color .product-variation-item__color { 		width: 18px; 		height: 18px; 	} 	ul.products li.product .product-variation-items .product-variation-item--color:hover .product-variation-item__color, ul.products li.product .product-variation-items .product-variation-item--color.selected .product-variation-item__color { 		width: 14px; 		height: 14px; 	} 	ul.products li.product .product-summary { 		padding-top: 17px; 	} 	ul.products li.product .product-featured-icons--primary { 		right: 10px; 		bottom: 10px; 		left: 10px; 	} 	ul.products li.product .product-featured-icons--primary + .product-variation-items--second { 		bottom: 36px; 	} 	ul.products li.product .product-featured-icons .product-loop-button:not(.em-button-icon) { 		--em-button-padding-bottom: 5px; 		--em-button-padding-top: 5px; 		--em-button-padding-left: 10px; 		--em-button-padding-right: 10px; 		--em-button-height: 40px; 	} 	ul.products li.product .product-variation-items--second { 		opacity: 1; 		visibility: visible; 		transform: translateY(0); 	} 	ul.products li.product .product-variation-items--second.product-variation-items--white { 		gap: 5px; 		padding: 3.5px 10px; 	} 	ul.products li.product .product-variation-items--second.product-variation-items--white .product-variation-item--label, 	ul.products li.product .product-variation-items--second.product-variation-items--white .product-variation-item--button { 		min-width: 30px; 		height: 26px; 		padding: 0 5px; 	} 	ul.products li.product .product-variation-items--second.product-variation-items--white + .product-featured-icons--primary { 		bottom: 43px; 	} 	ul.products li.product .product-featured-icons--second { 		top: 10px; 	} 	ul.products li.product .product-featured-icons--second:not(.product-featured-icons--right) { 		left: 10px; 	} 	ul.products li.product .product-featured-icons--second.product-featured-icons--right { 		right: 10px; 	} 	ul.products li.product .product-featured-icons--second:not(.em-icon-tranform-vertical) .product-loop-button, ul.products li.product .product-featured-icons--second.em-icon-tranform-vertical .product-loop-button { 		transform: none; 	} 	ul.products li.product .product-summary--relative { 		padding: 15px 40px 15px 5px; 	} 	ul.products li.product .product-summary--relative .ecomus-rating { 		margin-top: 0; 	} 	ul.products li.product .em-button-addtocart--absolute { 		--em-button-height: 40px; 		--em-button-width: 40px; 		top: 37px; 	} 	ul.products.product-card-button-atc-transfrom--bottom li.product .product-inner, ul.products.products.product-card-button-atc-transfrom--top li.product .product-inner { 		padding-bottom: 0; 	} 	ul.products.product-card-button-atc-transfrom--bottom li.product .product-inner .product-loop-button-atc, ul.products.products.product-card-button-atc-transfrom--top li.product .product-inner .product-loop-button-atc { 		opacity: 1; 		visibility: visible; 		transform: translateY(0); 		pointer-events: auto; 		position: static; 		width: 100%; 	} 	ul.products.product-card-button-atc-transfrom--top li.product .product-summary { 		transform: none; 	} 	ul.products.product-card-layout-6 li.product { 		margin-bottom: 30px; 	} 	ul.products.product-card-layout-6 li.product .product-featured-icons--primary { 		--em-button-gap: 5px; 	} 	ul.products.product-card-layout-8 li.product .price { 		font-size: 14px; 		font-size: 0.875rem; 	} 	ul.products.product-card-layout-8 li.product .price .woocommerce-price-suffix { 		line-height: 14px; 	} 	.ecomus-lookbook__product-type--list .swiper-pagination { 		display: block; 	} 	.single-product div.product .ecomus-product-atc-group .quantity { 		--em-quantity-height: 46px; 	} 	.single-product div.product .woocommerce-Reviews .ecomus-product-rating { 		margin-right: 100px; 	} 	.related.products > h2, 	.upsells.products > h2, 	.recently-viewed-products > h2 { 		font-size: 32px; 		font-size: 2rem; 	} }  @media (min-width: 992px) { 	.single-product div.product.product-type-grouped .single_add_to_cart_button { 		max-width: none; 	} }  @media (max-width: 991px) and (min-width: 768px) { 	ul.products.product-card-layout-2 li.product .product-featured-icons .product-loop-button:not(.em-button-icon) { 		min-width: 40px; 	} 	ul.products.product-card-layout-2 li.product .product-featured-icons .product-loop-button:not(.em-button-icon) > span:last-child { 		display: none; 	} }  @media (max-width: 991px) { 	ul.products li.product .em-button-addtocart--absolute { 		--em-button-height: 36px; 		--em-button-width: 36px; 	} 	ul.products li.product .product-featured-icons .product-loop-button { 		--em-button-height: 32px; 		--em-button-width: 32px; 	} 	ul.products.product-card-layout-list li.product .product-featured-icons .product-loop-button.em-hide-icon { 		width: 36px; 		padding: 0 15px; 	} 	ul.products.product-card-layout-list li.product .product-featured-icons.product-featured-icons--bottom .product-loop-button { 		--em-button-width: 36px; 	} 	.single-product div.product .woocommerce-product-gallery .ecomus-button--product-lightbox { 		--em-button-height: 36px; 		top: 15px; 		right: 15px; 	} 	.single-product div.product.has-wishlist .single_add_to_cart_button, .single-product div.product.has-compare .single_add_to_cart_button { 		max-width: calc( 100% - var(--em-button-height) - 9px); 	} 	.single-product div.product.has-wishlist .ecomus-product-atc-group .single_add_to_cart_button, .single-product div.product.has-compare .ecomus-product-atc-group .single_add_to_cart_button { 		max-width: calc( 100% - var(--em-button-height) - 7px); 	} 	.single-product div.product.has-wishlist.has-compare .single_add_to_cart_button { 		max-width: calc(100% - var(--em-button-height) * 2 - 15px); 	} 	.single-product div.product.has-wishlist.has-compare .ecomus-product-atc-group .single_add_to_cart_button { 		max-width: calc( 100% - var(--em-button-height) * 2 - 13px); 		margin-right: 0; 	} 	.single-product div.product .woocommerce-Reviews .ecomus-product-rating { 		margin-right: 50px; 	} 	.single-product div.product .woocommerce-Reviews .comment-respond .comment-reply-title { 		font-size: 22px; 		font-size: 1.375rem; 		padding-right: 25px; 	} 	.single-product div.product .woocommerce-Reviews .comment-respond p { 		margin-bottom: 10px; 	} 	.single-product div.product .woocommerce-Reviews .comment-respond .comment-notes { 		margin-bottom: 10px; 		font-size: 14px; 		font-size: 0.875rem; 	} 	.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars { 		margin-top: 0; 	} 	.single-product div.product .woocommerce-Reviews .comment-respond .comment-form .comment-form-comment textarea { 		height: 100px; 	} 	.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-author, 	.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-email { 		width: 100%; 		float: none; 		margin-bottom: 15px; 	} 	.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-author input, 	.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-email input { 		--em-input-padding-y: 10px; 	} 	.single-product div.product .woocommerce-Reviews .ecomus-review-form-wrapper .ecomus-review-form__content { 		--em-modal-container-padding: 20px 15px; 	} 	.single-product div.product .woocommerce-Reviews .ecomus-review-form-wrapper__close { 		right: 15px; 		top: 26px; 	} 	.single-product div.product.has-buy-now .product-gallery-summary .quantity__label { 		display: block; 		width: 100%; 	} 	.single-product div.product.has-buy-now .product-gallery-summary .quantity input { 		--em-quantity-width: 98px; 	} 	.woocommerce-checkout .col2-set { 		float: none; 		width: 100%; 		padding-right: 0; 		margin-bottom: 27px; 	} 	.woocommerce-checkout .woocommerce-checkout-review-order, 	.woocommerce-checkout .checkout-content-form { 		float: none; 		width: 100%; 	} 	.wp-block-woocommerce-checkout .wc-block-components-sidebar { 		width: 100%; 	} 	.wp-block-woocommerce-checkout .is-large .wc-block-checkout__sidebar.is-sticky { 		position: static; 	} 	.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main { 		width: 100%; 		padding-right: 0; 		padding-top: 30px; 	} 	ul.products.product-card-layout-list li.product.product-category { 		width: 33.33%; 	} }  @media (min-width: 768px) { 	ul.products { 		margin-left: -15px; 		margin-right: -15px; 	} 	ul.products li.product { 		padding-left: 15px; 		padding-right: 15px; 	} 	ul.products.product-card-layout-9 li.product .price { 		margin-top: 11px; 	} 	ul.products.product-card-layout-9 li.product .product-loop-button-atc { 		margin-top: 27px; 	} 	ul.products.product-card-layout-9 li.product .product-variation-items { 		display: flex; 		margin-top: 22px; 	} 	.woocommerce-account .woocommerce-MyAccount-content .form-row-first { 		float: left; 		width: 50%; 		padding-right: 10px; 	} 	.woocommerce-account .woocommerce-MyAccount-content .form-row-last { 		float: right; 		margin-right: 0; 		width: 50%; 		padding-left: 10px; 	} }  @media (max-width: 767px) { 	.catalog-top-categories__title { 		--em-button-padding-top: 11.5px; 		--em-button-padding-bottom: 11.5px; 		--em-button-padding-left: 15px; 		--em-button-padding-right: 15px; 	} 	.catalog-toolbar__filter-button { 		--em-button-padding-top: 7px; 		--em-button-padding-bottom: 7px; 	} 	ul.products.mobile-col-1 li.product { 		width: 100%; 	} 	ul.products.mobile-col-2 li.product { 		width: 50%; 	} 	ul.products.mobile-col-3 li.product { 		width: 33.33%; 	} 	ul.products.mobile-col-4 li.product { 		width: 25%; 	} 	ul.products.mobile-col-5 li.product { 		width: 20%; 	} 	ul.products.mobile-col-6 li.product { 		width: 16.66%; 	} 	ul.products.product-card-layout-list li.product { 		width: 100%; 	} 	.woocommerce-badge { 		font-size: 12px; 		font-size: 0.75rem; 		padding: 4px 6px 4px; 	} 	.ecomus-toolbar-view > .grid:not(.mobile-active) { 		display: none; 	} 	.ecomus-toolbar-view .current { 		color: var(--em-color__grayer); 	} 	.catalog-toolbar__right .woocommerce-ordering { 		display: none; 	} 	.woocommerce-message a.button, .woocommerce-info a.button, .woocommerce-error a.button, .woocommerce-noreviews a.button, p.no-comments a.button { 		float: left; 		padding: 3px 10px 0 0; 	} 	ul.products { 		margin-left: -7.5px; 		margin-right: -7.5px; 	} 	ul.products li.product { 		padding-left: 7.5px; 		padding-right: 7.5px; 		margin-bottom: 30px; 	} 	ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--shopping-bag { 		font-size: 14px; 		font-size: 0.875rem; 	} 	ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--heart { 		font-size: 16px; 		font-size: 1rem; 	} 	ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--trash { 		font-size: 14px; 		font-size: 0.875rem; 	} 	ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--trash-mt { 		font-size: 18px; 		font-size: 1.125rem; 	} 	ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--cross-arrow { 		font-size: 14px; 		font-size: 0.875rem; 	} 	ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--check { 		font-size: 16px; 		font-size: 1rem; 	} 	ul.products li.product .product-loop-button .ecomus-svg-icon.ecomus-svg-icon--eye { 		font-size: 17px; 		font-size: 1.0625rem; 	} 	ul.products li.product .product-summary { 		padding-top: 12px; 	} 	ul.products li.product .ecomus-badges-sale__countdown { 		display: none; 	} 	ul.products li.product .product-featured-icons--primary { 		right: 5px; 		left: 5px; 		bottom: 5px; 	} 	ul.products li.product .product-featured-icons--second { 		top: 5px; 	} 	ul.products li.product .product-featured-icons--second:not(.product-featured-icons--right) { 		left: 5px; 	} 	ul.products li.product .product-featured-icons--second.product-featured-icons--right { 		right: 5px; 	} 	ul.products li.product .product-variation-items--second { 		display: none; 	} 	ul.products li.product .product-variation-items--second + .product-featured-icons--primary { 		bottom: 5px; 	} 	ul.products li.product .product-variation-items--second.product-variation-items--white + .product-featured-icons--primary { 		bottom: 5px; 	} 	ul.products li.product .product-featured-icons .product-loop-button { 		--em-button-height: 32px; 		--em-button-width: 32px; 	} 	ul.products li.product .product-featured-icons .product-loop-button:not(.em-button-icon) { 		--em-button-height: 32px; 	} 	ul.products li.product .product-summary--relative { 		padding: 10px 35px 15px 5px; 	} 	ul.products li.product .product-summary--relative .ecomus-rating { 		margin-top: 0; 	} 	ul.products li.product .em-button-addtocart--absolute { 		--em-button-height: 32px; 		--em-button-width: 32px; 		top: 32px; 	} 	ul.products.product-card-mobile-show-atc:not(.product-card-layout-list) li.product .product-loop-button-atc { 		margin-top: 15px; 		display: inline-flex; 		width: 100%; 	} 	ul.products.product-card-mobile-show-atc:not(.product-card-layout-list) li.product .product-loop-button-atc .ecomus-svg-icon { 		display: none; 	} 	ul.products.product-card-mobile-show-atc:not(.product-card-layout-list) li.product .product-featured-icons .product-loop-button-atc { 		display: none; 	} 	ul.products.product-card-mobile-show-atc:not(.product-card-layout-list) li.product .product-featured-icons .product-loop-button-atc + .product-loop-button { 		border-top-left-radius: var(--em-button-rounded); 		border-bottom-left-radius: var(--em-button-rounded); 	} 	ul.products.product-card-mobile-show-atc:not(.product-card-layout-list) li.product .mobile-hide-button { 		display: none; 	} 	ul.products.product-card-mobile-show-atc:not(.product-card-layout-list) li.product .mobile-show-button { 		display: inline-flex; 	} 	ul.products.mobile-wishlist-button--hidden li.product .product-featured-icons .product-loop-button.wcboost-wishlist-button { 		display: none; 	} 	ul.products.mobile-compare-button--hidden li.product .product-featured-icons .product-loop-button.wcboost-products-compare-button { 		display: none; 	} 	ul.products.product-card-layout-list li.product { 		margin-bottom: 15px; 	} 	ul.products.product-card-layout-list li.product .product-inner { 		gap: 15px; 		padding-bottom: 15px; 	} 	ul.products.product-card-layout-8 li.product { 		margin-bottom: 15px; 	} 	ul.products.product-card-layout-8 li.product .product-inner { 		padding: 5px; 	} 	.filter-sidebar-panel .panel__header, 	.filter-sidebar-panel .panel__content { 		padding-left: 20px; 		padding-right: 20px; 	} 	.products-filter-widget .filter-name, 	.products-filter-widget .filter_color.auto .filter-name, 	.products-filter-widget--elementor .filter-name, 	.products-filter-widget--elementor .filter_color.auto .filter-name { 		font-size: 16px; 		padding: 13px 0 14px; 	} 	.woocommerce-account .woocommerce-form-login__submit, 	.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button { 		width: 100%; 	} 	.single-product .site-content { 		padding-top: 22.5px; 		padding-bottom: 75px; 	} 	.single-product .ecomus-breadcrumb-navigation-wrapper { 		margin-bottom: 22.5px; 	} 	.single-product .product-navigation__button::after { 		right: 10%; 		transform: translateX(10%); 	} 	.single-product div.product .product-gallery-summary { 		gap: 0; 		flex-direction: column; 	} 	.single-product div.product .product-gallery-summary .woocommerce-product-gallery { 		position: relative; 		top: 0; 		width: 100%; 		margin-left: 0; 		margin-right: 0; 		margin-bottom: 20px; 	} 	.single-product div.product .product-gallery-summary .woocommerce-product-gallery .swiper-button-prev { 		left: 15px; 	} 	.single-product div.product .product-gallery-summary .woocommerce-product-gallery .swiper-button-next { 		right: 15px; 	} 	.single-product div.product .product-gallery-summary .entry-summary { 		width: 100%; 	} 	.single-product div.product .product-gallery-summary .entry-summary > .price { 		font-size: 26px; 		font-size: 1.625rem; 	} 	.single-product div.product .product-gallery-summary .entry-title { 		font-size: 26px; 		font-size: 1.625rem; 	} 	.single-product div.product .product-gallery-summary + .woocommerce-tabs { 		margin-top: 50px; 	} 	.single-product div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image .ecomus-i-video { 		width: 30px; 		height: 30px; 	} 	.single-product div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image .ecomus-i-video::before { 		width: 16px; 		height: 16px; 	} 	.single-product div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image .ecomus-i-video::after { 		border-top: 3px solid transparent; 		border-bottom: 3px solid transparent; 		border-left: 4px solid #000; 	} 	.single-product div.product .meta-cat { 		float: none; 		margin-bottom: 10px; 	} 	.single-product div.product .meta-cat + .woocommerce-product-rating { 		float: none; 		margin-left: 0; 	} 	.single-product div.product .ecomus-product-price .woocs_price_code, 	.single-product div.product .ecomus-product-price .price { 		font-size: 26px; 		font-size: 1.625rem; 	} 	.single-product div.product form.cart .product-featured-icons > *:not(.loading)::before, .single-product div.product form.cart .product-featured-icons > *:not(.loading)::after { 		display: none; 	} 	.single-product div.product .em-countdown-single-product { 		padding: 16px 0; 		max-width: 100%; 	} 	.single-product div.product table.variations { 		margin-bottom: 10px; 	} 	.single-product div.product .single_add_to_cart_button { 		--em-button-font-size: 14px; 		--em-button-icon-spacing: 6px; 	} 	.single-product div.product .single_add_to_cart_button span.price { 		font-size: 14px; 		font-size: 0.875rem; 	} 	.single-product div.product .woocommerce-tabs { 		margin-bottom: 35px; 	} 	.single-product div.product .woocommerce-tabs .wc-tabs { 		padding: 0 15px; 		gap: 25px; 	} 	.single-product div.product .woocommerce-tabs .wc-tabs li a { 		font-size: 14px; 		font-size: 0.875rem; 		padding: 12px 0; 	} 	.single-product div.product .woocommerce-tabs .wc-tab { 		padding: 20px 15px; 	} 	.single-product div.product .woocommerce-Reviews { 		flex-direction: column; 	} 	.single-product div.product .woocommerce-Reviews .ecomus-product-rating { 		margin: 0 0 30px; 	} 	.single-product div.product .woocommerce-Reviews .ecomus-product-rating .ecomus-product-rating__wrapper { 		margin: 15px 0; 	} 	.single-product div.product .woocommerce-Reviews .comment-respond .comment-reply-title { 		font-size: 20px; 		font-size: 1.25rem; 	} 	.single-product div.product .woocommerce-Reviews .ecomus-review-form-wrapper .ecomus-review-form__content { 		--em-modal-container-padding: 8px; 	} 	.single-product div.product .woocommerce-Reviews .woocommerce-Reviews-title { 		font-size: 18px; 		font-size: 1.125rem; 	} 	.single-product div.product .woocommerce-Reviews .ecomus-form-review { 		--em-button-padding-right: 10px; 		--em-button-padding-left: 10px; 	} 	.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__author { 		font-size: 16px; 		font-size: 1rem; 	} 	.single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title { 		padding: 10px 15px; 	} 	.single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title::before { 		right: 14px; 	} 	.single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title::after { 		right: 20px; 	} 	.single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-content { 		padding: 15px; 	} 	.single-product div.product .woocommerce-tabs--list .woocommerce-tabs-content { 		padding: 25px 0; 	} 	.single-product .product-navigation { 		display: none; 	} 	.single-product div.product table.variations .value { 		flex-direction: column; 		align-items: flex-start; 	} 	.related.products > h2, 	.upsells.products > h2, 	.cross-sells > h2, 	.recently-viewed-products > h2 { 		font-size: 22px; 		font-size: 1.375rem; 		padding-bottom: 30px; 	} 	.product-compare-attribute-modal .em-col { 		flex: 0 0 60%; 		max-width: 60%; 	} 	.woocommerce-cart table.woocommerce-cart-form__contents tbody tr.cart_item { 		display: block; 		position: relative; 		padding-left: 100px; 		padding-top: 5px; 	} 	.woocommerce-cart table.woocommerce-cart-form__contents tbody tr:not(.cart_item) td { 		padding-top: 20px; 	} 	.woocommerce-cart table.woocommerce-cart-form__contents tbody td { 		display: flex; 		align-items: center; 		flex-direction: row; 		flex-wrap: wrap; 		font-weight: 600; 		border-bottom: 1px solid var(--em-border-color); 		padding: 10px 0; 		margin: 0; 	} 	.woocommerce-cart table.woocommerce-cart-form__contents tbody td:first-child, .woocommerce-cart table.woocommerce-cart-form__contents tbody td:last-child { 		border-bottom: none; 	} 	.woocommerce-cart table.woocommerce-cart-form__contents tbody td.actions { 		justify-content: space-between; 	} 	.woocommerce-cart table.woocommerce-cart-form__contents tbody td.product-subtotal .ecomus-price-saved { 		margin-left: 10px; 	} 	.woocommerce-cart table.woocommerce-cart-form__contents tbody td[data-title]:not(.product-name):before { 		content: attr(data-title); 		text-align: start; 		flex: 1 1 auto; 		font-size: 12px; 		font-size: 0.75rem; 	} 	.woocommerce-cart table.woocommerce-cart-form__contents tbody td.product-thumbnail { 		position: absolute; 		top: 10px; 		left: 0; 	} 	.woocommerce-cart table.woocommerce-cart-form__contents tbody td.product-name { 		font-size: 14px; 		font-size: 0.875rem; 		font-weight: 600; 		flex-direction: column; 		align-items: flex-start; 	} 	.woocommerce-cart table.woocommerce-cart-form__contents tbody td.product-subtotal .ecomus-price-saved { 		margin-left: 10px; 	} 	.woocommerce-cart table.woocommerce-cart-form__contents .coupon .input-text { 		width: 50%; 	} 	.woocommerce-checkout .checkout-form-cols { 		padding-top: 0; 	} 	.woocommerce-checkout .checkout-form-cols .woocommerce-info { 		padding: 0 22px; 	} 	.woocommerce-checkout .checkout-form-cols .checkout-coupon .checkout_coupon { 		padding-left: 0; 	} 	.woocommerce-checkout .checkout-form-cols .checkout-coupon input.input-text, 	.woocommerce-checkout .checkout-form-cols .checkout-coupon .button { 		width: 100%; 	} 	.woocommerce-checkout .checkout-form-cols .checkout-login .woocommerce-info { 		text-align: left; 		margin-bottom: 10px; 		border: none; 	} 	.woocommerce-checkout .checkout-form-cols .checkout-login .login { 		padding: 10px 10px 0 0; 	} 	.woocommerce-checkout .checkout-form-cols .checkout-login + .checkout-coupon .checkout_coupon { 		padding: 10px 0 0 10px; 	} 	.woocommerce-checkout .checkout-form-cols .checkout-login + .checkout-coupon .checkout_coupon .woocommerce-info { 		text-align: left; 	} 	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper { 		padding: 15px 15px 0; 	} 	.woocommerce-checkout .site-content .ecomus-free-shipping-bar { 		padding: 25px 15px 15px; 	} 	.woocommerce-checkout form.checkout .col-2 { 		margin: 0; 		padding: 15px 15px 8px; 	} 	.woocommerce-checkout form.checkout .woocommerce-checkout-review-order { 		padding: 5px 15px 15px; 	} 	.woocommerce-checkout form.checkout .woocommerce-account-fields { 		padding-left: 15px; 	} 	.woocommerce-checkout form.checkout .woocommerce-checkout-payment { 		padding: 0; 		margin: 0; 	} 	.woocommerce ul.order_details { 		flex-direction: column; 	} 	.woocommerce-account .woocommerce-MyAccount-navigation, 	.woocommerce-account .woocommerce-MyAccount-content { 		width: 100%; 	} 	.woocommerce-account .woocommerce-MyAccount-navigation { 		padding: 15px 0; 		margin: 0 0 40px 0; 	} 	.woocommerce-account .woocommerce-MyAccount-navigation li { 		margin-bottom: 7px; 	} 	.woocommerce-account .woocommerce-MyAccount-navigation li a { 		padding-left: 15px; 		padding-right: 15px; 	} 	.woocommerce-account .woocommerce-MyAccount-content { 		padding: 15px; 		overflow: hidden; 		overflow-x: auto; 		scroll-behavior: smooth; 	} 	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset { 		padding: 15px; 	} 	.woocommerce-account .woocommerce-MyAccount-orders tbody tr td { 		white-space: nowrap; 	} 	.woocommerce-account .woocommerce-MyAccount-orders + .woocommerce-pagination { 		margin-bottom: 20px; 	} 	.woocommerce-account .woocommerce-MyAccount-orders + .woocommerce-pagination .button { 		--em-button-font-size: 12px; 		--em-button-padding-top: 7px; 		--em-button-padding-bottom: 7px; 		--em-button-padding-left: 13px; 		--em-button-padding-right: 13px; 	} 	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image video, 	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image .ecomus-video-wrapper:not(.video-vimeo) iframe { 		height: 450px; 	} 	.related.products, .upsells.products, .recently-viewed-products { 		margin-top: 58px; 	} 	.upsells.products + .related.products, 	.upsells.products + .recently-viewed-products { 		margin-top: 51px; 	} 	.related.products + .recently-viewed-products { 		margin-top: 51px; 	} 	.woocommerce div.nsl-container.nsl-container-block .nsl-container-buttons { 		display: flex; 		justify-content: center; 		margin-top: 20px; 	} 	div.nsl-container-block-fullwidth .nsl-container-buttons a, 	div.nsl-container-block .nsl-container-buttons a { 		flex: none; 		width: auto; 	} 	div.nsl-container .nsl-button-default div.nsl-button-label-container { 		display: none; 	} 	ul.products.product-card-layout-list li.product.product-category { 		width: 50%; 	} 	.woocommerce-order-pay table.shop_table .product-name { 		gap: 15px; 	} }  @media (max-width: 600px) { 	.single-product div.product.product-type-grouped .woocommerce-grouped-product-list tr { 		grid-template-columns: repeat(2, 1fr); 	} 	.single-product div.product.product-type-grouped .woocommerce-grouped-product-list td:first-child { 		grid-column: 1 / span 2; 		border: none; 		padding-bottom: 0; 	} 	.single-product div.product .ecomus-product-atc-group { 		flex-wrap: wrap; 	} 	.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after, .is-small .wc-block-components-form .wc-block-components-checkout-step:after { 		display: none; 	} 	.wp-block-woocommerce-checkout .is-mobile .wc-block-components-form .wc-block-components-checkout-step, 	.wp-block-woocommerce-checkout .is-small .wc-block-components-form .wc-block-components-checkout-step { 		margin-bottom: 30px; 		padding-top: 0; 	} 	.wp-block-woocommerce-checkout .is-mobile .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step, 	.wp-block-woocommerce-checkout .is-small .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step { 		margin-bottom: 0; 	} 	.wp-block-woocommerce-checkout .is-mobile .wc-block-components-checkbox, 	.wp-block-woocommerce-checkout .is-small .wc-block-components-checkbox { 		margin-top: 10px; 	} }  @media (max-width: 480px) { 	ul.products.product-card-layout-list li.product .short-description { 		display: none; 	} 	ul.products.product-card-layout-2 li.product .product-featured-icons .product-loop-button:not(.em-button-icon) { 		width: 36px; 		--em-button-height: 36px; 	} 	ul.products.product-card-layout-2 li.product .product-featured-icons .product-loop-button:not(.em-button-icon) > span:last-child { 		display: none; 	} 	.woocommerce-cart table.woocommerce-cart-form__contents .coupon .input-text { 		max-width: 60%; 	} }  /* Elementor widgets builder --------------------------------------------- */ .ecomus-woocommerce-elementor .site-content { 	padding-top: 0; 	padding-bottom: 0; }  .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .product-gallery-summary { 	display: block; 	width: 100%; }  .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .product-gallery-summary .entry-summary--elementor-mode { 	width: 100%; }  .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .product-gallery-summary .woocommerce-product-gallery, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .product-gallery-summary .entry-summary { 	position: unset; 	width: 100%; }  .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .product-gallery-summary .woocommerce-product-gallery__image .drift-zoom-pane { 	display: block; 	max-width: 100%; 	position: absolute; 	margin: 0; 	top: 0; 	left: 0; 	height: 100%; 	width: 100%; 	object-fit: cover; 	object-position: center; }  .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .product-gallery-summary .woocommerce-product-gallery__image .drift-zoom-pane img { 	position: absolute; 	display: block; 	max-width: none !important; 	max-height: none !important; 	object-fit: contain; 	top: 0; 	/*rtl:ignore*/ 	left: 0; }  .single-product.single-product-elementor .ecomus-product-zoom-wrapper { 	-webkit-position: sticky; 	position: sticky; 	top: 3rem; 	left: 0; 	z-index: 99; }  .single-product.single-product-elementor .drift-zoom-pane { 	height: 520px; 	max-width: 520px; 	width: 100%; 	background: #fff; 	transform: translateZ(0); 	-webkit-transform: translate3d(0, 0, 0); 	box-shadow: 0 1px 5px rgba(127, 127, 127, 0.02), 0 5px 18px rgba(127, 127, 127, 0.2); 	z-index: 3; }  .single-product.single-product-elementor .drift-zoom-pane:not(.drift-inline) { 	top: 0; 	left: 0; }  .single-product.single-product-elementor .drift-zoom-pane img { 	position: absolute; 	display: block; 	max-width: none !important; 	max-height: none !important; 	object-fit: contain; 	top: 0; 	/*rtl:ignore*/ 	left: 0; }  .single-product.single-product-elementor .drift-zoom-pane.drift-inline { 	position: absolute; 	width: 150px; 	height: 150px; 	border-radius: 75px; 	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3); 	z-index: 999; }  .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .meta-cat { 	float: none; 	margin: 0; }  .woocommerce-product-rating--elementor-mode .user-rating { 	display: inline-flex; 	flex-wrap: nowrap; }  .woocommerce-product-rating--elementor-mode .user-rating span.ecomus-svg-icon { 	flex-shrink: 0; }  .woocommerce-product-rating--elementor-mode .woocommerce-review-link { 	margin-left: 5px; }  .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .entry-title, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .short-description, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .product_meta, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .product_meta > span, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .ecomus-cart-tracking, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .ecomus-recent-sales-count, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .ecomus-people-view, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .ecomus-product-price, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .em-countdown-single-product, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .ecomus-product-extra-link, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .ecomus-product-extra-link .ecomus-extra-link-item, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .woocommerce-tabs--default .woocommerce-tabs, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .woocommerce-tabs--vertical .woocommerce-tabs, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .ecomus-linked-variant, .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .cwginstock-subscribe-form .panel, .elementor-widget-ecomus-product-badges .woocommerce-badges.woocommerce-badges--single, .related-product__carousel .related.products, .upsells-product__carousel .upsells.products, .recently-viewed-product__carousel .recently-viewed-products { 	margin: 0; }  .related-product__carousel, .upsells-product__carousel, .recently-viewed-product__carousel { 	position: relative; }  .elementor-widget-ecomus-product-related .related-products__title, .elementor-widget-ecomus-product-upsells .upsells-products__title, .elementor-widget-ecomus-product-recently-viewed .recently-viewed-products__title { 	margin-top: 0; }  .related-product__carousel .related.products.swiper-initialized ul.products, .upsells-product__carousel .upsells.products.swiper-initialized ul.products, .recently-viewed-product__carousel .recently-viewed-products.swiper-initialized ul.products { 	overflow: visible; }  .elementor-widget-ecomus-product-fbt .ecomus-product-pbt { 	margin: 0; }  .elementor-widget-ecomus-product-variations-listing .ecomus-product-variations-listing { 	padding: 0; }  .elementor-widget-ecomus-advanced-linked-products .advanced-linked-products, .elementor-widget-ecomus-dynamic-pricing-discounts .dynamic-pricing-discounts { 	margin: 0; }  .elementor-widget-ecomus-products-filter-actived .catalog-toolbar__active-filters { 	margin: 0; }  .single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .elementor-widget-ecomus-product-data-tabs .ecomus-woocommerce-tabs.last { 	margin: 0; }  .elementor-widget-ecomus-advanced-linked-products .advanced-linked-products__image img { 	border-radius: 0; }  .cross-sells-product__carousel .cross-sells ul.products { 	overflow: visible; }  @media (min-width: 1025px) { 	.product-sidebar-conditions.desktop-sidebar { 		display: none; 	} 	.product-sidebar-position.desktop-sidebar { 		position: unset; 		width: auto; 		height: auto; 		max-width: none; 		padding: 0; 		margin: 0; 		overflow: inherit; 		transform: none !important; 		display: block !important; 		box-shadow: none; 		background-color: unset; 	} }  @media (max-width: 1024px) and (min-width: 768px) { 	.product-sidebar-conditions.tablet-sidebar { 		display: none; 	} 	.product-sidebar-position.tablet-sidebar { 		position: unset; 		width: auto; 		height: auto; 		max-width: none; 		padding: 0; 		margin: 0; 		overflow: inherit; 		transform: none !important; 		display: block !important; 		box-shadow: none; 		background-color: unset; 	} }  @media (max-width: 767px) { 	.single-product.single-product-elementor div.product:not(.product-quickadd, .product-quickview) .product-gallery-summary .woocommerce-product-gallery { 		margin: 0; 	} 	.product-sidebar-conditions.mobile-sidebar { 		display: none; 	} 	.product-sidebar-position.mobile-sidebar { 		position: unset; 		width: auto; 		height: auto; 		max-width: none; 		padding: 0; 		margin: 0; 		overflow: inherit; 		transform: none !important; 		display: block !important; 		box-shadow: none; 		background-color: unset; 	} }
img#wpstats{display:none}
.no-js img.lazyload { 				display: none; 			}  			figure.wp-block-image img.lazyloading { 				min-width: 150px; 			}  			.lazyload, 			.lazyloading { 				--smush-placeholder-width: 100px; 				--smush-placeholder-aspect-ratio: 1/1; 				width: var(--smush-image-width, var(--smush-placeholder-width)) !important; 				aspect-ratio: var(--smush-image-aspect-ratio, var(--smush-placeholder-aspect-ratio)) !important; 			}  						.lazyload, .lazyloading { 				opacity: 0; 			}  			.lazyloaded { 				opacity: 1; 				transition: opacity 400ms; 				transition-delay: 0ms; 			}
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), 				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { 					background-image: none !important; 				} 				@media screen and (max-height: 1024px) { 					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), 					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { 						background-image: none !important; 					} 				} 				@media screen and (max-height: 640px) { 					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), 					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { 						background-image: none !important; 					} 				}
.woocommerce-account .woocommerce-customer-login__title {   display: none !important; }
.site-header .header-logo__text{text-transform:none;}@media (max-width: 767px){.page-header.page-header--blog{padding-top:48px;padding-bottom:48px;}.page-header.page-header--shop{padding-top:49px;padding-bottom:48px;}}@media (min-width: 768px) and (max-width: 1199px){.page-header.page-header--blog{padding-top:69px;padding-bottom:65px;}.page-header.page-header--shop{padding-top:69px;padding-bottom:65px;}}@media (min-width: 1200px){.page-header.page-header--blog{padding-top:69px;padding-bottom:65px;}.page-header.page-header--shop{padding-top:16px;padding-bottom:20px;}}
/* Cached: December 11, 2025 at 9:37am */ /* vietnamese */ @font-face {   font-family: 'Bungee Inline';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/bungeeinline/v19/Gg8zN58UcgnlCweMrih332VuPGp_-WEg.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Bungee Inline';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/bungeeinline/v19/Gg8zN58UcgnlCweMrih332VuPGt_-WEg.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Bungee Inline';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/bungeeinline/v19/Gg8zN58UcgnlCweMrih332VuPGV_-Q.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');   unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');   unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');   unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');   unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');   unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');   unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');   unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');   unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');   unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');   unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');   unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');   unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');   unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');   unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');   unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');   unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');   unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');   unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');   unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');   unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');   unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');   unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');   unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');   unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');   unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');   unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');   unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');   unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');   unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');   unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');   unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');   unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');   unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');   unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');   unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');   unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');   unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');   unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');   unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');   unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');   unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');   unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');   unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');   unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');   unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');   unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');   unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');   unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');   unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');   unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');   unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');   unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');   unicode-range: U+32b5-332b, U+332d-3394; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');   unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');   unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');   unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');   unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');   unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');   unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');   unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');   unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');   unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');   unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');   unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');   unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');   unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');   unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');   unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');   unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');   unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');   unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');   unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');   unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');   unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');   unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');   unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');   unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');   unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');   unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');   unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');   unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');   unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');   unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');   unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');   unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');   unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');   unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');   unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');   unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');   unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');   unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');   unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');   unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');   unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');   unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');   unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');   unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');   unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');   unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');   unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');   unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');   unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');   unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');   unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');   unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');   unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');   unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');   unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');   unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');   unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');   unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');   unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');   unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');   unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');   unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');   unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');   unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');   unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');   unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');   unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e; } /* cyrillic */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 100;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');   unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');   unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');   unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');   unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');   unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');   unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');   unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');   unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');   unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');   unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');   unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');   unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');   unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');   unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');   unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');   unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');   unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');   unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');   unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');   unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');   unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');   unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');   unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');   unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');   unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');   unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');   unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');   unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');   unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');   unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');   unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');   unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');   unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');   unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');   unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');   unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');   unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');   unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');   unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');   unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');   unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');   unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');   unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');   unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');   unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');   unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');   unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');   unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');   unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');   unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');   unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');   unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');   unicode-range: U+32b5-332b, U+332d-3394; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');   unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');   unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');   unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');   unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');   unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');   unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');   unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');   unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');   unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');   unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');   unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');   unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');   unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');   unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');   unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');   unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');   unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');   unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');   unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');   unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');   unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');   unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');   unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');   unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');   unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');   unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');   unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');   unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');   unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');   unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');   unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');   unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');   unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');   unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');   unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');   unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');   unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');   unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');   unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');   unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');   unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');   unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');   unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');   unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');   unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');   unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');   unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');   unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');   unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');   unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');   unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');   unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');   unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');   unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');   unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');   unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');   unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');   unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');   unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');   unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');   unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');   unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');   unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');   unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');   unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');   unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');   unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e; } /* cyrillic */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');   unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');   unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');   unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');   unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');   unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');   unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');   unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');   unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');   unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');   unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');   unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');   unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');   unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');   unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');   unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');   unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');   unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');   unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');   unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');   unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');   unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');   unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');   unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');   unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');   unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');   unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');   unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');   unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');   unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');   unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');   unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');   unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');   unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');   unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');   unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');   unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');   unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');   unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');   unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');   unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');   unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');   unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');   unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');   unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');   unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');   unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');   unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');   unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');   unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');   unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');   unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');   unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');   unicode-range: U+32b5-332b, U+332d-3394; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');   unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');   unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');   unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');   unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');   unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');   unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');   unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');   unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');   unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');   unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');   unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');   unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');   unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');   unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');   unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');   unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');   unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');   unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');   unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');   unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');   unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');   unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');   unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');   unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');   unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');   unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');   unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');   unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');   unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');   unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');   unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');   unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');   unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');   unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');   unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');   unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');   unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');   unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');   unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');   unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');   unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');   unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');   unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');   unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');   unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');   unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');   unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');   unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');   unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');   unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');   unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');   unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');   unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');   unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');   unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');   unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');   unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');   unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');   unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');   unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');   unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');   unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');   unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');   unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');   unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');   unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');   unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e; } /* cyrillic */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');   unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');   unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');   unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');   unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');   unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');   unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');   unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');   unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');   unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');   unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');   unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');   unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');   unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');   unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');   unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');   unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');   unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');   unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');   unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');   unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');   unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');   unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');   unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');   unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');   unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');   unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');   unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');   unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');   unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');   unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');   unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');   unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');   unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');   unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');   unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');   unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');   unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');   unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');   unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');   unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');   unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');   unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');   unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');   unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');   unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');   unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');   unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');   unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');   unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');   unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');   unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');   unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');   unicode-range: U+32b5-332b, U+332d-3394; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');   unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');   unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');   unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');   unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');   unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');   unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');   unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');   unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');   unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');   unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');   unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');   unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');   unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');   unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');   unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');   unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');   unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');   unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');   unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');   unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');   unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');   unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');   unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');   unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');   unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');   unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');   unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');   unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');   unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');   unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');   unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');   unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');   unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');   unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');   unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');   unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');   unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');   unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');   unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');   unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');   unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');   unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');   unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');   unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');   unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');   unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');   unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');   unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');   unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');   unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');   unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');   unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');   unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');   unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');   unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');   unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');   unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');   unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');   unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');   unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');   unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');   unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');   unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');   unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');   unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');   unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');   unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e; } /* cyrillic */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');   unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');   unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');   unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');   unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');   unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');   unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');   unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');   unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');   unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');   unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');   unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');   unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');   unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');   unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');   unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');   unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');   unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');   unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');   unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');   unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');   unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');   unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');   unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');   unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');   unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');   unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');   unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');   unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');   unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');   unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');   unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');   unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');   unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');   unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');   unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');   unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');   unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');   unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');   unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');   unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');   unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');   unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');   unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');   unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');   unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');   unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');   unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');   unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');   unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');   unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');   unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');   unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');   unicode-range: U+32b5-332b, U+332d-3394; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');   unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');   unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');   unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');   unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');   unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');   unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');   unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');   unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');   unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');   unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');   unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');   unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');   unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');   unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');   unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');   unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');   unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');   unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');   unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');   unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');   unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');   unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');   unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');   unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');   unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');   unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');   unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');   unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');   unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');   unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');   unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');   unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');   unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');   unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');   unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');   unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');   unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');   unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');   unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');   unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');   unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');   unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');   unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');   unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');   unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');   unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');   unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');   unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');   unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');   unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');   unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');   unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');   unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');   unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');   unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');   unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');   unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');   unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');   unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');   unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');   unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');   unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');   unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');   unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');   unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');   unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');   unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e; } /* cyrillic */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');   unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');   unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');   unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');   unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');   unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');   unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');   unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');   unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');   unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');   unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');   unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');   unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');   unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');   unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');   unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');   unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');   unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');   unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');   unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');   unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');   unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');   unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');   unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');   unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');   unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');   unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');   unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');   unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');   unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');   unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');   unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');   unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');   unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');   unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');   unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');   unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');   unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');   unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');   unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');   unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');   unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');   unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');   unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');   unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');   unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');   unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');   unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');   unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');   unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');   unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');   unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');   unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');   unicode-range: U+32b5-332b, U+332d-3394; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');   unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');   unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');   unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');   unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');   unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');   unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');   unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');   unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');   unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');   unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');   unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');   unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');   unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');   unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');   unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');   unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');   unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');   unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');   unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');   unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');   unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');   unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');   unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');   unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');   unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');   unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');   unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');   unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');   unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');   unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');   unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');   unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');   unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');   unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');   unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');   unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');   unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');   unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');   unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');   unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');   unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');   unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');   unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');   unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');   unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');   unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');   unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');   unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');   unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');   unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');   unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');   unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');   unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');   unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');   unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');   unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');   unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');   unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');   unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');   unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');   unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');   unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');   unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');   unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');   unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');   unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');   unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e; } /* cyrillic */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');   unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');   unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');   unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');   unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');   unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');   unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');   unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');   unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');   unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');   unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');   unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');   unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');   unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');   unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');   unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');   unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');   unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');   unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');   unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');   unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');   unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');   unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');   unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');   unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');   unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');   unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');   unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');   unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');   unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');   unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');   unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');   unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');   unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');   unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');   unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');   unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');   unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');   unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');   unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');   unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');   unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');   unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');   unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');   unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');   unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');   unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');   unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');   unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');   unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');   unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');   unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');   unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');   unicode-range: U+32b5-332b, U+332d-3394; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');   unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');   unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');   unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');   unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');   unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');   unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');   unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');   unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');   unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');   unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');   unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');   unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');   unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');   unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');   unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');   unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');   unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');   unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');   unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');   unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');   unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');   unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');   unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');   unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');   unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');   unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');   unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');   unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');   unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');   unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');   unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');   unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');   unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');   unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');   unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');   unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');   unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');   unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');   unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');   unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');   unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');   unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');   unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');   unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');   unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');   unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');   unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');   unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');   unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');   unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');   unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');   unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');   unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');   unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');   unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');   unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');   unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');   unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');   unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');   unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');   unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');   unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');   unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');   unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');   unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');   unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');   unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e; } /* cyrillic */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');   unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');   unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');   unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');   unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');   unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');   unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');   unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');   unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');   unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');   unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');   unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');   unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');   unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');   unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');   unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');   unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');   unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');   unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');   unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');   unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');   unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');   unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');   unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');   unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');   unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');   unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');   unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');   unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');   unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');   unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');   unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');   unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');   unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');   unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');   unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');   unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');   unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');   unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');   unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');   unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');   unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');   unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');   unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');   unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');   unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');   unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');   unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');   unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');   unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');   unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');   unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');   unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');   unicode-range: U+32b5-332b, U+332d-3394; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');   unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');   unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');   unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');   unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');   unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');   unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');   unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');   unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');   unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');   unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');   unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');   unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');   unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');   unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');   unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');   unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');   unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');   unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');   unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');   unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');   unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');   unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');   unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');   unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');   unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');   unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');   unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');   unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');   unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');   unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');   unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');   unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');   unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');   unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');   unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');   unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');   unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');   unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');   unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');   unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');   unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');   unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');   unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');   unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');   unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');   unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');   unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');   unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');   unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');   unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');   unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');   unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');   unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');   unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');   unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');   unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');   unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');   unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');   unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');   unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');   unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');   unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');   unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');   unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');   unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');   unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');   unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e; } /* cyrillic */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 800;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');   unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');   unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');   unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');   unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');   unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');   unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');   unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');   unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');   unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');   unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');   unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');   unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');   unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');   unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');   unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');   unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');   unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');   unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');   unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');   unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');   unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');   unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');   unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');   unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');   unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');   unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');   unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');   unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');   unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');   unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');   unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');   unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');   unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');   unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');   unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');   unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');   unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');   unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');   unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');   unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');   unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');   unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');   unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');   unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');   unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');   unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');   unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');   unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');   unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');   unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');   unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');   unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');   unicode-range: U+32b5-332b, U+332d-3394; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');   unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');   unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');   unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');   unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');   unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');   unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');   unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');   unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');   unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');   unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');   unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');   unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');   unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');   unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');   unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');   unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');   unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');   unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');   unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');   unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');   unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');   unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');   unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');   unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');   unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');   unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');   unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');   unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');   unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');   unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');   unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');   unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');   unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');   unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');   unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');   unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');   unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');   unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');   unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');   unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');   unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');   unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');   unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');   unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');   unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');   unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');   unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');   unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');   unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');   unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');   unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');   unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');   unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');   unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');   unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');   unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');   unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');   unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');   unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');   unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');   unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');   unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');   unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');   unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');   unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');   unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9; } @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');   unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e; } /* cyrillic */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Noto Sans JP';   font-style: normal;   font-weight: 900;   font-display: swap;   src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');   unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 200;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');   unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 300;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');   unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 400;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');   unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 500;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');   unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 600;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');   unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face {   font-family: 'Oswald';   font-style: normal;   font-weight: 700;   font-display: swap;   src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }  :root { --font-base: Noto Sans JP; --font-headings: Oswald; --font-input: Noto Sans JP; } body, #content, .entry-content, .post-content, .page-content, .post-excerpt, .entry-summary, .entry-excerpt, .widget-area, .widget, .sidebar, #sidebar, footer, .footer, #footer, .site-footer { font-family: "Noto Sans JP";  } #site-title, .site-title, #site-title a, .site-title a, .entry-title, .entry-title a, h1, h2, h3, h4, h5, h6, .widget-title, .elementor-heading-title { font-family: "Oswald";  } button, .button, input, select, textarea, .wp-block-button, .wp-block-button__link { font-family: "Noto Sans JP";  } #site-title, .site-title, #site-title a, .site-title a, #site-logo, #site-logo a, #logo, #logo a, .logo, .logo a, .wp-block-site-title, .wp-block-site-title a { font-family: "Bungee Inline";  }