@charset "UTF-8";
/*
Theme Name: Memoment 1.15.0 - 보드 소식 기능 추가
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: Memoment team
Author URI: https://wordpress.org/
Description: 1.15.0 - 보드 소식 기능 추가
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.15.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
/* Categories 01 to 03 are the basics. */
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
.material-symbols-rounded {
  font-size: 1.5em;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.material-symbols-rounded.bolder {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
}

.material-symbols-rounded.bold {
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.material-symbols-rounded.thin {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

.material-symbols-rounded.fill {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

i.check {
  margin-left: -1px;
  margin-bottom: -1px;
}

/* Variables */
:root {
  /* Font Family */
  --global--font-primary: var(--font-headings, "Spoqa Han Sans Neo", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif);
  --global--font-secondary: var(---font-base, "Spoqa Han Sans Neo", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif);
  --global--font-primary-serif: var(--font-headings, "Noto Serif KR", serif);
  --global--font-secondary-serif: var(---font-base, "Noto Serif KR", serif);
  /* Font Size */
  --global--font-size-base: 1rem;
  --global--font-size-xxxxxxs: 0.625rem;
  --global--font-size-xxxxxs: 0.6875rem;
  --global--font-size-xxxxs: 0.75rem;
  --global--font-size-xxxs: 0.8125rem;
  --global--font-size-xxs: 0.875rem;
  --global--font-size-xs: 1rem;
  --global--font-size-sm: 1.125rem;
  --global--font-size-md: 1.25rem;
  --global--font-size-lg: 1.5rem;
  --global--font-size-xl: 2rem;
  --global--font-size-xxl: 4rem;
  --global--font-size-xxxl: 5rem;
  --global--font-size-page-title: var(--global--font-size-xl);
  --global--letter-spacing: 0;
  --global--font-weight: 500;
  --global--font-weight-title: 600;
  /* Line Height */
  --global--line-height-body: 1.64;
  --global--line-height-heading: 1.32;
  --global--line-height-page-title: 1.16;
  /* Headings */
  --heading--font-family: var(--global--font-primary);
  --heading--font-size-h6: var(--global--font-size-xs);
  --heading--font-size-h5: var(--global--font-size-sm);
  --heading--font-size-h4: var(--global--font-size-lg);
  --heading--font-size-h3: calc(1.25 * var(--global--font-size-lg));
  --heading--font-size-h2: var(--global--font-size-xl);
  --heading--font-size-h1: var(--global--font-size-page-title);
  --heading--letter-spacing-h6: -0.016em;
  --heading--letter-spacing-h5: -0.016em;
  --heading--letter-spacing-h4: var(--global--letter-spacing);
  --heading--letter-spacing-h3: var(--global--letter-spacing);
  --heading--letter-spacing-h2: var(--global--letter-spacing);
  --heading--letter-spacing-h1: var(--global--letter-spacing);
  --heading--line-height-h6: var(--global--line-height-heading);
  --heading--line-height-h5: var(--global--line-height-heading);
  --heading--line-height-h4: var(--global--line-height-heading);
  --heading--line-height-h3: var(--global--line-height-heading);
  --heading--line-height-h2: var(--global--line-height-heading);
  --heading--line-height-h1: var(--global--line-height-page-title);
  --heading--font-weight: 600;
  --heading--font-weight-page-title: 600;
  --heading--font-weight-strong: 700;
  /* Block: Latest posts */
  --latest-posts--title-font-family: var(--heading--font-family);
  --latest-posts--title-font-size: var(--heading--font-size-h3);
  --latest-posts--description-font-family: var(--global--font-secondary);
  --latest-posts--description-font-size: var(--global--font-size-sm);
  --list--font-family: var(--global--font-secondary);
  --definition-term--font-family: var(--global--font-primary);
  /* Colors */
  --global--color-mmmtblue: #007EFF;
  --global--color-mmmtboardblue: #007EFF;
  --global--color-mmmtred: #ff0051;
  --global--color-mmmtgreen: #076565;
  --global--color-mmmtpink: #FCE7F0;
  --global--color-mmmtsky: #EEF5FF;
  --global--color-mmmtsky2: #EFF7FF;
  --global--color-mmmtviolet: #EFEBFF;
  --global--color-mmmtgray: #F6F8FC;
  --global--color-navgray: #EAEEF5;
  --global--color-mmmtblack: #0A0B0E;
  --global--color-iconblack: #30303A;
  --global--color-textblack: #30303A;
  --global--color-black: #000;
  --global--color-dark-gray: #2E2E2E;
  --global--color-blue-gray: #8F97A8;
  --global--color-gray: #39414d;
  --global--color-text-gray: #8F97A8;
  --global--color-text-gray2: #636973;
  --global--color-text-gray3: #9097A7;
  --global--color-light-gray: #efefef;
  --global--color-light-gray2: #F9F9F9;
  --global--color-light-gray3: #FAFAFA;
  --global--color-light-gray4: #B2B8BF;
  --global--color-light-gray5: #F6F8FC;
  --global--color-border-gray: #D9D9D9;
  --global--color-green: #C4F1F1;
  --global--color-blue: #d1dfe4;
  --global--color-purple: #d1d1e4;
  --global--color-red: #e4d1d1;
  --global--color-orange: #e4dad1;
  --global--color-yellow: #eeeadd;
  --global--color-white: #fff;
  --global--color-white-50: rgba(255, 255, 255, 0.5);
  --global--color-white-90: rgba(255, 255, 255, 0.9);
  --global--color-black-10: rgba(0, 0, 0, 0.1);
  --global--color-kakao: #FEE500;
  --global--color-google: #4081ec;
  --global--color-primary: var(--global--color-textblack); /* Body text color, site title, footer text color. */
  --global--color-secondary: var(--global--color-gray); /* Headings */
  --global--color-primary-hover: var(--global--color-primary);
  --global--color-background: var(--global--color-white); /* Mint, default body background */
  --global--color-background-dark: var(--global--color-mmmtblack); /* Black, Dark body background */
  --global--color-border: var(--global--color-border-gray); /* Used for borders (separators) */
  --global--color-button: var(--global--color-mmmtsky);
  --global--color-button-hover: var(--global--color-mmmtblue);
  --global--color-widget-title: var(--global--color-light-gray4);
  --mdc-theme-primary: var(--global--color-mmmtblue);
  --mdc-theme-secondary: var(--global--color-mmmtblue);
  --mdc-theme-background: var(--global--color-white);
  --mdc-theme-surface: var(--global--color-white);
  --mdc-theme-on-primary: var(--global--color-white);
  --mdc-theme-on-secondary: var(--global--color-white);
  --mdc-theme-on-surface: var(--global--color-mmmtblack);
  --mdc-typography-font-family: var(--global--font-secondary);
  --mdc-typography-caption-font-family: var(--global--font-secondary);
  --mdc-typography-subtitle1-font-family: var(--global--font-secondary);
  --mdc-typography-subtitle1-font-weight: var(--global--font-weight);
  --mdc-typography-body1-font-family: var(--global--font-secondary);
  --mdc-typography-body2-font-family: var(--global--font-secondary);
  --mdc-typography-body1-font-size: var(--global--font-size-base);
  --mdc-typography-body2-font-size: var(--global--font-size-base);
  --mdc-typography-body1-line-height: var(--global--line-height-body);
  --mdc-typography-body2-line-height: var(--global--line-height-body);
  --mdc-typography-body1-font-weight: var(--global--font-weight);
  --mdc-typography-body2-font-weight: var(--global--font-weight);
  --mdc-typography-body1-letter-spacing: var(--global--letter-spacing);
  --mdc-typography-body2-letter-spacing: var(--global--letter-spacing);
  --mdc-typography-button-font-family: var(--global--font-secondary);
  --mdc-typography-button-letter-spacing: var(--global--letter-spacing);
  --mdc-typography-caption-letter-spacing: var(--global--letter-spacing);
  --mdc-checkbox-checked-color: var(--mdc-theme-primary);
  --mdc-ripple-color: var(--mdc-theme-primary);
  --mdc-ripple-press-opacity: 0.16;
  --mdc-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-text-button-with-icon-icon-size: 20px;
  --mdc-checkbox-unchecked-color: var(--global--color-black-10);
  --mdc-switch-selected-track-color: var(--global--color-mmmtsky);
  --mdc-switch-selected-hover-track-color: var(--global--color-mmmtsky);
  --mdc-switch-selected-focus-track-color: var(--global--color-mmmtsky);
  --mdc-switch-selected-pressed-track-color: var(--global--color-mmmtsky);
  --mdc-switch-selected-handle-color: var(--mdc-theme-primary);
  --mdc-switch-selected-hover-handle-color: var(--mdc-theme-primary);
  --mdc-switch-selected-focus-handle-color: var(--mdc-theme-primary);
  --mdc-switch-selected-pressed-handle-color: var(--mdc-theme-primary);
  --mdc-switch-unselected-handle-color: var(--global--color-blue-gray);
  --mdc-switch-unselected-hover-handle-color: var(--global--color-blue-gray);
  --mdc-switch-unselected-focus-handle-color: var(--global--color-blue-gray);
  --mdc-switch-unselected-pressed-handle-color: var(--global--color-blue-gray);
  --mdc-dialog-z-index: 1000;
  /* Spacing */
  --global--spacing-unit: 16px;
  --global--spacing-measure: unset;
  --global--spacing-horizontal: 24px;
  --global--spacing-vertical: 32px;
  /* Elevation */
  --global--elevation: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  /* Forms */
  --form--font-family: var(--global--font-secondary);
  --form--font-size: var(--global--font-size-sm);
  --form--line-height: var(--global--line-height-body);
  --form--color-text: var(--global--color-dark-gray);
  --form--color-ranged: var(--global--color-secondary);
  --form--label-weight: 500;
  --form--border-color: var(--global--color-secondary);
  --form--border-width: 3px;
  --form--border-radius: 0;
  --form--spacing-unit: calc(0.5 * var(--global--spacing-unit));
  /* Cover block */
  --cover--height: calc(15 * var(--global--spacing-vertical));
  --cover--color-foreground: var(--global--color-white);
  --cover--color-background: var(--global--color-black);
  /* Buttons */
  --button--color-text: var(--global--color-background);
  --button--color-text-hover: var(--global--color-secondary);
  --button--color-text-active: var(--global--color-secondary);
  --button--color-background: var(--global--color-secondary);
  --button--color-background-active: var(--global--color-background);
  --button--font-family: var(--global--font-primary);
  --button--font-size: var(--global--font-size-xs);
  --button--font-weight: 500;
  --button--line-height: 1.5;
  --button--border-width: 1px;
  --button--border-radius: 5px;
  --button--padding-vertical: 0.5em;
  --button--padding-horizontal: calc(2.5 * var(--button--padding-vertical));
  /* entry */
  --article--border-radius: 9px;
  --entry-header--color: var(--global--color-primary);
  --entry-header--color-link: currentColor;
  --entry-header--color-hover: var(--global--color-primary-hover);
  --entry-header--color-focus: var(--global--color-secondary);
  --entry-header--font-size: var(--global--font-size-md);
  --entry-content--font-family: var(--global--font-secondary);
  --entry-author-bio--font-family: var(--heading--font-family);
  --entry-author-bio--font-size: var(--heading--font-size-h4);
  /* Header */
  --branding--color-text: var(--global--color-primary);
  --branding--color-link: var(--global--color-primary);
  --branding--color-link-hover: var(--global--color-secondary);
  --branding--title--font-family: var(--global--font-primary);
  --branding--title--font-size: var(--global--font-size-lg);
  --branding--title--font-size-mobile: var(--heading--font-size-h4);
  --branding--title--font-weight: normal;
  --branding--title--text-transform: uppercase;
  --branding--description--font-family: var(--global--font-secondary);
  --branding--description--font-size: var(--global--font-size-sm);
  --branding--description--font-family: var(--global--font-secondary);
  --branding--logo--max-width: 300px;
  --branding--logo--max-height: 100px;
  --branding--logo--max-width-mobile: 96px;
  --branding--logo--max-height-mobile: 96px;
  /* Main navigation */
  --primary-nav--font-family: var(--global--font-secondary);
  --primary-nav--font-family-mobile: var(--global--font-primary);
  --primary-nav--font-size: var(--global--font-size-md);
  --primary-nav--font-size-sub-menu: var(--global--font-size-xs);
  --primary-nav--font-size-mobile: var(--global--font-size-xxxs);
  --primary-nav--font-size-sub-menu-mobile: var(--global--font-size-sm);
  --primary-nav--font-size-button: var(--global--font-size-xs);
  --primary-nav--font-style: normal;
  --primary-nav--font-style-sub-menu-mobile: normal;
  --primary-nav--font-weight: 700;
  --primary-nav--font-weight-button: 900;
  --primary-nav--color-link: var(--global--color-primary);
  --primary-nav--color-link-hover: var(--global--color-primary-hover);
  --primary-nav--color-text: var(--global--color-primary);
  --primary-nav--padding: calc(0.66 * var(--global--spacing-unit));
  --primary-nav--border-color: var(--global--color-primary);
  /* Pagination */
  --pagination--color-text: var(--global--color-primary);
  --pagination--color-link-hover: var(--global--color-primary-hover);
  --pagination--font-family: var(--global--font-secondary);
  --pagination--font-size: var(--global--font-size-xs);
  --pagination--font-weight: 500;
  --pagination--font-weight-strong: 600;
  /* Footer */
  --footer--color-text: var(--global--color-background);
  --footer--color-link: var(--global--color-background);
  --footer--color-link-hover: var(--global--color-primary-hover);
  --footer--font-family: var(--global--font-primary);
  --footer--font-size: var(--global--font-size-base);
  /* Block: Pull quote */
  --pullquote--font-family: var(--global--font-primary);
  --pullquote--font-size: var(--heading--font-size-h3);
  --pullquote--font-style: normal;
  --pullquote--letter-spacing: var(--heading--letter-spacing-h4);
  --pullquote--line-height: var(--global--line-height-heading);
  --pullquote--border-width: 3px;
  --pullquote--border-color: var(--global--color-primary);
  --pullquote--color-foreground: var(--global--color-primary);
  --pullquote--color-background: var(--global--color-background);
  --quote--font-family: var(--global--font-secondary);
  --quote--font-size: var(--global--font-size-md);
  --quote--font-size-large: var(--global--font-size-xl);
  --quote--font-style: normal;
  --quote--font-weight: 700;
  --quote--font-weight-strong: bolder;
  --quote--font-style-large: normal;
  --quote--font-style-cite: normal;
  --quote--line-height: var(--global--line-height-body);
  --quote--line-height-large: 1.35;
  --separator--border-color: var(--global--color-border);
  --separator--height: 1px;
  /* Block: Table */
  --table--stripes-border-color: var(--global--color-light-gray);
  --table--stripes-background-color: var(--global--color-light-gray);
  --table--has-background-text-color: var(--global--color-dark-gray);
  /* Widgets */
  --widget--line-height-list: 1.9;
  --widget--line-height-title: 1.4;
  --widget--font-weight-title: 700;
  --widget--spacing-menu: calc(0.66 * var(--global--spacing-unit));
  /* Admin-bar height */
  --global--admin-bar--height: 0px;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
}

.button-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  transition: all ease-in-out 0.125s;
}
.button-wrap .count {
  display: block;
  position: absolute;
  top: 4px;
  left: calc(50% + 2px);
  background-color: var(--global--color-mmmtred);
  min-width: 18px;
  padding: 0 4px;
  height: 18px;
  line-height: 18px;
  font-size: 0.875em;
  border-radius: 18px;
  text-align: center;
  font-weight: var(--global--font-weight-title);
  color: var(--global--color-background);
  transition: all 0.125s ease-in-out;
}

/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration-thickness: 1px;
}

/**
 * 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration-style: dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/**
 * Responsive Styles
 */
/**
 * Required Variables
 */
/**
 * Root Media Query Variables
 */
:root {
  --responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6666);
  --responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 832px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 640px);
    --responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
    --responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
    --responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 640px);
    --responsive--alignwide-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 1920px);
  }
}
/**
 * Extends
 */
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}

.widget-area, .pagination,
.comments-pagination, .post-navigation, .site-footer > .wrap, .site-header > .wrap, .alignwide, .wide-max-width {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.alignfull, .wp-block-group .wp-block-group__inner-container > *.alignfull, .full-max-width {
  max-width: var(--responsive--alignfull-width);
  width: var(--responsive--alignfull-width);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 480px) {
  .alignfull, .full-max-width {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-header .post-thumbnail, .singular .post-thumbnail, .alignfull [class*=inner-container] > .alignwide, .alignwide [class*=inner-container] > .alignwide {
  margin-left: auto;
  margin-right: auto;
  width: var(--responsive--alignwide-width);
  max-width: var(--responsive--alignfull-width);
}

@media only screen and (min-width: 480px) {
  .entry-content > .alignleft {
    /*rtl:ignore*/
    margin-left: var(--responsive--alignleft-margin);
    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal);
  }
}
@media only screen and (min-width: 480px) {
  .entry-content > .alignright {
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
    /*rtl:ignore*/
    margin-right: var(--responsive--alignright-margin);
  }
}
/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 * - See: globals/_global-width-responsive.scss
 */
/**
 * Top Level Wrappers (header, main, footer)
 * - Set vertical padding and horizontal margins
 */
.site-header,
.site-main,
.widget-area,
.site-footer {
  padding-top: var(--global--spacing-vertical);
  padding-bottom: var(--global--spacing-vertical);
  margin-left: auto;
  margin-right: auto;
}

.site-main {
  margin-bottom: var(--global--spacing-vertical);
  position: relative;
}
@media only screen and (max-width: 703px) {
  .site-main {
    margin-top: 64px;
  }
}

.site-header {
  padding-top: calc(0 * var(--global--spacing-vertical));
  padding-bottom: calc(0 * var(--global--spacing-vertical));
}

@media only screen and (max-width: 703px) {
  .site-footer {
    padding-bottom: 96px;
  }
}

/**
 * Site-main children wrappers
 * - Add double vertical margins here for clearer hierarchy
 */
.site-main > * {
  margin-bottom: calc(1 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 704px) {
  .site-main > * {
    margin-bottom: calc(2 * var(--global--spacing-vertical));
  }
}
.site-main > *:first-child {
  margin-top: 0;
}
.site-main > *:last-child {
  margin-bottom: 0;
}

/**
 * Set the default maximum responsive content-width
 */
/**
 * Set the wide maximum responsive content-width
 */
/**
 * Set the full maximum responsive content-width
 */
/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
  margin-top: var(--global--spacing-vertical);
  margin-right: auto;
  margin-bottom: var(--global--spacing-vertical);
  margin-left: auto;
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */
.site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > *,
.wp-block-post-template :where(li > *) {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
.site-main > article > *:first-child,
.site-main > .not-found > *:first-child,
.entry-content > *:first-child,
[class*=inner-container] > *:first-child,
.wp-block-template-part > *:first-child,
.wp-block-post-template :where(li > *):first-child {
  margin-top: 0;
}
.site-main > article > *:last-child,
.site-main > .not-found > *:last-child,
.entry-content > *:last-child,
[class*=inner-container] > *:last-child,
.wp-block-template-part > *:last-child,
.wp-block-post-template :where(li > *):last-child {
  margin-bottom: 0;
}

.site-footer > *,
.widget-area > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 704px) {
  .site-footer > *,
  .widget-area > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-unit margins
 */
.entry-header > *,
.post-thumbnail > *,
.page-content > *,
.comment-content > *,
.widget > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}
.entry-header > *:first-child,
.post-thumbnail > *:first-child,
.page-content > *:first-child,
.comment-content > *:first-child,
.widget > *:first-child {
  margin-top: 0;
}
.entry-header > *:last-child,
.post-thumbnail > *:last-child,
.page-content > *:last-child,
.comment-content > *:last-child,
.widget > *:last-child {
  margin-bottom: 0;
}

/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */
.entry-content > * {
  /* Reset alignleft and alignright margins after alignfull */
}
.entry-content > *.alignleft, .entry-content > *.alignright, .entry-content > *.alignleft:first-child + *, .entry-content > *.alignright:first-child + *, .entry-content > *.alignfull.has-background {
  margin-top: 0;
}
.entry-content > *:last-child, .entry-content > *.alignfull.has-background {
  margin-bottom: 0;
}
.entry-content > *.alignfull + .alignleft, .entry-content > *.alignfull + .alignright {
  margin-top: var(--global--spacing-vertical);
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
  font-family: var(--global--font-secondary);
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: var(--global--line-height-body);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-size: var(--global--font-size-base);
  font-weight: var(--global--font-weight);
  color: var(--global--color-primary);
  text-align: left;
  background-color: var(--global--color-background);
  letter-spacing: -0.016em;
}

body.pwa-before-install-prompt {
  overflow: hidden;
}

#post-content-editor_ifr {
  font-family: var(--global--font-secondary) !important;
  height: 100% !important;
}
@media only screen and (min-width: 704px) {
  #post-content-editor_ifr {
    max-height: 983px;
  }
}

body.post-content-editor {
  --wp--typography--line-height: var(--global--line-height-body);
  color: var(--global--color-primary);
  background-color: var(--global--color-background);
  font-family: var(--global--font-secondary);
  font-size: var(--global--font-size-base);
  line-height: var(--wp--typography--line-height, var(--global--line-height-body));
  font-weight: var(--global--font-weight);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  max-width: 560px;
  margin: 0 auto;
  padding: 10%;
  box-sizing: content-box;
}
@media only screen and (max-width: 703px) {
  body.post-content-editor {
    padding: 5%;
  }
}
body.post-content-editor p {
  margin-bottom: 0.48em;
  font-size: 0.96em;
}
body.post-content-editor p:not(:first-child) {
  margin-top: 0.48em;
}
body.post-content-editor ul,
body.post-content-editor ol {
  padding-left: 1.2em;
  margin-bottom: 0.48em;
  margin-top: 0.48em;
}
body.post-content-editor > * {
  line-height: var(--wp--typography--line-height, var(--global--line-height-body));
}
body.post-content-editor .placeholder:before {
  content: "✍🏻 메모를 남겨보세요.";
  color: #aaa;
  pointer-events: none;
}
body.post-content-editor.mce-visualblocks > * {
  margin-left: 0;
}

.iframe-field {
  height: 100%;
}
.iframe-field .mmmt-field,
.iframe-field .mdc-text-field,
.iframe-field .wp-editor-wrap,
.iframe-field .wp-editor-container,
.iframe-field .mce-tinymce,
.iframe-field .mce-container-body,
.iframe-field .mce-edit-area {
  height: 100%;
}
.iframe-field .mdc-text-field {
  height: calc(100% - 80px);
}
.iframe-field .mce-container-body {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 703px) {
  .iframe-field .mce-container-body > div {
    flex: 1;
  }
}
.iframe-field .mce-container-body > div.mce-top-part {
  flex: none;
  display: none;
}

.wp-editor-wrap {
  width: 100%;
}
.wp-editor-wrap .mce-tinymce,
.wp-editor-wrap .wp-editor-container,
.wp-editor-wrap .mce-edit-area {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.wp-editor-wrap .mce-menubar,
.wp-editor-wrap .mce-statusbar {
  display: none !important;
}
.wp-editor-wrap .mce-top-part {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
.wp-editor-wrap .mce-top-part:before {
  display: none;
}
.wp-editor-wrap .mce-toolbar-grp {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: var(--global--color-mmmtgray);
}
.wp-editor-wrap .mce-toolbar-grp > div {
  padding: 5px;
}
.wp-editor-wrap .mce-menubtn.mce-fixed-width span {
  width: max-content;
  max-width: 48px;
  margin-right: 16px;
}
.wp-editor-wrap .mce-toolbar .mce-btn-group .mce-btn {
  margin: 2px !important;
}
.wp-editor-wrap .mce-toolbar .mce-btn button,
.wp-editor-wrap .qt-dfw {
  padding: 2px 3px;
}
.wp-editor-wrap .mce-toolbar .mce-colorbutton .mce-preview {
  bottom: 2px;
  left: 3px;
}
.wp-editor-wrap .mce-toolbar .mce-btn-group .mce-btn:focus,
.wp-editor-wrap .mce-toolbar .mce-btn-group .mce-btn:hover,
.wp-editor-wrap .qt-dfw:focus,
.wp-editor-wrap .qt-dfw:hover,
.wp-editor-wrap .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus,
.wp-editor-wrap .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover {
  outline: 0;
  box-shadow: none;
}
.wp-editor-wrap .mce-toolbar .mce-btn i.mce-i-visualblocks:before {
  vertical-align: middle;
}
.wp-editor-wrap .mce-toolbar .mce-btn-group {
  padding: 0;
}
.wp-editor-wrap i.mce-i-backcolor {
  background: #ddd;
}

.mce-grid tr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mce-grid td.mce-grid-cell {
  flex: 1;
}

.mce-grid td.mce-grid-cell div {
  font-size: 20px;
  line-height: 21px;
  font-weight: var(--global--font-weight);
  width: 24px !important;
  height: 24px !important;
  margin: 2px auto !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

body:not(.slug-intro) span.text-highlight {
  background-color: #E8FBCB;
}

body.slug-intro {
  background-color: var(--global--color-background-dark);
  color: var(--global--color-background);
}
body.slug-intro a {
  color: var(--wp--style--color--link, var(--global--color-background));
}
body.slug-intro .icon-button:not(.mmmt-drawer-closer) {
  color: var(--wp--style--color--link, var(--global--color-background)) !important;
}
body.slug-intro .icon-button:not(.mmmt-drawer-closer):hover, body.slug-intro .icon-button:not(.mmmt-drawer-closer):active {
  color: var(--global--color-mmmtblue) !important;
}
@media only screen and (max-width: 703px) {
  body.slug-intro .site-header .site-logo {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -4px;
  }
}
@media only screen and (min-width: 704px) {
  body.slug-intro .site-header .primary-navigation > .primary-menu-container {
    color: var(--global--color-background);
  }
}
@media only screen and (max-width: 703px) {
  body.slug-intro .site-header .primary-navigation > .primary-menu-container > ul > .menu-item > a {
    color: var(--global--color-light-gray4);
  }
}
@media only screen and (min-width: 704px) {
  body.slug-intro .site:not(.scrolled-top) .site-header {
    border-color: rgba(255, 255, 255, 0.08);
  }
}
body.slug-intro .site-main {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.slug-intro .site-main > article > .entry-header .entry-title {
  opacity: 0;
}

button {
  cursor: pointer;
}

.site > .scroll-wrapper {
  height: 100%;
  width: 100%;
  height: 100vh;
  width: 100vw;
}

@media only screen and (min-width: 832px) {
  .history-back {
    display: none !important;
  }
}
.ps .ps__rail-y {
  z-index: 1;
  width: 9px;
  background-color: rgba(128, 128, 128, 0.1);
  transition-property: width, background-color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.ps .ps__thumb-y {
  background-color: rgba(128, 128, 128, 0.5);
  width: 5px;
  border-radius: 9px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  transition-property: width, background-color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.ps .ps__rail-y:hover,
.ps .ps__rail-y:focus,
.ps .ps__rail-y.ps--clicking {
  opacity: 1 !important;
  width: 13px;
  background-color: rgba(128, 128, 128, 0.15);
}
.ps .ps__rail-y:hover > .ps__thumb-y,
.ps .ps__rail-y:hover .ps__thumb-y,
.ps .ps__rail-y:focus > .ps__thumb-y,
.ps .ps__rail-y:focus .ps__thumb-y,
.ps .ps__rail-y.ps--clicking > .ps__thumb-y,
.ps .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: var(--global--color-mmmtblue);
  width: 9px;
}
.ps.ps--scrolling-y .ps__rail-y {
  opacity: 0.5;
}
.ps.ps--scrolling-y .ps__rail-y .ps__thumb-y {
  background-color: var(--global--color-mmmtblue);
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: rgba(23, 23, 23, 0.24) !important;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  width: 5px;
  left: -7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 5px;
  top: -7px;
}
.scrollbar-macosx > .scroll-element:hover .scroll-bar, .scrollbar-macosx > .scroll-element:focus .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  background-color: var(--global--color-mmmtblue) !important;
  opacity: 1 !important;
}

/* 크롬, 사파리, 엣지 등 WebKit 기반 브라우저용 */
*::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

*::-webkit-scrollbar-track {
  background-color: rgba(23, 23, 23, 0.04);
}

*::-webkit-scrollbar-track:hover {
  background-color: rgba(23, 23, 23, 0.08);
}

*::-webkit-scrollbar-track:active {
  background-color: rgba(23, 23, 23, 0.08);
}

*::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: rgba(23, 23, 23, 0.08);
}

*::-webkit-scrollbar-thumb:hover {
  background-color: rgb(20, 90, 217);
}

*::-webkit-scrollbar-thumb:active {
  background-color: rgb(20, 90, 217);
}

/* 스크롤바가 hover 되었을 때 크기 변경 */
/* 스크롤바의 스타일 설정 */
.fs-md {
  font-size: var(--global--font-size-md);
}

.fs-sm {
  font-size: var(--global--font-size-sm);
}

.fs-xs {
  font-size: var(--global--font-size-xs);
}

.fs-xxs {
  font-size: var(--global--font-size-xxs);
}

.fs-xxxs {
  font-size: var(--global--font-size-xxxs);
}

.fs-xxxxs {
  font-size: var(--global--font-size-xxxxs);
}

.fs-xxxxxs {
  font-size: var(--global--font-size-xxxxxs);
}

.fc-mmmtblue {
  color: var(--global--color-mmmtblue);
}

.fc-boardblue {
  color: var(--global--color-mmmtboardblue);
}

.fc-gray {
  color: var(--global--color-text-gray);
}

.fc-gray2 {
  color: var(--global--color-text-gray2);
}

.fc-text-gray3 {
  color: var(--global--color-text-gray3);
}

.mh-text {
  margin: 0 0.5em;
}

.bgc-gray {
  background-color: var(--global--color-light-gray3);
}

.svg-icon {
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}
.svg-icon.big-icon {
  width: 32px;
  height: 32px;
}
.svg-icon.icon-bell {
  background-image: url("./assets/images/icon_bell.svg");
}

i.big-icon {
  font-size: 32px;
}

.visibility-hidden {
  visibility: hidden;
}

.display-none {
  display: none !important;
}
@media only screen and (max-width: 703px) {
  .display-none.laptop-only-view {
    display: block !important;
  }
  .display-none.laptop-only-view.view-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 704px) {
  .display-none.laptop-view {
    display: block !important;
  }
  .display-none.laptop-view.view-flex {
    display: flex !important;
  }
}

.display-flex {
  display: flex;
}
.display-flex.jc-sb {
  justify-content: space-between;
}

.mmmt-message {
  font-size: 0.6875em;
  color: var(--global--color-text-gray);
  margin: 0.5em 0;
}
.mmmt-message:not(.activated) {
  display: none;
}

.primary-focus.no-style {
  outline: none;
  border: none;
}

.global-text-align--center,
.css-ta-center {
  text-align: center;
}

.global-color--gray {
  color: var(--global--color-text-gray);
}

.global-font-size--xxs {
  font-size: var(--global--font-size-xxs);
}

.global-text-box {
  color: var(--global--color-mmmtblue);
  background-color: var(--global--color-mmmtsky);
  border-radius: 3px;
  padding: 0 0.24em;
}

.mdc-card-square .wrap-image {
  padding-top: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: var(--button--border-radius);
  overflow: hidden;
}
.mdc-card-square .wrap-image .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  color: var(--global--color-mmmtblue);
}

.grid.gutter-1 .gutter-sizer {
  width: 1%;
}
.grid.gutter-1 .grid-sizer,
.grid.gutter-1 .grid-item {
  margin-bottom: 1%;
}
.grid.col-max-4 .grid-sizer,
.grid.col-max-4 .grid-item {
  width: 24.25%;
}
.grid .grid-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mdc-form-field {
  cursor: pointer;
}
.mdc-form-field .label {
  font-size: var(--global--font-size-xxxxxxs);
}

.mmmt-list .mdc-deprecated-list {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.mmmt-list .mdc-deprecated-list:first-child:last-child {
  padding: 0 !important;
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item {
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta {
  display: flex;
  align-items: center;
  font-size: 1em;
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta > span {
  margin-left: 1em;
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item {
  max-width: 200px;
  display: flex;
  align-items: center;
  margin: 4px 0;
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item .cover {
  flex: none;
  line-height: 1;
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item .cover img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: var(--button--border-radius);
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.4);
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item .name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item > *:not(:first-child) {
  margin-left: 4px;
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .icon {
  display: flex;
  align-items: center;
  flex: none;
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .icon i {
  font-size: 1em;
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .info {
  display: none;
  align-items: center;
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .info > * {
  line-height: 1;
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .info .count {
  display: inline-block;
  min-width: 18px;
  padding: 0 4px;
  height: 18px;
  line-height: 18px;
  font-size: 0.875em;
  border-radius: 18px;
  background-color: var(--global--color-mmmtblue);
  text-align: center;
  font-weight: var(--global--font-weight-title);
  color: var(--global--color-background);
  transition: all 0.125s ease-in-out;
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta.render-on {
  color: var(--global--color-mmmtblue);
  font-weight: var(--heading--font-weight);
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta.render-on .info {
  display: flex;
}
.mmmt-list .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta.render-on [data-default-item] {
  display: none;
}
.mmmt-list .mdc-deprecated-list--auto-line {
  position: relative;
}
.mmmt-list .mdc-deprecated-list--auto-line.has-border {
  border: none;
}
.mmmt-list .mdc-deprecated-list--auto-line .mdc-deprecated-list-item {
  height: auto;
  min-height: 48px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.mmmt-list .mdc-deprecated-list--auto-line .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic {
  margin-right: 4px;
}
.mmmt-list .mdc-deprecated-list--auto-line .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text {
  margin-bottom: -16px;
}
.mmmt-list .mdc-deprecated-list--auto-line .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text {
  font-size: var(--global--font-size-xxxs);
  color: var(--global--color-text-gray);
  margin-bottom: 12px;
}
.mmmt-list .mdc-deprecated-list--auto-line.has-border .mdc-deprecated-list-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 8px;
}
.mmmt-list .mdc-deprecated-list--auto-line.has-border-bottom .mdc-deprecated-list-item {
  margin-top: -1px;
}
.mmmt-list .mdc-deprecated-list--auto-line.full-width {
  margin: 0 -16px;
}

.cursor-pointer {
  cursor: pointer;
}

.ta-right {
  text-align: right;
}

.alert-dialog .mdc-dialog__surface {
  border-radius: var(--article--border-radius);
  text-align: center;
  overflow: hidden;
}
.alert-dialog .mdc-dialog__surface .mdc-dialog__title {
  color: var(--global--color-primary);
  font-weight: var(--heading--font-weight);
}
.alert-dialog .mdc-dialog__surface .mdc-dialog__title:before {
  height: 56px;
}
.alert-dialog .mdc-dialog__surface .dialog-close {
  float: right;
  margin: 1em;
}
.alert-dialog .mdc-dialog__surface .mdc-dialog__content {
  color: var(--global--color-primary);
}
.alert-dialog .mdc-dialog__surface .mdc-dialog__content p {
  margin-bottom: 0.5em;
}
.alert-dialog .mdc-dialog__surface .mdc-dialog__content .image-container {
  display: block;
  width: 100vw;
  height: 100vw;
  max-width: 256px;
  max-height: 256px;
  overflow: hidden;
  position: relative;
}
.alert-dialog .mdc-dialog__surface .mdc-dialog__content .image-container.horizontal-rectangle {
  max-width: 256px;
  max-height: 192px;
}
.alert-dialog .mdc-dialog__surface .mdc-dialog__content .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.alert-dialog .mdc-dialog__surface .mdc-dialog__content .image-container.contain img {
  object-fit: contain;
}
.alert-dialog .mdc-dialog__surface .mdc-dialog__actions {
  justify-content: space-between;
  padding: 0;
  min-height: 0;
}
.alert-dialog .mdc-dialog__surface .mdc-dialog__actions .button-wrap {
  flex: 1;
  height: 48px;
  border: 1px solid var(--global--color-border);
  margin: -1px -0.5px;
}
.alert-dialog .mdc-dialog__surface .mdc-dialog__actions .button-wrap button {
  display: block;
}

.mdc-snackbar {
  z-index: 1001;
}
.mdc-snackbar .mdc-snackbar__surface {
  background-color: var(--global--color-mmmtblue);
  position: relative;
  padding-right: 4px;
}
.mdc-snackbar .mdc-snackbar__surface .mdc-snackbar__label {
  color: var(--global--color-white);
}
.mdc-snackbar .mdc-snackbar__surface .mdc-snackbar__actions button,
.mdc-snackbar .mdc-snackbar__surface .mdc-snackbar__actions a {
  margin-left: 4px;
}
.mdc-snackbar .mdc-snackbar__surface .mdc-snackbar__actions button.granted-button,
.mdc-snackbar .mdc-snackbar__surface .mdc-snackbar__actions a.granted-button {
  width: 80px;
}
.mdc-snackbar .mdc-snackbar__surface .mdc-snackbar__actions .mdc-snackbar__dismiss {
  background-color: var(--global--color-mmmtblue) !important;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 24px;
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--global--color-background) !important;
  font-size: 0.6875em;
}
.mdc-snackbar .mdc-snackbar__surface .mdc-snackbar__actions .mdc-snackbar__dismiss:hover, .mdc-snackbar .mdc-snackbar__surface .mdc-snackbar__actions .mdc-snackbar__dismiss:active {
  background-color: var(--global--color-background) !important;
  color: var(--global--color-mmmtblue) !important;
}

.mmmt-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mmmt-checkbox label {
  margin-right: calc(0.5 * var(--global--spacing-horizontal));
  cursor: pointer;
}
.mmmt-checkbox:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.mmmt-tab-bar {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 704px) {
  .mmmt-tab-bar {
    margin-bottom: 1%;
  }
}
.mmmt-tab-bar .tab-fix {
  flex: none;
  margin-right: 0.9rem;
}
.mmmt-tab-bar .tab-fix *:not(i) {
  font-size: var(--global--font-size-xxs);
}
@media only screen and (min-width: 704px) {
  .mmmt-tab-bar .tab-fix.mobile-only {
    display: none;
  }
}
.mmmt-tab-bar .tab-fix .button-wrap {
  margin-left: -10px;
}
.mmmt-tab-bar .mdc-tab-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mmmt-tab-bar .mdc-tab-bar .mdc-tab-scroller {
  z-index: 1;
}
.mmmt-tab-bar .mdc-tab-bar:after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--global--color-border);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.mmmt-tab-bar .tab-meta {
  height: 16px;
  text-align: right;
  line-height: 1.2;
  font-size: var(--global--font-size-xxxs);
  flex: none;
}
.mmmt-tab-bar .tab-meta .swiper-wrapper {
  min-height: 16px;
}
.mmmt-tab-bar .tab-meta .swiper-wrapper .swiper-slide {
  transition: opacity ease-in-out 0.48s;
  height: auto !important;
}
.mmmt-tab-bar .tab-meta .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
.mmmt-tab-bar .tab-meta .swiper-wrapper .count.right {
  margin-left: 0.5em;
}
.mmmt-tab-bar .mdc-tab-scroller__scroll-content .mdc-tab {
  max-width: max-content;
  min-width: 0;
  height: 42px;
  font-size: var(--global--font-size-xxs);
}
@media only screen and (min-width: 704px) {
  .mmmt-tab-bar .mdc-tab-scroller__scroll-content .mdc-tab {
    font-size: var(--global--font-size-base);
  }
}
@media only screen and (max-width: 703px) {
  .mmmt-tab-bar .mdc-tab-scroller__scroll-content .mdc-tab {
    padding-left: 0;
    padding-right: 0;
    margin-right: 1.4rem;
  }
  .mmmt-tab-bar .mdc-tab-scroller__scroll-content .mdc-tab .mdc-tab__ripple {
    display: none;
  }
}
.mmmt-tab-bar .mdc-tab-scroller__scroll-content .mdc-tab .mdc-tab__text-label {
  color: var(--global--color-primary);
  transition: all ease-in-out 0.125s;
}
.mmmt-tab-bar .mdc-tab-scroller__scroll-content .mdc-tab .mdc-tab-indicator__content--underline {
  border-top-width: 4px;
  border-color: var(--global--color-textblack);
}
.mmmt-tab-bar .mdc-tab-scroller__scroll-content .mdc-tab.mdc-tab--active .mdc-tab__text-label {
  font-weight: var(--heading--font-weight);
}
.mmmt-tab-bar .mdc-tab-scroller__scroll-content .mdc-tab .mdc-tab__ripple:before,
.mmmt-tab-bar .mdc-tab-scroller__scroll-content .mdc-tab .mdc-tab__ripple:after {
  background-color: var(--global--color-gray);
}
.mmmt-tab-bar .mdc-tab-scroller__scroll-content .mdc-tab:hover .mdc-tab__text-label, .mmmt-tab-bar .mdc-tab-scroller__scroll-content .mdc-tab:active .mdc-tab__text-label {
  color: var(--global--color-text-mmmtblue);
}

.tab-bar-swiper-term-select.position-sticky {
  background-color: var(--global--color-light-gray5);
}
.tab-bar-swiper-term-select .mdc-tab-scroller__scroll-content .mdc-tab {
  padding: 0;
  font-size: var(--global--font-size-xxs);
}
.tab-bar-swiper-term-select .mdc-tab-scroller__scroll-content .mdc-tab:not(:last-child) {
  margin-right: 1.2em;
}
.tab-bar-swiper-term-select .mdc-tab-scroller__scroll-content .mdc-tab .mdc-tab-indicator__content--underline {
  border-top-width: 2px;
  border-color: var(--global--color-mmmtboardblue);
}
.tab-bar-swiper-term-select .mdc-tab-scroller__scroll-content .mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: var(--global--color-mmmtboardblue);
}

@media only screen and (max-width: 703px) {
  .tab-content-wrap {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .tab-content-wrap .post-grid.alignwide {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.tab-content-wrap .tab-sidebar-wrap {
  width: 33.33%;
  min-width: 320px;
  max-width: 480px;
  flex: none;
  margin-right: 1.7%;
  margin-top: 1em;
  transition: all ease-in-out 0.125s;
}
.tab-content-wrap .tab-sidebar-wrap .tab-sidebar {
  border: 1px solid var(--global--color-border);
  border-radius: 8px;
  background-color: var(--global--color-mmmtgray);
}
@media only screen and (min-width: 704px) {
  .tab-content-wrap .tab-sidebar-wrap .tab-sidebar {
    max-height: calc(100vh - 90px);
    overflow: auto;
  }
}
.tab-content-wrap .tab-sidebar-wrap .tab-sidebar > .position-sticky {
  padding: 0 1em;
}
.tab-content-wrap .tab-sidebar-wrap .tab-sidebar .tab-main {
  margin: 1em;
  margin-top: 0;
}
@media only screen and (max-width: 703px) {
  .tab-content-wrap .tab-sidebar-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    background-color: var(--global--color-mmmtgray);
    z-index: 1000;
    overflow: auto;
    transform: translateX(-100%);
    opacity: 0;
    width: calc(100% - 48px);
    min-width: 0;
    max-width: 100%;
  }
  .tab-content-wrap .tab-sidebar-wrap.toggled-on {
    transform: translateX(0);
    opacity: 1;
  }
  .tab-content-wrap .tab-sidebar-wrap .tab-sidebar {
    border: none;
    border-right: 1px solid var(--global--color-border);
    border-radius: 0;
  }
}
.tab-content-wrap .tab-main-wrap {
  overflow: hidden;
}
.tab-content-wrap .tab-main-wrap .tab-header {
  margin: 0 auto;
  max-width: 1270px;
}
@media only screen and (max-width: 703px) {
  .tab-content-wrap .tab-main-wrap .tab-header {
    margin-top: 1em;
  }
}
.tab-content-wrap.active-tab-content-term-list .tab-sidebar-wrap, .tab-content-wrap.active-tab-content-term-report .tab-sidebar-wrap, .tab-content-wrap.active-tab-content-term-news .tab-sidebar-wrap {
  width: 0;
  min-width: 0;
  margin-right: 0;
  opacity: 0;
}
.tab-content-wrap.active-tab-content-term-list .tab-header, .tab-content-wrap.active-tab-content-term-report .tab-header, .tab-content-wrap.active-tab-content-term-news .tab-header {
  display: none;
}

@media only screen and (min-width: 704px) {
  .tap-bar-board-top {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: var(--global--color-background);
    transition: all ease-in-out 0.125s;
  }
  .tab-content-wrap .tab-sidebar-wrap {
    float: left;
    position: sticky;
    top: 65px;
  }
}
.toggle-closer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  height: 0;
  background-color: transparent;
  transition: background-color ease-in-out 0.24s, height ease-in-out 0s 0.25s;
}
.toggle-closer.toggled-on {
  opacity: 1;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
  transition: background-color ease-in-out 0.24s, height ease-in-out 0s 0s;
}
.toggle-closer .button-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.toggle-closer .button-wrap .mdc-button__label {
  color: var(--global--color-background);
}

.mmmt-moreview {
  border: 1px solid var(--global--color-border);
  background-color: var(--global--color-light-gray2);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.mmmt-moreview .moreview-cover img {
  object-fit: cover;
}
.mmmt-moreview .moreview-wrap {
  padding: 1rem;
  position: relative;
}
.mmmt-moreview .moreview-wrap .moreview-content {
  height: max-content;
  -webkit-line-clamp: unset;
  overflow: hidden;
  transition: all ease-in-out 0.125s;
  clear: both;
}
.mmmt-moreview .moreview-wrap .moreview-actions {
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: var(--global--font-size-xxxxs);
  cursor: pointer;
  margin-left: -1px;
  border-radius: var(--button--border-radius);
  transition: all ease-in-out 0.125s;
}
.mmmt-moreview .moreview-wrap .moreview-actions .close {
  display: none;
}
.mmmt-moreview .moreview-wrap .moreview-actions .mdc-button {
  font-size: var(--global--font-size-xxxxs);
}
.mmmt-moreview .moreview-wrap .moreview-actions .mdc-button .mdc-button__icon {
  margin-right: 0;
}
.mmmt-moreview.toggled-on .open {
  display: none;
}
.mmmt-moreview.toggled-on .close {
  display: flex !important;
}
.mmmt-moreview:not(.toggled-on) .moreview-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.mmmt-moreview.term-showcase .term-cover {
  position: relative;
  padding-top: 25%;
}
.mmmt-moreview.term-showcase .term-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.mmmt-moreview.term-showcase .term-icon {
  font-size: 3rem;
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
  line-height: 1.1;
  margin-top: -4px;
}
@media only screen and (min-width: 704px) {
  .mmmt-moreview.term-showcase .term-icon {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.mmmt-moreview.term-showcase .term-main > .button-wrap {
  justify-content: flex-start;
  margin-top: 1em;
}
.mmmt-moreview.term-showcase .term-main > .button-wrap .mdc-button {
  font-size: 0.8125em;
}
.mmmt-moreview.term-showcase .term-main > .button-wrap .mdc-button .mdc-button__icon {
  margin-right: 0;
}
.mmmt-moreview.term-showcase .term-main .term-name {
  font-weight: var(--heading--font-weight);
  margin-bottom: 0.8rem;
}
.mmmt-moreview.term-showcase .term-main .term-description {
  color: var(--global--color-text-gray2);
  white-space: pre-line;
  font-size: 0.875em;
}
.mmmt-moreview.term-showcase .term-main .term-post-period-date {
  color: var(--global--color-mmmtboardblue);
  font-size: 0.875em;
  margin-top: 1rem;
}
.mmmt-moreview.term-showcase .term-meta .mdc-button {
  font-size: 0.8125em;
}
@media only screen and (max-width: 703px) {
  .mmmt-moreview.term-showcase {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .mmmt-moreview.term-showcase .term-icon {
    font-size: 1.8rem;
    float: left;
  }
  .mmmt-moreview.term-showcase .term-description {
    font-size: 0.8125em;
  }
  .mmmt-moreview.term-showcase .term-post-period-date {
    font-size: 0.8125em;
  }
}
@media only screen and (min-width: 704px) {
  .mmmt-moreview.term-showcase {
    margin: 1em;
  }
  .mmmt-moreview.term-showcase .moreview-wrap {
    display: flex;
  }
  .mmmt-moreview.term-showcase .moreview-wrap > div {
    flex: 1;
  }
  .mmmt-moreview.term-showcase .moreview-wrap > div.term-icon, .mmmt-moreview.term-showcase .moreview-wrap > div.term-meta {
    flex: none;
  }
}

[data-render]:not([data-render-default]):not(.render-on) {
  display: none;
}

.swiper .swiper-slide > div.has-margin {
  margin-top: calc(0.5 * var(--global--spacing-vertical));
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 704px) {
  .swiper .swiper-slide > .wrap {
    margin: 0 auto;
    max-width: 1270px;
    transition: all ease-in-out 0.125s;
  }
}
.mdc-drawer .mdc-drawer__content {
  display: flex;
  flex-direction: column;
}
.mdc-drawer .mdc-drawer__content > div {
  flex: 1;
}
.mdc-drawer .mdc-drawer__content > div.drawer-header, .mdc-drawer .mdc-drawer__content > div.drawer-footer {
  flex: none;
  margin: 0;
  padding: 1rem;
}
.mdc-drawer .mdc-drawer__content > div.drawer-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.mdc-drawer .mdc-drawer__content .drawer-content {
  overflow-y: auto;
}
.mdc-drawer .mdc-drawer__content .drawer-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
}
.mdc-drawer .mdc-drawer__content .action-buttons {
  display: flex;
  height: 84px;
  justify-content: space-between;
  align-items: center;
}

.mmmt-field .mdc-text-field .mdc-floating-label > span.focus-text {
  display: none;
}
.mmmt-field .mdc-text-field.mdc-text-field--focused .mdc-floating-label > span, .mmmt-field .mdc-text-field.mdc-text-field--label-floating .mdc-floating-label > span {
  display: none;
}
.mmmt-field .mdc-text-field.mdc-text-field--focused .mdc-floating-label > span.focus-text, .mmmt-field .mdc-text-field.mdc-text-field--label-floating .mdc-floating-label > span.focus-text {
  display: inline-block;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: var(--global--color-mmmtblue);
  border-color: var(--global--color-mmmtblue);
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange {
  background-color: var(--global--color-mmmtsky);
  border-color: var(--global--color-mmmtsky);
  box-shadow: -5px 0 0 var(--global--color-mmmtsky), 5px 0 0 var(--global--color-mmmtsky);
}

.flatpickr-current-month {
  font-size: 110%;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  font-weight: var(--heading--font-weight);
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--global--color-mmmtblue);
}

.flatpickr-rContainer {
  margin-top: 0.5em;
  margin-bottom: 0.15em;
}

span.flatpickr-weekday {
  color: rgba(0, 0, 0, 0.4);
}
span.flatpickr-weekday:first-child {
  color: red;
}

.flatpickr-day {
  line-height: 36px;
  color: var(--global--color-primary);
  border-radius: 3px;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 3px 0 0 3px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 3px 3px 0;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clear.right {
  clear: right;
}
.clear.right::before {
  display: none;
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
blockquote {
  padding: 0;
  position: relative;
  margin: var(--global--spacing-vertical) 0 var(--global--spacing-vertical) var(--global--spacing-horizontal);
}
blockquote > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote p {
  letter-spacing: var(--heading--letter-spacing-h4);
  font-family: var(--quote--font-family);
  font-size: var(--quote--font-size);
  font-style: var(--quote--font-style);
  font-weight: var(--quote--font-weight);
  line-height: var(--quote--line-height);
}
blockquote cite,
blockquote footer {
  font-weight: normal;
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  letter-spacing: var(--global--letter-spacing);
}
blockquote.alignleft, blockquote.alignright {
  padding-left: inherit;
}
blockquote.alignleft p, blockquote.alignright p {
  font-size: var(--heading--font-size-h5);
  max-width: inherit;
  width: inherit;
}
blockquote.alignleft cite,
blockquote.alignleft footer, blockquote.alignright cite,
blockquote.alignright footer {
  font-size: var(--global--font-size-xs);
  letter-spacing: var(--global--letter-spacing);
}
blockquote strong {
  font-weight: var(--quote--font-weight-strong);
}
blockquote:before {
  content: "“";
  font-size: var(--quote--font-size);
  line-height: var(--quote--line-height);
  position: absolute;
  left: calc(-0.5 * var(--global--spacing-horizontal));
}
blockquote .wp-block-quote__citation,
blockquote cite,
blockquote footer {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  font-style: var(--quote--font-style-cite);
}
@media only screen and (max-width: 479px) {
  blockquote {
    padding-left: calc(0.5 * var(--global--spacing-horizontal));
  }
  blockquote:before {
    left: 0;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number]:not(.numInput),
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body) !important;
  padding: var(--form--spacing-unit);
  margin: 0 2px;
  max-width: 100%;
  font-family: var(--global--font-secondary);
  letter-spacing: -0.016em;
  font-weight: var(--global--font-weight);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:not(.numInput):focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
  color: var(--form--color-text);
  border: 1px solid var(--mdc-theme-primary);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:not(.numInput):disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
.site textarea:disabled {
  opacity: 0.7;
}
.is-dark-theme input[type=text],
.is-dark-theme input[type=email],
.is-dark-theme input[type=url],
.is-dark-theme input[type=password],
.is-dark-theme input[type=search],
.is-dark-theme input[type=number]:not(.numInput),
.is-dark-theme input[type=tel],
.is-dark-theme input[type=date],
.is-dark-theme input[type=month],
.is-dark-theme input[type=week],
.is-dark-theme input[type=time],
.is-dark-theme input[type=datetime],
.is-dark-theme input[type=datetime-local],
.is-dark-theme input[type=color],
.is-dark-theme .site textarea {
  background: var(--global--color-white-90);
}

input[type=search]:focus {
  outline-offset: -7px;
}
.is-dark-theme input[type=search]:focus {
  outline-color: var(--global--color-background);
}

input[type=color] {
  padding: calc(var(--form--spacing-unit) / 2);
  height: calc(4 * var(--form--spacing-unit));
}

input[type=email],
input[type=url] {
  /*rtl:ignore*/
  direction: ltr;
}

select {
  border: var(--form--border-width) solid var(--form--border-color);
  color: var(--form--color-text);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
  background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right var(--form--spacing-unit) top 60%;
}
select:focus {
  outline-offset: 2px;
  outline: 2px dotted var(--form--border-color);
}
.is-dark-theme select {
  background: var(--global--color-white-90) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right var(--form--spacing-unit) top 60%;
}

textarea {
  width: 100%;
}

label.label-title {
  font-size: 0.875em;
  font-weight: var(--form--label-weight);
  margin-bottom: 0.875em;
  display: inline-block;
  color: var(--global--color-text-gray);
}

label.label-description {
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
label.label-description.checkbox {
  cursor: pointer;
}
label.label-description > span {
  margin-right: 0.5em;
}
label.label-description > span:not(:first-child) {
  color: var(--global--color-text-gray);
  font-size: 0.75em;
}

/**
https://css-tricks.com/custom-styling-form-inputs-with-modern-css-features/
https://codepen.io/aaroniker/pen/ZEYoxEY by Aaron Iker.
License: MIT.
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
  input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 25px;
    height: 25px;
  }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    opacity: 0.7;
  }
  .is-dark-theme input[type=checkbox],
  .is-dark-theme input[type=radio] {
    background: var(--global--color-white-90);
  }
  input[type=checkbox].mdc-radio__native-control,
  input[type=radio].mdc-radio__native-control {
    position: absolute;
  }
  input[type=checkbox].mdc-radio__native-control:disabled,
  input[type=radio].mdc-radio__native-control:disabled {
    border: none;
  }
  input[type=checkbox]:focus {
    outline-offset: 2px;
    outline: 2px dotted var(--form--border-color);
  }
  input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 5px;
    top: 2px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid var(--form--color-text);
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
  }
  input[type=checkbox]:checked {
    color: var(--form--color-text);
  }
  input[type=checkbox]:checked:after {
    opacity: 1;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:focus {
    outline-offset: 2px;
    outline: 2px dotted var(--form--border-color);
  }
  input[type=radio]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 3px;
    top: 3px;
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--form--color-text);
  }
  input[type=radio]:checked {
    border: 4px solid var(--form--border-color);
  }
  input[type=radio]:checked:after {
    opacity: 1;
  }
  input[type=radio]:checked:focus {
    outline-offset: 4px;
    outline: 2px dotted var(--form--border-color);
  }
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  padding-left: 10px;
  font-size: var(--global--font-size-xs);
  vertical-align: top;
}

/**
 * https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    height: 6px;
    background: var(--form--color-ranged);
    border-radius: 6px;
    outline-offset: 10px;
  }
  input[type=range]:disabled {
    opacity: 0.7;
  }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 3px solid var(--form--color-ranged);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: var(--global--color-background);
    cursor: pointer;
  }
  input[type=range]::-moz-range-thumb {
    border: 3px solid var(--form--color-ranged);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: var(--global--color-background);
    cursor: pointer;
    box-sizing: border-box;
  }
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  border-width: 19px 0;
  border-color: var(--global--color-background);
  background: transparent;
  color: transparent;
  cursor: pointer;
}

input[type=range]::-ms-fill-upper {
  background: var(--form--color-ranged);
  border-radius: 6px;
}

input[type=range]::-ms-fill-lower {
  background: var(--form--color-ranged);
  border-radius: 6px;
}

input[type=range]::-ms-thumb {
  border: 3px solid var(--form--color-ranged);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: var(--global--color-background);
  cursor: pointer;
}

fieldset {
  display: grid;
  border-color: var(--global--color-secondary);
  padding: var(--global--spacing-horizontal);
}
fieldset legend {
  font-size: var(--global--font-size-lg);
}
fieldset input[type=submit] {
  max-width: max-content;
}
fieldset input:not([type=submit]) {
  margin-bottom: var(--global--spacing-unit);
}
fieldset input[type=radio], fieldset input[type=checkbox] {
  margin-bottom: 0;
}
fieldset input[type=radio] + label, fieldset input[type=checkbox] + label {
  font-size: var(--form--font-size);
  padding-left: 0;
  margin-bottom: var(--global--spacing-unit);
}

::placeholder {
  padding-left: 2px;
  color: var(--global--color-text-gray);
}

::-moz-placeholder {
  opacity: 1;
}

.post-password-message {
  font-size: var(--global--font-size-lg);
}

.post-password-form {
  display: flex;
  flex-wrap: wrap;
}
.post-password-form__label {
  width: 100%;
  margin-bottom: 0;
}
.post-password-form input[type=password] {
  flex-grow: 1;
  margin-top: calc(var(--global--spacing-vertical) / 3);
  margin-right: calc(0.66 * var(--global--spacing-horizontal));
}
.post-password-form__submit {
  margin-top: calc(var(--global--spacing-vertical) / 3);
}
@media only screen and (min-width: 592px) {
  .post-password-form__submit {
    margin-left: calc(0.4 * var(--global--spacing-horizontal));
  }
}

input.no-style,
.site textarea.no-style {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
input.auto-height,
.site textarea.auto-height {
  resize: none;
  overflow: hidden;
  min-height: 48px;
}

.field-header .media-set {
  display: flex;
  margin-bottom: 6px;
  margin-top: -20px;
}
.field-header .media-set > div {
  margin-right: 1.2em;
}
.field-header .media-set .mdc-button {
  font-size: var(--global--font-size-xxxxs);
  font-weight: var(--heading--font-weight);
}
.field-header .media-set .mdc-button .mdc-button__icon {
  font-size: var(--global--font-size-xs);
  margin: 0;
  margin-left: -4px;
}
.field-header:not(:hover) .mdc-button {
  transform: scale(0.8, 0.8);
  opacity: 0;
}

.field-set {
  display: flex;
}
.field-set:not(.image-preview), .field-set.reader-on {
  margin-bottom: 0.666rem;
}
.field-set.image-preview:not(.reader-on) {
  display: none;
}
.field-set > div {
  flex: 1;
  margin-bottom: 0 !important;
}
.field-set > div.button-field {
  flex: none;
}
.field-set > div.field-actions {
  display: flex;
  align-items: center;
  display: none;
}
.field-set > div.field-actions a {
  margin-left: 0.5em;
}
.field-set > div.wrap-image {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.mmmt-field:not(.last-field) {
  margin-bottom: 1rem;
}
.mmmt-field .mdc-text-field {
  line-height: 1;
  background-color: var(--global--color-light-gray3);
  width: 100%;
  margin-bottom: 0;
}
.mmmt-field .mdc-text-field.no-style {
  background-color: transparent;
  border-radius: 0;
  display: block;
}
.mmmt-field .mdc-text-field.no-style .mdc-notched-outline > span {
  border-color: transparent;
}
.mmmt-field .mdc-text-field:not(.mdc-text-field--textarea) {
  height: 48px;
}
.mmmt-field .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.4);
}
.mmmt-field .mdc-text-field.mdc-text-field--focused {
  background-color: var(--global--color-background);
}
.mmmt-field .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) .mdc-floating-label {
  color: var(--mdc-theme-primary);
}
.mmmt-field .mdc-text-field.mdc-text-field--with-leading-icon.mdc-text-field--outlined:not(.mdc-text-field--label-floating) .mdc-floating-label {
  left: 30px;
}
.mmmt-field .mdc-text-field .mdc-floating-label {
  font-size: var(--global--font-size-xxxs) !important;
}
.mmmt-field .mdc-text-field input {
  outline: none !important;
  padding: 0;
  margin: 0;
}
.mmmt-field .mdc-text-field textarea {
  outline: none !important;
  margin: 16px 0 !important;
}
.mmmt-field .mdc-text-field.shaped {
  border-radius: 28px;
  padding-left: 24px;
  padding-right: 24px;
}
.mmmt-field .mdc-text-field.shaped .mdc-notched-outline__leading {
  border-radius: 28px 0 0 28px;
  width: 24px;
}
.mmmt-field .mdc-text-field.shaped .mdc-notched-outline__trailing {
  border-radius: 0 28px 28px 0;
  width: 24px;
}
.mmmt-field .mdc-text-field i {
  text-align: center;
  color: var(--global--color-text-gray);
}
.mmmt-field .mdc-text-field i.mdc-text-field__icon {
  width: 48px;
}
.mmmt-field .mdc-text-field i img {
  max-height: 24px;
  width: auto;
}
.mmmt-field .mdc-text-field.mdc-text-field--focused i {
  color: var(--global--color-mmmtblue);
}
.mmmt-field.only-edit:not(.reader-on) {
  display: none;
}
.mmmt-field .mdc-form-field.type-list .label-title {
  color: var(--global--color-primary);
  margin: 0;
}
.mmmt-field .mdc-form-field.type-list .label-title .label-description {
  color: var(--global--color-text-gray);
  font-size: var(--global--font-size-xxxs);
  display: block;
}

.no-resize {
  resize: none;
}

.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  -webkit-transform: translateY(-30.75px) scale(0.75);
  transform: translateY(-30.75px) scale(0.75);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded.mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  -webkit-transform: translateY(-30.75px) translateX(-32px) scale(0.75);
  transform: translateY(-30.75px) translateX(-32px) scale(0.75);
}

.mdc-checkbox.symbol-only .mdc-checkbox__background {
  background-color: transparent !important;
  border: none;
}
.mdc-checkbox .mdc-checkbox__native-control {
  position: absolute !important;
  box-sizing: border-box;
}
.mdc-checkbox .mdc-checkbox__native-control.hidden, .mdc-checkbox .mdc-checkbox__native-control[name=post-term], .mdc-checkbox .mdc-checkbox__native-control[name=post-api-term], .mdc-checkbox .mdc-checkbox__native-control[name=post-term-book], .mdc-checkbox .mdc-checkbox__native-control[name=post-api-book], .mdc-checkbox .mdc-checkbox__native-control[name=post-term-board] {
  visibility: hidden;
}
.mdc-checkbox .mdc-checkbox__background {
  border-width: 1px;
}
.mdc-checkbox .mdc-checkbox__background .mdc-checkbox__checkmark {
  transform: scale(0.8);
}

.mdc-radio .mdc-radio__native-control {
  visibility: hidden;
}
.mdc-radio .mdc-radio__background .mdc-radio__outer-circle {
  border-width: 1px;
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--mdc-checkbox-unchecked-color);
}

.mdc-text-field--outlined .mdc-notched-outline__leading,
.mdc-text-field--outlined .mdc-notched-outline__notch,
.mdc-text-field--outlined .mdc-notched-outline__trailing {
  transition: all ease-in-out 0.2s;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.08);
}

.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--focused .mdc-notched-outline__trailing {
  border-width: 1px;
}

.mdc-text-field-helper-line {
  transition: all ease-in-out 0.125s;
  height: 19.5px;
}
.mdc-text-field-helper-line .mdc-text-field-helper-text:before {
  margin-left: -4px;
}

.mmmt-field {
  transition: all ease-in-out 0.125s;
}
.mmmt-field .mdc-deprecated-list {
  padding: 0;
  margin-bottom: 1em;
}

.form-actions {
  display: flex;
  justify-content: right;
  opacity: 1;
  transition: all ease-in-out 0.125s;
}
.form-actions > *:not(:first-child) {
  margin-left: 0.5em;
}

.mdc-button[data-active] .icon-active {
  display: none;
}

.without-style .mmmt-field {
  margin-bottom: 0;
}
.without-style .mdc-text-field--disabled .mdc-text-field__input {
  color: var(--global--color-primary);
  opacity: 1;
  cursor: auto;
}
.without-style .mdc-text-field {
  background-color: transparent;
}
.without-style .mdc-text-field .mdc-notched-outline__leading,
.without-style .mdc-text-field .mdc-notched-outline__notch,
.without-style .mdc-text-field .mdc-notched-outline__trailing {
  border-color: transparent;
}
.without-style .mdc-text-field .mdc-floating-label {
  opacity: 0;
}
.without-style .mdc-text-field-helper-line {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.without-style .button-wrap:not(.not-field) {
  height: 0;
}
.without-style .mdc-button:not(.not-field) {
  transform: scale(0, 0);
  opacity: 0;
}
.without-style .mdc-button[data-active] .icon-active {
  display: block;
}
.without-style .mdc-button[data-active] .icon-save {
  display: none;
}

.field-not-modified .form-actions,
.field-not-modified .entry-submit {
  opacity: 0;
  height: 0;
  margin: 0;
}

.status-view:not(.post) {
  display: none;
}

.edit-on .status-view:not(.edit) {
  display: none;
}
.edit-on .status-view.edit {
  display: inherit;
}

.ship-on .edit-section {
  display: none;
}
.ship-on .status-view:not(.ship) {
  display: none;
}
.ship-on .status-view.ship {
  display: inherit;
}

.book-on .form-actions .status-view:not(.book) {
  display: none;
}
.book-on .form-actions .status-view.book {
  display: inherit;
}

.form-helper {
  font-size: 0.75em;
  margin-bottom: 1em;
}
.form-helper:not(:first-child) {
  margin-top: 1.5em;
}
.form-helper.info {
  color: var(--global--color-text-gray);
}
.form-helper.title {
  color: var(--global--color-text-gray);
  font-weight: var(--heading--font-weight);
}
.form-helper.important {
  color: var(--global--color-mmmtboardblue);
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* Classic editor images */
.entry-content img {
  max-width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Media captions */
figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption {
  color: currentColor;
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}
.alignleft figcaption, .alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
  margin-bottom: 0;
}

/* WP Smiley */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Over here, place any elements that do not need to have their own file. */
b,
strong {
  font-weight: var(--heading--font-weight);
}

dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  white-space: pre;
  overflow-x: auto;
}

/*
 * text-underline-offset doesn't work in Chrome at all 👎
 * But looks nice in Safari/Firefox, so let's keep it and
 * maybe Chrome will support it soon.
 */
a {
  cursor: pointer;
  color: var(--wp--style--color--link, var(--global--color-primary));
  text-underline-offset: 3px;
  text-decoration-skip-ink: all;
  text-decoration: none !important;
  outline: 0 !important;
  transition: all ease-in-out 0.125s;
}

@media (hover: hover) {
  a:hover {
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
    opacity: 1;
    color: var(--global--color-mmmtblue);
  }
  body.slug-intro a:hover {
    color: var(--global--color-mmmtpink);
  }
}
a:focus {
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  opacity: 1;
  color: var(--global--color-mmmtblue);
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  /* Only visible in Windows High Contrast mode */
  outline: 2px solid transparent;
  text-decoration: underline 1px dotted currentColor;
  text-decoration-skip-ink: none;
}
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: var(--global--color-black);
  color: var(--global--color-white);
  text-decoration: none;
}
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
  color: var(--wp--style--color--link, var(--global--color-white));
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: rgba(0, 0, 0, 0.9);
  color: var(--wp--style--color--link, var(--global--color-white));
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
  color: var(--wp--style--color--link, var(--global--color-white));
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link {
  /* Only visible in Windows High Contrast mode */
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link:focus {
  color: #21759b;
  background-color: #f1f1f1;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link {
  background: none;
}

.has-background .has-link-color a, .has-background.has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}

/* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */
.wp-block-audio audio:focus {
  outline-offset: 5px;
  outline: 2px solid var(--global--color-primary);
}

/**
 * Button
 */
.site .button,
.button-wrap button,
input[type=submit],
input[type=reset],
.wp-block-search .wp-block-search__button,
.wp-block-button .wp-block-button__link,
.wp-block-file a.wp-block-file__button,
.mdc-button {
  border: var(--button--border-width) solid rgba(0, 0, 0, 0.05);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family) !important;
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  overflow: hidden;
  vertical-align: middle;
  height: auto;
  text-transform: none;
  letter-spacing: normal;
  background: inherit;
  background-color: var(--global--color-mmmtsky);
  color: var(--global--color-primary);
  transition: all ease-in-out 0.125s;
  position: relative;
  min-width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  min-width: 32px;
}
@media only screen and (max-width: 703px) {
  .site .button,
  .button-wrap button,
  input[type=submit],
  input[type=reset],
  .wp-block-search .wp-block-search__button,
  .wp-block-button .wp-block-button__link,
  .wp-block-file a.wp-block-file__button,
  .mdc-button {
    font-size: var(--global--font-size-xxs);
  }
}
.site .button.toggled-label .toggled-off,
.button-wrap button.toggled-label .toggled-off,
input[type=submit].toggled-label .toggled-off,
input[type=reset].toggled-label .toggled-off,
.wp-block-search .wp-block-search__button.toggled-label .toggled-off,
.wp-block-button .wp-block-button__link.toggled-label .toggled-off,
.wp-block-file a.wp-block-file__button.toggled-label .toggled-off,
.mdc-button.toggled-label .toggled-off {
  display: none;
}
.site .button.toggled-label.toggled-on .toggled-on, .site .button.toggled-label.reader-on .toggled-on,
.button-wrap button.toggled-label.toggled-on .toggled-on,
.button-wrap button.toggled-label.reader-on .toggled-on,
input[type=submit].toggled-label.toggled-on .toggled-on,
input[type=submit].toggled-label.reader-on .toggled-on,
input[type=reset].toggled-label.toggled-on .toggled-on,
input[type=reset].toggled-label.reader-on .toggled-on,
.wp-block-search .wp-block-search__button.toggled-label.toggled-on .toggled-on,
.wp-block-search .wp-block-search__button.toggled-label.reader-on .toggled-on,
.wp-block-button .wp-block-button__link.toggled-label.toggled-on .toggled-on,
.wp-block-button .wp-block-button__link.toggled-label.reader-on .toggled-on,
.wp-block-file a.wp-block-file__button.toggled-label.toggled-on .toggled-on,
.wp-block-file a.wp-block-file__button.toggled-label.reader-on .toggled-on,
.mdc-button.toggled-label.toggled-on .toggled-on,
.mdc-button.toggled-label.reader-on .toggled-on {
  display: none;
}
.site .button.toggled-label.toggled-on .toggled-off, .site .button.toggled-label.reader-on .toggled-off,
.button-wrap button.toggled-label.toggled-on .toggled-off,
.button-wrap button.toggled-label.reader-on .toggled-off,
input[type=submit].toggled-label.toggled-on .toggled-off,
input[type=submit].toggled-label.reader-on .toggled-off,
input[type=reset].toggled-label.toggled-on .toggled-off,
input[type=reset].toggled-label.reader-on .toggled-off,
.wp-block-search .wp-block-search__button.toggled-label.toggled-on .toggled-off,
.wp-block-search .wp-block-search__button.toggled-label.reader-on .toggled-off,
.wp-block-button .wp-block-button__link.toggled-label.toggled-on .toggled-off,
.wp-block-button .wp-block-button__link.toggled-label.reader-on .toggled-off,
.wp-block-file a.wp-block-file__button.toggled-label.toggled-on .toggled-off,
.wp-block-file a.wp-block-file__button.toggled-label.reader-on .toggled-off,
.mdc-button.toggled-label.toggled-on .toggled-off,
.mdc-button.toggled-label.reader-on .toggled-off {
  display: inline-block;
}
.site .button.full-width,
.button-wrap button.full-width,
input[type=submit].full-width,
input[type=reset].full-width,
.wp-block-search .wp-block-search__button.full-width,
.wp-block-button .wp-block-button__link.full-width,
.wp-block-file a.wp-block-file__button.full-width,
.mdc-button.full-width {
  width: 100%;
}
.site .button:not(:disabled),
.button-wrap button:not(:disabled),
input[type=submit]:not(:disabled),
input[type=reset]:not(:disabled),
.wp-block-search .wp-block-search__button:not(:disabled),
.wp-block-button .wp-block-button__link:not(:disabled),
.wp-block-file a.wp-block-file__button:not(:disabled),
.mdc-button:not(:disabled) {
  color: var(--global--color-primary);
}
.site .button:not(:disabled).green-button,
.button-wrap button:not(:disabled).green-button,
input[type=submit]:not(:disabled).green-button,
input[type=reset]:not(:disabled).green-button,
.wp-block-search .wp-block-search__button:not(:disabled).green-button,
.wp-block-button .wp-block-button__link:not(:disabled).green-button,
.wp-block-file a.wp-block-file__button:not(:disabled).green-button,
.mdc-button:not(:disabled).green-button {
  background-color: var(--global--color-green);
  color: var(--global--color-mmmtgreen);
}
.site .button:not(:disabled).green-button .mdc-button__ripple:before,
.site .button:not(:disabled).green-button .mdc-button__ripple::after,
.button-wrap button:not(:disabled).green-button .mdc-button__ripple:before,
.button-wrap button:not(:disabled).green-button .mdc-button__ripple::after,
input[type=submit]:not(:disabled).green-button .mdc-button__ripple:before,
input[type=submit]:not(:disabled).green-button .mdc-button__ripple::after,
input[type=reset]:not(:disabled).green-button .mdc-button__ripple:before,
input[type=reset]:not(:disabled).green-button .mdc-button__ripple::after,
.wp-block-search .wp-block-search__button:not(:disabled).green-button .mdc-button__ripple:before,
.wp-block-search .wp-block-search__button:not(:disabled).green-button .mdc-button__ripple::after,
.wp-block-button .wp-block-button__link:not(:disabled).green-button .mdc-button__ripple:before,
.wp-block-button .wp-block-button__link:not(:disabled).green-button .mdc-button__ripple::after,
.wp-block-file a.wp-block-file__button:not(:disabled).green-button .mdc-button__ripple:before,
.wp-block-file a.wp-block-file__button:not(:disabled).green-button .mdc-button__ripple::after,
.mdc-button:not(:disabled).green-button .mdc-button__ripple:before,
.mdc-button:not(:disabled).green-button .mdc-button__ripple::after {
  background-color: var(--global--color-mmmtgreen);
}
.site .button:not(:disabled).blue-button,
.button-wrap button:not(:disabled).blue-button,
input[type=submit]:not(:disabled).blue-button,
input[type=reset]:not(:disabled).blue-button,
.wp-block-search .wp-block-search__button:not(:disabled).blue-button,
.wp-block-button .wp-block-button__link:not(:disabled).blue-button,
.wp-block-file a.wp-block-file__button:not(:disabled).blue-button,
.mdc-button:not(:disabled).blue-button {
  color: var(--global--color-mmmtblue);
}
.site .button:not(:disabled).blue-button .mdc-button__ripple:before,
.site .button:not(:disabled).blue-button .mdc-button__ripple::after,
.button-wrap button:not(:disabled).blue-button .mdc-button__ripple:before,
.button-wrap button:not(:disabled).blue-button .mdc-button__ripple::after,
input[type=submit]:not(:disabled).blue-button .mdc-button__ripple:before,
input[type=submit]:not(:disabled).blue-button .mdc-button__ripple::after,
input[type=reset]:not(:disabled).blue-button .mdc-button__ripple:before,
input[type=reset]:not(:disabled).blue-button .mdc-button__ripple::after,
.wp-block-search .wp-block-search__button:not(:disabled).blue-button .mdc-button__ripple:before,
.wp-block-search .wp-block-search__button:not(:disabled).blue-button .mdc-button__ripple::after,
.wp-block-button .wp-block-button__link:not(:disabled).blue-button .mdc-button__ripple:before,
.wp-block-button .wp-block-button__link:not(:disabled).blue-button .mdc-button__ripple::after,
.wp-block-file a.wp-block-file__button:not(:disabled).blue-button .mdc-button__ripple:before,
.wp-block-file a.wp-block-file__button:not(:disabled).blue-button .mdc-button__ripple::after,
.mdc-button:not(:disabled).blue-button .mdc-button__ripple:before,
.mdc-button:not(:disabled).blue-button .mdc-button__ripple::after {
  background-color: var(--global--color-mmmtblue);
}
.site .button:not(:disabled).red-button,
.button-wrap button:not(:disabled).red-button,
input[type=submit]:not(:disabled).red-button,
input[type=reset]:not(:disabled).red-button,
.wp-block-search .wp-block-search__button:not(:disabled).red-button,
.wp-block-button .wp-block-button__link:not(:disabled).red-button,
.wp-block-file a.wp-block-file__button:not(:disabled).red-button,
.mdc-button:not(:disabled).red-button {
  background-color: var(--global--color-mmmtpink);
  color: var(--global--color-mmmtred);
}
.site .button:not(:disabled).red-button .mdc-button__ripple:before,
.site .button:not(:disabled).red-button .mdc-button__ripple::after,
.button-wrap button:not(:disabled).red-button .mdc-button__ripple:before,
.button-wrap button:not(:disabled).red-button .mdc-button__ripple::after,
input[type=submit]:not(:disabled).red-button .mdc-button__ripple:before,
input[type=submit]:not(:disabled).red-button .mdc-button__ripple::after,
input[type=reset]:not(:disabled).red-button .mdc-button__ripple:before,
input[type=reset]:not(:disabled).red-button .mdc-button__ripple::after,
.wp-block-search .wp-block-search__button:not(:disabled).red-button .mdc-button__ripple:before,
.wp-block-search .wp-block-search__button:not(:disabled).red-button .mdc-button__ripple::after,
.wp-block-button .wp-block-button__link:not(:disabled).red-button .mdc-button__ripple:before,
.wp-block-button .wp-block-button__link:not(:disabled).red-button .mdc-button__ripple::after,
.wp-block-file a.wp-block-file__button:not(:disabled).red-button .mdc-button__ripple:before,
.wp-block-file a.wp-block-file__button:not(:disabled).red-button .mdc-button__ripple::after,
.mdc-button:not(:disabled).red-button .mdc-button__ripple:before,
.mdc-button:not(:disabled).red-button .mdc-button__ripple::after {
  background-color: var(--global--color-mmmtred);
}
.site .button:not(:disabled).gray-button,
.button-wrap button:not(:disabled).gray-button,
input[type=submit]:not(:disabled).gray-button,
input[type=reset]:not(:disabled).gray-button,
.wp-block-search .wp-block-search__button:not(:disabled).gray-button,
.wp-block-button .wp-block-button__link:not(:disabled).gray-button,
.wp-block-file a.wp-block-file__button:not(:disabled).gray-button,
.mdc-button:not(:disabled).gray-button {
  background-color: #F7F7F5;
}
.site .button:not(:disabled).gray-button .mdc-button__ripple:before,
.site .button:not(:disabled).gray-button .mdc-button__ripple::after,
.button-wrap button:not(:disabled).gray-button .mdc-button__ripple:before,
.button-wrap button:not(:disabled).gray-button .mdc-button__ripple::after,
input[type=submit]:not(:disabled).gray-button .mdc-button__ripple:before,
input[type=submit]:not(:disabled).gray-button .mdc-button__ripple::after,
input[type=reset]:not(:disabled).gray-button .mdc-button__ripple:before,
input[type=reset]:not(:disabled).gray-button .mdc-button__ripple::after,
.wp-block-search .wp-block-search__button:not(:disabled).gray-button .mdc-button__ripple:before,
.wp-block-search .wp-block-search__button:not(:disabled).gray-button .mdc-button__ripple::after,
.wp-block-button .wp-block-button__link:not(:disabled).gray-button .mdc-button__ripple:before,
.wp-block-button .wp-block-button__link:not(:disabled).gray-button .mdc-button__ripple::after,
.wp-block-file a.wp-block-file__button:not(:disabled).gray-button .mdc-button__ripple:before,
.wp-block-file a.wp-block-file__button:not(:disabled).gray-button .mdc-button__ripple::after,
.mdc-button:not(:disabled).gray-button .mdc-button__ripple:before,
.mdc-button:not(:disabled).gray-button .mdc-button__ripple::after {
  background-color: #2E2E2E;
}
.site .button .mdc-button__label,
.button-wrap button .mdc-button__label,
input[type=submit] .mdc-button__label,
input[type=reset] .mdc-button__label,
.wp-block-search .wp-block-search__button .mdc-button__label,
.wp-block-button .wp-block-button__link .mdc-button__label,
.wp-block-file a.wp-block-file__button .mdc-button__label,
.mdc-button .mdc-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site .button .mdc-button__icon,
.button-wrap button .mdc-button__icon,
input[type=submit] .mdc-button__icon,
input[type=reset] .mdc-button__icon,
.wp-block-search .wp-block-search__button .mdc-button__icon,
.wp-block-button .wp-block-button__link .mdc-button__icon,
.wp-block-file a.wp-block-file__button .mdc-button__icon,
.mdc-button .mdc-button__icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: -0.15em;
  margin-right: 0.15em;
  text-align: center;
}
.site .button .mdc-button__icon > img,
.button-wrap button .mdc-button__icon > img,
input[type=submit] .mdc-button__icon > img,
input[type=reset] .mdc-button__icon > img,
.wp-block-search .wp-block-search__button .mdc-button__icon > img,
.wp-block-button .wp-block-button__link .mdc-button__icon > img,
.wp-block-file a.wp-block-file__button .mdc-button__icon > img,
.mdc-button .mdc-button__icon > img {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-top: 1px;
  object-fit: cover;
}
.site .button.mdc-button--icon-trailing .mdc-button__icon,
.button-wrap button.mdc-button--icon-trailing .mdc-button__icon,
input[type=submit].mdc-button--icon-trailing .mdc-button__icon,
input[type=reset].mdc-button--icon-trailing .mdc-button__icon,
.wp-block-search .wp-block-search__button.mdc-button--icon-trailing .mdc-button__icon,
.wp-block-button .wp-block-button__link.mdc-button--icon-trailing .mdc-button__icon,
.wp-block-file a.wp-block-file__button.mdc-button--icon-trailing .mdc-button__icon,
.mdc-button.mdc-button--icon-trailing .mdc-button__icon {
  margin-left: 0.15em;
  margin-right: 0;
}
.site .button .mdc-tab__text-label,
.button-wrap button .mdc-tab__text-label,
input[type=submit] .mdc-tab__text-label,
input[type=reset] .mdc-tab__text-label,
.wp-block-search .wp-block-search__button .mdc-tab__text-label,
.wp-block-button .wp-block-button__link .mdc-tab__text-label,
.wp-block-file a.wp-block-file__button .mdc-tab__text-label,
.mdc-button .mdc-tab__text-label {
  color: var(--global--color-primary);
  line-height: var(--button--line-height);
}
.site .button:not(:hover):not(:active):not(.has-text-color),
.button-wrap button:not(:hover):not(:active):not(.has-text-color),
input[type=submit]:not(:hover):not(:active):not(.has-text-color),
input[type=reset]:not(:hover):not(:active):not(.has-text-color),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color),
.mdc-button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.site .button:not(:hover):not(:active):not(.has-text-color).denied-button,
.button-wrap button:not(:hover):not(:active):not(.has-text-color).denied-button,
input[type=submit]:not(:hover):not(:active):not(.has-text-color).denied-button,
input[type=reset]:not(:hover):not(:active):not(.has-text-color).denied-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color).denied-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).denied-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color).denied-button,
.mdc-button:not(:hover):not(:active):not(.has-text-color).denied-button {
  color: rgba(255, 255, 255, 0.5);
}
.has-background .site .button:not(:hover):not(:active):not(.has-text-color),
.has-background .button-wrap button:not(:hover):not(:active):not(.has-text-color),
.has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color),
.has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color),
.has-background .mdc-button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-background, var(--global--color-primary));
}
.has-background .site .button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .button-wrap button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .mdc-button:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--global--color-primary);
}
.site .button:not(:hover):not(:active):not(.has-background),
.button-wrap button:not(:hover):not(:active):not(.has-background),
input[type=submit]:not(:hover):not(:active):not(.has-background),
input[type=reset]:not(:hover):not(:active):not(.has-background),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background),
.mdc-button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-mmmtblue);
}
.site .button:not(:hover):not(:active):not(.has-background).black-button,
.button-wrap button:not(:hover):not(:active):not(.has-background).black-button,
input[type=submit]:not(:hover):not(:active):not(.has-background).black-button,
input[type=reset]:not(:hover):not(:active):not(.has-background).black-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background).black-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background).black-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background).black-button,
.mdc-button:not(:hover):not(:active):not(.has-background).black-button {
  background-color: var(--global--color-mmmtblack);
}
.site .button:not(:hover):not(:active):not(.has-background).boardblue-button,
.button-wrap button:not(:hover):not(:active):not(.has-background).boardblue-button,
input[type=submit]:not(:hover):not(:active):not(.has-background).boardblue-button,
input[type=reset]:not(:hover):not(:active):not(.has-background).boardblue-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background).boardblue-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background).boardblue-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background).boardblue-button,
.mdc-button:not(:hover):not(:active):not(.has-background).boardblue-button {
  background-color: var(--global--color-mmmtboardblue);
}
.site .button:not(:hover):not(:active):not(.has-background).mdc-switch,
.button-wrap button:not(:hover):not(:active):not(.has-background).mdc-switch,
input[type=submit]:not(:hover):not(:active):not(.has-background).mdc-switch,
input[type=reset]:not(:hover):not(:active):not(.has-background).mdc-switch,
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background).mdc-switch,
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background).mdc-switch,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background).mdc-switch,
.mdc-button:not(:hover):not(:active):not(.has-background).mdc-switch {
  background-color: transparent;
}
.has-background .site .button:not(:hover):not(:active):not(.has-background),
.has-background .button-wrap button:not(:hover):not(:active):not(.has-background),
.has-background input[type=submit]:not(:hover):not(:active):not(.has-background),
.has-background input[type=reset]:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background),
.has-background .mdc-button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--local--color-primary, var(--global--color-primary));
}
.site .button:not(:hover):not(:active).chain-button:not(.activated),
.button-wrap button:not(:hover):not(:active).chain-button:not(.activated),
input[type=submit]:not(:hover):not(:active).chain-button:not(.activated),
input[type=reset]:not(:hover):not(:active).chain-button:not(.activated),
.wp-block-search .wp-block-search__button:not(:hover):not(:active).chain-button:not(.activated),
.wp-block-button .wp-block-button__link:not(:hover):not(:active).chain-button:not(.activated),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).chain-button:not(.activated),
.mdc-button:not(:hover):not(:active).chain-button:not(.activated) {
  background-color: var(--global--color-background);
  color: var(--global--color-text-gray);
}
.site .button:not(:hover):not(:active).text-button, .site .button:not(:hover):not(:active).only-text-button, .site .button:not(:hover):not(:active).block-button,
.button-wrap button:not(:hover):not(:active).text-button,
.button-wrap button:not(:hover):not(:active).only-text-button,
.button-wrap button:not(:hover):not(:active).block-button,
input[type=submit]:not(:hover):not(:active).text-button,
input[type=submit]:not(:hover):not(:active).only-text-button,
input[type=submit]:not(:hover):not(:active).block-button,
input[type=reset]:not(:hover):not(:active).text-button,
input[type=reset]:not(:hover):not(:active).only-text-button,
input[type=reset]:not(:hover):not(:active).block-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).text-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).only-text-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).block-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).text-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).only-text-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).block-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).text-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).only-text-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).block-button,
.mdc-button:not(:hover):not(:active).text-button,
.mdc-button:not(:hover):not(:active).only-text-button,
.mdc-button:not(:hover):not(:active).block-button {
  background-color: transparent;
  border-color: transparent;
  color: var(--global--color-primary);
}
.site .button:not(:hover):not(:active).text-button.blue-button, .site .button:not(:hover):not(:active).only-text-button.blue-button, .site .button:not(:hover):not(:active).block-button.blue-button,
.button-wrap button:not(:hover):not(:active).text-button.blue-button,
.button-wrap button:not(:hover):not(:active).only-text-button.blue-button,
.button-wrap button:not(:hover):not(:active).block-button.blue-button,
input[type=submit]:not(:hover):not(:active).text-button.blue-button,
input[type=submit]:not(:hover):not(:active).only-text-button.blue-button,
input[type=submit]:not(:hover):not(:active).block-button.blue-button,
input[type=reset]:not(:hover):not(:active).text-button.blue-button,
input[type=reset]:not(:hover):not(:active).only-text-button.blue-button,
input[type=reset]:not(:hover):not(:active).block-button.blue-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).text-button.blue-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).only-text-button.blue-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).block-button.blue-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).text-button.blue-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).only-text-button.blue-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).block-button.blue-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).text-button.blue-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).only-text-button.blue-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).block-button.blue-button,
.mdc-button:not(:hover):not(:active).text-button.blue-button,
.mdc-button:not(:hover):not(:active).only-text-button.blue-button,
.mdc-button:not(:hover):not(:active).block-button.blue-button {
  color: var(--global--color-mmmtblue);
}
.site .button:not(:hover):not(:active).text-button.boardblue-button, .site .button:not(:hover):not(:active).only-text-button.boardblue-button, .site .button:not(:hover):not(:active).block-button.boardblue-button,
.button-wrap button:not(:hover):not(:active).text-button.boardblue-button,
.button-wrap button:not(:hover):not(:active).only-text-button.boardblue-button,
.button-wrap button:not(:hover):not(:active).block-button.boardblue-button,
input[type=submit]:not(:hover):not(:active).text-button.boardblue-button,
input[type=submit]:not(:hover):not(:active).only-text-button.boardblue-button,
input[type=submit]:not(:hover):not(:active).block-button.boardblue-button,
input[type=reset]:not(:hover):not(:active).text-button.boardblue-button,
input[type=reset]:not(:hover):not(:active).only-text-button.boardblue-button,
input[type=reset]:not(:hover):not(:active).block-button.boardblue-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).text-button.boardblue-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).only-text-button.boardblue-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).block-button.boardblue-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).text-button.boardblue-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).only-text-button.boardblue-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).block-button.boardblue-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).text-button.boardblue-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).only-text-button.boardblue-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).block-button.boardblue-button,
.mdc-button:not(:hover):not(:active).text-button.boardblue-button,
.mdc-button:not(:hover):not(:active).only-text-button.boardblue-button,
.mdc-button:not(:hover):not(:active).block-button.boardblue-button {
  color: var(--global--color-mmmtboardblue);
}
.site .button:not(:hover):not(:active).text-button.white-button, .site .button:not(:hover):not(:active).only-text-button.white-button, .site .button:not(:hover):not(:active).block-button.white-button,
.button-wrap button:not(:hover):not(:active).text-button.white-button,
.button-wrap button:not(:hover):not(:active).only-text-button.white-button,
.button-wrap button:not(:hover):not(:active).block-button.white-button,
input[type=submit]:not(:hover):not(:active).text-button.white-button,
input[type=submit]:not(:hover):not(:active).only-text-button.white-button,
input[type=submit]:not(:hover):not(:active).block-button.white-button,
input[type=reset]:not(:hover):not(:active).text-button.white-button,
input[type=reset]:not(:hover):not(:active).only-text-button.white-button,
input[type=reset]:not(:hover):not(:active).block-button.white-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).text-button.white-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).only-text-button.white-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).block-button.white-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).text-button.white-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).only-text-button.white-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).block-button.white-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).text-button.white-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).only-text-button.white-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).block-button.white-button,
.mdc-button:not(:hover):not(:active).text-button.white-button,
.mdc-button:not(:hover):not(:active).only-text-button.white-button,
.mdc-button:not(:hover):not(:active).block-button.white-button {
  color: var(--global--color-white);
}
.site .button:not(:hover):not(:active).text-button.gray-button, .site .button:not(:hover):not(:active).only-text-button.gray-button, .site .button:not(:hover):not(:active).block-button.gray-button,
.button-wrap button:not(:hover):not(:active).text-button.gray-button,
.button-wrap button:not(:hover):not(:active).only-text-button.gray-button,
.button-wrap button:not(:hover):not(:active).block-button.gray-button,
input[type=submit]:not(:hover):not(:active).text-button.gray-button,
input[type=submit]:not(:hover):not(:active).only-text-button.gray-button,
input[type=submit]:not(:hover):not(:active).block-button.gray-button,
input[type=reset]:not(:hover):not(:active).text-button.gray-button,
input[type=reset]:not(:hover):not(:active).only-text-button.gray-button,
input[type=reset]:not(:hover):not(:active).block-button.gray-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).text-button.gray-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).only-text-button.gray-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).block-button.gray-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).text-button.gray-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).only-text-button.gray-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).block-button.gray-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).text-button.gray-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).only-text-button.gray-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).block-button.gray-button,
.mdc-button:not(:hover):not(:active).text-button.gray-button,
.mdc-button:not(:hover):not(:active).only-text-button.gray-button,
.mdc-button:not(:hover):not(:active).block-button.gray-button {
  color: var(--global--color-text-gray);
}
.site .button:not(:hover):not(:active).text-button.red-button, .site .button:not(:hover):not(:active).only-text-button.red-button, .site .button:not(:hover):not(:active).block-button.red-button,
.button-wrap button:not(:hover):not(:active).text-button.red-button,
.button-wrap button:not(:hover):not(:active).only-text-button.red-button,
.button-wrap button:not(:hover):not(:active).block-button.red-button,
input[type=submit]:not(:hover):not(:active).text-button.red-button,
input[type=submit]:not(:hover):not(:active).only-text-button.red-button,
input[type=submit]:not(:hover):not(:active).block-button.red-button,
input[type=reset]:not(:hover):not(:active).text-button.red-button,
input[type=reset]:not(:hover):not(:active).only-text-button.red-button,
input[type=reset]:not(:hover):not(:active).block-button.red-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).text-button.red-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).only-text-button.red-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).block-button.red-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).text-button.red-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).only-text-button.red-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).block-button.red-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).text-button.red-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).only-text-button.red-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).block-button.red-button,
.mdc-button:not(:hover):not(:active).text-button.red-button,
.mdc-button:not(:hover):not(:active).only-text-button.red-button,
.mdc-button:not(:hover):not(:active).block-button.red-button {
  color: var(--global--color-mmmtred);
}
.site .button:not(:hover):not(:active).icon-button,
.button-wrap button:not(:hover):not(:active).icon-button,
input[type=submit]:not(:hover):not(:active).icon-button,
input[type=reset]:not(:hover):not(:active).icon-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).icon-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).icon-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).icon-button,
.mdc-button:not(:hover):not(:active).icon-button {
  background-color: transparent;
  border-color: transparent;
  color: var(--global--color-primary);
}
.site .button:not(:hover):not(:active).icon-button.white-button,
.button-wrap button:not(:hover):not(:active).icon-button.white-button,
input[type=submit]:not(:hover):not(:active).icon-button.white-button,
input[type=reset]:not(:hover):not(:active).icon-button.white-button,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).icon-button.white-button,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).icon-button.white-button,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).icon-button.white-button,
.mdc-button:not(:hover):not(:active).icon-button.white-button {
  color: var(--global--color-white);
}
.site .button:not(:hover):not(:active).no-padding,
.button-wrap button:not(:hover):not(:active).no-padding,
input[type=submit]:not(:hover):not(:active).no-padding,
input[type=reset]:not(:hover):not(:active).no-padding,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).no-padding,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).no-padding,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).no-padding,
.mdc-button:not(:hover):not(:active).no-padding {
  padding: 0 !important;
}
.site .button:not(:hover):not(:active).no-horizontal-padding,
.button-wrap button:not(:hover):not(:active).no-horizontal-padding,
input[type=submit]:not(:hover):not(:active).no-horizontal-padding,
input[type=reset]:not(:hover):not(:active).no-horizontal-padding,
.wp-block-search .wp-block-search__button:not(:hover):not(:active).no-horizontal-padding,
.wp-block-button .wp-block-button__link:not(:hover):not(:active).no-horizontal-padding,
.wp-block-file a.wp-block-file__button:not(:hover):not(:active).no-horizontal-padding,
.mdc-button:not(:hover):not(:active).no-horizontal-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.site .button.text-button, .site .button.only-text-button,
.button-wrap button.text-button,
.button-wrap button.only-text-button,
input[type=submit].text-button,
input[type=submit].only-text-button,
input[type=reset].text-button,
input[type=reset].only-text-button,
.wp-block-search .wp-block-search__button.text-button,
.wp-block-search .wp-block-search__button.only-text-button,
.wp-block-button .wp-block-button__link.text-button,
.wp-block-button .wp-block-button__link.only-text-button,
.wp-block-file a.wp-block-file__button.text-button,
.wp-block-file a.wp-block-file__button.only-text-button,
.mdc-button.text-button,
.mdc-button.only-text-button {
  background-color: transparent !important;
  border-color: transparent !important;
  color: var(--global--color-primary);
  padding-left: 8px !important;
  padding-right: 8px !important;
  min-height: auto;
  min-width: auto;
}
.site .button.text-button.icon-button, .site .button.only-text-button.icon-button,
.button-wrap button.text-button.icon-button,
.button-wrap button.only-text-button.icon-button,
input[type=submit].text-button.icon-button,
input[type=submit].only-text-button.icon-button,
input[type=reset].text-button.icon-button,
input[type=reset].only-text-button.icon-button,
.wp-block-search .wp-block-search__button.text-button.icon-button,
.wp-block-search .wp-block-search__button.only-text-button.icon-button,
.wp-block-button .wp-block-button__link.text-button.icon-button,
.wp-block-button .wp-block-button__link.only-text-button.icon-button,
.wp-block-file a.wp-block-file__button.text-button.icon-button,
.wp-block-file a.wp-block-file__button.only-text-button.icon-button,
.mdc-button.text-button.icon-button,
.mdc-button.only-text-button.icon-button {
  padding: 0 !important;
}
.site .button.only-text-button,
.button-wrap button.only-text-button,
input[type=submit].only-text-button,
input[type=reset].only-text-button,
.wp-block-search .wp-block-search__button.only-text-button,
.wp-block-button .wp-block-button__link.only-text-button,
.wp-block-file a.wp-block-file__button.only-text-button,
.mdc-button.only-text-button {
  margin: -9px;
  margin-top: -9px;
  line-height: 1;
}
.site .button.emoji-button,
.button-wrap button.emoji-button,
input[type=submit].emoji-button,
input[type=reset].emoji-button,
.wp-block-search .wp-block-search__button.emoji-button,
.wp-block-button .wp-block-button__link.emoji-button,
.wp-block-file a.wp-block-file__button.emoji-button,
.mdc-button.emoji-button {
  font-size: 1.5em;
  line-height: 1;
  height: 48px;
  width: 48px;
}
.site .button.icon-button,
.button-wrap button.icon-button,
input[type=submit].icon-button,
input[type=reset].icon-button,
.wp-block-search .wp-block-search__button.icon-button,
.wp-block-button .wp-block-button__link.icon-button,
.wp-block-file a.wp-block-file__button.icon-button,
.mdc-button.icon-button {
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.site .button.icon-button .icon,
.button-wrap button.icon-button .icon,
input[type=submit].icon-button .icon,
input[type=reset].icon-button .icon,
.wp-block-search .wp-block-search__button.icon-button .icon,
.wp-block-button .wp-block-button__link.icon-button .icon,
.wp-block-file a.wp-block-file__button.icon-button .icon,
.mdc-button.icon-button .icon {
  font-size: 20px;
}
.site .button.action-button,
.button-wrap button.action-button,
input[type=submit].action-button,
input[type=reset].action-button,
.wp-block-search .wp-block-search__button.action-button,
.wp-block-button .wp-block-button__link.action-button,
.wp-block-file a.wp-block-file__button.action-button,
.mdc-button.action-button {
  background-color: transparent !important;
  border-color: transparent !important;
  padding: 0 !important;
  color: inherit !important;
}
.site .button.block-button,
.button-wrap button.block-button,
input[type=submit].block-button,
input[type=reset].block-button,
.wp-block-search .wp-block-search__button.block-button,
.wp-block-button .wp-block-button__link.block-button,
.wp-block-file a.wp-block-file__button.block-button,
.mdc-button.block-button {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.site .button.block-button .mdc-button__ripple,
.button-wrap button.block-button .mdc-button__ripple,
input[type=submit].block-button .mdc-button__ripple,
input[type=reset].block-button .mdc-button__ripple,
.wp-block-search .wp-block-search__button.block-button .mdc-button__ripple,
.wp-block-button .wp-block-button__link.block-button .mdc-button__ripple,
.wp-block-file a.wp-block-file__button.block-button .mdc-button__ripple,
.mdc-button.block-button .mdc-button__ripple {
  border-radius: 0;
}
.site .button.has-close:not(.opened) i.close,
.button-wrap button.has-close:not(.opened) i.close,
input[type=submit].has-close:not(.opened) i.close,
input[type=reset].has-close:not(.opened) i.close,
.wp-block-search .wp-block-search__button.has-close:not(.opened) i.close,
.wp-block-button .wp-block-button__link.has-close:not(.opened) i.close,
.wp-block-file a.wp-block-file__button.has-close:not(.opened) i.close,
.mdc-button.has-close:not(.opened) i.close {
  height: 0 !important;
  visibility: hidden !important;
}
.site .button.has-close.opened i:not(.close),
.button-wrap button.has-close.opened i:not(.close),
input[type=submit].has-close.opened i:not(.close),
input[type=reset].has-close.opened i:not(.close),
.wp-block-search .wp-block-search__button.has-close.opened i:not(.close),
.wp-block-button .wp-block-button__link.has-close.opened i:not(.close),
.wp-block-file a.wp-block-file__button.has-close.opened i:not(.close),
.mdc-button.has-close.opened i:not(.close) {
  height: 0 !important;
  visibility: hidden !important;
}
.site .button.full-round,
.button-wrap button.full-round,
input[type=submit].full-round,
input[type=reset].full-round,
.wp-block-search .wp-block-search__button.full-round,
.wp-block-button .wp-block-button__link.full-round,
.wp-block-file a.wp-block-file__button.full-round,
.mdc-button.full-round {
  border-radius: 24px;
}
.site .button.sm, .site .button.fs-xxs,
.button-wrap button.sm,
.button-wrap button.fs-xxs,
input[type=submit].sm,
input[type=submit].fs-xxs,
input[type=reset].sm,
input[type=reset].fs-xxs,
.wp-block-search .wp-block-search__button.sm,
.wp-block-search .wp-block-search__button.fs-xxs,
.wp-block-button .wp-block-button__link.sm,
.wp-block-button .wp-block-button__link.fs-xxs,
.wp-block-file a.wp-block-file__button.sm,
.wp-block-file a.wp-block-file__button.fs-xxs,
.mdc-button.sm,
.mdc-button.fs-xxs {
  font-size: var(--global--font-size-xxs);
}
.site .button.xxxs, .site .button.fs-xxxs,
.button-wrap button.xxxs,
.button-wrap button.fs-xxxs,
input[type=submit].xxxs,
input[type=submit].fs-xxxs,
input[type=reset].xxxs,
input[type=reset].fs-xxxs,
.wp-block-search .wp-block-search__button.xxxs,
.wp-block-search .wp-block-search__button.fs-xxxs,
.wp-block-button .wp-block-button__link.xxxs,
.wp-block-button .wp-block-button__link.fs-xxxs,
.wp-block-file a.wp-block-file__button.xxxs,
.wp-block-file a.wp-block-file__button.fs-xxxs,
.mdc-button.xxxs,
.mdc-button.fs-xxxs {
  font-size: var(--global--font-size-xxxs);
}
.site .button.light,
.button-wrap button.light,
input[type=submit].light,
input[type=reset].light,
.wp-block-search .wp-block-search__button.light,
.wp-block-button .wp-block-button__link.light,
.wp-block-file a.wp-block-file__button.light,
.mdc-button.light {
  font-weight: 400;
}
.site .button i,
.button-wrap button i,
input[type=submit] i,
input[type=reset] i,
.wp-block-search .wp-block-search__button i,
.wp-block-button .wp-block-button__link i,
.wp-block-file a.wp-block-file__button i,
.mdc-button i {
  line-height: 1;
  display: inline-block;
}
.site .button i img,
.button-wrap button i img,
input[type=submit] i img,
input[type=reset] i img,
.wp-block-search .wp-block-search__button i img,
.wp-block-button .wp-block-button__link i img,
.wp-block-file a.wp-block-file__button i img,
.mdc-button i img {
  max-height: 32px;
  width: auto;
}
.site .button i.sm img,
.button-wrap button i.sm img,
input[type=submit] i.sm img,
input[type=reset] i.sm img,
.wp-block-search .wp-block-search__button i.sm img,
.wp-block-button .wp-block-button__link i.sm img,
.wp-block-file a.wp-block-file__button i.sm img,
.mdc-button i.sm img {
  max-height: 24px;
  width: auto;
}
.site .button i.xs img,
.button-wrap button i.xs img,
input[type=submit] i.xs img,
input[type=reset] i.xs img,
.wp-block-search .wp-block-search__button i.xs img,
.wp-block-button .wp-block-button__link i.xs img,
.wp-block-file a.wp-block-file__button i.xs img,
.mdc-button i.xs img {
  max-height: 16px;
  width: auto;
}
.site .button i.focus,
.button-wrap button i.focus,
input[type=submit] i.focus,
input[type=reset] i.focus,
.wp-block-search .wp-block-search__button i.focus,
.wp-block-button .wp-block-button__link i.focus,
.wp-block-file a.wp-block-file__button i.focus,
.mdc-button i.focus {
  height: 0;
  visibility: hidden;
}
.site .button.left-icon i,
.button-wrap button.left-icon i,
input[type=submit].left-icon i,
input[type=reset].left-icon i,
.wp-block-search .wp-block-search__button.left-icon i,
.wp-block-button .wp-block-button__link.left-icon i,
.wp-block-file a.wp-block-file__button.left-icon i,
.mdc-button.left-icon i {
  margin-right: 0.263em;
}
.site .button:hover, .site .button:active, .site .button.mdc-button:hover, .site .button.mdc-button:active,
.button-wrap button:hover,
.button-wrap button:active,
.button-wrap button.mdc-button:hover,
.button-wrap button.mdc-button:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit].mdc-button:hover,
input[type=submit].mdc-button:active,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset].mdc-button:hover,
input[type=reset].mdc-button:active,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:active,
.wp-block-search .wp-block-search__button.mdc-button:hover,
.wp-block-search .wp-block-search__button.mdc-button:active,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link.mdc-button:hover,
.wp-block-button .wp-block-button__link.mdc-button:active,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button.mdc-button:hover,
.wp-block-file a.wp-block-file__button.mdc-button:active,
.mdc-button:hover,
.mdc-button:active,
.mdc-button.mdc-button:hover,
.mdc-button.mdc-button:active {
  background-color: var(--global--color-mmmtsky);
  border-color: var(--global--color-mmmtblue);
  color: var(--global--color-mmmtblue);
}
.site .button:hover.text-button, .site .button:active.text-button, .site .button.mdc-button:hover.text-button, .site .button.mdc-button:active.text-button,
.button-wrap button:hover.text-button,
.button-wrap button:active.text-button,
.button-wrap button.mdc-button:hover.text-button,
.button-wrap button.mdc-button:active.text-button,
input[type=submit]:hover.text-button,
input[type=submit]:active.text-button,
input[type=submit].mdc-button:hover.text-button,
input[type=submit].mdc-button:active.text-button,
input[type=reset]:hover.text-button,
input[type=reset]:active.text-button,
input[type=reset].mdc-button:hover.text-button,
input[type=reset].mdc-button:active.text-button,
.wp-block-search .wp-block-search__button:hover.text-button,
.wp-block-search .wp-block-search__button:active.text-button,
.wp-block-search .wp-block-search__button.mdc-button:hover.text-button,
.wp-block-search .wp-block-search__button.mdc-button:active.text-button,
.wp-block-button .wp-block-button__link:hover.text-button,
.wp-block-button .wp-block-button__link:active.text-button,
.wp-block-button .wp-block-button__link.mdc-button:hover.text-button,
.wp-block-button .wp-block-button__link.mdc-button:active.text-button,
.wp-block-file a.wp-block-file__button:hover.text-button,
.wp-block-file a.wp-block-file__button:active.text-button,
.wp-block-file a.wp-block-file__button.mdc-button:hover.text-button,
.wp-block-file a.wp-block-file__button.mdc-button:active.text-button,
.mdc-button:hover.text-button,
.mdc-button:active.text-button,
.mdc-button.mdc-button:hover.text-button,
.mdc-button.mdc-button:active.text-button {
  background-color: rgba(0, 0, 0, 0.0625) !important;
  border-color: rgba(0, 0, 0, 0.0625) !important;
}
.site .button:hover.text-button.boardblue-button, .site .button:active.text-button.boardblue-button, .site .button.mdc-button:hover.text-button.boardblue-button, .site .button.mdc-button:active.text-button.boardblue-button,
.button-wrap button:hover.text-button.boardblue-button,
.button-wrap button:active.text-button.boardblue-button,
.button-wrap button.mdc-button:hover.text-button.boardblue-button,
.button-wrap button.mdc-button:active.text-button.boardblue-button,
input[type=submit]:hover.text-button.boardblue-button,
input[type=submit]:active.text-button.boardblue-button,
input[type=submit].mdc-button:hover.text-button.boardblue-button,
input[type=submit].mdc-button:active.text-button.boardblue-button,
input[type=reset]:hover.text-button.boardblue-button,
input[type=reset]:active.text-button.boardblue-button,
input[type=reset].mdc-button:hover.text-button.boardblue-button,
input[type=reset].mdc-button:active.text-button.boardblue-button,
.wp-block-search .wp-block-search__button:hover.text-button.boardblue-button,
.wp-block-search .wp-block-search__button:active.text-button.boardblue-button,
.wp-block-search .wp-block-search__button.mdc-button:hover.text-button.boardblue-button,
.wp-block-search .wp-block-search__button.mdc-button:active.text-button.boardblue-button,
.wp-block-button .wp-block-button__link:hover.text-button.boardblue-button,
.wp-block-button .wp-block-button__link:active.text-button.boardblue-button,
.wp-block-button .wp-block-button__link.mdc-button:hover.text-button.boardblue-button,
.wp-block-button .wp-block-button__link.mdc-button:active.text-button.boardblue-button,
.wp-block-file a.wp-block-file__button:hover.text-button.boardblue-button,
.wp-block-file a.wp-block-file__button:active.text-button.boardblue-button,
.wp-block-file a.wp-block-file__button.mdc-button:hover.text-button.boardblue-button,
.wp-block-file a.wp-block-file__button.mdc-button:active.text-button.boardblue-button,
.mdc-button:hover.text-button.boardblue-button,
.mdc-button:active.text-button.boardblue-button,
.mdc-button.mdc-button:hover.text-button.boardblue-button,
.mdc-button.mdc-button:active.text-button.boardblue-button {
  color: var(--global--color-mmmtboardblue);
}
.site .button:hover.boardblue-button, .site .button:active.boardblue-button, .site .button.mdc-button:hover.boardblue-button, .site .button.mdc-button:active.boardblue-button,
.button-wrap button:hover.boardblue-button,
.button-wrap button:active.boardblue-button,
.button-wrap button.mdc-button:hover.boardblue-button,
.button-wrap button.mdc-button:active.boardblue-button,
input[type=submit]:hover.boardblue-button,
input[type=submit]:active.boardblue-button,
input[type=submit].mdc-button:hover.boardblue-button,
input[type=submit].mdc-button:active.boardblue-button,
input[type=reset]:hover.boardblue-button,
input[type=reset]:active.boardblue-button,
input[type=reset].mdc-button:hover.boardblue-button,
input[type=reset].mdc-button:active.boardblue-button,
.wp-block-search .wp-block-search__button:hover.boardblue-button,
.wp-block-search .wp-block-search__button:active.boardblue-button,
.wp-block-search .wp-block-search__button.mdc-button:hover.boardblue-button,
.wp-block-search .wp-block-search__button.mdc-button:active.boardblue-button,
.wp-block-button .wp-block-button__link:hover.boardblue-button,
.wp-block-button .wp-block-button__link:active.boardblue-button,
.wp-block-button .wp-block-button__link.mdc-button:hover.boardblue-button,
.wp-block-button .wp-block-button__link.mdc-button:active.boardblue-button,
.wp-block-file a.wp-block-file__button:hover.boardblue-button,
.wp-block-file a.wp-block-file__button:active.boardblue-button,
.wp-block-file a.wp-block-file__button.mdc-button:hover.boardblue-button,
.wp-block-file a.wp-block-file__button.mdc-button:active.boardblue-button,
.mdc-button:hover.boardblue-button,
.mdc-button:active.boardblue-button,
.mdc-button.mdc-button:hover.boardblue-button,
.mdc-button.mdc-button:active.boardblue-button {
  background-color: var(--global--color-mmmtsky);
  border-color: var(--global--color-mmmtboardblue);
  color: var(--global--color-mmmtboardblue);
}
.site .button:hover.green-button, .site .button:active.green-button, .site .button.mdc-button:hover.green-button, .site .button.mdc-button:active.green-button,
.button-wrap button:hover.green-button,
.button-wrap button:active.green-button,
.button-wrap button.mdc-button:hover.green-button,
.button-wrap button.mdc-button:active.green-button,
input[type=submit]:hover.green-button,
input[type=submit]:active.green-button,
input[type=submit].mdc-button:hover.green-button,
input[type=submit].mdc-button:active.green-button,
input[type=reset]:hover.green-button,
input[type=reset]:active.green-button,
input[type=reset].mdc-button:hover.green-button,
input[type=reset].mdc-button:active.green-button,
.wp-block-search .wp-block-search__button:hover.green-button,
.wp-block-search .wp-block-search__button:active.green-button,
.wp-block-search .wp-block-search__button.mdc-button:hover.green-button,
.wp-block-search .wp-block-search__button.mdc-button:active.green-button,
.wp-block-button .wp-block-button__link:hover.green-button,
.wp-block-button .wp-block-button__link:active.green-button,
.wp-block-button .wp-block-button__link.mdc-button:hover.green-button,
.wp-block-button .wp-block-button__link.mdc-button:active.green-button,
.wp-block-file a.wp-block-file__button:hover.green-button,
.wp-block-file a.wp-block-file__button:active.green-button,
.wp-block-file a.wp-block-file__button.mdc-button:hover.green-button,
.wp-block-file a.wp-block-file__button.mdc-button:active.green-button,
.mdc-button:hover.green-button,
.mdc-button:active.green-button,
.mdc-button.mdc-button:hover.green-button,
.mdc-button.mdc-button:active.green-button {
  background-color: var(--global--color-green);
  border-color: var(--global--color-mmmtgreen);
  color: var(--global--color-mmmtgreen);
}
.site .button:hover.gray-button, .site .button:active.gray-button, .site .button.mdc-button:hover.gray-button, .site .button.mdc-button:active.gray-button,
.button-wrap button:hover.gray-button,
.button-wrap button:active.gray-button,
.button-wrap button.mdc-button:hover.gray-button,
.button-wrap button.mdc-button:active.gray-button,
input[type=submit]:hover.gray-button,
input[type=submit]:active.gray-button,
input[type=submit].mdc-button:hover.gray-button,
input[type=submit].mdc-button:active.gray-button,
input[type=reset]:hover.gray-button,
input[type=reset]:active.gray-button,
input[type=reset].mdc-button:hover.gray-button,
input[type=reset].mdc-button:active.gray-button,
.wp-block-search .wp-block-search__button:hover.gray-button,
.wp-block-search .wp-block-search__button:active.gray-button,
.wp-block-search .wp-block-search__button.mdc-button:hover.gray-button,
.wp-block-search .wp-block-search__button.mdc-button:active.gray-button,
.wp-block-button .wp-block-button__link:hover.gray-button,
.wp-block-button .wp-block-button__link:active.gray-button,
.wp-block-button .wp-block-button__link.mdc-button:hover.gray-button,
.wp-block-button .wp-block-button__link.mdc-button:active.gray-button,
.wp-block-file a.wp-block-file__button:hover.gray-button,
.wp-block-file a.wp-block-file__button:active.gray-button,
.wp-block-file a.wp-block-file__button.mdc-button:hover.gray-button,
.wp-block-file a.wp-block-file__button.mdc-button:active.gray-button,
.mdc-button:hover.gray-button,
.mdc-button:active.gray-button,
.mdc-button.mdc-button:hover.gray-button,
.mdc-button.mdc-button:active.gray-button {
  background-color: var(--global--color-mmmtgray);
  border-color: var(--global--color-mmmtblack);
  color: var(--global--color-mmmtblack);
}
.site .button:hover.gray-button.focus-blue, .site .button:active.gray-button.focus-blue, .site .button.mdc-button:hover.gray-button.focus-blue, .site .button.mdc-button:active.gray-button.focus-blue,
.button-wrap button:hover.gray-button.focus-blue,
.button-wrap button:active.gray-button.focus-blue,
.button-wrap button.mdc-button:hover.gray-button.focus-blue,
.button-wrap button.mdc-button:active.gray-button.focus-blue,
input[type=submit]:hover.gray-button.focus-blue,
input[type=submit]:active.gray-button.focus-blue,
input[type=submit].mdc-button:hover.gray-button.focus-blue,
input[type=submit].mdc-button:active.gray-button.focus-blue,
input[type=reset]:hover.gray-button.focus-blue,
input[type=reset]:active.gray-button.focus-blue,
input[type=reset].mdc-button:hover.gray-button.focus-blue,
input[type=reset].mdc-button:active.gray-button.focus-blue,
.wp-block-search .wp-block-search__button:hover.gray-button.focus-blue,
.wp-block-search .wp-block-search__button:active.gray-button.focus-blue,
.wp-block-search .wp-block-search__button.mdc-button:hover.gray-button.focus-blue,
.wp-block-search .wp-block-search__button.mdc-button:active.gray-button.focus-blue,
.wp-block-button .wp-block-button__link:hover.gray-button.focus-blue,
.wp-block-button .wp-block-button__link:active.gray-button.focus-blue,
.wp-block-button .wp-block-button__link.mdc-button:hover.gray-button.focus-blue,
.wp-block-button .wp-block-button__link.mdc-button:active.gray-button.focus-blue,
.wp-block-file a.wp-block-file__button:hover.gray-button.focus-blue,
.wp-block-file a.wp-block-file__button:active.gray-button.focus-blue,
.wp-block-file a.wp-block-file__button.mdc-button:hover.gray-button.focus-blue,
.wp-block-file a.wp-block-file__button.mdc-button:active.gray-button.focus-blue,
.mdc-button:hover.gray-button.focus-blue,
.mdc-button:active.gray-button.focus-blue,
.mdc-button.mdc-button:hover.gray-button.focus-blue,
.mdc-button.mdc-button:active.gray-button.focus-blue {
  color: var(--global--color-mmmtblue);
}
.site .button:hover.red-button, .site .button:active.red-button, .site .button.mdc-button:hover.red-button, .site .button.mdc-button:active.red-button,
.button-wrap button:hover.red-button,
.button-wrap button:active.red-button,
.button-wrap button.mdc-button:hover.red-button,
.button-wrap button.mdc-button:active.red-button,
input[type=submit]:hover.red-button,
input[type=submit]:active.red-button,
input[type=submit].mdc-button:hover.red-button,
input[type=submit].mdc-button:active.red-button,
input[type=reset]:hover.red-button,
input[type=reset]:active.red-button,
input[type=reset].mdc-button:hover.red-button,
input[type=reset].mdc-button:active.red-button,
.wp-block-search .wp-block-search__button:hover.red-button,
.wp-block-search .wp-block-search__button:active.red-button,
.wp-block-search .wp-block-search__button.mdc-button:hover.red-button,
.wp-block-search .wp-block-search__button.mdc-button:active.red-button,
.wp-block-button .wp-block-button__link:hover.red-button,
.wp-block-button .wp-block-button__link:active.red-button,
.wp-block-button .wp-block-button__link.mdc-button:hover.red-button,
.wp-block-button .wp-block-button__link.mdc-button:active.red-button,
.wp-block-file a.wp-block-file__button:hover.red-button,
.wp-block-file a.wp-block-file__button:active.red-button,
.wp-block-file a.wp-block-file__button.mdc-button:hover.red-button,
.wp-block-file a.wp-block-file__button.mdc-button:active.red-button,
.mdc-button:hover.red-button,
.mdc-button:active.red-button,
.mdc-button.mdc-button:hover.red-button,
.mdc-button.mdc-button:active.red-button {
  background-color: var(--global--color-mmmtpink);
  border-color: var(--global--color-mmmtred);
  color: var(--global--color-mmmtred);
}
.site .button:hover.white-button, .site .button:active.white-button, .site .button.mdc-button:hover.white-button, .site .button.mdc-button:active.white-button,
.button-wrap button:hover.white-button,
.button-wrap button:active.white-button,
.button-wrap button.mdc-button:hover.white-button,
.button-wrap button.mdc-button:active.white-button,
input[type=submit]:hover.white-button,
input[type=submit]:active.white-button,
input[type=submit].mdc-button:hover.white-button,
input[type=submit].mdc-button:active.white-button,
input[type=reset]:hover.white-button,
input[type=reset]:active.white-button,
input[type=reset].mdc-button:hover.white-button,
input[type=reset].mdc-button:active.white-button,
.wp-block-search .wp-block-search__button:hover.white-button,
.wp-block-search .wp-block-search__button:active.white-button,
.wp-block-search .wp-block-search__button.mdc-button:hover.white-button,
.wp-block-search .wp-block-search__button.mdc-button:active.white-button,
.wp-block-button .wp-block-button__link:hover.white-button,
.wp-block-button .wp-block-button__link:active.white-button,
.wp-block-button .wp-block-button__link.mdc-button:hover.white-button,
.wp-block-button .wp-block-button__link.mdc-button:active.white-button,
.wp-block-file a.wp-block-file__button:hover.white-button,
.wp-block-file a.wp-block-file__button:active.white-button,
.wp-block-file a.wp-block-file__button.mdc-button:hover.white-button,
.wp-block-file a.wp-block-file__button.mdc-button:active.white-button,
.mdc-button:hover.white-button,
.mdc-button:active.white-button,
.mdc-button.mdc-button:hover.white-button,
.mdc-button.mdc-button:active.white-button {
  background-color: rgba(0, 0, 0, 0.125);
  border-color: rgba(0, 0, 0, 0.125);
  color: var(--global--color-white);
}
.site .button:hover.denied-button, .site .button:active.denied-button, .site .button.mdc-button:hover.denied-button, .site .button.mdc-button:active.denied-button,
.button-wrap button:hover.denied-button,
.button-wrap button:active.denied-button,
.button-wrap button.mdc-button:hover.denied-button,
.button-wrap button.mdc-button:active.denied-button,
input[type=submit]:hover.denied-button,
input[type=submit]:active.denied-button,
input[type=submit].mdc-button:hover.denied-button,
input[type=submit].mdc-button:active.denied-button,
input[type=reset]:hover.denied-button,
input[type=reset]:active.denied-button,
input[type=reset].mdc-button:hover.denied-button,
input[type=reset].mdc-button:active.denied-button,
.wp-block-search .wp-block-search__button:hover.denied-button,
.wp-block-search .wp-block-search__button:active.denied-button,
.wp-block-search .wp-block-search__button.mdc-button:hover.denied-button,
.wp-block-search .wp-block-search__button.mdc-button:active.denied-button,
.wp-block-button .wp-block-button__link:hover.denied-button,
.wp-block-button .wp-block-button__link:active.denied-button,
.wp-block-button .wp-block-button__link.mdc-button:hover.denied-button,
.wp-block-button .wp-block-button__link.mdc-button:active.denied-button,
.wp-block-file a.wp-block-file__button:hover.denied-button,
.wp-block-file a.wp-block-file__button:active.denied-button,
.wp-block-file a.wp-block-file__button.mdc-button:hover.denied-button,
.wp-block-file a.wp-block-file__button.mdc-button:active.denied-button,
.mdc-button:hover.denied-button,
.mdc-button:active.denied-button,
.mdc-button.mdc-button:hover.denied-button,
.mdc-button.mdc-button:active.denied-button {
  background-color: rgba(0, 0, 0, 0.125);
  border-color: rgba(0, 0, 0, 0.125);
  color: rgba(255, 255, 255, 0.5);
}
.site .button:hover.granted-button, .site .button:active.granted-button, .site .button.mdc-button:hover.granted-button, .site .button.mdc-button:active.granted-button,
.button-wrap button:hover.granted-button,
.button-wrap button:active.granted-button,
.button-wrap button.mdc-button:hover.granted-button,
.button-wrap button.mdc-button:active.granted-button,
input[type=submit]:hover.granted-button,
input[type=submit]:active.granted-button,
input[type=submit].mdc-button:hover.granted-button,
input[type=submit].mdc-button:active.granted-button,
input[type=reset]:hover.granted-button,
input[type=reset]:active.granted-button,
input[type=reset].mdc-button:hover.granted-button,
input[type=reset].mdc-button:active.granted-button,
.wp-block-search .wp-block-search__button:hover.granted-button,
.wp-block-search .wp-block-search__button:active.granted-button,
.wp-block-search .wp-block-search__button.mdc-button:hover.granted-button,
.wp-block-search .wp-block-search__button.mdc-button:active.granted-button,
.wp-block-button .wp-block-button__link:hover.granted-button,
.wp-block-button .wp-block-button__link:active.granted-button,
.wp-block-button .wp-block-button__link.mdc-button:hover.granted-button,
.wp-block-button .wp-block-button__link.mdc-button:active.granted-button,
.wp-block-file a.wp-block-file__button:hover.granted-button,
.wp-block-file a.wp-block-file__button:active.granted-button,
.wp-block-file a.wp-block-file__button.mdc-button:hover.granted-button,
.wp-block-file a.wp-block-file__button.mdc-button:active.granted-button,
.mdc-button:hover.granted-button,
.mdc-button:active.granted-button,
.mdc-button.mdc-button:hover.granted-button,
.mdc-button.mdc-button:active.granted-button {
  border-color: rgb(255, 255, 255);
}
.site .button:hover i.focus, .site .button:active i.focus, .site .button.mdc-button:hover i.focus, .site .button.mdc-button:active i.focus,
.button-wrap button:hover i.focus,
.button-wrap button:active i.focus,
.button-wrap button.mdc-button:hover i.focus,
.button-wrap button.mdc-button:active i.focus,
input[type=submit]:hover i.focus,
input[type=submit]:active i.focus,
input[type=submit].mdc-button:hover i.focus,
input[type=submit].mdc-button:active i.focus,
input[type=reset]:hover i.focus,
input[type=reset]:active i.focus,
input[type=reset].mdc-button:hover i.focus,
input[type=reset].mdc-button:active i.focus,
.wp-block-search .wp-block-search__button:hover i.focus,
.wp-block-search .wp-block-search__button:active i.focus,
.wp-block-search .wp-block-search__button.mdc-button:hover i.focus,
.wp-block-search .wp-block-search__button.mdc-button:active i.focus,
.wp-block-button .wp-block-button__link:hover i.focus,
.wp-block-button .wp-block-button__link:active i.focus,
.wp-block-button .wp-block-button__link.mdc-button:hover i.focus,
.wp-block-button .wp-block-button__link.mdc-button:active i.focus,
.wp-block-file a.wp-block-file__button:hover i.focus,
.wp-block-file a.wp-block-file__button:active i.focus,
.wp-block-file a.wp-block-file__button.mdc-button:hover i.focus,
.wp-block-file a.wp-block-file__button.mdc-button:active i.focus,
.mdc-button:hover i.focus,
.mdc-button:active i.focus,
.mdc-button.mdc-button:hover i.focus,
.mdc-button.mdc-button:active i.focus {
  height: auto;
  visibility: visible;
}
.site .button:hover.has-focus i:not(.focus), .site .button:active.has-focus i:not(.focus), .site .button.mdc-button:hover.has-focus i:not(.focus), .site .button.mdc-button:active.has-focus i:not(.focus),
.button-wrap button:hover.has-focus i:not(.focus),
.button-wrap button:active.has-focus i:not(.focus),
.button-wrap button.mdc-button:hover.has-focus i:not(.focus),
.button-wrap button.mdc-button:active.has-focus i:not(.focus),
input[type=submit]:hover.has-focus i:not(.focus),
input[type=submit]:active.has-focus i:not(.focus),
input[type=submit].mdc-button:hover.has-focus i:not(.focus),
input[type=submit].mdc-button:active.has-focus i:not(.focus),
input[type=reset]:hover.has-focus i:not(.focus),
input[type=reset]:active.has-focus i:not(.focus),
input[type=reset].mdc-button:hover.has-focus i:not(.focus),
input[type=reset].mdc-button:active.has-focus i:not(.focus),
.wp-block-search .wp-block-search__button:hover.has-focus i:not(.focus),
.wp-block-search .wp-block-search__button:active.has-focus i:not(.focus),
.wp-block-search .wp-block-search__button.mdc-button:hover.has-focus i:not(.focus),
.wp-block-search .wp-block-search__button.mdc-button:active.has-focus i:not(.focus),
.wp-block-button .wp-block-button__link:hover.has-focus i:not(.focus),
.wp-block-button .wp-block-button__link:active.has-focus i:not(.focus),
.wp-block-button .wp-block-button__link.mdc-button:hover.has-focus i:not(.focus),
.wp-block-button .wp-block-button__link.mdc-button:active.has-focus i:not(.focus),
.wp-block-file a.wp-block-file__button:hover.has-focus i:not(.focus),
.wp-block-file a.wp-block-file__button:active.has-focus i:not(.focus),
.wp-block-file a.wp-block-file__button.mdc-button:hover.has-focus i:not(.focus),
.wp-block-file a.wp-block-file__button.mdc-button:active.has-focus i:not(.focus),
.mdc-button:hover.has-focus i:not(.focus),
.mdc-button:active.has-focus i:not(.focus),
.mdc-button.mdc-button:hover.has-focus i:not(.focus),
.mdc-button.mdc-button:active.has-focus i:not(.focus) {
  height: 0;
  visibility: hidden;
}
.site .button.text-button.dark-mode:hover, .site .button.text-button.dark-mode:active,
.button-wrap button.text-button.dark-mode:hover,
.button-wrap button.text-button.dark-mode:active,
input[type=submit].text-button.dark-mode:hover,
input[type=submit].text-button.dark-mode:active,
input[type=reset].text-button.dark-mode:hover,
input[type=reset].text-button.dark-mode:active,
.wp-block-search .wp-block-search__button.text-button.dark-mode:hover,
.wp-block-search .wp-block-search__button.text-button.dark-mode:active,
.wp-block-button .wp-block-button__link.text-button.dark-mode:hover,
.wp-block-button .wp-block-button__link.text-button.dark-mode:active,
.wp-block-file a.wp-block-file__button.text-button.dark-mode:hover,
.wp-block-file a.wp-block-file__button.text-button.dark-mode:active,
.mdc-button.text-button.dark-mode:hover,
.mdc-button.text-button.dark-mode:active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: var(--global--color-white);
}
.site .button.text-button.dark-mode:hover.blue-button, .site .button.text-button.dark-mode:active.blue-button,
.button-wrap button.text-button.dark-mode:hover.blue-button,
.button-wrap button.text-button.dark-mode:active.blue-button,
input[type=submit].text-button.dark-mode:hover.blue-button,
input[type=submit].text-button.dark-mode:active.blue-button,
input[type=reset].text-button.dark-mode:hover.blue-button,
input[type=reset].text-button.dark-mode:active.blue-button,
.wp-block-search .wp-block-search__button.text-button.dark-mode:hover.blue-button,
.wp-block-search .wp-block-search__button.text-button.dark-mode:active.blue-button,
.wp-block-button .wp-block-button__link.text-button.dark-mode:hover.blue-button,
.wp-block-button .wp-block-button__link.text-button.dark-mode:active.blue-button,
.wp-block-file a.wp-block-file__button.text-button.dark-mode:hover.blue-button,
.wp-block-file a.wp-block-file__button.text-button.dark-mode:active.blue-button,
.mdc-button.text-button.dark-mode:hover.blue-button,
.mdc-button.text-button.dark-mode:active.blue-button {
  color: var(--global--color-mmmtblue);
}
.site .button.mdc-tab--active,
.button-wrap button.mdc-tab--active,
input[type=submit].mdc-tab--active,
input[type=reset].mdc-tab--active,
.wp-block-search .wp-block-search__button.mdc-tab--active,
.wp-block-button .wp-block-button__link.mdc-tab--active,
.wp-block-file a.wp-block-file__button.mdc-tab--active,
.mdc-button.mdc-tab--active {
  background-color: var(--global--color-mmmtblue);
}
.site .button.mdc-tab--active .mdc-tab__text-label,
.button-wrap button.mdc-tab--active .mdc-tab__text-label,
input[type=submit].mdc-tab--active .mdc-tab__text-label,
input[type=reset].mdc-tab--active .mdc-tab__text-label,
.wp-block-search .wp-block-search__button.mdc-tab--active .mdc-tab__text-label,
.wp-block-button .wp-block-button__link.mdc-tab--active .mdc-tab__text-label,
.wp-block-file a.wp-block-file__button.mdc-tab--active .mdc-tab__text-label,
.mdc-button.mdc-tab--active .mdc-tab__text-label {
  color: var(--global--color-white);
}
.site .button:disabled,
.button-wrap button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
.wp-block-search .wp-block-search__button:disabled,
.wp-block-button .wp-block-button__link:disabled,
.wp-block-file a.wp-block-file__button:disabled,
.mdc-button:disabled {
  background-color: var(--global--color-white-50);
  border-color: var(--global--color-white-50);
  color: var(--button--color-text-active);
}

/**
 * Block Options
 */
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-background, var(--global--color-background));
}
.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--global--color-primary);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-primary);
}
.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--local--color-primary, var(--global--color-primary));
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  border-color: currentColor !important;
  background-color: transparent !important;
  color: inherit !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background {
  border-color: currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-primary);
}
.has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-primary, var(--global--color-primary));
}
.has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background:not(.has-text-color) {
  color: inherit;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
  border-color: transparent !important;
  background-color: var(--global--color-primary) !important;
  color: var(--global--color-background) !important;
}
.has-background .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-background .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: var(--local--color-primary, var(--global--color-primary)) !important;
  color: var(--local--color-background, var(--global--color-background)) !important;
}
.has-text-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-text-color .wp-block-button.is-style-outline .wp-block-button__link:active {
  color: var(--local--color-background, var(--global--color-background)) !important;
}
.wp-block-button .is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.is-style-outline .wp-block-button__link[style*=radius]:focus,
.wp-block-button a.wp-block-button__link[style*=radius]:focus {
  outline-offset: 2px;
  outline: 2px dotted var(--button--color-background);
}

.wp-block-code {
  border-color: var(--global--color-border);
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  padding: var(--global--spacing-unit);
}
.wp-block-code code {
  color: var(--global--color-primary);
  white-space: pre;
  overflow-x: auto;
  display: block;
}

.wp-block-columns:not(.alignwide):not(.alignfull) {
  clear: both;
}
.wp-block-columns .wp-block-column > * {
  margin-top: calc(0.66 * var(--global--spacing-vertical));
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 480px) {
  .wp-block-columns .wp-block-column > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column:not(:last-child) {
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 480px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: var(--global--spacing-vertical);
  }
}
@media only screen and (min-width: 832px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap {
  justify-content: space-around;
}
@media only screen and (min-width: 704px) {
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {
    margin-left: calc(-2 * var(--global--spacing-horizontal));
    margin-top: calc(2.5 * var(--global--spacing-horizontal));
    z-index: 2;
  }
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > p:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h1:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h2:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h3:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h4:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h5:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h6:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > pre:not(.has-background) {
    background-color: var(--global--color-background);
    padding: var(--global--spacing-unit);
  }
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) {
    padding-left: calc(2 * var(--global--spacing-horizontal));
  }
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center {
    margin-top: 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: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.wp-block-cover,
.wp-block-cover-image {
  background-color: var(--cover--color-background);
  min-height: var(--cover--height);
  margin-top: inherit;
  margin-bottom: inherit;
  /* default & custom background-color */
  /* Treating H2 separately to account for legacy /core styles */
  /* Block Styles */
  /* The background color class is used just for the overlay, and does not need to be applied to the inner container. */
}
.wp-block-cover:not(.alignwide):not(.alignfull),
.wp-block-cover-image:not(.alignwide):not(.alignfull) {
  clear: both;
}
.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text {
  color: currentColor;
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: currentColor;
}
.wp-block-cover .wp-block-cover__inner-container .has-link-color a,
.wp-block-cover .wp-block-cover-image-text .has-link-color a,
.wp-block-cover .wp-block-cover-text .has-link-color a,
.wp-block-cover-image .wp-block-cover__inner-container .has-link-color a,
.wp-block-cover-image .wp-block-cover-image-text .has-link-color a,
.wp-block-cover-image .wp-block-cover-text .has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}
.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
  color: var(--cover--color-foreground);
}
.wp-block-cover h2,
.wp-block-cover-image h2 {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
  max-width: inherit;
  text-align: inherit;
  padding: 0;
}
.wp-block-cover h2.has-text-align-left,
.wp-block-cover-image h2.has-text-align-left {
  text-align: left;
}
.wp-block-cover h2.has-text-align-center,
.wp-block-cover-image h2.has-text-align-center {
  text-align: center;
}
.wp-block-cover h2.has-text-align-right,
.wp-block-cover-image h2.has-text-align-right {
  text-align: right;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  width: calc(100% - 2 * var(--global--spacing-vertical));
}
.wp-block-cover .wp-block-cover__inner-container > *,
.wp-block-cover-image .wp-block-cover__inner-container > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 480px) {
  .wp-block-cover .wp-block-cover__inner-container > *,
  .wp-block-cover-image .wp-block-cover__inner-container > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.wp-block-cover .wp-block-cover__inner-container > *:first-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-cover .wp-block-cover__inner-container > *:last-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-cover.alignleft, .wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
  margin-top: 0;
}
.wp-block-cover.alignleft > *, .wp-block-cover.alignright > *,
.wp-block-cover-image.alignleft > *,
.wp-block-cover-image.alignright > * {
  margin-top: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(2 * var(--global--spacing-vertical));
  padding-left: var(--global--spacing-horizontal);
  padding-right: var(--global--spacing-horizontal);
  width: 100%;
}
.wp-block-cover.has-left-content, .wp-block-cover.has-right-content,
.wp-block-cover-image.has-left-content,
.wp-block-cover-image.has-right-content {
  justify-content: center;
}
.wp-block-cover.is-style-twentytwentyone-border,
.wp-block-cover-image.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}
.wp-block-cover[class*=-background-color][class] .wp-block-cover__inner-container,
.wp-block-cover-image[class*=-background-color][class] .wp-block-cover__inner-container {
  background-color: unset;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
  opacity: inherit;
}
.wp-block-file a.wp-block-file__button {
  display: inline-block;
}

.wp-block-gallery {
  margin: 0 auto;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - var(--global--spacing-unit)) / 2);
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
  color: var(--global--color-white);
  font-size: var(--global--font-size-xs);
}
.wp-block-gallery .blocks-gallery-image figcaption a,
.wp-block-gallery .blocks-gallery-item figcaption a {
  color: var(--global--color-white);
}
.wp-block-gallery .blocks-gallery-image figcaption a:focus,
.wp-block-gallery .blocks-gallery-item figcaption a:focus {
  background-color: transparent;
  outline: 2px solid var(--wp--style--color--link, var(--global--color-primary));
  text-decoration: none;
}
.wp-block-gallery .blocks-gallery-image a:focus img,
.wp-block-gallery .blocks-gallery-item a:focus img {
  outline-offset: 2px;
}

.wp-block-group {
  display: block;
  clear: both;
  display: flow-root;
}
.wp-block-group:before, .wp-block-group:after {
  content: "";
  display: block;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group .wp-block-group__inner-container > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 480px) {
  .wp-block-group .wp-block-group__inner-container > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background {
  padding: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 480px) {
  .wp-block-group.has-background {
    padding: var(--global--spacing-vertical);
  }
}
.wp-block-group.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-vertical);
}
.wp-block-group.has-background .wp-block-group__inner-container > .alignfull,
.wp-block-group.has-background .wp-block-group__inner-container > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull, .wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > .alignfull,
.wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull {
  max-width: calc(var(--responsive--alignfull-width) + 2 * var(--global--spacing-vertical));
  width: calc(var(--responsive--alignfull-width) + 2 * var(--global--spacing-vertical));
  margin-left: calc(-1 * var(--global--spacing-vertical));
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
  margin-bottom: 1em;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  font-weight: var(--heading--font-weight-strong);
}

h1,
.h1 {
  font-size: var(--heading--font-size-h1);
  letter-spacing: var(--heading--letter-spacing-h1);
  line-height: var(--heading--line-height-h1);
}

h2,
.h2 {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
}

h3,
.h3 {
  font-size: var(--heading--font-size-h3);
  letter-spacing: var(--heading--letter-spacing-h3);
  line-height: var(--heading--line-height-h3);
}

h4,
.h4 {
  font-size: var(--heading--font-size-h4);
  letter-spacing: var(--heading--letter-spacing-h4);
  line-height: var(--heading--line-height-h4);
}

h5,
.h5 {
  font-size: var(--heading--font-size-h5);
  letter-spacing: var(--heading--letter-spacing-h5);
  line-height: var(--heading--line-height-h5);
}

h6,
.h6 {
  font-size: var(--heading--font-size-h6);
  letter-spacing: var(--heading--letter-spacing-h6);
  line-height: var(--heading--line-height-h6);
}

.wp-block-image {
  text-align: center;
}
.wp-block-image figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}
.wp-block-image .alignright {
  margin-left: var(--global--spacing-horizontal);
}
.wp-block-image .alignleft {
  margin-right: var(--global--spacing-horizontal);
}
.wp-block-image a:focus img {
  outline-offset: 2px;
}

.entry-content > *[class=wp-block-image],
.entry-content [class*=inner-container] > *[class=wp-block-image] {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content > *[class=wp-block-image] + *,
.entry-content [class*=inner-container] > *[class=wp-block-image] + * {
  margin-top: 0;
}

.wp-block-image.is-style-twentytwentyone-border img,
.wp-block-image.is-style-twentytwentyone-image-frame img {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-image.is-style-twentytwentyone-image-frame img {
  padding: var(--global--spacing-unit);
}

@media only screen and (min-width: 480px) {
  .entry-content > .wp-block-image > .alignleft,
  .entry-content > .wp-block-image > .alignright {
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .entry-content > .wp-block-image > .alignleft,
  .entry-content > .wp-block-image > .alignright {
    margin-left: 0;
    margin-right: 0;
  }
}

img.scaled-image {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  margin: 0 !important;
}

.wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-body);
  /* Vertical margins logic */
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: var(--heading--font-family);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-sm);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-body);
  margin: 0;
}

.wp-block-latest-posts {
  padding-left: 0;
}
.wp-block-latest-posts:not(.is-grid) > li {
  margin-top: calc(1.666 * var(--global--spacing-vertical));
  margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}
.wp-block-latest-posts:not(.is-grid) > li:first-child {
  margin-top: 0;
}
.wp-block-latest-posts:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}
.widget-area .wp-block-latest-posts:not(.is-grid) > li {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-latest-posts.is-grid {
  word-wrap: break-word;
  word-break: break-word;
}
.wp-block-latest-posts.is-grid > li {
  margin-bottom: var(--global--spacing-vertical);
}
.wp-block-latest-posts.is-grid > li:last-child {
  margin-bottom: 0;
}
.wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1), .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li, .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1), .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li, .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1), .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li, .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1), .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li, .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1), .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li {
  margin-bottom: 0;
}
.wp-block-latest-posts > li > * {
  margin-top: calc(0.333 * var(--global--spacing-vertical));
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.wp-block-latest-posts > li > *:first-child {
  margin-top: 0;
}
.wp-block-latest-posts > li > *:last-child {
  margin-bottom: 0;
}
.wp-block-latest-posts > li > a {
  display: inline-block;
  font-family: var(--latest-posts--title-font-family);
  font-size: var(--latest-posts--title-font-size);
  font-weight: var(--heading--font-weight);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.widget-area .wp-block-latest-posts > li > a {
  font-size: var(--global--font-size-sm);
  margin-bottom: 0;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-body);
}
.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
}
[class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date, .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: currentColor;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
  font-family: var(--latest-posts--description-font-family);
  font-size: var(--latest-posts--description-font-size);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.666 * var(--global--spacing-vertical));
}
.wp-block-latest-posts.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}
.entry-content [class*=inner-container] .wp-block-latest-posts.alignfull, .entry-content .has-background .wp-block-latest-posts.alignfull {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers {
  border-top: calc(3 * var(--separator--height)) solid var(--global--color-border);
  border-bottom: calc(3 * var(--separator--height)) solid var(--global--color-border);
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li {
  padding-bottom: var(--global--spacing-vertical);
  border-bottom: var(--separator--height) solid var(--global--color-border);
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li:last-child,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid {
  box-shadow: inset 0 -1px 0 0 var(--global--color-border);
  border-bottom: calc(2 * var(--separator--height)) solid var(--global--color-border);
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li {
  margin: 0;
  padding-top: var(--global--spacing-vertical);
  padding-right: var(--global--spacing-horizontal);
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child {
  padding-bottom: var(--global--spacing-vertical);
}
@media screen and (min-width: 600px) {
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li {
    width: calc(100% / 2);
  }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li {
    width: calc(100% / 3);
  }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li {
    width: calc(100% / 4);
  }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li {
    width: calc(100% / 5);
  }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li {
    width: calc(100% / 6);
  }
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-vertical) var(--global--spacing-horizontal);
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child {
  padding-bottom: var(--global--spacing-vertical);
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is-grid) li {
  margin-top: var(--global--spacing-horizontal);
  margin-bottom: var(--global--spacing-horizontal);
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item a {
  display: block;
}
.gallery-item a:focus img {
  outline-offset: -2px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

figure.wp-caption a:focus img {
  outline-offset: 2px;
}

ul,
ol {
  font-family: var(--list--font-family);
  margin: 0;
  padding-left: 1.2em;
}
ul.aligncenter,
ol.aligncenter {
  list-style-position: inside;
  padding: 0;
}
ul.alignright,
ol.alignright {
  list-style-position: inside;
  text-align: right;
  padding: 0;
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 0.48em;
  margin-top: 0.48em;
}

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}
ol ul {
  list-style-type: circle;
}

dt {
  font-family: var(--definition-term--font-family);
  font-weight: bold;
}

dd {
  margin: 0;
  padding-left: calc(2 * var(--global--spacing-horizontal));
}

.wp-block-media-text {
  /**
   * Block Options
   */
}
.wp-block-media-text.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-media-text a:focus img {
  outline-offset: -1px;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: var(--global--spacing-horizontal);
}
@media only screen and (min-width: 592px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: var(--global--spacing-vertical);
  }
}
.wp-block-media-text .wp-block-media-text__content > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 480px) {
  .wp-block-media-text .wp-block-media-text__content > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: var(--global--spacing-vertical);
    padding-bottom: var(--global--spacing-vertical);
  }
}
.wp-block-media-text.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
  font-family: var(--primary-nav--font-family);
  font-size: var(--primary-nav--font-size);
  font-weight: var(--primary-nav--font-weight);
}
.wp-block-navigation .wp-block-navigation-link__submenu-icon {
  padding: 0;
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation-link {
  display: inherit;
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
  border: none;
  left: 0;
  min-width: max-content;
  opacity: 0;
  padding: 0;
  position: inherit;
  top: inherit;
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
  display: none;
}
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container {
  background: var(--global--color-background);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  border: 1px solid var(--primary-nav--border-color);
}
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:before, .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: -10px;
  left: var(--global--spacing-horizontal);
  border-style: solid;
  border-color: var(--primary-nav--border-color) transparent;
  border-width: 0 7px 10px 7px;
}
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  top: -9px;
  border-color: var(--global--color-background) transparent;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
  background: var(--global--color-background);
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
  background: var(--global--color-background);
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover, .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus {
  color: var(--primary-nav--color-link-hover);
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
  color: currentColor;
}

p {
  line-height: var(--wp--typography--line-height, var(--global--line-height-body));
}
p.has-background {
  padding: var(--global--spacing-unit);
}
p.has-text-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}

pre.wp-block-preformatted {
  overflow-x: auto;
  white-space: pre;
}

.wp-block-pullquote {
  padding: calc(2 * var(--global--spacing-unit)) 0;
  text-align: center;
  border-width: var(--pullquote--border-width);
  border-bottom-style: solid;
  border-top-style: solid;
  color: currentColor;
  border-color: currentColor;
  position: relative;
  /**
   * Block Options
   */
}
.wp-block-pullquote blockquote::before {
  color: currentColor;
  content: "“";
  display: block;
  position: relative;
  left: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.wp-block-pullquote p {
  font-family: var(--pullquote--font-family);
  font-size: var(--pullquote--font-size);
  font-style: var(--pullquote--font-style);
  font-weight: 700;
  letter-spacing: var(--pullquote--letter-spacing);
  line-height: var(--pullquote--line-height);
  margin: 0;
}
.wp-block-pullquote a {
  color: currentColor;
}
.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  color: currentColor;
  display: block;
  font-size: var(--global--font-size-xs);
  font-style: var(--pullquote--font-style);
  text-transform: none;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.wp-block-pullquote.alignleft:not(.is-style-solid-color) blockquote:before,
.wp-block-pullquote.alignleft:not(.is-style-solid-color) cite {
  text-align: center;
}
.wp-block-pullquote.alignwide > p, .wp-block-pullquote.alignwide blockquote {
  max-width: var(--responsive--alignwide-width);
}
.wp-block-pullquote.alignfull:not(.is-style-solid-color) > p, .wp-block-pullquote.alignfull:not(.is-style-solid-color) blockquote {
  padding: 0 calc(2 * var(--global--spacing-unit));
}
.wp-block-pullquote.is-style-solid-color {
  color: var(--pullquote--color-foreground);
  padding: calc(2.5 * var(--global--spacing-unit));
  border-width: var(--pullquote--border-width);
  border-style: solid;
  border-color: var(--pullquote--border-color);
}
@media (min-width: 600px) {
  .wp-block-pullquote.is-style-solid-color {
    padding: calc(5 * var(--global--spacing-unit));
  }
}
.wp-block-pullquote.is-style-solid-color blockquote::before {
  text-align: left;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin: 0;
  max-width: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: var(--pullquote--font-size);
}
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote.is-style-solid-color footer {
  color: currentColor;
}
.wp-block-pullquote.is-style-solid-color.alignleft, .wp-block-pullquote.is-style-solid-color.alignright {
  padding: var(--global--spacing-unit);
}
.wp-block-pullquote.is-style-solid-color.alignleft blockquote, .wp-block-pullquote.is-style-solid-color.alignright blockquote {
  max-width: initial;
}

.wp-block-query.has-background {
  padding: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 480px) {
  .wp-block-query.has-background {
    padding: var(--global--spacing-vertical);
  }
}

.wp-block-quote {
  border-left: none;
  /**
   * Block Options
   */
}
.wp-block-quote:before {
  content: "“";
  font-size: var(--quote--font-size);
  line-height: var(--quote--line-height);
  left: 8px;
}
.has-background .wp-block-quote .wp-block-quote__citation, [class*=background-color] .wp-block-quote .wp-block-quote__citation, [style*=background-color] .wp-block-quote .wp-block-quote__citation, .wp-block-cover[style*=background-image] .wp-block-quote .wp-block-quote__citation,
.has-background .wp-block-quote cite,
[class*=background-color] .wp-block-quote cite,
[style*=background-color] .wp-block-quote cite,
.wp-block-cover[style*=background-image] .wp-block-quote cite,
.has-background .wp-block-quote footer,
[class*=background-color] .wp-block-quote footer,
[style*=background-color] .wp-block-quote footer,
.wp-block-cover[style*=background-image] .wp-block-quote footer {
  color: currentColor;
}
.wp-block-quote.has-text-align-right {
  margin: var(--global--spacing-vertical) var(--global--spacing-horizontal) var(--global--spacing-vertical) auto;
  padding-right: 0;
  border-right: none;
}
.wp-block-quote.has-text-align-right:before {
  display: none;
}
.wp-block-quote.has-text-align-right p:before {
  content: "”";
  font-size: var(--quote--font-size);
  font-weight: normal;
  line-height: var(--quote--line-height);
  margin-right: 5px;
}
.wp-block-quote.has-text-align-center {
  margin: var(--global--spacing-vertical) auto;
}
.wp-block-quote.has-text-align-center:before {
  display: none;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding-left: 0;
  padding-right: 0;
  /* Resetting margins to match _block-container.scss */
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: var(--quote--font-size-large);
  font-style: var(--quote--font-style-large);
  line-height: var(--quote--line-height-large);
}
.wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before {
  font-size: var(--quote--font-size-large);
  line-height: var(--quote--line-height-large);
  left: calc(-1 * var(--global--spacing-horizontal));
}
.wp-block-quote.is-large.has-text-align-right:before, .wp-block-quote.is-style-large.has-text-align-right:before {
  display: none;
}
.wp-block-quote.is-large.has-text-align-right p:before, .wp-block-quote.is-style-large.has-text-align-right p:before {
  content: "”";
  font-size: var(--quote--font-size-large);
  font-weight: normal;
  line-height: var(--quote--line-height-large);
  margin-right: 10px;
}
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-sm);
}
@media only screen and (max-width: 479px) {
  .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding-left: var(--global--spacing-horizontal);
  }
  .wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before {
    left: 0;
  }
  .wp-block-quote.is-large.has-text-align-right, .wp-block-quote.is-style-large.has-text-align-right {
    padding-left: 0;
    padding-right: var(--global--spacing-horizontal);
  }
  .wp-block-quote.is-large.has-text-align-right:before, .wp-block-quote.is-style-large.has-text-align-right:before {
    right: 0;
  }
  .wp-block-quote.is-large.has-text-align-center, .wp-block-quote.is-style-large.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .wp-block-quote.has-text-align-right {
    padding-left: 0;
    padding-right: calc(0.5 * var(--global--spacing-horizontal));
  }
  .wp-block-quote.has-text-align-right:before {
    right: 0;
  }
  .wp-block-quote.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-rss {
  padding-left: 0;
}
.wp-block-rss > li {
  list-style: none;
}
.wp-block-rss:not(.is-grid) > li {
  margin-top: calc(1.666 * var(--global--spacing-vertical));
  margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}
.wp-block-rss:not(.is-grid) > li:first-child {
  margin-top: 0;
}
.wp-block-rss:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}
.wp-block-rss.is-grid > li {
  margin-bottom: var(--global--spacing-vertical);
}
.wp-block-rss.is-grid > li:last-child {
  margin-bottom: 0;
}
.wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1), .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li, .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1), .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li, .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1), .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li, .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1), .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li, .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1), .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li {
  margin-bottom: 0;
}
.wp-block-rss > li > * {
  margin-top: calc(0.333 * var(--global--spacing-vertical));
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.wp-block-rss > li > *:first-child {
  margin-top: 0;
}
.wp-block-rss > li > *:last-child {
  margin-bottom: 0;
}
.wp-block-rss .wp-block-rss__item-title > a {
  display: inline-block;
  font-family: var(--latest-posts--title-font-family);
  font-size: var(--latest-posts--title-font-size);
  font-weight: var(--heading--font-weight);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.wp-block-rss .wp-block-rss__item-author {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-body);
}
.wp-block-rss .wp-block-rss__item-publish-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
}
[class*=inner-container] .wp-block-rss .wp-block-rss__item-publish-date, .has-background .wp-block-rss .wp-block-rss__item-publish-date {
  color: currentColor;
}
.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .wp-block-rss__item-full-content {
  font-family: var(--latest-posts--description-font-family);
  font-size: var(--latest-posts--description-font-size);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.666 * var(--global--spacing-vertical));
}
.wp-block-rss.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}
.entry-content [class*=inner-container] .wp-block-rss.alignfull, .entry-content .has-background .wp-block-rss.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-search {
  max-width: var(--responsive--aligndefault-width);
}
.wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
  justify-content: center;
}
.wp-block-search .wp-block-search__label {
  font-size: var(--form--font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 3);
}
.wp-block-search .wp-block-search__input {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--form--line-height);
  max-width: inherit;
  margin-right: calc(-1 * var(--button--border-width));
  padding: var(--form--spacing-unit);
}
.wp-block-search .wp-block-search__input:focus {
  color: var(--form--color-text);
  border-color: var(--form--border-color);
}
.has-background .wp-block-search .wp-block-search__input {
  border-color: var(--local--color-primary, var(--global--color-primary)) !important;
}
.wp-block-search button.wp-block-search__button {
  margin-left: 0;
  line-height: 1;
}
.wp-block-search button.wp-block-search__button.has-icon {
  padding: 6px calc(0.5 * var(--button--padding-horizontal));
}
.wp-block-search button.wp-block-search__button.has-icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}
.has-background .wp-block-search button.wp-block-search__button:hover, .has-background .wp-block-search button.wp-block-search__button:active {
  background-color: var(--local--color-background, var(--global--color-background)) !important;
  color: var(--local--color-primary, var(--global--color-primary)) !important;
}
.has-text-color .wp-block-search button.wp-block-search__button:hover, .has-text-color .wp-block-search button.wp-block-search__button:active {
  color: var(--local--color-primary, var(--global--color-primary)) !important;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  background-color: var(--global--color-white);
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  padding: var(--form--border-width);
}
.has-background .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: var(--local--color-primary, var(--global--color-primary)) !important;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-left: 0;
  margin-right: 0;
  padding-left: var(--form--spacing-unit);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  color: var(--form--color-text);
  outline-offset: -2px;
  outline: 2px dotted var(--form--border-color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button {
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
  color: var(--global--color-dark-gray);
}
.is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button {
  color: var(--global--color-dark-gray);
}
.is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
  background-color: var(--global--color-dark-gray);
  color: var(--global--color-white);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon {
  padding: 6px calc(0.5 * var(--button--padding-horizontal));
}

.wp-block-search__button {
  box-shadow: none;
}

hr {
  border-style: none;
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
hr.wp-block-separator {
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  opacity: 1;
  /**
   * Block Options
   */
}
hr.wp-block-separator:not(.is-style-dots):not(.alignwide) {
  max-width: var(--responsive--aligndefault-width);
}
hr.wp-block-separator:not(.is-style-dots).alignwide {
  max-width: var(--responsive--alignwide-width);
}
hr.wp-block-separator:not(.is-style-dots).alignfull {
  max-width: var(--responsive--alignfull-width);
}
hr.wp-block-separator.is-style-twentytwentyone-separator-thick {
  border-bottom-width: calc(3 * var(--separator--height));
}
hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
  background-color: transparent !important;
}
hr.wp-block-separator.is-style-dots.has-background:before, hr.wp-block-separator.is-style-dots.has-text-color:before {
  color: currentColor !important;
}
hr.wp-block-separator.is-style-dots:before {
  color: var(--separator--border-color);
  font-size: var(--global--font-size-xl);
  letter-spacing: var(--global--font-size-sm);
  padding-left: var(--global--font-size-sm);
}
.has-background hr.wp-block-separator, [class*=background-color] hr.wp-block-separator, [style*=background-color] hr.wp-block-separator, .wp-block-cover[style*=background-image] hr.wp-block-separator {
  border-color: currentColor;
}

.wp-block-social-links a:focus {
  color: var(--global--color-primary);
}
.wp-block-social-links.is-style-twentytwentyone-social-icons-color a {
  color: var(--global--color-primary);
}
.wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link, .wp-block-social-links.is-style-twentytwentyone-social-icons-color.has-icon-background-color.has-icon-background-color .wp-social-link {
  background: none;
}

table,
.wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}
table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
  text-align: center;
}
table th,
.wp-block-table th {
  font-family: var(--heading--font-family);
}
table td,
table th,
.wp-block-table td,
.wp-block-table th {
  padding: calc(0.5 * var(--global--spacing-unit));
  border: 1px solid;
}
table figcaption,
.wp-block-table figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
}
table.is-style-regular .has-background, table.is-style-stripes .has-background, table.is-style-stripes .has-background thead tr, table.is-style-stripes .has-background tfoot tr, table.is-style-stripes .has-background tbody tr,
.wp-block-table.is-style-regular .has-background,
.wp-block-table.is-style-stripes .has-background,
.wp-block-table.is-style-stripes .has-background thead tr,
.wp-block-table.is-style-stripes .has-background tfoot tr,
.wp-block-table.is-style-stripes .has-background tbody tr {
  color: var(--table--has-background-text-color);
}
table.is-style-stripes,
.wp-block-table.is-style-stripes {
  border-color: var(--table--stripes-border-color);
}
table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-width: 0;
}
table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--table--stripes-background-color);
}
table.is-style-stripes .has-background tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
  background-color: var(--global--color-white-90);
}

table.wp-calendar-table td,
table.wp-calendar-table th {
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  word-break: normal;
}
table.wp-calendar-table th {
  font-weight: bold;
}
table.wp-calendar-table thead,
table.wp-calendar-table tbody {
  color: currentColor;
  border: 1px solid;
}
table.wp-calendar-table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: var(--global--spacing-unit);
  color: currentColor;
}

.wp-calendar-nav {
  text-align: left;
  margin-top: calc(var(--global--spacing-unit) / 2);
}
.wp-calendar-nav svg {
  height: 1em;
  vertical-align: middle;
}
.wp-calendar-nav svg path {
  fill: currentColor;
}
.wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

.wp-block-tag-cloud.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.wp-block-verse {
  font-family: var(--entry-content--font-family);
}

.wp-block-video figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}

* > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

:root .is-extra-small-text,
:root .has-extra-small-font-size {
  font-size: var(--global--font-size-xs);
}
:root .is-small-text,
:root .has-small-font-size {
  font-size: var(--global--font-size-sm);
}
:root .is-regular-text,
:root .has-regular-font-size,
:root .is-normal-font-size,
:root .has-normal-font-size,
:root .has-medium-font-size {
  font-size: var(--global--font-size-base);
}
:root .is-large-text,
:root .has-large-font-size {
  font-size: var(--global--font-size-lg);
  line-height: var(--global--line-height-heading);
}
:root .is-larger-text,
:root .has-larger-font-size,
:root .is-extra-large-text,
:root .has-extra-large-font-size {
  font-size: var(--global--font-size-xl);
  line-height: var(--global--line-height-heading);
}
:root .is-huge-text,
:root .has-huge-font-size {
  font-size: var(--global--font-size-xxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title);
}
:root .is-gigantic-text,
:root .has-gigantic-font-size {
  font-size: var(--global--font-size-xxxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title);
}

/* Block Alignments */
/**
 * These selectors set the default max width for content appearing inside a post or page.
 */
/**
 * .alignleft
 */
.alignleft {
  /*rtl:ignore*/
  text-align: left;
  margin-top: 0;
}

.entry-content > .alignleft {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 480px) {
  .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal);
    margin-bottom: var(--global--spacing-vertical);
  }
  .entry-content > .alignleft {
    max-width: calc(50% - var(--responsive--alignleft-margin));
  }
}
/**
 * .aligncenter
 */
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/**
 * .alignright
 */
.alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}

.entry-content > .alignright {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 480px) {
  .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
  }
  .entry-content > .alignright {
    max-width: calc(50% - var(--responsive--alignright-margin));
  }
}
[class*=inner-container] > .alignleft + *,
[class*=inner-container] > .alignright + * {
  margin-top: 0;
}

/**
 * .alignwide
 */
.alignwide {
  clear: both;
}

/**
 * .alignfull
 */
.alignfull {
  clear: both;
}

.has-left-content {
  justify-content: flex-start;
}

.has-right-content {
  justify-content: flex-end;
}

.has-parallax {
  background-attachment: fixed;
}

.has-drop-cap:not(:focus)::first-letter {
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
  line-height: 0.66;
  text-transform: uppercase;
  font-style: normal;
  float: left;
  margin: 0.1em 0.1em 0 0;
  font-size: calc(1.2 * var(--heading--font-size-h1));
}

.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}

.desktop-only {
  display: none;
}
@media only screen and (min-width: 480px) {
  .desktop-only {
    display: block;
  }
}

/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
.site-header {
  position: sticky;
  z-index: 9;
  top: 0;
  background-color: var(--global--color-background);
  transition: all ease-in-out 0.25s;
}
@media only screen and (min-width: 704px) {
  .site-header {
    border-bottom: 1px solid transparent;
    background-color: var(--global--color-navgray);
  }
}
@media only screen and (min-width: 1024px) {
  .site-header {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
  }
}
.site-header > .wrap {
  max-width: calc(100vw - 32px) !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: calc(var(--global--spacing-vertical) / 2);
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .site-header > .wrap {
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.wp-custom-logo .site-header > .wrap {
  align-items: center;
}
.site-header > .wrap > div,
.site-header > .wrap > nav {
  flex-grow: 0;
}
.site-header > .wrap > .primary-navigation {
  flex-grow: 1;
}
@media only screen and (max-width: 703px) {
  .site-header > .wrap > .primary-navigation.desktop {
    display: none;
  }
}
@media only screen and (min-width: 704px) {
  .site-header > .wrap > .primary-navigation.mobile {
    display: none;
  }
}
.site-header .site-branding {
  transition: all ease-in-out 0.25s;
}

.tab-sidebar-wrap-toggled-on {
  overflow: hidden !important;
}
.tab-sidebar-wrap-toggled-on .site-header {
  z-index: 0;
  transition: none;
}

@media only screen and (min-width: 704px) {
  .site:not(.scrolled-top) .site-header {
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 16px -12px rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (max-width: 703px) {
  .site.scrolling-down .site-header {
    background-color: transparent;
  }
  .site.scrolling-down .site-header .site-branding {
    opacity: 0;
    transform: translate(0, -65px);
  }
}

@media only screen and (max-width: 703px) {
  .site.scrolling-down .site-header .primary-navigation > .primary-menu-container > ul > .menu-item > a,
  .site.scrolled-bottom .site-header .primary-navigation > .primary-menu-container > ul > .menu-item > a {
    height: 40px;
  }
  .site.scrolling-down .site-header .primary-navigation > .primary-menu-container > ul > .menu-item > a img, .site.scrolling-down .site-header .primary-navigation > .primary-menu-container > ul > .menu-item > a:before,
  .site.scrolled-bottom .site-header .primary-navigation > .primary-menu-container > ul > .menu-item > a img,
  .site.scrolled-bottom .site-header .primary-navigation > .primary-menu-container > ul > .menu-item > a:before {
    margin-bottom: 1em;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 703px) {
  .site.scrolling-down .site-main > article > .entry-header,
  .site.scrolled-bottom .site-main > article > .entry-header {
    transform: translate(0, -65px);
  }
}

.site.scrolling-up .site-header {
  opacity: 1;
}
@media only screen and (max-width: 703px) {
  .site.scrolling-up .site-main > article > .entry-header {
    opacity: 1;
  }
}

.site-branding {
  color: var(--branding--color-text);
}
.site-branding:last-child {
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.site-title {
  color: var(--branding--color-link);
  font-family: var(--branding--title--font-family);
  font-size: var(--branding--title--font-size-mobile);
  letter-spacing: normal;
  text-transform: var(--branding--title--text-transform);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(var(--global--spacing-vertical) / 6);
  display: none;
}
.site-title a {
  color: currentColor;
  font-weight: var(--branding--title--font-weight);
}
.site-title a:link, .site-title a:visited, .site-title a:active {
  color: currentColor;
}
.site-title a:hover, .site-title a:focus {
  color: var(--branding--color-link-hover);
}
@media only screen and (min-width: 480px) {
  .site-title {
    font-size: var(--branding--title--font-size);
  }
}

.site-description {
  color: currentColor;
  font-family: var(--branding--description--font-family);
  font-size: var(--branding--description--font-size);
  line-height: 1.4;
}

.site-title > a {
  text-decoration-color: var(--global--color-secondary);
}

.site-logo {
  margin: calc(var(--global--spacing-vertical) / 4) 0;
  margin-right: calc(var(--global--spacing-vertical) / 1.5);
  max-width: 186px;
}
@media only screen and (min-width: 704px) {
  .site-logo {
    min-height: 64px;
    min-width: 64px;
    margin: 8px;
    margin-left: 0;
    margin-right: 16px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .site-logo {
    margin: 8px;
    min-height: 72px;
    min-width: 72px;
    justify-content: center;
  }
}
.site-logo a {
  display: block;
  line-height: 1;
}
.site-logo img {
  max-width: 100%;
  max-height: 48px;
  width: auto;
  outline: 0 !important;
  border: none !important;
}
.site-header > .site-logo {
  width: 100%;
  padding-bottom: calc(var(--global--spacing-vertical) * 1.5);
  border-bottom: 1px solid;
  text-align: center;
}
.site-logo .custom-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--branding--logo--max-width-mobile);
  max-height: var(--branding--logo--max-height-mobile);
  height: auto;
  display: inline-block;
  width: auto;
}
@media only screen and (min-width: 480px) {
  .site-logo .custom-logo {
    max-width: var(--branding--logo--max-width);
    max-height: var(--branding--logo--max-height);
    height: auto;
    width: auto;
  }
}

@media only screen and (max-width: 703px) {
  body:not(.home) .site-logo img {
    transform: scale(0.8);
    margin-left: -8px;
  }
  .site-header .site-logo {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .site-header .site-logo,
  .entry-header .site-logo {
    max-width: 128px;
  }
  .entry-header .site-logo {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
    position: absolute;
    padding-top: calc(0.5 * var(--global--spacing-vertical));
    margin-top: 0;
    top: var(--global--admin-bar--height);
  }
  .primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
    display: none;
  }
  .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
    max-height: calc(var(--button--padding-vertical) - 0.25 * var(--global--spacing-unit) + 1.7em);
  }
  .site-header.has-logo.has-title-and-tagline {
    align-items: flex-start;
  }
  .site-header.has-logo.has-title-and-tagline.has-menu {
    justify-content: space-between;
  }
  .site-header.has-logo.has-title-and-tagline.has-menu .site-branding {
    max-width: calc(100% - 160px);
  }
  .site-header.has-logo.has-title-and-tagline .site-branding {
    margin-right: 0;
  }
  body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline:after {
    display: none;
  }
  body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .primary-navigation {
    position: relative;
    top: 0;
  }
  body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container {
    position: relative;
    padding-top: 0;
    margin-top: calc(0px - var(--button--padding-vertical) + 0.25 * var(--global--spacing-unit));
  }
  body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu {
    padding-left: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);
    padding-right: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);
    margin-right: calc(0px - var(--global--spacing-horizontal) * 0.6);
  }
  .site-header:not(.has-logo).has-title-and-tagline .site-branding {
    margin-right: 0;
    max-width: calc(100% - 160px);
  }
  .site-header:not(.has-menu) {
    justify-content: center;
  }
}
.site-footer {
  background-color: var(--global--color-mmmtblue);
}
.no-widgets .site-footer {
  margin-top: calc(6 * var(--global--spacing-vertical));
}
@media only screen and (max-width: 479px) {
  .no-widgets .site-footer {
    margin-top: calc(3 * var(--global--spacing-vertical));
  }
}

body:not(.slug-memon-my):not(.slug-intro) .site-footer {
  display: none;
}

.site-footer > .wrap > .site-info {
  color: var(--footer--color-text);
  font-family: var(--footer--font-family);
  font-size: var(--footer--font-size);
  line-height: var(--global--line-height-body);
}
.site-footer > .wrap > .site-info a {
  color: var(--footer--color-text);
}
.site-footer > .wrap > .site-info .label {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 1em;
}
.site-footer > .wrap > .site-info > div:not(:last-child) {
  margin-bottom: var(--global--spacing-vertical);
}
.site-footer > .wrap > .site-info .site-name {
  text-transform: var(--branding--title--text-transform);
  max-width: 480px;
}
.site-footer > .wrap > .site-info .site-name .site-logo {
  margin: 0;
  margin-bottom: 1.5em;
}
.site-footer > .wrap > .site-info .site-name .site-logo a {
  display: block;
}
.site-footer > .wrap > .site-info .site-company {
  flex-grow: 0;
  margin-top: auto;
}
.site-footer > .wrap > .site-info .site-company > div {
  text-align: justify;
}
.site-footer > .wrap > .site-info .site-company > div.brn {
  font-size: 0.94em;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer > .wrap > .site-info .site-company > div.trn {
  font-size: 0.94em;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer > .wrap > .site-info .privacy-policy,
.site-footer > .wrap > .site-info .powered-by {
  margin-top: calc(0.5 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 832px) {
  .site-footer > .wrap > .site-info {
    display: flex;
  }
  .site-footer > .wrap > .site-info > div {
    flex-grow: 1;
    margin-bottom: 0 !important;
  }
  .site-footer > .wrap > .site-info .site-name {
    margin-right: var(--global--spacing-vertical);
  }
  .site-footer > .wrap > .site-info .site-link {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin-right: var(--global--spacing-vertical);
  }
  .site-footer > .wrap > .site-info .site-link .site-social {
    display: flex;
  }
  .site-footer > .wrap > .site-info .site-link .site-social > div {
    margin-right: 2em;
  }
  .site-footer > .wrap > .site-info .privacy-policy,
  .site-footer > .wrap > .site-info .powered-by {
    margin-top: initial;
    margin-left: auto;
  }
  .site-footer > .wrap > .site-info .privacy-policy + .powered-by {
    margin-left: calc(0.5 * var(--global--spacing-vertical));
  }
}

.singular .site-main > article > .entry-header {
  transition: transform ease-in-out 0.25s;
}
@media only screen and (max-width: 703px) {
  .singular .site-main > article > .entry-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--global--color-border);
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: var(--global--color-background);
    max-width: 100%;
    z-index: 498;
  }
}
.singular .entry-header {
  margin-bottom: calc(1 * var(--global--spacing-vertical));
}
.singular.home .site-main > article > .entry-header {
  background-color: var(--global--color-background-dark);
  color: var(--global--color-background);
  border-bottom: 1px solid var(--global--color-primary);
}
.singular.home .site-main > article > .entry-header .entry-title {
  color: var(--global--color-background);
}
.singular .hentry.page-intro .entry-header {
  display: none;
}

.singular .has-post-thumbnail .entry-header {
  border-bottom: none;
  padding-bottom: calc(1.3 * var(--global--spacing-vertical));
  margin-bottom: 0;
}

.position-sticky {
  position: sticky;
  top: 0;
  z-index: 4;
  padding-top: calc(0.5 * var(--global--spacing-vertical));
  margin-top: 0 !important;
  margin-bottom: calc(0.5 * var(--global--spacing-vertical)) !important;
  background-color: var(--global--color-background);
}
.position-sticky.bottom {
  top: auto;
  bottom: 0;
  margin-bottom: 0 !important;
}
.position-sticky.left {
  float: left;
  left: 0;
  margin-left: 0 !important;
  padding-top: 0;
  padding-left: calc(0.5 * var(--global--spacing-vertical));
  padding-bottom: 0;
  padding-right: calc(0.25 * var(--global--spacing-vertical));
  margin-bottom: 0 !important;
  margin-right: calc(0.5 * var(--global--spacing-vertical)) !important;
}
.position-sticky.gray-background {
  background-color: var(--global--color-mmmtgray);
}
.position-sticky.gray5-background {
  background-color: var(--global--color-light-gray5);
}
.position-sticky.no-gradient:after {
  display: none;
}

.no-results.not-found > *:first-child {
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.page-links {
  clear: both;
}
.page-links .post-page-numbers {
  display: inline-block;
  margin-left: calc(0.66 * var(--global--spacing-unit));
  margin-right: calc(0.66 * var(--global--spacing-unit));
  min-width: 44px;
  min-height: 44px;
}
.page-links .post-page-numbers:first-child {
  margin-left: 0;
}

.site-content {
  transition-property: opacity, transform;
  transition-duration: 0.36s;
  transition-timing-function: ease-in-out;
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 65px);
}
@media only screen and (min-width: 832px) {
  .site-content {
    min-height: calc(100vh - 81px);
  }
}

@media only screen and (max-width: 703px) {
  body:not(.slug-intro) .site-content {
    padding-bottom: 64px;
  }
}
.mmmt-tooltip {
  position: relative;
  overflow: hidden;
}
.mmmt-tooltip .tooltip-box {
  position: absolute;
  top: calc(100% + 4px);
  right: 1px;
  font-size: var(--global--font-size-xxxxs);
  background-color: var(--global--color-light-gray3);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--article--border-radius);
  padding: 0.9em 1em;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: opacity ease-in-out 0.24s, top ease-in-out 0.24s, bottom ease-in-out 0.24s, visibility ease 0s 0.32s;
  z-index: 1000;
  color: var(--global--color-primary);
}
.mmmt-tooltip .tooltip-box:before, .mmmt-tooltip .tooltip-box:after {
  border-style: solid;
  border-width: 0px 8px 8px 8px;
  content: "";
  height: 0px;
  position: absolute;
  right: 10px;
  top: -7px;
  width: 0px;
  opacity: 1;
  z-index: 1001;
}
.mmmt-tooltip .tooltip-box:before {
  border-color: transparent transparent rgba(0, 0, 0, 0.16);
  top: -8px;
}
.mmmt-tooltip .tooltip-box:after {
  border-color: transparent transparent var(--global--color-light-gray3);
}
.mmmt-tooltip.align-center .tooltip-box {
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.mmmt-tooltip.align-center .tooltip-box:before, .mmmt-tooltip.align-center .tooltip-box:after {
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.mmmt-tooltip:hover, .mmmt-tooltip:focus {
  overflow: visible;
}
.mmmt-tooltip:hover .tooltip-box, .mmmt-tooltip:focus .tooltip-box {
  transition: opacity ease-in-out 0.32s, top ease-in-out 0.32s, bottom ease-in-out 0.32s;
  visibility: visible;
  opacity: 1;
  height: auto;
  top: calc(100% + 8px);
}

.mmmt-toggle {
  position: relative;
}
.mmmt-toggle .toggle-box {
  position: absolute;
  background-color: var(--global--color-background);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--article--border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  width: max-content;
  height: max-content;
  min-width: 240px;
  z-index: 11;
  overflow: hidden;
  transition: opacity ease-in-out 0.24s, top ease-in-out 0.24s, bottom ease-in-out 0.24s, left ease-in-out 0.24s, right ease-in-out 0.25s;
}
.mmmt-toggle .toggle-box.board-box {
  width: 306.19px;
}
@media only screen and (max-width: 703px) {
  .mmmt-toggle .toggle-box.board-box > .scroll-wrapper {
    max-height: 320px;
    max-height: 50vh;
  }
}
.mmmt-toggle .toggle-box.auto-box {
  min-width: 0;
}
.mmmt-toggle .toggle-box > .scroll-wrapper {
  height: max-content;
  margin-bottom: 0 !important;
}
.mmmt-toggle .toggle-box > .scroll-wrapper > .scroll-content > * {
  margin: var(--global--spacing-unit) 0;
  padding: 0 var(--global--spacing-unit);
}
.mmmt-toggle .toggle-box > .scroll-wrapper > .scroll-content > *.mmmt-list > ul {
  padding-top: 0;
  padding-bottom: 0;
}
.mmmt-toggle .toggle-box > .scroll-wrapper > .scroll-content > *.position-sticky.bottom {
  margin: 0;
  padding: var(--global--spacing-unit);
  background-color: var(--global--color-background);
}
.mmmt-toggle .toggle-box > .scroll-wrapper > .scroll-content .toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--global--spacing-unit);
  margin: 0;
  border-bottom: 1px solid var(--global--color-border);
  top: 0;
}
.mmmt-toggle .toggle-box > .scroll-wrapper > .scroll-content .toggle-header .toggle-title {
  font-size: var(--global--font-size-base);
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  min-height: 24px;
  align-items: center;
  color: var(--global--color-primary);
}
.mmmt-toggle .toggle-box > .scroll-wrapper > .scroll-content .toggle-header .toggle-title img {
  width: 20px;
  margin-right: 4px;
}
.mmmt-toggle .toggle-box > .scroll-wrapper > .scroll-content .toggle-footer {
  padding: var(--global--spacing-unit);
  margin: 0;
  border-top: 1px solid var(--global--color-border);
  bottom: 0;
}
.mmmt-toggle .toggle-box > .scroll-wrapper > .scroll-content .full-wide {
  margin: calc(-1 * var(--global--spacing-unit));
}
.mmmt-toggle .toggle-trigger-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.mmmt-toggle button.toggle-trigger {
  flex: none;
}
.mmmt-toggle .label-icon,
.mmmt-toggle .label-icon img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.mmmt-toggle .toggle-icon {
  transition: transform ease-in-out 0.25s;
}
.mmmt-toggle.align-center .toggle-box {
  left: 50%;
  transform: translate(-50%, 0);
}
.mmmt-toggle.align-center .toggle-trigger-wrap {
  justify-content: center;
}
.mmmt-toggle.align-right .toggle-box {
  right: 0;
}
.mmmt-toggle.align-right .toggle-trigger-wrap {
  justify-content: right;
}
.mmmt-toggle.align-bottom .toggle-box {
  bottom: 2px;
}
.mmmt-toggle.align-middle .toggle-box {
  top: 50%;
  transform: translate(0, -50%);
}
.mmmt-toggle.toggle-top .toggle-box {
  top: calc(100% + 4px);
}
.mmmt-toggle.toggle-top.toggled-on .toggle-icon {
  transform: translate(0, 2px);
}
.mmmt-toggle.toggle-bottom .toggle-box {
  bottom: calc(100% + 4px);
}
.mmmt-toggle.toggle-bottom .toggle-icon {
  transform: rotate(180deg);
}
.mmmt-toggle.toggle-bottom.toggled-on .toggle-icon {
  transform: translate(0, -2px) rotate(180deg);
}
.mmmt-toggle.toggle-right .toggle-box {
  right: calc(100% + 4px);
}
.mmmt-toggle.toggle-right .toggle-icon {
  transform: rotate(90deg);
}
.mmmt-toggle.toggle-right.toggled-on .toggle-icon {
  transform: rotate(90deg) translate(0, 2px);
}
.mmmt-toggle.toggle-left .toggle-box {
  left: calc(100% + 4px);
}
.mmmt-toggle.toggle-left .toggle-icon {
  transform: rotate(-90deg);
}
.mmmt-toggle.toggle-left.toggled-on .toggle-icon {
  transform: rotate(-90deg) translate(0, 2px);
}
.mmmt-toggle .toggle-scrim {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.16);
  transition: background-color ease-in-out 0.24s, height ease-in-out 0s 0s;
}
.mmmt-toggle:not(.toggled-on) .toggle-box {
  opacity: 0;
  overflow: hidden;
}
.mmmt-toggle:not(.toggled-on).toggle-top .toggle-box {
  top: 100%;
}
.mmmt-toggle:not(.toggled-on).toggle-bottom .toggle-box {
  bottom: 100%;
}
.mmmt-toggle:not(.toggled-on).toggle-right .toggle-box {
  right: 100%;
}
.mmmt-toggle:not(.toggled-on).toggle-left .toggle-box {
  left: 100%;
}
.mmmt-toggle:not(.toggled-on) .toggle-scrim {
  height: 0;
  background-color: transparent;
  transition: background-color ease-in-out 0.24s, height ease-in-out 0s 0.25s;
}
.mmmt-toggle:not(.visible-on) .toggle-box {
  display: none;
}
.mmmt-toggle.toggled-on .toggle-trigger-wrap {
  z-index: 12;
}
.mmmt-toggle .function-toggle--button {
  margin: 4px !important;
  padding: 0 !important;
  display: flex;
}
.mmmt-toggle .function-toggle--button .button-wrap:not(:first-child) {
  margin-left: 4px;
}
@media only screen and (max-width: 703px) {
  .mmmt-toggle.board-aside.toggle-bottom .toggle-box {
    bottom: auto;
    top: calc(100% - 2px);
  }
  .mmmt-toggle.board-aside.toggle-bottom .toggle-icon {
    transform: rotate(180deg);
  }
  .mmmt-toggle.board-aside.toggle-bottom:not(.toggled-on) .toggle-icon {
    transform: rotate(0);
  }
  .mmmt-toggle.board-aside.align-right .toggle-box {
    right: auto;
    left: 0;
  }
  .mmmt-toggle.board-aside.align-right .toggle-trigger-wrap {
    justify-content: left;
  }
  .mmmt-toggle.board-aside:not(.toggled-on).toggle-bottom .toggle-box {
    top: calc(100% - 4px);
  }
}
.mmmt-toggle.toggle-notice .toggle-trigger-wrap {
  margin: 0;
}
.mmmt-toggle.toggle-notice .toggle-box {
  position: fixed;
  left: 50%;
  top: 48px;
  transform: translate(-50%, 0);
  max-width: 90%;
  min-height: 10dvh;
  max-height: calc(100dvh - 64px - 64px);
}
@media only screen and (min-width: 704px) {
  .mmmt-toggle.toggle-notice .toggle-box {
    max-height: calc(100dvh - 80px - 80px);
  }
}
@media only screen and (min-width: 1024px) {
  .mmmt-toggle.toggle-notice .toggle-box {
    left: 64px;
    top: 0;
    bottom: 0;
    height: auto;
    max-height: none;
    transform: none;
    border-radius: 0 var(--article--border-radius) var(--article--border-radius) 0;
    border-top: none;
    border-bottom: none;
  }
}
.mmmt-toggle.toggle-notice.toggled-on .toggle-box {
  top: 64px;
}
@media only screen and (min-width: 704px) {
  .mmmt-toggle.toggle-notice.toggled-on .toggle-box {
    top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .mmmt-toggle.toggle-notice.toggled-on .toggle-box {
    top: 0;
    left: 88px;
  }
}

.page-archive .taxonomy.type-card,
.page-archive .taxonomy.type-book,
.page-archive .taxonomy.type-board,
.archive .taxonomy.type-card,
.archive .taxonomy.type-book,
.archive .taxonomy.type-board {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.page-archive .taxonomy.type-card .mdc-card__primary-action,
.page-archive .taxonomy.type-book .mdc-card__primary-action,
.page-archive .taxonomy.type-board .mdc-card__primary-action,
.archive .taxonomy.type-card .mdc-card__primary-action,
.archive .taxonomy.type-book .mdc-card__primary-action,
.archive .taxonomy.type-board .mdc-card__primary-action {
  margin-top: 1%;
  border-radius: var(--button--border-radius);
  box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.16);
  background-color: var(--global--color-light-gray3);
  transition: all 0.125s ease-in-out;
}
@media (hover: hover) {
  .page-archive .taxonomy.type-card .mdc-card__primary-action:not(.no-has-image):hover,
  .page-archive .taxonomy.type-book .mdc-card__primary-action:not(.no-has-image):hover,
  .page-archive .taxonomy.type-board .mdc-card__primary-action:not(.no-has-image):hover,
  .archive .taxonomy.type-card .mdc-card__primary-action:not(.no-has-image):hover,
  .archive .taxonomy.type-book .mdc-card__primary-action:not(.no-has-image):hover,
  .archive .taxonomy.type-board .mdc-card__primary-action:not(.no-has-image):hover {
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.32);
    transform: scale(1.01);
  }
}
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image {
  padding-top: 142%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: var(--button--border-radius);
  overflow: hidden;
}
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .cover,
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .book-cover,
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .board-cover,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .cover,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .book-cover,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .board-cover,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .cover,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .book-cover,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .board-cover,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .cover,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .book-cover,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .board-cover,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .cover,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .book-cover,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .board-cover,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .cover,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .book-cover,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .board-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon .cover,
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon .book-cover,
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon .board-cover,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon .cover,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon .book-cover,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon .board-cover,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon .cover,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon .book-cover,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon .board-cover,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon .cover,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon .book-cover,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon .board-cover,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon .cover,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon .book-cover,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon .board-cover,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon .cover,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon .book-cover,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon .board-cover {
  position: relative;
  margin-bottom: 4px;
}
@media only screen and (max-width: 703px) {
  .page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon .cover,
  .page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon .book-cover,
  .page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon .board-cover,
  .page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon .cover,
  .page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon .book-cover,
  .page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon .board-cover,
  .page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon .cover,
  .page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon .book-cover,
  .page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon .board-cover,
  .archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon .cover,
  .archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon .book-cover,
  .archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon .board-cover,
  .archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon .cover,
  .archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon .book-cover,
  .archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon .board-cover,
  .archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon .cover,
  .archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon .book-cover,
  .archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon .board-cover {
    font-size: 2rem;
  }
}
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon div,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon div,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon div,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon div,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon div,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon div {
  line-height: 1.1;
  position: relative;
}
@media only screen and (max-width: 703px) {
  .page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon div,
  .page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon div,
  .page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon div,
  .archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon div,
  .archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon div,
  .archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon div {
    font-size: 0.875em;
  }
}
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon div span,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon div span,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon div span,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .wrap-icon div span,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .wrap-icon div span,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .wrap-icon div span {
  display: flex;
  position: absolute;
  left: calc(100% - 0px);
  bottom: calc(100% - 8px);
  font-size: 0.8em;
  background-color: var(--global--color-mmmtred);
  color: var(--global--color-white);
  line-height: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 16px;
  justify-content: center;
  font-weight: var(--heading--font-weight);
}
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .term-meta,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .term-meta,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .term-meta,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .term-meta,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .term-meta,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .term-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .term-meta > div,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .term-meta > div,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .term-meta > div,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .term-meta > div,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .term-meta > div,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .term-meta > div {
  border-radius: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 0.625em;
  padding: 0 0.5em;
  background-color: rgba(0, 0, 0, 0.92);
  color: var(--global--color-background);
}
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .term-meta > div.role-author,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .term-meta > div.role-author,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .term-meta > div.role-author,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .term-meta > div.role-author,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .term-meta > div.role-author,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .term-meta > div.role-author {
  background-color: rgba(255, 255, 255, 0.92);
  color: var(--global--color-mmmtblack);
  font-weight: var(--heading--font-weight);
  border: 0.03125rem solid rgba(0, 0, 0, 0.08);
  transition: all ease-in-out 0.125s;
  opacity: 0;
}
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .term-meta > div.term-status,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .term-meta > div.term-status,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .term-meta > div.term-status,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .term-meta > div.term-status,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .term-meta > div.term-status,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .term-meta > div.term-status {
  background-color: rgba(99, 105, 117, 0.96);
  color: var(--global--color-background);
  font-weight: var(--heading--font-weight);
  transition: all ease-in-out 0.125s;
}
.page-archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .term-meta > div.term-status.publish,
.page-archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .term-meta > div.term-status.publish,
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .term-meta > div.term-status.publish,
.archive .taxonomy.type-card .mdc-card__primary-action .wrap-image .term-meta > div.term-status.publish,
.archive .taxonomy.type-book .mdc-card__primary-action .wrap-image .term-meta > div.term-status.publish,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .term-meta > div.term-status.publish {
  opacity: 0;
}
.page-archive .taxonomy.type-card .mdc-card__primary-action:hover .term-meta > div.role-author,
.page-archive .taxonomy.type-book .mdc-card__primary-action:hover .term-meta > div.role-author,
.page-archive .taxonomy.type-board .mdc-card__primary-action:hover .term-meta > div.role-author,
.archive .taxonomy.type-card .mdc-card__primary-action:hover .term-meta > div.role-author,
.archive .taxonomy.type-book .mdc-card__primary-action:hover .term-meta > div.role-author,
.archive .taxonomy.type-board .mdc-card__primary-action:hover .term-meta > div.role-author {
  opacity: 1;
}
.page-archive .taxonomy.type-card .mdc-card__primary-action:hover .term-meta > div.term-status.publish,
.page-archive .taxonomy.type-book .mdc-card__primary-action:hover .term-meta > div.term-status.publish,
.page-archive .taxonomy.type-board .mdc-card__primary-action:hover .term-meta > div.term-status.publish,
.archive .taxonomy.type-card .mdc-card__primary-action:hover .term-meta > div.term-status.publish,
.archive .taxonomy.type-book .mdc-card__primary-action:hover .term-meta > div.term-status.publish,
.archive .taxonomy.type-board .mdc-card__primary-action:hover .term-meta > div.term-status.publish {
  opacity: 1;
}
.page-archive .taxonomy.type-card .wrap-meta,
.page-archive .taxonomy.type-book .wrap-meta,
.page-archive .taxonomy.type-board .wrap-meta,
.archive .taxonomy.type-card .wrap-meta,
.archive .taxonomy.type-book .wrap-meta,
.archive .taxonomy.type-board .wrap-meta {
  margin-top: 0.5em;
  font-size: var(--global--font-size-xxxs);
}
.page-archive .taxonomy.type-card .wrap-meta > span,
.page-archive .taxonomy.type-book .wrap-meta > span,
.page-archive .taxonomy.type-board .wrap-meta > span,
.archive .taxonomy.type-card .wrap-meta > span,
.archive .taxonomy.type-book .wrap-meta > span,
.archive .taxonomy.type-board .wrap-meta > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-weight: var(--global--font-weight);
  color: #626976;
}
.page-archive .taxonomy.type-card .wrap-meta > span.title,
.page-archive .taxonomy.type-book .wrap-meta > span.title,
.page-archive .taxonomy.type-board .wrap-meta > span.title,
.archive .taxonomy.type-card .wrap-meta > span.title,
.archive .taxonomy.type-book .wrap-meta > span.title,
.archive .taxonomy.type-board .wrap-meta > span.title {
  font-weight: var(--heading--font-weight);
}
.page-archive .taxonomy.type-card .wrap-meta > span:not(.title),
.page-archive .taxonomy.type-book .wrap-meta > span:not(.title),
.page-archive .taxonomy.type-board .wrap-meta > span:not(.title),
.archive .taxonomy.type-card .wrap-meta > span:not(.title),
.archive .taxonomy.type-book .wrap-meta > span:not(.title),
.archive .taxonomy.type-board .wrap-meta > span:not(.title) {
  font-size: 0.8125em;
  color: var(--global--color-text-gray);
}
@media (hover: hover) {
  .page-archive .taxonomy.type-board .mdc-card__primary-action:hover,
  .archive .taxonomy.type-board .mdc-card__primary-action:hover {
    transform: none;
  }
}
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image {
  padding-top: 100%;
}
.page-archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .board-cover.icon,
.archive .taxonomy.type-board .mdc-card__primary-action .wrap-image .board-cover.icon {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-archive .taxonomy.type-board .wrap-meta,
.archive .taxonomy.type-board .wrap-meta {
  margin-top: 0.5em;
}
.page-archive .taxonomy.type-board .wrap-meta > span,
.archive .taxonomy.type-board .wrap-meta > span {
  text-align: center;
  color: #626976;
}
.page-archive .taxonomy.type-board.new-board .mdc-card__primary-action,
.archive .taxonomy.type-board.new-board .mdc-card__primary-action {
  background-color: var(--global--color-light-gray5);
}
.page-archive .taxonomy.type-board.new-board .wrap-meta > span,
.archive .taxonomy.type-board.new-board .wrap-meta > span {
  color: var(--global--color-mmmtblue);
}
.page-archive article.type-memo,
.archive article.type-memo {
  transition: all ease-in-out 0.48s;
  position: relative;
}
.page-archive article.type-memo > .wrap,
.archive article.type-memo > .wrap {
  border: 1px solid var(--global--color-border);
  background-color: var(--global--color-white);
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.25);
  border-radius: var(--article--border-radius);
  position: relative;
  transition: all ease-in-out 0.125s;
}
.page-archive article.type-memo > .wrap .entry-header,
.archive article.type-memo > .wrap .entry-header {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
.page-archive article.type-memo > .wrap .entry-content,
.archive article.type-memo > .wrap .entry-content {
  text-align: justify;
  padding: var(--global--spacing-vertical);
  padding-bottom: 0;
  margin: 0;
  overflow: hidden;
}
@media only screen and (max-width: 703px) {
  .page-archive article.type-memo > .wrap .entry-content,
  .archive article.type-memo > .wrap .entry-content {
    padding: 5% 6%;
    font-size: 0.875em;
  }
}
.page-archive article.type-memo > .wrap .entry-content.gigante,
.archive article.type-memo > .wrap .entry-content.gigante {
  max-height: 100% !important;
  padding-top: 10%;
  padding-bottom: 5%;
}
.page-archive article.type-memo > .wrap .entry-more,
.archive article.type-memo > .wrap .entry-more {
  text-align: center;
  position: relative;
}
.page-archive article.type-memo > .wrap .entry-more:before,
.archive article.type-memo > .wrap .entry-more:before {
  content: "";
  display: block;
  height: 48px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all ease-in-out 0.125s;
  transition-delay: 0.1s;
}
.page-archive article.type-memo > .wrap .entry-more .menu-more,
.archive article.type-memo > .wrap .entry-more .menu-more {
  padding: 0;
  width: 44px;
  height: 44px;
  margin: 2px;
  font-size: 0.8125rem;
  border: none !important;
  background-color: transparent !important;
}
.page-archive article.type-memo > .wrap .entry-more .menu-more.gigante,
.archive article.type-memo > .wrap .entry-more .menu-more.gigante {
  transform: rotate(-90deg);
}
.page-archive article.type-memo > .wrap .entry-footer,
.archive article.type-memo > .wrap .entry-footer {
  margin: 0;
  clear: both;
  float: none;
  font-size: var(--global--font-size-xxxs);
  display: block;
  border-bottom: none;
}
.page-archive article.type-memo > .wrap .entry-footer .entry-meta,
.archive article.type-memo > .wrap .entry-footer .entry-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--global--font-size-xxxs);
}
.page-archive article.type-memo > .wrap .entry-footer .entry-meta .post-author,
.archive article.type-memo > .wrap .entry-footer .entry-meta .post-author {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
.page-archive article.type-memo > .wrap .entry-footer .entry-meta .post-author .avatar img,
.archive article.type-memo > .wrap .entry-footer .entry-meta .post-author .avatar img {
  border-radius: 32px;
  height: 32px;
  width: 32px;
  object-fit: cover;
  margin-right: 0.5em !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.page-archive article.type-memo > .wrap .entry-footer .entry-meta .post-author .display-name,
.archive article.type-memo > .wrap .entry-footer .entry-meta .post-author .display-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-right: 0.5em;
}
.page-archive article.type-memo > .wrap .entry-footer .entry-term,
.archive article.type-memo > .wrap .entry-footer .entry-term {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 2px;
}
.page-archive article.type-memo > .wrap .entry-footer .entry-term > .action-menu-container > .action-menu-list,
.archive article.type-memo > .wrap .entry-footer .entry-term > .action-menu-container > .action-menu-list {
  display: flex;
  align-items: center;
  padding: 0;
}
.page-archive article.type-memo > .wrap .entry-footer .entry-term > .action-menu-container > .action-menu-list > li:not(.mmmt-toggle):not(.action-edit):not([aria-checked=true]),
.archive article.type-memo > .wrap .entry-footer .entry-term > .action-menu-container > .action-menu-list > li:not(.mmmt-toggle):not(.action-edit):not([aria-checked=true]) {
  display: none;
}
.page-archive article.type-memo > .wrap .entry-footer .entry-term > .action-menu-container > .action-menu-list .toggle-trigger,
.archive article.type-memo > .wrap .entry-footer .entry-term > .action-menu-container > .action-menu-list .toggle-trigger {
  color: var(--global--color-text-gray2);
}
.page-archive article.type-memo > .wrap .entry-footer .entry-term .toggle-scrim,
.archive article.type-memo > .wrap .entry-footer .entry-term .toggle-scrim {
  background-color: transparent;
}
.page-archive article.type-memo > .wrap .entry-footer > span,
.archive article.type-memo > .wrap .entry-footer > span {
  display: block;
}
.page-archive article.type-memo > .wrap .entry-footer .posted-on,
.archive article.type-memo > .wrap .entry-footer .posted-on {
  font-size: 0.9em;
  margin-bottom: 1em;
  margin-right: 0;
  position: relative;
}
.page-archive article.type-memo > .wrap .entry-footer .posted-on:hover .date-short,
.archive article.type-memo > .wrap .entry-footer .posted-on:hover .date-short {
  display: none;
}
.page-archive article.type-memo > .wrap .entry-footer .posted-on:not(:hover) .entry-date,
.page-archive article.type-memo > .wrap .entry-footer .posted-on:not(:hover) .date-long,
.archive article.type-memo > .wrap .entry-footer .posted-on:not(:hover) .entry-date,
.archive article.type-memo > .wrap .entry-footer .posted-on:not(:hover) .date-long {
  display: none;
}
.page-archive article.type-memo > .wrap .entry-footer .posted-on .entry-date,
.archive article.type-memo > .wrap .entry-footer .posted-on .entry-date {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: max-content;
}
.page-archive article.type-memo > .wrap .entry-footer .posted-on .material-symbols-rounded,
.archive article.type-memo > .wrap .entry-footer .posted-on .material-symbols-rounded {
  font-size: 1rem;
  vertical-align: middle;
}
.page-archive article.type-memo > .wrap .entry-footer a,
.archive article.type-memo > .wrap .entry-footer a {
  color: currentColor;
}
@media (hover: hover) {
  .page-archive article.type-memo > .wrap .entry-footer a:hover,
  .archive article.type-memo > .wrap .entry-footer a:hover {
    color: var(--global--color-primary-hover);
  }
}
.page-archive article.type-memo > .wrap .entry-footer a:focus,
.archive article.type-memo > .wrap .entry-footer a:focus {
  color: var(--global--color-primary-hover);
}
.page-archive article.type-memo > .wrap .entry-footer a:active,
.archive article.type-memo > .wrap .entry-footer a:active {
  color: currentColor;
}
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies,
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies {
  font-size: 0.9em;
  color: var(--global--color-text-gray);
  transition: all ease-in-out 0.125s 0.125s;
  overflow: hidden;
  margin-right: 0;
}
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links,
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links,
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links,
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links {
  display: flex;
  align-items: center;
  margin: 8px 0;
  margin: calc(0.4 * var(--global--spacing-horizontal)) calc(0.5 * var(--global--spacing-horizontal));
}
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .term-symbol,
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .term-symbol,
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .term-symbol,
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .term-symbol {
  margin-right: 4px;
}
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .book-cover,
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .cover,
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .book-cover,
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .cover,
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .book-cover,
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .cover,
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .book-cover,
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .cover {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: none;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.4);
  width: auto;
  height: 24px;
  width: 24px;
  object-fit: cover;
  flex: none;
  border-radius: var(--button--border-radius);
}
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .book-cover:not(.book-cover),
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .cover:not(.book-cover),
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .book-cover:not(.book-cover),
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .cover:not(.book-cover),
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .book-cover:not(.book-cover),
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .cover:not(.book-cover),
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .book-cover:not(.book-cover),
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .cover:not(.book-cover) {
  margin-right: 8px;
}
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .book-title,
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .title,
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .book-title,
.page-archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .title,
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .book-title,
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .book-links .title,
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .book-title,
.archive article.type-memo > .wrap .entry-footer .memo-taxonomies .links .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta,
.archive article.type-memo > .wrap .wrap-entry-meta {
  margin: 0;
  position: relative;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .entry-meta,
.archive article.type-memo > .wrap .wrap-entry-meta .entry-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  padding: calc(0.3 * var(--global--spacing-vertical)) calc(0.5 * var(--global--spacing-horizontal));
  transition: all ease-in-out 0.125s;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .entry-meta .post-author,
.archive article.type-memo > .wrap .wrap-entry-meta .entry-meta .post-author {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .entry-meta .post-author .avatar img,
.archive article.type-memo > .wrap .wrap-entry-meta .entry-meta .post-author .avatar img {
  border-radius: 24px;
  height: 24px;
  width: 24px;
  object-fit: cover;
  margin-right: 0.5em !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .entry-meta .post-author .display-name,
.archive article.type-memo > .wrap .wrap-entry-meta .entry-meta .post-author .display-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-right: 0.5em;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .entry-meta .post-date,
.archive article.type-memo > .wrap .wrap-entry-meta .entry-meta .post-date {
  color: var(--global--color-text-gray);
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .entry-meta > .action-menu-container,
.archive article.type-memo > .wrap .wrap-entry-meta .entry-meta > .action-menu-container {
  margin: 0;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .entry-meta > .action-menu-container .action-menu-list,
.archive article.type-memo > .wrap .wrap-entry-meta .entry-meta > .action-menu-container .action-menu-list {
  display: flex;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail,
.archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail {
  position: relative;
  padding-top: 50%;
  margin: 0;
  cursor: pointer;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail .entry-meta,
.archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail .entry-meta {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
  background-color: transparent;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail .entry-meta .post-author,
.page-archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail .entry-meta .post-date,
.archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail .entry-meta .post-author,
.archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail .entry-meta .post-date {
  color: var(--global--color-white);
}
.page-archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail:before,
.archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--global--color-mmmtblack);
  opacity: 0.16;
  transition: all ease-in-out 0.125s;
  z-index: 1;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail .post-thumbnail,
.archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail .post-thumbnail {
  margin: 0;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail .gray-button,
.archive article.type-memo > .wrap .wrap-entry-meta.has-post-thumbnail .gray-button {
  color: var(--global--color-white);
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .toggle-scrim,
.archive article.type-memo > .wrap .wrap-entry-meta .toggle-scrim {
  background-color: transparent;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .posted-on,
.archive article.type-memo > .wrap .wrap-entry-meta .posted-on {
  font-size: 0.9em;
  margin-bottom: 1em;
  margin-right: 0;
  position: relative;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .posted-on:hover .date-short,
.archive article.type-memo > .wrap .wrap-entry-meta .posted-on:hover .date-short {
  display: none;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .posted-on:not(:hover) .entry-date,
.page-archive article.type-memo > .wrap .wrap-entry-meta .posted-on:not(:hover) .date-long,
.archive article.type-memo > .wrap .wrap-entry-meta .posted-on:not(:hover) .entry-date,
.archive article.type-memo > .wrap .wrap-entry-meta .posted-on:not(:hover) .date-long {
  display: none;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .posted-on .entry-date,
.archive article.type-memo > .wrap .wrap-entry-meta .posted-on .entry-date {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: max-content;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .posted-on .material-symbols-rounded,
.archive article.type-memo > .wrap .wrap-entry-meta .posted-on .material-symbols-rounded {
  font-size: 1rem;
  vertical-align: middle;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta .wp-post-image,
.archive article.type-memo > .wrap .wrap-entry-meta .wp-post-image {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100% !important;
  max-height: 100%;
  height: 100% !important;
  object-fit: cover;
  border: none !important;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta.view-max,
.archive article.type-memo > .wrap .wrap-entry-meta.view-max {
  padding-top: 0;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta.view-max .wp-post-image,
.archive article.type-memo > .wrap .wrap-entry-meta.view-max .wp-post-image {
  position: relative;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta.view-max:before,
.archive article.type-memo > .wrap .wrap-entry-meta.view-max:before {
  opacity: 0;
}
.page-archive article.type-memo > .wrap .wrap-entry-meta.view-max .entry-meta:not(:hover),
.archive article.type-memo > .wrap .wrap-entry-meta.view-max .entry-meta:not(:hover) {
  opacity: 0;
}
@media (hover: hover) {
  .page-archive article.type-memo:hover > .wrap,
  .archive article.type-memo:hover > .wrap {
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.page-archive article.type-memo .action-recommend,
.archive article.type-memo .action-recommend {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.page-archive article.type-memo .action-recommend .material-symbols-rounded,
.archive article.type-memo .action-recommend .material-symbols-rounded {
  font-size: 20px;
  margin: 14px;
}
.page-archive article.type-memo.category-recommended-memo .entry-header .action-recommend,
.archive article.type-memo.category-recommended-memo .entry-header .action-recommend {
  display: block;
}
.page-archive article.type-memo.category-recommended-memo .entry-header .action-recommend .material-symbols-rounded,
.archive article.type-memo.category-recommended-memo .entry-header .action-recommend .material-symbols-rounded {
  color: var(--global--color-text-gray);
}
.page-archive article.type-memo.category-recommended-memo .entry-header .action-recommend .material-symbols-rounded,
.archive article.type-memo.category-recommended-memo .entry-header .action-recommend .material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 64;
}
@media (hover: hover) {
  .page-archive article.type-memo.category-recommended-memo .entry-header .action-recommend:hover .material-symbols-rounded,
  .archive article.type-memo.category-recommended-memo .entry-header .action-recommend:hover .material-symbols-rounded {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 64;
  }
}
.page-archive article.type-memo.sticky .action-menu-container .action-menu-list .action-sticky .material-symbols-rounded,
.archive article.type-memo.sticky .action-menu-container .action-menu-list .action-sticky .material-symbols-rounded {
  color: var(--global--color-mmmtblue);
  transition: all 0.125s ease-in-out;
}
.page-archive article.type-memo.sticky .action-menu-container .action-menu-list .action-sticky .material-symbols-rounded,
.archive article.type-memo.sticky .action-menu-container .action-menu-list .action-sticky .material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 64;
}
@media (hover: hover) {
  .page-archive article.type-memo.sticky .action-menu-container .action-menu-list .action-sticky:hover .material-symbols-rounded,
  .archive article.type-memo.sticky .action-menu-container .action-menu-list .action-sticky:hover .material-symbols-rounded {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 64;
  }
}
.page-archive article.type-memo.status-private .action-menu-container .action-menu-list .action-private,
.archive article.type-memo.status-private .action-menu-container .action-menu-list .action-private {
  transition-delay: 0s !important;
  transform: translate(0, 0);
  opacity: 1;
  text-align: left;
}
.page-archive article.type-memo.status-private .action-menu-container .action-menu-list .action-private .material-symbols-rounded,
.archive article.type-memo.status-private .action-menu-container .action-menu-list .action-private .material-symbols-rounded {
  color: var(--global--color-mmmtblue);
  transition: all 0.125s ease-in-out;
}
.page-archive article.type-memo.status-private .action-menu-container .action-menu-list .action-private .material-symbols-rounded,
.archive article.type-memo.status-private .action-menu-container .action-menu-list .action-private .material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 64;
}
@media (hover: hover) {
  .page-archive article.type-memo.status-private .action-menu-container .action-menu-list .action-private:hover .material-symbols-rounded,
  .archive article.type-memo.status-private .action-menu-container .action-menu-list .action-private:hover .material-symbols-rounded {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 64;
  }
}
.page-archive article.type-memo.status-draft > .wrap,
.archive article.type-memo.status-draft > .wrap {
  border: 1px dashed rgba(0, 0, 0, 0.08);
  background-color: rgba(0, 0, 0, 0.04);
}
.page-archive article.type-memo.status-draft > .wrap .entry-header .post-thumbnail:before,
.archive article.type-memo.status-draft > .wrap .entry-header .post-thumbnail:before {
  background-color: var(--global--color-background);
  opacity: 0.8;
}
.page-archive article.type-memo.status-draft > .wrap .entry-more:before,
.archive article.type-memo.status-draft > .wrap .entry-more:before {
  display: none;
  background: rgba(0, 0, 0, 0.04);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-archive article.type-memo.status-draft > .wrap .entry-footer .action-sticky,
.page-archive article.type-memo.status-draft > .wrap .entry-footer .action-private,
.archive article.type-memo.status-draft > .wrap .entry-footer .action-sticky,
.archive article.type-memo.status-draft > .wrap .entry-footer .action-private {
  display: none;
}
.page-archive article.type-memo.new-post > .wrap,
.archive article.type-memo.new-post > .wrap {
  transition: all ease-in-out 1.2s;
  transform: scale(1.02);
  box-shadow: 0 0 0 2px var(--global--color-mmmtblue);
  border: 1px solid var(--global--color-mmmtblue);
}
.page-archive article.type-memo.selected-on > .wrap,
.archive article.type-memo.selected-on > .wrap {
  background-color: var(--global--color-button-hover) !important;
  color: var(--global--color-background) !important;
}
.page-archive article.type-memo.selected-on > .wrap .entry-header .post-thumbnail:before,
.archive article.type-memo.selected-on > .wrap .entry-header .post-thumbnail:before {
  background-color: var(--global--color-mmmtblue) !important;
  opacity: 0.6 !important;
}
.page-archive article.type-memo.selected-on > .wrap .entry-more:before,
.archive article.type-memo.selected-on > .wrap .entry-more:before {
  background: rgb(20, 90, 217);
  background: linear-gradient(0deg, rgb(20, 90, 217) 0%, rgba(20, 90, 217, 0) 100%);
}
.page-archive article.type-memo:not(.content-over) .entry-content,
.archive article.type-memo:not(.content-over) .entry-content {
  padding-bottom: var(--global--spacing-vertical);
}
.page-archive article.type-memo:not(.content-over) .entry-more,
.archive article.type-memo:not(.content-over) .entry-more {
  display: none;
}

.archive > .entry-header {
  padding: 0;
  border: 0;
}
.archive > .entry-menu {
  line-height: 1;
  margin-top: calc(0.5 * var(--global--spacing-vertical));
}
@media only screen and (max-width: 703px) {
  .archive > .entry-menu {
    margin-top: 0;
  }
}
.archive .wrap-grid {
  transition: opacity ease-in-out 0.48s;
  margin-top: calc(0.333 * var(--global--spacing-vertical));
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.archive .wrap-grid .posts {
  margin: 1em;
}
.archive .wrap-grid.alignfull {
  max-width: 100% !important;
}
.archive .wrap-grid .menu-actions {
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.archive .wrap-grid .grid-title {
  font-size: 0.875em;
}
.archive .wrap-grid .scrollbar {
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.archive .wrap-grid .scrollbar .scrollbar {
  margin-bottom: 0;
}
.archive .wrap-grid .grid {
  transition: opacity ease-in-out 0.48s;
  margin-bottom: var(--global--spacing-vertical);
}
.archive .wrap-grid .grid .grid-sizer,
.archive .wrap-grid .grid .grid-item {
  width: 100%;
}
.archive .wrap-grid .grid .grid-item.gigante > article > .wrap {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
.archive .wrap-grid .grid .grid-item {
  margin-bottom: var(--global--spacing-unit);
  float: left;
}
@media only screen and (min-width: 704px) {
  .archive .wrap-grid .grid .grid-item {
    margin-bottom: 1%;
    margin-right: 1%;
  }
}
.archive .wrap-grid .grid .grid-item > article .confirm-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.archive .wrap-grid .grid .grid-item > article .confirm-container .confirm-trash {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  transform: translate(0, -50%) scale(0);
  opacity: 0;
  transition: all ease-in-out 0.25s;
}
.archive .wrap-grid .grid .grid-item > article .confirm-container .confirm-trash button:not(:last-child) {
  margin-right: 0.5em;
}
.archive .wrap-grid .grid .grid-item.confirming > article > .wrap {
  filter: blur(3.2px);
  opacity: 0.64;
}
.archive .wrap-grid .grid .grid-item.confirming > article .confirm-container .confirm-trash {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}
.archive .wrap-grid .grid .grid-item.trashing > article {
  opacity: 0;
  transform: scale(0);
}
.archive .wrap-grid .grid .grid-item.filter-off {
  display: none;
}
.archive .wrap-grid .grid.grid-no {
  margin-bottom: 0;
}
.archive .wrap-grid .grid.grid-no .grid-item {
  margin-bottom: 12px;
}
.archive .wrap-grid .grid .gutter-sizer {
  width: 1%;
}
.archive .wrap-grid .grid.grid-term-book .grid-sizer,
.archive .wrap-grid .grid.grid-term-book .grid-item,
.archive .wrap-grid .grid.grid-term-board .grid-sizer,
.archive .wrap-grid .grid.grid-term-board .grid-item {
  width: 32.66%;
}
@media only screen and (min-width: 704px) {
  .archive .wrap-grid .grid.grid-term-book .grid-sizer,
  .archive .wrap-grid .grid.grid-term-book .grid-item,
  .archive .wrap-grid .grid.grid-term-board .grid-sizer,
  .archive .wrap-grid .grid.grid-term-board .grid-item {
    width: 24.25%;
  }
}
@media only screen and (min-width: 832px) {
  .archive .wrap-grid .grid.grid-term-book .grid-sizer,
  .archive .wrap-grid .grid.grid-term-book .grid-item,
  .archive .wrap-grid .grid.grid-term-board .grid-sizer,
  .archive .wrap-grid .grid.grid-term-board .grid-item {
    width: 15.83%;
  }
}
@media only screen and (min-width: 1024px) {
  .archive .wrap-grid .grid.grid-term-book .grid-sizer,
  .archive .wrap-grid .grid.grid-term-book .grid-item,
  .archive .wrap-grid .grid.grid-term-board .grid-sizer,
  .archive .wrap-grid .grid.grid-term-board .grid-item {
    width: 10.22%;
  }
}
.archive .wrap-grid .grid.grid-term-book .grid-item:nth-child(1n),
.archive .wrap-grid .grid.grid-term-board .grid-item:nth-child(1n) {
  margin-right: 1%;
}
.archive .wrap-grid .grid.grid-term-book .grid-item:nth-child(3n),
.archive .wrap-grid .grid.grid-term-board .grid-item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 704px) {
  .archive .wrap-grid .grid.grid-term-book .grid-item:nth-child(1n),
  .archive .wrap-grid .grid.grid-term-board .grid-item:nth-child(1n) {
    margin-right: 1%;
  }
  .archive .wrap-grid .grid.grid-term-book .grid-item:nth-child(4n),
  .archive .wrap-grid .grid.grid-term-board .grid-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 832px) {
  .archive .wrap-grid .grid.grid-term-book .grid-item:nth-child(1n),
  .archive .wrap-grid .grid.grid-term-board .grid-item:nth-child(1n) {
    margin-right: 1%;
  }
  .archive .wrap-grid .grid.grid-term-book .grid-item:nth-child(6n),
  .archive .wrap-grid .grid.grid-term-board .grid-item:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .archive .wrap-grid .grid.grid-term-book .grid-item:nth-child(1n),
  .archive .wrap-grid .grid.grid-term-board .grid-item:nth-child(1n) {
    margin-right: 1%;
  }
  .archive .wrap-grid .grid.grid-term-book .grid-item:nth-child(9n),
  .archive .wrap-grid .grid.grid-term-board .grid-item:nth-child(9n) {
    margin-right: 0;
  }
}
.archive .wrap-grid .grid.grid-term-book.grid-no,
.archive .wrap-grid .grid.grid-term-board.grid-no {
  display: flex;
}
@media only screen and (min-width: calc(1920px + 88px + 72px + 72px)) {
  .archive .wrap-grid .grid.grid-term-book.grid-no,
  .archive .wrap-grid .grid.grid-term-board.grid-no {
    display: block;
    max-width: 1920px;
    min-width: auto;
    margin: 0 auto;
    margin-left: 0;
  }
}
.archive .wrap-grid .grid.grid-term-book.grid-no:before, .archive .wrap-grid .grid.grid-term-book.grid-no:after,
.archive .wrap-grid .grid.grid-term-board.grid-no:before,
.archive .wrap-grid .grid.grid-term-board.grid-no:after {
  flex: none;
  width: 16px;
}
@media only screen and (min-width: 832px) {
  .archive .wrap-grid .grid.grid-term-book.grid-no:before, .archive .wrap-grid .grid.grid-term-book.grid-no:after,
  .archive .wrap-grid .grid.grid-term-board.grid-no:before,
  .archive .wrap-grid .grid.grid-term-board.grid-no:after {
    width: calc(var(--global--spacing-horizontal) * 2);
  }
}
@media only screen and (min-width: 1280px) {
  .archive .wrap-grid .grid.grid-term-book.grid-no:before, .archive .wrap-grid .grid.grid-term-book.grid-no:after,
  .archive .wrap-grid .grid.grid-term-board.grid-no:before,
  .archive .wrap-grid .grid.grid-term-board.grid-no:after {
    width: calc(var(--global--spacing-horizontal) * 3);
  }
}
.archive .wrap-grid .grid.grid-term-book.grid-no .grid-item,
.archive .wrap-grid .grid.grid-term-board.grid-no .grid-item {
  flex: none;
  width: 20%;
  max-width: 88.51px;
}
.archive .wrap-grid .grid.grid-term-book.grid-no .grid-item:nth-child(1n),
.archive .wrap-grid .grid.grid-term-board.grid-no .grid-item:nth-child(1n) {
  margin-right: 1%;
}
.archive .wrap-grid .grid.grid-term-book.grid-no .grid-item:last-child,
.archive .wrap-grid .grid.grid-term-board.grid-no .grid-item:last-child {
  margin-right: 0;
}
@media only screen and (min-width: calc(1920px + 88px + 72px + 72px)) {
  .archive .wrap-grid .grid.grid-term-book.grid-no .grid-item,
  .archive .wrap-grid .grid.grid-term-board.grid-no .grid-item {
    width: 4.61%;
  }
  .archive .wrap-grid .grid.grid-term-book.grid-no .grid-item:nth-child(1n),
  .archive .wrap-grid .grid.grid-term-board.grid-no .grid-item:nth-child(1n) {
    margin-right: 1%;
  }
  .archive .wrap-grid .grid.grid-term-book.grid-no .grid-item:nth-child(18n),
  .archive .wrap-grid .grid.grid-term-board.grid-no .grid-item:nth-child(18n) {
    margin-right: 0;
  }
}
.archive .wrap-grid .grid.grid-term-board.grid-no .grid-item {
  min-width: 96px;
  max-width: 110.02px;
}
@media only screen and (min-width: calc(1920px + 88px + 72px + 72px)) {
  .archive .wrap-grid .grid.grid-term-board.grid-no .grid-item {
    width: 5.73%;
  }
  .archive .wrap-grid .grid.grid-term-board.grid-no .grid-item:nth-child(1n) {
    margin-right: 1%;
  }
  .archive .wrap-grid .grid.grid-term-board.grid-no .grid-item:nth-child(15n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 704px) {
  .archive .wrap-grid .grid.grid-post-memo .grid-sizer,
  .archive .wrap-grid .grid.grid-post-memo .grid-item {
    width: 49.5%;
  }
}
@media only screen and (min-width: 832px) {
  .archive .wrap-grid .grid.grid-post-memo .grid-sizer,
  .archive .wrap-grid .grid.grid-post-memo .grid-item {
    width: 32.66%;
  }
}
@media only screen and (min-width: 704px) {
  .archive .wrap-grid .grid.grid-post-memo .grid-item:nth-child(1n) {
    margin-right: 1%;
  }
  .archive .wrap-grid .grid.grid-post-memo .grid-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 832px) {
  .archive .wrap-grid .grid.grid-post-memo .grid-item:nth-child(1n) {
    margin-right: 1%;
  }
  .archive .wrap-grid .grid.grid-post-memo .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
.archive .wrap-grid.col-2 .grid.grid-post-memo .gutter-sizer {
  width: 2%;
}
@media only screen and (min-width: 704px) {
  .archive .wrap-grid.col-2 .grid.grid-post-memo .grid-sizer,
  .archive .wrap-grid.col-2 .grid.grid-post-memo .grid-item {
    width: 49%;
  }
}
.archive .wrap-grid.col-2 .grid.grid-post-memo .grid-item {
  margin-bottom: 2%;
}
@media only screen and (max-width: 703px) {
  .archive .wrap-grid.col-2 .grid.grid-post-memo .grid-item {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 704px) {
  .archive .wrap-grid.col-2 .grid.grid-post-memo .grid-item:nth-child(1n) {
    margin-right: 2%;
  }
  .archive .wrap-grid.col-2 .grid.grid-post-memo .grid-item:nth-child(2n) {
    margin-right: 0;
  }
}

.page-archive .wrap-grid:not(.tab-on):not(.post-grid.post-recent),
.page-archive .post-recent.tab-off {
  height: 0;
  overflow: hidden;
  margin: 0;
  opacity: 0;
}
.page-archive .wrap-grid:not(.tab-on):not(.post-grid.post-recent) .pagination,
.page-archive .post-recent.tab-off .pagination {
  display: none;
}
.page-archive #post-container {
  transition: opacity ease-in-out 0.3s;
}
.page-archive #post-container.loading {
  filter: blur(3px); /* 흐린 효과 적용 */
  opacity: 0.3; /* 투명도 조절 */
}

.change-content {
  transition: opacity ease-in-out 0.3s;
}
.change-content.loading {
  filter: blur(3px); /* 흐린 효과 적용 */
  opacity: 0.3; /* 투명도 조절 */
}

body:not(.slug-intro) .action-select > div {
  display: none;
}

.page-intro article.type-memo {
  margin-top: 0;
  margin-bottom: 0;
}
.page-intro article.type-memo > .wrap {
  background-color: #2E2E2E;
  border-color: #51545E;
  width: 100%;
  transition-delay: 0.1s;
}
.page-intro article.type-memo > .wrap > .entry-content {
  max-width: 1024px;
}
.page-intro article.type-memo > .wrap > .entry-content * {
  font-family: var(--global--font-primary-serif);
  font-optical-sizing: auto;
  font-weight: var(--global--font-weight);
  font-style: normal;
}
.page-intro article.type-memo > .wrap > .entry-more:before {
  background: rgb(46, 46, 46);
  background: linear-gradient(0deg, rgb(46, 46, 46) 0%, rgba(46, 46, 46, 0) 100%);
}
.page-intro article.type-memo > .wrap > .entry-more .menu-more {
  color: var(--global--color-background);
}
.page-intro article.type-memo > .wrap > .entry-footer .posted-on {
  display: none;
}
.page-intro article.type-memo.selected-on > .wrap {
  border-color: var(--global--color-button-hover);
}
@media only screen and (min-width: 704px) {
  .page-intro > .entry-content h2 {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 479px) {
  .page-intro > .entry-content h2 {
    font-size: 6.6vw;
  }
}
.page-intro > .entry-content .menu-filters {
  text-align: center;
  margin-bottom: 40px;
}
.page-intro > .entry-content .wrap-grid {
  max-width: 1310px !important;
  margin: 0 auto;
}
.page-intro > .entry-content .grid .grid-sizer,
.page-intro > .entry-content .grid .grid-item {
  width: 100%;
}
@media only screen and (min-width: 704px) {
  .page-intro > .entry-content .grid .grid-sizer,
  .page-intro > .entry-content .grid .grid-item {
    width: 48%;
  }
}
@media only screen and (min-width: 704px) {
  .page-intro > .entry-content .grid .grid-item {
    margin-bottom: 4%;
  }
}
.page-intro > .entry-content .grid .gutter-sizer {
  width: 4%;
}

/* @mixin */
/* mmmt-dialog */
.dialog-trigger {
  position: relative;
  cursor: pointer;
}

.mmmt-dialog .mdc-dialog {
  z-index: 1000;
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container {
  width: 100%;
}
@media only screen and (max-width: 703px) {
  .mmmt-dialog .mdc-dialog .mdc-dialog__container {
    max-width: 100%;
  }
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface {
  border-radius: var(--article--border-radius);
  width: 100%;
  height: calc(100% - 20vh);
  width: calc(100% - 10vh);
  max-width: 1152px;
  max-height: 1024px;
}
@media only screen and (max-width: 831px) {
  .mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface {
    width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 704px) {
  .mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface.term-form:not(.term-term-form), .mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface.medium-surface {
    max-width: 592px;
  }
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .dialog-header:not(.mobile) {
  display: none;
}
@media only screen and (min-width: 704px) {
  .mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .dialog-header {
    display: block !important;
  }
  .mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .dialog-header.mobile {
    display: none !important;
  }
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .dialog-header .dialog-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
  min-height: 27px;
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .dialog-header .dialog-title.has-left-icon {
  transform: translate(-10px, 0);
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .dialog-header .dialog-title img {
  width: 20px;
  margin-right: 0.2em;
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .dialog-header .dialog-close {
  position: absolute;
  right: 8px;
  top: 8px;
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content {
  color: inherit;
  padding: 0;
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content .mdc-dialog__title {
  padding: 0 24px 9px;
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content > *:not(.no-feature-margin) > .scroll-wrapper > .scroll-content > * {
  margin: 4% 8%;
}
@media only screen and (max-width: 703px) {
  .mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content > *:not(.no-feature-margin) > .scroll-wrapper > .scroll-content > * {
    margin: 2% 4%;
  }
  .mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content > *:not(.no-feature-margin) > .scroll-wrapper > .scroll-content > *.first-field {
    margin-top: 4%;
  }
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content > *:not(.no-feature-margin) > .scroll-wrapper > .scroll-content > *:first-child {
  margin-top: 8%;
  margin-bottom: 4%;
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content > *:not(.no-feature-margin) > .scroll-wrapper > .scroll-content > *:last-child, .mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content > *:not(.no-feature-margin) > .scroll-wrapper > .scroll-content > *.last-child {
  margin-bottom: 8%;
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content > *:not(.no-feature-margin) > .scroll-wrapper > .scroll-content > *.dialog-content {
  margin: calc(0.5 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 704px) {
  .mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content > *:not(.no-feature-margin) > .scroll-wrapper > .scroll-content > *.dialog-content {
    margin: calc(1.5 * var(--global--spacing-vertical)) 8%;
  }
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content > *:not(.no-feature-margin) > .scroll-wrapper > .scroll-content > *.dialog-content > section {
  margin: calc(0.5 * var(--global--spacing-vertical)) 0;
  padding: calc(0.5 * var(--global--spacing-vertical)) 0;
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content > *:not(.no-feature-margin) > .scroll-wrapper > .scroll-content > *.dialog-content > section:first-child {
  margin-top: 0;
  padding-top: 0;
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content > *:not(.no-feature-margin) > .scroll-wrapper > .scroll-content > *.dialog-content > section.has-sticky {
  margin-top: 0;
  padding-top: 0;
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content > *:not(.no-feature-margin) > .scroll-wrapper > .scroll-content .position-sticky {
  margin: 0;
  padding-top: calc(0.5 * var(--global--spacing-vertical));
  padding-bottom: calc(0.25 * var(--global--spacing-vertical));
  background-color: var(--global--color-background);
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content .list-filter-menus {
  font-size: var(--global--font-size-xxs);
  color: var(--global--color-text-gray);
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content .list-filter-menus ul {
  list-style: none;
  padding: 0;
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content .list-filter-menus ul .count-num {
  color: var(--global--color-mmmtblue);
  font-weight: var(--global--font-weight-title);
}
.mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__actions {
  padding: 0;
}
@media only screen and (min-width: 704px) {
  .mmmt-dialog .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__actions.form__actions {
    display: none;
  }
}
@media only screen and (max-width: 703px) {
  .mmmt-dialog .mdc-dialog .mdc-dialog__scrim {
    display: none;
  }
}
@media only screen and (max-width: 703px) {
  .mmmt-dialog .mdc-dialog#dialog-screen-memo {
    height: 100dvh;
    transition: all 0.25s cubic-bezier(0.85, 0, 0.15, 1);
  }
}
.mmmt-dialog .mdc-dialog#term-board-form-user-dialog .dialog-content section:first-child, .mmmt-dialog .mdc-dialog#term-board-invite-dialog .dialog-content section:first-child {
  border-bottom: 1px solid var(--global--color-border);
}

.mdc-card-field .mdc-card {
  border: none;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.125s ease-in-out;
}
.mdc-card-field .mdc-card .mdc-card__primary-action {
  background-color: #e9e9e9;
  border-radius: var(--button--border-radius);
  box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.16);
  transition: all 0.125s ease-in-out;
}
.mdc-card-field .mdc-card .mdc-card__primary-action .wrap-image {
  padding-top: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: var(--button--border-radius);
  overflow: hidden;
}
.mdc-card-field .mdc-card .mdc-card__primary-action .wrap-image .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}
.mdc-card-field .mdc-card .mdc-card__primary-action .wrap-image .cover.text {
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.64);
}
.mdc-card-field .mdc-card.selected-on {
  box-shadow: 0 0 0 3px var(--global--color-blue-gray);
}
.mdc-card-field .mdc-card.image-sample:not(.drawer-closer) {
  margin-left: 0.64em;
  margin-top: 0.64em;
}
.mdc-card-field .mdc-card.clouded-on:not(.drawer-closer, .drawer-trigger) .mdc-card__primary-action {
  opacity: 0.64;
}
.mdc-card-field .mdc-card.image-preview a.remove-input-file {
  width: 44px;
  height: 44px;
  margin: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: -52px;
  right: -15px;
}
.mdc-card-field .mdc-card.image-preview a.remove-input-file:not(:hover):not(:active) {
  color: var(--global--color-text-gray);
}
.mdc-card-field .mdc-card:not(.reader-on) a.remove-input-file {
  display: none;
}
.mdc-card-field + .mdc-text-field-helper-line {
  padding-right: 16px;
  padding-left: 16px;
}

/* Book list */
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list {
  border: none;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
  height: 52px;
  padding-left: 0;
  padding-right: 0;
  border-radius: var(--button--border-radius);
  overflow: hidden;
  border: none;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item:not(:last-child), .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item:not(:last-child), .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item:not(:last-child),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item:not(:last-child),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item:not(:last-child),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item:not(:last-child) {
  margin-bottom: 16px;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.height--xxxs, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.height--xxxs, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.height--xxxs,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.height--xxxs,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.height--xxxs,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.height--xxxs {
  height: 48px;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.has-padding, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.has-padding, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.has-padding,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.has-padding,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.has-padding,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.has-padding {
  padding-left: 8px;
  padding-right: 8px;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer > .mdc-deprecated-list-item__text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer > .mdc-deprecated-list-item__text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer > .mdc-deprecated-list-item__text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer > .mdc-deprecated-list-item__text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer > .mdc-deprecated-list-item__text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer > .mdc-deprecated-list-item__text {
  opacity: 1;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer > .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer > .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer > .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer > .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer > .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer > .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer li:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer li:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer li:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer li:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer li:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer li:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__text {
  opacity: 1;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer li:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer li:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer li:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer li:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer li:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled.only-no-pointer li:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.only-no-pointer, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.only-no-pointer, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.only-no-pointer,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.only-no-pointer,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.only-no-pointer,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.only-no-pointer {
  cursor: inherit;
  overflow: visible;
  will-change: auto;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.term-add__button, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.term-add__button, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.term-add__button,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.term-add__button,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.term-add__button,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.term-add__button {
  color: var(--global--color-mmmtboardblue);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.term-add__button .mdc-deprecated-list-item__graphic, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.term-add__button .mdc-deprecated-list-item__graphic, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.term-add__button .mdc-deprecated-list-item__graphic,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.term-add__button .mdc-deprecated-list-item__graphic,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.term-add__button .mdc-deprecated-list-item__graphic,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.term-add__button .mdc-deprecated-list-item__graphic {
  color: var(--global--color-mmmtboardblue);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.term-add__button .mdc-deprecated-list-item__primary-text:before, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.term-add__button .mdc-deprecated-list-item__primary-text:before, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.term-add__button .mdc-deprecated-list-item__primary-text:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.term-add__button .mdc-deprecated-list-item__primary-text:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.term-add__button .mdc-deprecated-list-item__primary-text:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.term-add__button .mdc-deprecated-list-item__primary-text:before {
  height: 32px !important;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic {
  width: auto;
  height: auto;
  margin-right: 8px;
  position: relative;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic.icon, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic.icon, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic.icon {
  margin-right: 0;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background {
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: var(--button--border-radius);
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--global--color-background);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img > img,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background > img, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img > img,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background > img, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img > img,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background > img,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img > img,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background > img,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img > img,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background > img,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img > img,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background > img {
  width: 18px;
  height: auto;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.board-cover, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.mission-cover,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.board-cover,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.mission-cover, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.board-cover, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.mission-cover,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.board-cover,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.mission-cover, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.board-cover, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.mission-cover,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.board-cover,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.mission-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.board-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.mission-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.board-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.mission-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.board-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.mission-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.board-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.mission-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.board-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.mission-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.board-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.mission-cover {
  height: 40px;
  width: 40px;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.board-cover.icon, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.mission-cover.icon,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.board-cover.icon,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.mission-cover.icon, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.board-cover.icon, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.mission-cover.icon,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.board-cover.icon,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.mission-cover.icon, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.board-cover.icon, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.mission-cover.icon,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.board-cover.icon,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.mission-cover.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.board-cover.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.mission-cover.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.board-cover.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.mission-cover.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.board-cover.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.mission-cover.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.board-cover.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.mission-cover.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.board-cover.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.mission-cover.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.board-cover.icon,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.mission-cover.icon {
  height: 16px;
  width: 16px;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.user-cover,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.user-cover, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.user-cover,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.user-cover, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.user-cover,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.user-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.user-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.user-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.user-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.user-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic img.user-cover,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background.user-cover {
  height: 42px;
  width: 42px;
  border-radius: 28px;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .term-symbol, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .term-symbol, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .term-symbol,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .term-symbol,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .term-symbol,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .term-symbol {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xl);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only), .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only), .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only) .mdc-radio__background,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) .mdc-radio__background, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only) .mdc-radio__background,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) .mdc-radio__background, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only) .mdc-radio__background,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) .mdc-radio__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only) .mdc-radio__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) .mdc-radio__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only) .mdc-radio__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) .mdc-radio__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only) .mdc-radio__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) .mdc-radio__background {
  border-color: transparent;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text {
  margin-right: 0.8em;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text {
  font-size: var(--global--font-size-xxs);
  margin-bottom: -12px;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before {
  height: 22px;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text.font-size--xxxs, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text.font-size--xxxs, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text.font-size--xxxs,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text.font-size--xxxs,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text.font-size--xxxs,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text.font-size--xxxs {
  font-size: var(--global--font-size-xxxs);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text.font-size--xxxs:before, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text.font-size--xxxs:before, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text.font-size--xxxs:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text.font-size--xxxs:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text.font-size--xxxs:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text.font-size--xxxs:before {
  height: 21px;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text .material-symbols-rounded, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text .material-symbols-rounded, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text .material-symbols-rounded,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text .material-symbols-rounded,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text .material-symbols-rounded,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text .material-symbols-rounded {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -6px;
  color: var(--global--color-primary) !important;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text {
  font-size: 0.75em;
  line-height: 1.4;
  color: var(--global--color-text-gray3);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text:before, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text:before, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text:before {
  margin-left: -3px;
  display: none;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text > span, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text > span, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text > span,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text > span,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text > span,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__secondary-text > span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta {
  display: flex;
  align-items: center;
  font-size: var(--global--font-size-xxs);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta > .button-wrap:not(:first-child), .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta > .button-wrap:not(:first-child), .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta > .button-wrap:not(:first-child),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta > .button-wrap:not(:first-child),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta > .button-wrap:not(:first-child),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta > .button-wrap:not(:first-child) {
  margin-left: 8px;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .has-post-status .icon-wrap, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .has-post-status .icon-wrap, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .has-post-status .icon-wrap,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .has-post-status .icon-wrap,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .has-post-status .icon-wrap,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .has-post-status .icon-wrap {
  background-color: var(--global--color-light-gray);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .has-post-status .icon-wrap i, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .has-post-status .icon-wrap i, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .has-post-status .icon-wrap i,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .has-post-status .icon-wrap i,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .has-post-status .icon-wrap i,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .has-post-status .icon-wrap i {
  color: var(--global--color-white);
  font-size: 1.3em;
  display: none;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status {
  font-size: 0.6875rem;
  text-align: right;
  font-weight: var(--heading--font-weight);
  line-height: 1;
  margin-left: 4px;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status .title, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status .title, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status .title,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status .title,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status .title,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status .title {
  background-color: var(--global--color-text-gray3);
  color: var(--global--color-background);
  border-radius: 2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  display: inline-block;
  width: 40px;
  text-align: center;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status .remaining-date, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status .remaining-date, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status .remaining-date,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status .remaining-date,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status .remaining-date,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status .remaining-date {
  font-size: 0.875em;
  margin-top: 4px;
  text-align: center;
  color: var(--global--color-text-gray3);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.on .title, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.on .title, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.on .title,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.on .title,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.on .title,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.on .title {
  background-color: var(--global--color-mmmtboardblue);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.future .title, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.future .title, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.future .title,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.future .title,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.future .title,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.future .title {
  background-color: var(--global--color-primary);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.ready .title, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.ready .title, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.ready .title,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.ready .title,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.ready .title,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .mdc-deprecated-list-item__meta .item-status.ready .title {
  background-color: var(--global--color-mmmtgreen);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item[aria-checked=true] .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item[aria-checked=true] .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item[aria-checked=true] .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item[aria-checked=true] .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item[aria-checked=true] .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item[aria-checked=true] .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text {
  color: var(--global--color-mmmtblue) !important;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.mdc-form-field:not([aria-checked=true]) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.mdc-form-field:not([aria-checked=true]) .mdc-radio__background, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.mdc-form-field:not([aria-checked=true]) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.mdc-form-field:not([aria-checked=true]) .mdc-radio__background, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.mdc-form-field:not([aria-checked=true]) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.mdc-form-field:not([aria-checked=true]) .mdc-radio__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.mdc-form-field:not([aria-checked=true]) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.mdc-form-field:not([aria-checked=true]) .mdc-radio__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.mdc-form-field:not([aria-checked=true]) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.mdc-form-field:not([aria-checked=true]) .mdc-radio__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.mdc-form-field:not([aria-checked=true]) .mdc-checkbox__background,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.mdc-form-field:not([aria-checked=true]) .mdc-radio__background {
  opacity: 0;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.reset, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.reset, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.reset,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.reset,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.reset,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.reset {
  height: 52px;
  transition: all ease-in-out 0.25s;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.reset[aria-checked=true], .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.reset[aria-checked=true], .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.reset[aria-checked=true],
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.reset[aria-checked=true],
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.reset[aria-checked=true],
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.reset[aria-checked=true] {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.reset .mdc-radio, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.reset .mdc-radio, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.reset .mdc-radio,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.reset .mdc-radio,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.reset .mdc-radio,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.reset .mdc-radio {
  opacity: 0;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.no-cover[aria-checked=true] .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.no-cover[aria-checked=true] .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only), .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.no-cover[aria-checked=true] .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.no-cover[aria-checked=true] .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only), .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.no-cover[aria-checked=true] .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.no-cover[aria-checked=true] .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.no-cover[aria-checked=true] .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.no-cover[aria-checked=true] .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.no-cover[aria-checked=true] .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.no-cover[aria-checked=true] .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.no-cover[aria-checked=true] .mdc-deprecated-list-item__graphic .mdc-checkbox:not(.symbol-only),
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.no-cover[aria-checked=true] .mdc-deprecated-list-item__graphic .mdc-radio:not(.symbol-only) {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .hover-show, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .hover-show, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .hover-show,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item .hover-show,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .hover-show,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item .hover-show {
  transform: scale(0, 0);
  opacity: 0;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item:hover .hover-show, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item:hover .hover-show, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item:hover .hover-show,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item:hover .hover-show,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item:hover .hover-show,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item:hover .hover-show {
  opacity: 1;
  transform: scale(1, 1);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.future .mdc-deprecated-list-item__graphic .term-symbol,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.future .mdc-deprecated-list-item__text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.future .mdc-deprecated-list-item__graphic .term-symbol,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.future .mdc-deprecated-list-item__text, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.future .mdc-deprecated-list-item__graphic .term-symbol,
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.future .mdc-deprecated-list-item__text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.future .mdc-deprecated-list-item__graphic .term-symbol,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.future .mdc-deprecated-list-item__text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.future .mdc-deprecated-list-item__graphic .term-symbol,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.future .mdc-deprecated-list-item__text,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.future .mdc-deprecated-list-item__graphic .term-symbol,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.future .mdc-deprecated-list-item__text {
  opacity: 0.52;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.has-memo .has-post-status .icon-wrap, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.has-memo .has-post-status .icon-wrap, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.has-memo .has-post-status .icon-wrap,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.has-memo .has-post-status .icon-wrap,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.has-memo .has-post-status .icon-wrap,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.has-memo .has-post-status .icon-wrap {
  background-color: var(--global--color-mmmtboardblue);
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.has-memo .has-post-status .icon-wrap i, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.has-memo .has-post-status .icon-wrap i, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.has-memo .has-post-status .icon-wrap i,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item.has-memo .has-post-status .icon-wrap i,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item.has-memo .has-post-status .icon-wrap i,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item.has-memo .has-post-status .icon-wrap i {
  display: block;
}
.mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--thumbnail-list.term-book-list-empty .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list.term-book-list-empty .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before, .mmmt-list .mdc-deprecated-list--one-line.mdc-deprecated-list--icon-list.term-book-list-empty .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list.term-book-list-empty .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list.term-book-list-empty .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before,
.mmmt-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list.term-book-list-empty .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before {
  height: 24px;
}
.mmmt-list .mdc-deprecated-list--one-line .mdc-deprecated-list-item__primary-text.one-line:before,
.mmmt-list .mdc-deprecated-list--two-line .mdc-deprecated-list-item__primary-text.one-line:before {
  height: 32px !important;
}
.mmmt-list .mdc-deprecated-list--one-line .mdc-deprecated-list-item__primary-text.three-line:before,
.mmmt-list .mdc-deprecated-list--two-line .mdc-deprecated-list-item__primary-text.three-line:before {
  height: 16px !important;
}
.mmmt-list .mdc-deprecated-list--one-line .mdc-deprecated-list-item__primary-text.three-line:after,
.mmmt-list .mdc-deprecated-list--two-line .mdc-deprecated-list-item__primary-text.three-line:after {
  vertical-align: -18px !important;
}
.mmmt-list .mdc-deprecated-list--one-line.full-wide .mdc-deprecated-list-item,
.mmmt-list .mdc-deprecated-list--two-line.full-wide .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 0;
  margin-bottom: 0 !important;
  height: 64px;
}
.mmmt-list .mdc-deprecated-list--one-line.has-border-bottom,
.mmmt-list .mdc-deprecated-list--two-line.has-border-bottom {
  padding: 0;
}
.mmmt-list .mdc-deprecated-list--one-line.has-border-bottom .mdc-deprecated-list-item:not(:last-child),
.mmmt-list .mdc-deprecated-list--two-line.has-border-bottom .mdc-deprecated-list-item:not(:last-child) {
  border-bottom: 1px solid var(--global--color-border);
}
.mmmt-list .mdc-deprecated-list--one-line.has-border-bottom .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before,
.mmmt-list .mdc-deprecated-list--two-line.has-border-bottom .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before {
  height: 27px;
}
.mmmt-list .mdc-deprecated-list--one-line.has-border-bottom .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:after,
.mmmt-list .mdc-deprecated-list--two-line.has-border-bottom .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:after {
  vertical-align: -24px;
}
.mmmt-list .mdc-deprecated-list--one-line.search-term-list .drag-handle,
.mmmt-list .mdc-deprecated-list--one-line.search-term-list .ship-edit,
.mmmt-list .mdc-deprecated-list--one-line.search-term-list .search-hide, .mmmt-list .mdc-deprecated-list--one-line.search-api-list .drag-handle,
.mmmt-list .mdc-deprecated-list--one-line.search-api-list .ship-edit,
.mmmt-list .mdc-deprecated-list--one-line.search-api-list .search-hide,
.mmmt-list .mdc-deprecated-list--two-line.search-term-list .drag-handle,
.mmmt-list .mdc-deprecated-list--two-line.search-term-list .ship-edit,
.mmmt-list .mdc-deprecated-list--two-line.search-term-list .search-hide,
.mmmt-list .mdc-deprecated-list--two-line.search-api-list .drag-handle,
.mmmt-list .mdc-deprecated-list--two-line.search-api-list .ship-edit,
.mmmt-list .mdc-deprecated-list--two-line.search-api-list .search-hide {
  display: none;
}
.mmmt-list .mdc-deprecated-list--one-line.select-term-list .post-edit, .mmmt-list .mdc-deprecated-list--one-line.search-api-list .post-edit,
.mmmt-list .mdc-deprecated-list--two-line.select-term-list .post-edit,
.mmmt-list .mdc-deprecated-list--two-line.search-api-list .post-edit {
  display: none;
}
.mmmt-list.mmmt-list--board-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item, .mmmt-list.mmmt-list--board-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item, .mmmt-list.mmmt-list--board-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item, .mmmt-list.mmmt-list--user-list .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item, .mmmt-list.mmmt-list--user-list .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item, .mmmt-list.mmmt-list--user-list .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
  margin-bottom: 0;
}
.mmmt-list.mmmt-list--mini-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item {
  height: 28px;
  margin-bottom: 0;
}
.mmmt-list.mmmt-list--mini-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item:not(:last-child) {
  margin-bottom: 2px;
}
.mmmt-list.mmmt-list--mini-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .mini-cover {
  height: 24px;
  width: 24px;
  margin-left: 2px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.mmmt-list.mmmt-list--mini-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text {
  margin-bottom: 0;
  height: 28px;
  line-height: 26px;
}
.mmmt-list.mmmt-list--mini-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before, .mmmt-list.mmmt-list--mini-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:after {
  height: 0;
}
.mmmt-list.mmmt-list--checkbox-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list {
  padding: 0 !important;
  margin: 0;
}
.mmmt-list.mmmt-list--checkbox-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .scrollbar {
  margin: 0;
}
.mmmt-list.mmmt-list--checkbox-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item {
  height: 36px;
  margin-bottom: 0;
  color: var(--global--color-text-gray2);
}
.mmmt-list.mmmt-list--checkbox-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic {
  color: var(--global--color-text-gray2);
}
.mmmt-list.mmmt-list--checkbox-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic i {
  font-size: 20px;
}
.mmmt-list.mmmt-list--checkbox-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .cover {
  height: 24px;
  width: 24px;
  margin-left: 2px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.mmmt-list.mmmt-list--checkbox-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text {
  margin-bottom: 0;
  height: 28px;
  line-height: 28px;
}
.mmmt-list.mmmt-list--checkbox-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:before, .mmmt-list.mmmt-list--checkbox-list .mdc-deprecated-list--one-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text:after {
  height: 0;
}

.term-board-create .mdc-deprecated-list {
  padding: 0;
  color: var(--global--color-mmmtblue);
}
.term-board-create .mdc-deprecated-list .mdc-deprecated-list-item {
  height: 40px !important;
}
.term-board-create .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__graphic .background {
  background-color: #DCFDEE !important;
  color: var(--global--color-mmmtblue);
}
.term-board-create .mdc-deprecated-list .mdc-deprecated-list-item .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text.one-line:before {
  height: 25px !important;
}

.search-section ul {
  transition: all 0.5s cubic-bezier(0.85, 0, 0.15, 1);
}
.search-section ul.loading {
  transform: translateX(-16px);
  filter: blur(1px);
  opacity: 0;
}

.term-book-create .background {
  background-color: var(--global--color-light-gray3) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.term-book-create .background .material-symbols-rounded {
  color: #B2B8BF;
}

/* .post-form & .term-form */
.form,
.post-form,
.term-form {
  color: var(--global--color-primary);
  position: relative;
}
.form .edit-name,
.post-form .edit-name,
.term-form .edit-name {
  font-size: 0.75em;
}
.form .mdc-drawer,
.form .mdc-drawer-scrim,
.post-form .mdc-drawer,
.post-form .mdc-drawer-scrim,
.term-form .mdc-drawer,
.term-form .mdc-drawer-scrim {
  position: absolute;
}
.form .mdc-drawer,
.post-form .mdc-drawer,
.term-form .mdc-drawer {
  width: 100%;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 704px) {
  .form .mdc-drawer,
  .post-form .mdc-drawer,
  .term-form .mdc-drawer {
    width: 33%;
    min-width: 363px;
  }
}
.form .mdc-drawer.drawer-contain,
.post-form .mdc-drawer.drawer-contain,
.term-form .mdc-drawer.drawer-contain {
  width: 100%;
  height: 100%;
}
.form .mdc-drawer .drawer-header,
.post-form .mdc-drawer .drawer-header,
.term-form .mdc-drawer .drawer-header {
  display: flex;
  justify-content: space-between;
  padding: var(--global--spacing-unit);
  padding-bottom: 0;
}
.form .mdc-drawer .drawer-header .drawer-closer,
.post-form .mdc-drawer .drawer-header .drawer-closer,
.term-form .mdc-drawer .drawer-header .drawer-closer {
  padding: 0;
  line-height: 1;
}
.form .mdc-drawer .mdc-drawer__content > *,
.post-form .mdc-drawer .mdc-drawer__content > *,
.term-form .mdc-drawer .mdc-drawer__content > * {
  padding: var(--global--spacing-unit);
}
.form .section-title,
.post-form .section-title,
.term-form .section-title {
  font-size: var(--global--font-size-base);
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  min-height: 20px;
}
.form .section-title img,
.post-form .section-title img,
.term-form .section-title img {
  width: 20px;
  margin-right: 0.2em;
}
.form .section-title i,
.post-form .section-title i,
.term-form .section-title i {
  margin-right: 0.2em;
  color: var(--global--color-text-gray);
}
.form .widget-header,
.post-form .widget-header,
.term-form .widget-header {
  margin-bottom: 1em;
}
.form .widget-header .widget-title,
.post-form .widget-header .widget-title,
.term-form .widget-header .widget-title {
  margin: 0;
}
.form .widget-title,
.post-form .widget-title,
.term-form .widget-title {
  font-size: 0.8em;
  color: var(--global--color-widget-title);
  font-weight: var(--heading--font-weight);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.form .form-content,
.form .post-form__content,
.form .term-form__content,
.post-form .form-content,
.post-form .post-form__content,
.post-form .term-form__content,
.term-form .form-content,
.term-form .post-form__content,
.term-form .term-form__content {
  padding: 0;
  display: flex;
}
.form .form-content > div,
.form .post-form__content > div,
.form .term-form__content > div,
.post-form .form-content > div,
.post-form .post-form__content > div,
.post-form .term-form__content > div,
.term-form .form-content > div,
.term-form .post-form__content > div,
.term-form .term-form__content > div {
  flex: 1;
  overflow: hidden;
}
@media only screen and (max-width: 703px) {
  .form .form-content > div,
  .form .post-form__content > div,
  .form .term-form__content > div,
  .post-form .form-content > div,
  .post-form .post-form__content > div,
  .post-form .term-form__content > div,
  .term-form .form-content > div,
  .term-form .post-form__content > div,
  .term-form .term-form__content > div {
    position: relative;
  }
}
.form .form-content .search-content ul,
.form .post-form__content .search-content ul,
.form .term-form__content .search-content ul,
.post-form .form-content .search-content ul,
.post-form .post-form__content .search-content ul,
.post-form .term-form__content .search-content ul,
.term-form .form-content .search-content ul,
.term-form .post-form__content .search-content ul,
.term-form .term-form__content .search-content ul {
  padding: 0;
}
.form .form-content .search-content ul + ul,
.form .post-form__content .search-content ul + ul,
.form .term-form__content .search-content ul + ul,
.post-form .form-content .search-content ul + ul,
.post-form .post-form__content .search-content ul + ul,
.post-form .term-form__content .search-content ul + ul,
.term-form .form-content .search-content ul + ul,
.term-form .post-form__content .search-content ul + ul,
.term-form .term-form__content .search-content ul + ul {
  margin-top: 16px;
}
.form .form-content .form-side,
.form .form-content .term-form__side,
.form .post-form__content .form-side,
.form .post-form__content .term-form__side,
.form .term-form__content .form-side,
.form .term-form__content .term-form__side,
.post-form .form-content .form-side,
.post-form .form-content .term-form__side,
.post-form .post-form__content .form-side,
.post-form .post-form__content .term-form__side,
.post-form .term-form__content .form-side,
.post-form .term-form__content .term-form__side,
.term-form .form-content .form-side,
.term-form .form-content .term-form__side,
.term-form .post-form__content .form-side,
.term-form .post-form__content .term-form__side,
.term-form .term-form__content .form-side,
.term-form .term-form__content .term-form__side {
  background-color: var(--global--color-mmmtgray);
  transition: all 0.25s cubic-bezier(0.85, 0, 0.15, 1);
}
@media only screen and (max-width: 703px) {
  .form .form-content .form-side,
  .form .form-content .term-form__side,
  .form .post-form__content .form-side,
  .form .post-form__content .term-form__side,
  .form .term-form__content .form-side,
  .form .term-form__content .term-form__side,
  .post-form .form-content .form-side,
  .post-form .form-content .term-form__side,
  .post-form .post-form__content .form-side,
  .post-form .post-form__content .term-form__side,
  .post-form .term-form__content .form-side,
  .post-form .term-form__content .term-form__side,
  .term-form .form-content .form-side,
  .term-form .form-content .term-form__side,
  .term-form .post-form__content .form-side,
  .term-form .post-form__content .term-form__side,
  .term-form .term-form__content .form-side,
  .term-form .term-form__content .term-form__side {
    position: fixed;
    top: 0;
    bottom: 65px;
    left: 0;
    width: 100%;
    transform: translate(-100%, 0);
    opacity: 0;
    z-index: 1;
    min-width: 0;
  }
  .form .form-content .form-side.toggled,
  .form .form-content .term-form__side.toggled,
  .form .post-form__content .form-side.toggled,
  .form .post-form__content .term-form__side.toggled,
  .form .term-form__content .form-side.toggled,
  .form .term-form__content .term-form__side.toggled,
  .post-form .form-content .form-side.toggled,
  .post-form .form-content .term-form__side.toggled,
  .post-form .post-form__content .form-side.toggled,
  .post-form .post-form__content .term-form__side.toggled,
  .post-form .term-form__content .form-side.toggled,
  .post-form .term-form__content .term-form__side.toggled,
  .term-form .form-content .form-side.toggled,
  .term-form .form-content .term-form__side.toggled,
  .term-form .post-form__content .form-side.toggled,
  .term-form .post-form__content .term-form__side.toggled,
  .term-form .term-form__content .form-side.toggled,
  .term-form .term-form__content .term-form__side.toggled {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media only screen and (min-width: 704px) {
  .form .form-content .form-side,
  .form .form-content .term-form__side,
  .form .post-form__content .form-side,
  .form .post-form__content .term-form__side,
  .form .term-form__content .form-side,
  .form .term-form__content .term-form__side,
  .post-form .form-content .form-side,
  .post-form .form-content .term-form__side,
  .post-form .post-form__content .form-side,
  .post-form .post-form__content .term-form__side,
  .post-form .term-form__content .form-side,
  .post-form .term-form__content .term-form__side,
  .term-form .form-content .form-side,
  .term-form .form-content .term-form__side,
  .term-form .post-form__content .form-side,
  .term-form .post-form__content .term-form__side,
  .term-form .term-form__content .form-side,
  .term-form .term-form__content .term-form__side {
    flex: none;
    width: 33%;
    min-width: 363px;
  }
  .form .form-content .form-side.right,
  .form .form-content .term-form__side.right,
  .form .post-form__content .form-side.right,
  .form .post-form__content .term-form__side.right,
  .form .term-form__content .form-side.right,
  .form .term-form__content .term-form__side.right,
  .post-form .form-content .form-side.right,
  .post-form .form-content .term-form__side.right,
  .post-form .post-form__content .form-side.right,
  .post-form .post-form__content .term-form__side.right,
  .post-form .term-form__content .form-side.right,
  .post-form .term-form__content .term-form__side.right,
  .term-form .form-content .form-side.right,
  .term-form .form-content .term-form__side.right,
  .term-form .post-form__content .form-side.right,
  .term-form .post-form__content .term-form__side.right,
  .term-form .term-form__content .form-side.right,
  .term-form .term-form__content .term-form__side.right {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
  .form .form-content .form-side.left,
  .form .form-content .term-form__side.left,
  .form .post-form__content .form-side.left,
  .form .post-form__content .term-form__side.left,
  .form .term-form__content .form-side.left,
  .form .term-form__content .term-form__side.left,
  .post-form .form-content .form-side.left,
  .post-form .form-content .term-form__side.left,
  .post-form .post-form__content .form-side.left,
  .post-form .post-form__content .term-form__side.left,
  .post-form .term-form__content .form-side.left,
  .post-form .term-form__content .term-form__side.left,
  .term-form .form-content .form-side.left,
  .term-form .form-content .term-form__side.left,
  .term-form .post-form__content .form-side.left,
  .term-form .post-form__content .term-form__side.left,
  .term-form .term-form__content .form-side.left,
  .term-form .term-form__content .term-form__side.left {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.form .form-content .form-side .scroll-wrapper,
.form .form-content .term-form__side .scroll-wrapper,
.form .post-form__content .form-side .scroll-wrapper,
.form .post-form__content .term-form__side .scroll-wrapper,
.form .term-form__content .form-side .scroll-wrapper,
.form .term-form__content .term-form__side .scroll-wrapper,
.post-form .form-content .form-side .scroll-wrapper,
.post-form .form-content .term-form__side .scroll-wrapper,
.post-form .post-form__content .form-side .scroll-wrapper,
.post-form .post-form__content .term-form__side .scroll-wrapper,
.post-form .term-form__content .form-side .scroll-wrapper,
.post-form .term-form__content .term-form__side .scroll-wrapper,
.term-form .form-content .form-side .scroll-wrapper,
.term-form .form-content .term-form__side .scroll-wrapper,
.term-form .post-form__content .form-side .scroll-wrapper,
.term-form .post-form__content .term-form__side .scroll-wrapper,
.term-form .term-form__content .form-side .scroll-wrapper,
.term-form .term-form__content .term-form__side .scroll-wrapper {
  height: 100%;
}
.form .form-content .form-side .scroll-wrapper .scroll-content > *,
.form .form-content .term-form__side .scroll-wrapper .scroll-content > *,
.form .post-form__content .form-side .scroll-wrapper .scroll-content > *,
.form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *,
.form .term-form__content .form-side .scroll-wrapper .scroll-content > *,
.form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *,
.post-form .form-content .form-side .scroll-wrapper .scroll-content > *,
.post-form .form-content .term-form__side .scroll-wrapper .scroll-content > *,
.post-form .post-form__content .form-side .scroll-wrapper .scroll-content > *,
.post-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *,
.post-form .term-form__content .form-side .scroll-wrapper .scroll-content > *,
.post-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *,
.term-form .form-content .form-side .scroll-wrapper .scroll-content > *,
.term-form .form-content .term-form__side .scroll-wrapper .scroll-content > *,
.term-form .post-form__content .form-side .scroll-wrapper .scroll-content > *,
.term-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *,
.term-form .term-form__content .form-side .scroll-wrapper .scroll-content > *,
.term-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > * {
  margin: var(--global--spacing-unit);
}
.form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.post-form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.post-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.post-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.post-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.post-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.post-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.term-form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.term-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.term-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.term-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.term-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list,
.term-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list {
  margin-top: 0;
}
.form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.post-form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.post-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.post-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.post-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.post-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.post-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.term-form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.term-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.term-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.term-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.term-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section,
.term-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section {
  position: relative;
}
.form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.post-form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.post-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.post-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.post-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.post-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.post-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.term-form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.term-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.term-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.term-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.term-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child),
.term-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section:not(:last-child) {
  margin-bottom: 2em;
}
.form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.post-form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.post-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.post-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.post-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.post-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.post-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.term-form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.term-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.term-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.term-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.term-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul,
.term-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul {
  padding-top: 0;
  padding-bottom: 0;
}
.form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.post-form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.post-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.post-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.post-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.post-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.post-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.term-form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.term-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.term-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.term-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.term-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list,
.term-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul.search-term-list {
  margin-bottom: 8px;
}
.form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.post-form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.post-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.post-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.post-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.post-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.post-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.term-form .form-content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.term-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.term-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.term-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.term-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul,
.term-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.mmmt-list--book-list .search-section ul + ul {
  margin-top: 16px;
}
.form .form-content .form-side .scroll-wrapper .scroll-content > *.position-sticky,
.form .form-content .term-form__side .scroll-wrapper .scroll-content > *.position-sticky,
.form .post-form__content .form-side .scroll-wrapper .scroll-content > *.position-sticky,
.form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.position-sticky,
.form .term-form__content .form-side .scroll-wrapper .scroll-content > *.position-sticky,
.form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.position-sticky,
.post-form .form-content .form-side .scroll-wrapper .scroll-content > *.position-sticky,
.post-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.position-sticky,
.post-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.position-sticky,
.post-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.position-sticky,
.post-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.position-sticky,
.post-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.position-sticky,
.term-form .form-content .form-side .scroll-wrapper .scroll-content > *.position-sticky,
.term-form .form-content .term-form__side .scroll-wrapper .scroll-content > *.position-sticky,
.term-form .post-form__content .form-side .scroll-wrapper .scroll-content > *.position-sticky,
.term-form .post-form__content .term-form__side .scroll-wrapper .scroll-content > *.position-sticky,
.term-form .term-form__content .form-side .scroll-wrapper .scroll-content > *.position-sticky,
.term-form .term-form__content .term-form__side .scroll-wrapper .scroll-content > *.position-sticky {
  margin-top: 0;
}
@media only screen and (max-width: 703px) {
  .form .form-content .form-main,
  .form .post-form__content .form-main,
  .form .term-form__content .form-main,
  .post-form .form-content .form-main,
  .post-form .post-form__content .form-main,
  .post-form .term-form__content .form-main,
  .term-form .form-content .form-main,
  .term-form .post-form__content .form-main,
  .term-form .term-form__content .form-main {
    margin-top: 60px;
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 703px) {
  .form .form-content .term-form__main,
  .form .post-form__content .term-form__main,
  .form .term-form__content .term-form__main,
  .post-form .form-content .term-form__main,
  .post-form .post-form__content .term-form__main,
  .post-form .term-form__content .term-form__main,
  .term-form .form-content .term-form__main,
  .term-form .post-form__content .term-form__main,
  .term-form .term-form__content .term-form__main {
    margin-top: 60px;
  }
}
.form .form-content .form-main > .scroll-wrapper,
.form .form-content .post-form__main > .scroll-wrapper,
.form .form-content .term-form__main > .scroll-wrapper,
.form .post-form__content .form-main > .scroll-wrapper,
.form .post-form__content .post-form__main > .scroll-wrapper,
.form .post-form__content .term-form__main > .scroll-wrapper,
.form .term-form__content .form-main > .scroll-wrapper,
.form .term-form__content .post-form__main > .scroll-wrapper,
.form .term-form__content .term-form__main > .scroll-wrapper,
.post-form .form-content .form-main > .scroll-wrapper,
.post-form .form-content .post-form__main > .scroll-wrapper,
.post-form .form-content .term-form__main > .scroll-wrapper,
.post-form .post-form__content .form-main > .scroll-wrapper,
.post-form .post-form__content .post-form__main > .scroll-wrapper,
.post-form .post-form__content .term-form__main > .scroll-wrapper,
.post-form .term-form__content .form-main > .scroll-wrapper,
.post-form .term-form__content .post-form__main > .scroll-wrapper,
.post-form .term-form__content .term-form__main > .scroll-wrapper,
.term-form .form-content .form-main > .scroll-wrapper,
.term-form .form-content .post-form__main > .scroll-wrapper,
.term-form .form-content .term-form__main > .scroll-wrapper,
.term-form .post-form__content .form-main > .scroll-wrapper,
.term-form .post-form__content .post-form__main > .scroll-wrapper,
.term-form .post-form__content .term-form__main > .scroll-wrapper,
.term-form .term-form__content .form-main > .scroll-wrapper,
.term-form .term-form__content .post-form__main > .scroll-wrapper,
.term-form .term-form__content .term-form__main > .scroll-wrapper {
  height: 100%;
}
.form .form-content .form-main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.form .form-content .post-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.form .form-content .term-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.form .post-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.form .post-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.form .post-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.form .term-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.form .term-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.form .term-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.post-form .form-content .form-main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.post-form .form-content .post-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.post-form .form-content .term-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.post-form .post-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.post-form .post-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.post-form .post-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.post-form .term-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.post-form .term-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.post-form .term-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.term-form .form-content .form-main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.term-form .form-content .post-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.term-form .form-content .term-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.term-form .post-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.term-form .post-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.term-form .post-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.term-form .term-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.term-form .term-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea,
.term-form .term-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-field textarea {
  min-height: 57vh;
  line-height: var(--global--line-height-body);
}
.form .form-content .form-main > .scroll-wrapper > .scroll-content #post-content-helper,
.form .form-content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.form .form-content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.form .post-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-helper,
.form .post-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.form .post-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.form .term-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-helper,
.form .term-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.form .term-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.post-form .form-content .form-main > .scroll-wrapper > .scroll-content #post-content-helper,
.post-form .form-content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.post-form .form-content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.post-form .post-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-helper,
.post-form .post-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.post-form .post-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.post-form .term-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-helper,
.post-form .term-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.post-form .term-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.term-form .form-content .form-main > .scroll-wrapper > .scroll-content #post-content-helper,
.term-form .form-content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.term-form .form-content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.term-form .post-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-helper,
.term-form .post-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.term-form .post-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.term-form .term-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-helper,
.term-form .term-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper,
.term-form .term-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper {
  padding: 0;
  height: 16px;
  margin: 0 10%;
}
.form .form-content .form-main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.form .form-content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.form .form-content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.form .post-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.form .post-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.form .post-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.form .term-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.form .term-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.form .term-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.post-form .form-content .form-main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.post-form .form-content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.post-form .form-content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.post-form .post-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.post-form .post-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.post-form .post-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.post-form .term-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.post-form .term-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.post-form .term-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.term-form .form-content .form-main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.term-form .form-content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.term-form .form-content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.term-form .post-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.term-form .post-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.term-form .post-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.term-form .term-form__content .form-main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.term-form .term-form__content .post-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before,
.term-form .term-form__content .term-form__main > .scroll-wrapper > .scroll-content #post-content-helper .mdc-text-field-helper-text:before {
  display: none;
}
@media only screen and (max-width: 703px) {
  .form .form-content .post-form__main > .scroll-wrapper > .scroll-content,
  .form .post-form__content .post-form__main > .scroll-wrapper > .scroll-content,
  .form .term-form__content .post-form__main > .scroll-wrapper > .scroll-content,
  .post-form .form-content .post-form__main > .scroll-wrapper > .scroll-content,
  .post-form .post-form__content .post-form__main > .scroll-wrapper > .scroll-content,
  .post-form .term-form__content .post-form__main > .scroll-wrapper > .scroll-content,
  .term-form .form-content .post-form__main > .scroll-wrapper > .scroll-content,
  .term-form .post-form__content .post-form__main > .scroll-wrapper > .scroll-content,
  .term-form .term-form__content .post-form__main > .scroll-wrapper > .scroll-content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 703px) {
  .form .form__actions,
  .form .term-form__actions,
  .post-form .form__actions,
  .post-form .term-form__actions,
  .term-form .form__actions,
  .term-form .term-form__actions {
    z-index: 2;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    background-color: var(--global--color-background);
    border-top: none;
    border-bottom: 1px solid var(--global--color-border);
  }
}
@media only screen and (max-width: 703px) {
  .form .form__actions .selected-terms-container,
  .form .term-form__actions .selected-terms-container,
  .post-form .form__actions .selected-terms-container,
  .post-form .term-form__actions .selected-terms-container,
  .term-form .form__actions .selected-terms-container,
  .term-form .term-form__actions .selected-terms-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid var(--global--color-border);
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
    padding: 0.375rem 0.5rem;
    background-color: var(--global--color-background);
  }
  .form .form__actions .selected-terms-container .selected-books #selected-term_book-list,
  .form .term-form__actions .selected-terms-container .selected-books #selected-term_book-list,
  .post-form .form__actions .selected-terms-container .selected-books #selected-term_book-list,
  .post-form .term-form__actions .selected-terms-container .selected-books #selected-term_book-list,
  .term-form .form__actions .selected-terms-container .selected-books #selected-term_book-list,
  .term-form .term-form__actions .selected-terms-container .selected-books #selected-term_book-list {
    max-width: calc(100% - 86px);
  }
}
.form .form__actions,
.form .post-form__actions,
.form .term-form__actions,
.post-form .form__actions,
.post-form .post-form__actions,
.post-form .term-form__actions,
.term-form .form__actions,
.term-form .post-form__actions,
.term-form .term-form__actions {
  border-top: 1px solid var(--global--color-border);
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
  justify-content: right;
}
.form .form__actions > div,
.form .post-form__actions > div,
.form .term-form__actions > div,
.post-form .form__actions > div,
.post-form .post-form__actions > div,
.post-form .term-form__actions > div,
.term-form .form__actions > div,
.term-form .post-form__actions > div,
.term-form .term-form__actions > div {
  padding: 1rem;
  flex-grow: 1;
}
@media only screen and (max-width: 703px) {
  .form .form__actions > div.action-buttons,
  .form .post-form__actions > div.action-buttons,
  .form .term-form__actions > div.action-buttons,
  .post-form .form__actions > div.action-buttons,
  .post-form .post-form__actions > div.action-buttons,
  .post-form .term-form__actions > div.action-buttons,
  .term-form .form__actions > div.action-buttons,
  .term-form .post-form__actions > div.action-buttons,
  .term-form .term-form__actions > div.action-buttons {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .form .form__actions > div.action-selects,
  .form .post-form__actions > div.action-selects,
  .form .term-form__actions > div.action-selects,
  .post-form .form__actions > div.action-selects,
  .post-form .post-form__actions > div.action-selects,
  .post-form .term-form__actions > div.action-selects,
  .term-form .form__actions > div.action-selects,
  .term-form .post-form__actions > div.action-selects,
  .term-form .term-form__actions > div.action-selects {
    margin-bottom: 59px;
  }
}
.form .form__actions > div.action-selects,
.form .post-form__actions > div.action-selects,
.form .term-form__actions > div.action-selects,
.post-form .form__actions > div.action-selects,
.post-form .post-form__actions > div.action-selects,
.post-form .term-form__actions > div.action-selects,
.term-form .form__actions > div.action-selects,
.term-form .post-form__actions > div.action-selects,
.term-form .term-form__actions > div.action-selects {
  padding: 0;
}
@media only screen and (min-width: 704px) {
  .form .form__actions > div:not(:last-child),
  .form .post-form__actions > div:not(:last-child),
  .form .term-form__actions > div:not(:last-child),
  .post-form .form__actions > div:not(:last-child),
  .post-form .post-form__actions > div:not(:last-child),
  .post-form .term-form__actions > div:not(:last-child),
  .term-form .form__actions > div:not(:last-child),
  .term-form .post-form__actions > div:not(:last-child),
  .term-form .term-form__actions > div:not(:last-child) {
    padding-right: 0;
  }
  .form .form__actions > div.action-selects,
  .form .post-form__actions > div.action-selects,
  .form .term-form__actions > div.action-selects,
  .post-form .form__actions > div.action-selects,
  .post-form .post-form__actions > div.action-selects,
  .post-form .term-form__actions > div.action-selects,
  .term-form .form__actions > div.action-selects,
  .term-form .post-form__actions > div.action-selects,
  .term-form .term-form__actions > div.action-selects {
    height: calc(100% - 74px);
    overflow: auto;
    max-height: 100%;
    margin-bottom: 0;
  }
}
.form .form__actions .toggle-term-book,
.form .post-form__actions .toggle-term-book,
.form .term-form__actions .toggle-term-book,
.post-form .form__actions .toggle-term-book,
.post-form .post-form__actions .toggle-term-book,
.post-form .term-form__actions .toggle-term-book,
.term-form .form__actions .toggle-term-book,
.term-form .post-form__actions .toggle-term-book,
.term-form .term-form__actions .toggle-term-book {
  font-size: 0.875em;
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (min-width: 704px) {
  .form .form__actions .toggle-term-book,
  .form .post-form__actions .toggle-term-book,
  .form .term-form__actions .toggle-term-book,
  .post-form .form__actions .toggle-term-book,
  .post-form .post-form__actions .toggle-term-book,
  .post-form .term-form__actions .toggle-term-book,
  .term-form .form__actions .toggle-term-book,
  .term-form .post-form__actions .toggle-term-book,
  .term-form .term-form__actions .toggle-term-book {
    display: none;
  }
}
.form .form__actions .selected-terms-container,
.form .post-form__actions .selected-terms-container,
.form .term-form__actions .selected-terms-container,
.post-form .form__actions .selected-terms-container,
.post-form .post-form__actions .selected-terms-container,
.post-form .term-form__actions .selected-terms-container,
.term-form .form__actions .selected-terms-container,
.term-form .post-form__actions .selected-terms-container,
.term-form .term-form__actions .selected-terms-container {
  display: block;
}
.form .form__actions .selected-terms-container > div,
.form .post-form__actions .selected-terms-container > div,
.form .term-form__actions .selected-terms-container > div,
.post-form .form__actions .selected-terms-container > div,
.post-form .post-form__actions .selected-terms-container > div,
.post-form .term-form__actions .selected-terms-container > div,
.term-form .form__actions .selected-terms-container > div,
.term-form .post-form__actions .selected-terms-container > div,
.term-form .term-form__actions .selected-terms-container > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
}
@media only screen and (min-width: 704px) {
  .form .form__actions .selected-terms-container > div,
  .form .post-form__actions .selected-terms-container > div,
  .form .term-form__actions .selected-terms-container > div,
  .post-form .form__actions .selected-terms-container > div,
  .post-form .post-form__actions .selected-terms-container > div,
  .post-form .term-form__actions .selected-terms-container > div,
  .term-form .form__actions .selected-terms-container > div,
  .term-form .post-form__actions .selected-terms-container > div,
  .term-form .term-form__actions .selected-terms-container > div {
    max-width: 330px;
  }
  .form .form__actions .selected-terms-container > div:not(:last-child),
  .form .post-form__actions .selected-terms-container > div:not(:last-child),
  .form .term-form__actions .selected-terms-container > div:not(:last-child),
  .post-form .form__actions .selected-terms-container > div:not(:last-child),
  .post-form .post-form__actions .selected-terms-container > div:not(:last-child),
  .post-form .term-form__actions .selected-terms-container > div:not(:last-child),
  .term-form .form__actions .selected-terms-container > div:not(:last-child),
  .term-form .post-form__actions .selected-terms-container > div:not(:last-child),
  .term-form .term-form__actions .selected-terms-container > div:not(:last-child) {
    margin-right: 1rem;
  }
  .form .form__actions .selected-terms-container > div.form__aside, .form .form__actions .selected-terms-container > div.post-form__aside,
  .form .post-form__actions .selected-terms-container > div.form__aside,
  .form .post-form__actions .selected-terms-container > div.post-form__aside,
  .form .term-form__actions .selected-terms-container > div.form__aside,
  .form .term-form__actions .selected-terms-container > div.post-form__aside,
  .post-form .form__actions .selected-terms-container > div.form__aside,
  .post-form .form__actions .selected-terms-container > div.post-form__aside,
  .post-form .post-form__actions .selected-terms-container > div.form__aside,
  .post-form .post-form__actions .selected-terms-container > div.post-form__aside,
  .post-form .term-form__actions .selected-terms-container > div.form__aside,
  .post-form .term-form__actions .selected-terms-container > div.post-form__aside,
  .term-form .form__actions .selected-terms-container > div.form__aside,
  .term-form .form__actions .selected-terms-container > div.post-form__aside,
  .term-form .post-form__actions .selected-terms-container > div.form__aside,
  .term-form .post-form__actions .selected-terms-container > div.post-form__aside,
  .term-form .term-form__actions .selected-terms-container > div.form__aside,
  .term-form .term-form__actions .selected-terms-container > div.post-form__aside {
    max-width: 305.19px;
  }
}
.form .form__actions .selected-terms,
.form .post-form__actions .selected-terms,
.form .term-form__actions .selected-terms,
.post-form .form__actions .selected-terms,
.post-form .post-form__actions .selected-terms,
.post-form .term-form__actions .selected-terms,
.term-form .form__actions .selected-terms,
.term-form .post-form__actions .selected-terms,
.term-form .term-form__actions .selected-terms {
  position: relative;
}
.form .form__actions .selected-terms:not(.activated) .selected-term-info .count,
.form .post-form__actions .selected-terms:not(.activated) .selected-term-info .count,
.form .term-form__actions .selected-terms:not(.activated) .selected-term-info .count,
.post-form .form__actions .selected-terms:not(.activated) .selected-term-info .count,
.post-form .post-form__actions .selected-terms:not(.activated) .selected-term-info .count,
.post-form .term-form__actions .selected-terms:not(.activated) .selected-term-info .count,
.term-form .form__actions .selected-terms:not(.activated) .selected-term-info .count,
.term-form .post-form__actions .selected-terms:not(.activated) .selected-term-info .count,
.term-form .term-form__actions .selected-terms:not(.activated) .selected-term-info .count {
  transform: scale(0);
  opacity: 0;
}
.form .form__actions .selected-terms .selected-term-info,
.form .post-form__actions .selected-terms .selected-term-info,
.form .term-form__actions .selected-terms .selected-term-info,
.post-form .form__actions .selected-terms .selected-term-info,
.post-form .post-form__actions .selected-terms .selected-term-info,
.post-form .term-form__actions .selected-terms .selected-term-info,
.term-form .form__actions .selected-terms .selected-term-info,
.term-form .post-form__actions .selected-terms .selected-term-info,
.term-form .term-form__actions .selected-terms .selected-term-info {
  position: absolute;
  right: auto;
  top: -8px;
  left: -8px;
  z-index: 1;
}
.form .form__actions .selected-terms .selected-term-info .count,
.form .post-form__actions .selected-terms .selected-term-info .count,
.form .term-form__actions .selected-terms .selected-term-info .count,
.post-form .form__actions .selected-terms .selected-term-info .count,
.post-form .post-form__actions .selected-terms .selected-term-info .count,
.post-form .term-form__actions .selected-terms .selected-term-info .count,
.term-form .form__actions .selected-terms .selected-term-info .count,
.term-form .post-form__actions .selected-terms .selected-term-info .count,
.term-form .term-form__actions .selected-terms .selected-term-info .count {
  display: block;
  min-width: 18px;
  padding: 0 4px;
  height: 18px;
  line-height: 18px;
  font-size: 0.875em;
  border-radius: 18px;
  background-color: var(--global--color-mmmtblue);
  text-align: center;
  font-weight: var(--global--font-weight-title);
  color: var(--global--color-background);
  transition: all 0.125s ease-in-out;
}
.form .form__actions .selected-terms #selected-term_book-list,
.form .form__actions .selected-terms #selected-term-board-list,
.form .post-form__actions .selected-terms #selected-term_book-list,
.form .post-form__actions .selected-terms #selected-term-board-list,
.form .term-form__actions .selected-terms #selected-term_book-list,
.form .term-form__actions .selected-terms #selected-term-board-list,
.post-form .form__actions .selected-terms #selected-term_book-list,
.post-form .form__actions .selected-terms #selected-term-board-list,
.post-form .post-form__actions .selected-terms #selected-term_book-list,
.post-form .post-form__actions .selected-terms #selected-term-board-list,
.post-form .term-form__actions .selected-terms #selected-term_book-list,
.post-form .term-form__actions .selected-terms #selected-term-board-list,
.term-form .form__actions .selected-terms #selected-term_book-list,
.term-form .form__actions .selected-terms #selected-term-board-list,
.term-form .post-form__actions .selected-terms #selected-term_book-list,
.term-form .post-form__actions .selected-terms #selected-term-board-list,
.term-form .term-form__actions .selected-terms #selected-term_book-list,
.term-form .term-form__actions .selected-terms #selected-term-board-list {
  height: 52px !important;
  overflow: hidden;
}
.form .form__actions .selected-terms #selected-term_book-list .scroll-content,
.form .form__actions .selected-terms #selected-term-board-list .scroll-content,
.form .post-form__actions .selected-terms #selected-term_book-list .scroll-content,
.form .post-form__actions .selected-terms #selected-term-board-list .scroll-content,
.form .term-form__actions .selected-terms #selected-term_book-list .scroll-content,
.form .term-form__actions .selected-terms #selected-term-board-list .scroll-content,
.post-form .form__actions .selected-terms #selected-term_book-list .scroll-content,
.post-form .form__actions .selected-terms #selected-term-board-list .scroll-content,
.post-form .post-form__actions .selected-terms #selected-term_book-list .scroll-content,
.post-form .post-form__actions .selected-terms #selected-term-board-list .scroll-content,
.post-form .term-form__actions .selected-terms #selected-term_book-list .scroll-content,
.post-form .term-form__actions .selected-terms #selected-term-board-list .scroll-content,
.term-form .form__actions .selected-terms #selected-term_book-list .scroll-content,
.term-form .form__actions .selected-terms #selected-term-board-list .scroll-content,
.term-form .post-form__actions .selected-terms #selected-term_book-list .scroll-content,
.term-form .post-form__actions .selected-terms #selected-term-board-list .scroll-content,
.term-form .term-form__actions .selected-terms #selected-term_book-list .scroll-content,
.term-form .term-form__actions .selected-terms #selected-term-board-list .scroll-content {
  height: 52px !important;
  overflow: hidden;
}
.form .form__actions .selected-terms #selected-term_book-list ul,
.form .form__actions .selected-terms #selected-term-board-list ul,
.form .post-form__actions .selected-terms #selected-term_book-list ul,
.form .post-form__actions .selected-terms #selected-term-board-list ul,
.form .term-form__actions .selected-terms #selected-term_book-list ul,
.form .term-form__actions .selected-terms #selected-term-board-list ul,
.post-form .form__actions .selected-terms #selected-term_book-list ul,
.post-form .form__actions .selected-terms #selected-term-board-list ul,
.post-form .post-form__actions .selected-terms #selected-term_book-list ul,
.post-form .post-form__actions .selected-terms #selected-term-board-list ul,
.post-form .term-form__actions .selected-terms #selected-term_book-list ul,
.post-form .term-form__actions .selected-terms #selected-term-board-list ul,
.term-form .form__actions .selected-terms #selected-term_book-list ul,
.term-form .form__actions .selected-terms #selected-term-board-list ul,
.term-form .post-form__actions .selected-terms #selected-term_book-list ul,
.term-form .post-form__actions .selected-terms #selected-term-board-list ul,
.term-form .term-form__actions .selected-terms #selected-term_book-list ul,
.term-form .term-form__actions .selected-terms #selected-term-board-list ul {
  padding: 0;
  max-height: 52px;
}
.form .form__actions .selected-terms #selected-term_book-list ul li:last-child,
.form .form__actions .selected-terms #selected-term-board-list ul li:last-child,
.form .post-form__actions .selected-terms #selected-term_book-list ul li:last-child,
.form .post-form__actions .selected-terms #selected-term-board-list ul li:last-child,
.form .term-form__actions .selected-terms #selected-term_book-list ul li:last-child,
.form .term-form__actions .selected-terms #selected-term-board-list ul li:last-child,
.post-form .form__actions .selected-terms #selected-term_book-list ul li:last-child,
.post-form .form__actions .selected-terms #selected-term-board-list ul li:last-child,
.post-form .post-form__actions .selected-terms #selected-term_book-list ul li:last-child,
.post-form .post-form__actions .selected-terms #selected-term-board-list ul li:last-child,
.post-form .term-form__actions .selected-terms #selected-term_book-list ul li:last-child,
.post-form .term-form__actions .selected-terms #selected-term-board-list ul li:last-child,
.term-form .form__actions .selected-terms #selected-term_book-list ul li:last-child,
.term-form .form__actions .selected-terms #selected-term-board-list ul li:last-child,
.term-form .post-form__actions .selected-terms #selected-term_book-list ul li:last-child,
.term-form .post-form__actions .selected-terms #selected-term-board-list ul li:last-child,
.term-form .term-form__actions .selected-terms #selected-term_book-list ul li:last-child,
.term-form .term-form__actions .selected-terms #selected-term-board-list ul li:last-child {
  margin-bottom: 0 !important;
}
.form .form__actions .selected-terms #selected-term_book-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.form .form__actions .selected-terms #selected-term-board-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.form .post-form__actions .selected-terms #selected-term_book-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.form .post-form__actions .selected-terms #selected-term-board-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.form .term-form__actions .selected-terms #selected-term_book-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.form .term-form__actions .selected-terms #selected-term-board-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.post-form .form__actions .selected-terms #selected-term_book-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.post-form .form__actions .selected-terms #selected-term-board-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.post-form .post-form__actions .selected-terms #selected-term_book-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.post-form .post-form__actions .selected-terms #selected-term-board-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.post-form .term-form__actions .selected-terms #selected-term_book-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.post-form .term-form__actions .selected-terms #selected-term-board-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.term-form .form__actions .selected-terms #selected-term_book-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.term-form .form__actions .selected-terms #selected-term-board-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.term-form .post-form__actions .selected-terms #selected-term_book-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.term-form .post-form__actions .selected-terms #selected-term-board-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.term-form .term-form__actions .selected-terms #selected-term_book-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.term-form .term-form__actions .selected-terms #selected-term-board-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text {
  opacity: 1;
}
.form .form__actions .selected-terms #selected-term_book-list .mdc-deprecated-list-item__meta,
.form .post-form__actions .selected-terms #selected-term_book-list .mdc-deprecated-list-item__meta,
.form .term-form__actions .selected-terms #selected-term_book-list .mdc-deprecated-list-item__meta,
.post-form .form__actions .selected-terms #selected-term_book-list .mdc-deprecated-list-item__meta,
.post-form .post-form__actions .selected-terms #selected-term_book-list .mdc-deprecated-list-item__meta,
.post-form .term-form__actions .selected-terms #selected-term_book-list .mdc-deprecated-list-item__meta,
.term-form .form__actions .selected-terms #selected-term_book-list .mdc-deprecated-list-item__meta,
.term-form .post-form__actions .selected-terms #selected-term_book-list .mdc-deprecated-list-item__meta,
.term-form .term-form__actions .selected-terms #selected-term_book-list .mdc-deprecated-list-item__meta {
  display: none;
}
.form .form__actions .action-buttons,
.form .post-form__actions .action-buttons,
.form .term-form__actions .action-buttons,
.post-form .form__actions .action-buttons,
.post-form .post-form__actions .action-buttons,
.post-form .term-form__actions .action-buttons,
.term-form .form__actions .action-buttons,
.term-form .post-form__actions .action-buttons,
.term-form .term-form__actions .action-buttons {
  display: flex;
  flex: none;
  align-items: center;
  max-width: 70%;
  justify-content: space-between;
  justify-items: end;
  transition: all 0.125s ease-in-out;
}
.form .form__actions .action-buttons .selected-term-info:not(.activated),
.form .post-form__actions .action-buttons .selected-term-info:not(.activated),
.form .term-form__actions .action-buttons .selected-term-info:not(.activated),
.post-form .form__actions .action-buttons .selected-term-info:not(.activated),
.post-form .post-form__actions .action-buttons .selected-term-info:not(.activated),
.post-form .term-form__actions .action-buttons .selected-term-info:not(.activated),
.term-form .form__actions .action-buttons .selected-term-info:not(.activated),
.term-form .post-form__actions .action-buttons .selected-term-info:not(.activated),
.term-form .term-form__actions .action-buttons .selected-term-info:not(.activated) {
  opacity: 0;
}
.form .form__actions .action-buttons .selected-term-info:not(.activated) .count,
.form .post-form__actions .action-buttons .selected-term-info:not(.activated) .count,
.form .term-form__actions .action-buttons .selected-term-info:not(.activated) .count,
.post-form .form__actions .action-buttons .selected-term-info:not(.activated) .count,
.post-form .post-form__actions .action-buttons .selected-term-info:not(.activated) .count,
.post-form .term-form__actions .action-buttons .selected-term-info:not(.activated) .count,
.term-form .form__actions .action-buttons .selected-term-info:not(.activated) .count,
.term-form .post-form__actions .action-buttons .selected-term-info:not(.activated) .count,
.term-form .term-form__actions .action-buttons .selected-term-info:not(.activated) .count {
  transform: scale(0);
  opacity: 0;
}
@media only screen and (max-width: 703px) {
  .form .form__actions .action-buttons,
  .form .post-form__actions .action-buttons,
  .form .term-form__actions .action-buttons,
  .post-form .form__actions .action-buttons,
  .post-form .post-form__actions .action-buttons,
  .post-form .term-form__actions .action-buttons,
  .term-form .form__actions .action-buttons,
  .term-form .post-form__actions .action-buttons,
  .term-form .term-form__actions .action-buttons {
    width: 100%;
    max-width: 100%;
    height: 56px;
  }
  .form .form__actions .action-buttons > *,
  .form .post-form__actions .action-buttons > *,
  .form .term-form__actions .action-buttons > *,
  .post-form .form__actions .action-buttons > *,
  .post-form .post-form__actions .action-buttons > *,
  .post-form .term-form__actions .action-buttons > *,
  .term-form .form__actions .action-buttons > *,
  .term-form .post-form__actions .action-buttons > *,
  .term-form .term-form__actions .action-buttons > * {
    align-items: center;
  }
  .form .form__actions .action-buttons > label,
  .form .post-form__actions .action-buttons > label,
  .form .term-form__actions .action-buttons > label,
  .post-form .form__actions .action-buttons > label,
  .post-form .post-form__actions .action-buttons > label,
  .post-form .term-form__actions .action-buttons > label,
  .term-form .form__actions .action-buttons > label,
  .term-form .post-form__actions .action-buttons > label,
  .term-form .term-form__actions .action-buttons > label {
    flex: none;
  }
  .form .form__actions .action-buttons > div,
  .form .post-form__actions .action-buttons > div,
  .form .term-form__actions .action-buttons > div,
  .post-form .form__actions .action-buttons > div,
  .post-form .post-form__actions .action-buttons > div,
  .post-form .term-form__actions .action-buttons > div,
  .term-form .form__actions .action-buttons > div,
  .term-form .post-form__actions .action-buttons > div,
  .term-form .term-form__actions .action-buttons > div {
    display: flex;
    justify-content: space-between;
  }
  .form .form__actions .action-buttons > div.board-aside,
  .form .post-form__actions .action-buttons > div.board-aside,
  .form .term-form__actions .action-buttons > div.board-aside,
  .post-form .form__actions .action-buttons > div.board-aside,
  .post-form .post-form__actions .action-buttons > div.board-aside,
  .post-form .term-form__actions .action-buttons > div.board-aside,
  .term-form .form__actions .action-buttons > div.board-aside,
  .term-form .post-form__actions .action-buttons > div.board-aside,
  .term-form .term-form__actions .action-buttons > div.board-aside {
    display: block;
    max-width: calc(100% - 158px);
    z-index: 1;
  }
  .form .form__actions .action-buttons > div.board-aside .toggle-trigger-wrap button.toggle-trigger,
  .form .post-form__actions .action-buttons > div.board-aside .toggle-trigger-wrap button.toggle-trigger,
  .form .term-form__actions .action-buttons > div.board-aside .toggle-trigger-wrap button.toggle-trigger,
  .post-form .form__actions .action-buttons > div.board-aside .toggle-trigger-wrap button.toggle-trigger,
  .post-form .post-form__actions .action-buttons > div.board-aside .toggle-trigger-wrap button.toggle-trigger,
  .post-form .term-form__actions .action-buttons > div.board-aside .toggle-trigger-wrap button.toggle-trigger,
  .term-form .form__actions .action-buttons > div.board-aside .toggle-trigger-wrap button.toggle-trigger,
  .term-form .post-form__actions .action-buttons > div.board-aside .toggle-trigger-wrap button.toggle-trigger,
  .term-form .term-form__actions .action-buttons > div.board-aside .toggle-trigger-wrap button.toggle-trigger {
    transform: translate(-4px, 0);
  }
  .form .form__actions .action-buttons > div.submit-buttons, .form .form__actions .action-buttons > div.edit-buttons,
  .form .post-form__actions .action-buttons > div.submit-buttons,
  .form .post-form__actions .action-buttons > div.edit-buttons,
  .form .term-form__actions .action-buttons > div.submit-buttons,
  .form .term-form__actions .action-buttons > div.edit-buttons,
  .post-form .form__actions .action-buttons > div.submit-buttons,
  .post-form .form__actions .action-buttons > div.edit-buttons,
  .post-form .post-form__actions .action-buttons > div.submit-buttons,
  .post-form .post-form__actions .action-buttons > div.edit-buttons,
  .post-form .term-form__actions .action-buttons > div.submit-buttons,
  .post-form .term-form__actions .action-buttons > div.edit-buttons,
  .term-form .form__actions .action-buttons > div.submit-buttons,
  .term-form .form__actions .action-buttons > div.edit-buttons,
  .term-form .post-form__actions .action-buttons > div.submit-buttons,
  .term-form .post-form__actions .action-buttons > div.edit-buttons,
  .term-form .term-form__actions .action-buttons > div.submit-buttons,
  .term-form .term-form__actions .action-buttons > div.edit-buttons {
    flex: none;
  }
}
@media only screen and (max-width: 703px) {
  .form .form__actions .action-buttons button,
  .form .post-form__actions .action-buttons button,
  .form .term-form__actions .action-buttons button,
  .post-form .form__actions .action-buttons button,
  .post-form .post-form__actions .action-buttons button,
  .post-form .term-form__actions .action-buttons button,
  .term-form .form__actions .action-buttons button,
  .term-form .post-form__actions .action-buttons button,
  .term-form .term-form__actions .action-buttons button {
    font-size: 0.875em;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.form .form__actions .action-buttons .submit-buttons .mdc-form-field,
.form .form__actions .action-buttons .edit-buttons .mdc-form-field,
.form .post-form__actions .action-buttons .submit-buttons .mdc-form-field,
.form .post-form__actions .action-buttons .edit-buttons .mdc-form-field,
.form .term-form__actions .action-buttons .submit-buttons .mdc-form-field,
.form .term-form__actions .action-buttons .edit-buttons .mdc-form-field,
.post-form .form__actions .action-buttons .submit-buttons .mdc-form-field,
.post-form .form__actions .action-buttons .edit-buttons .mdc-form-field,
.post-form .post-form__actions .action-buttons .submit-buttons .mdc-form-field,
.post-form .post-form__actions .action-buttons .edit-buttons .mdc-form-field,
.post-form .term-form__actions .action-buttons .submit-buttons .mdc-form-field,
.post-form .term-form__actions .action-buttons .edit-buttons .mdc-form-field,
.term-form .form__actions .action-buttons .submit-buttons .mdc-form-field,
.term-form .form__actions .action-buttons .edit-buttons .mdc-form-field,
.term-form .post-form__actions .action-buttons .submit-buttons .mdc-form-field,
.term-form .post-form__actions .action-buttons .edit-buttons .mdc-form-field,
.term-form .term-form__actions .action-buttons .submit-buttons .mdc-form-field,
.term-form .term-form__actions .action-buttons .edit-buttons .mdc-form-field {
  flex-direction: column;
  justify-content: center;
  width: 48px;
  margin-top: -4px;
}
.form .form__actions .action-buttons .submit-buttons .mdc-form-field .label,
.form .form__actions .action-buttons .edit-buttons .mdc-form-field .label,
.form .post-form__actions .action-buttons .submit-buttons .mdc-form-field .label,
.form .post-form__actions .action-buttons .edit-buttons .mdc-form-field .label,
.form .term-form__actions .action-buttons .submit-buttons .mdc-form-field .label,
.form .term-form__actions .action-buttons .edit-buttons .mdc-form-field .label,
.post-form .form__actions .action-buttons .submit-buttons .mdc-form-field .label,
.post-form .form__actions .action-buttons .edit-buttons .mdc-form-field .label,
.post-form .post-form__actions .action-buttons .submit-buttons .mdc-form-field .label,
.post-form .post-form__actions .action-buttons .edit-buttons .mdc-form-field .label,
.post-form .term-form__actions .action-buttons .submit-buttons .mdc-form-field .label,
.post-form .term-form__actions .action-buttons .edit-buttons .mdc-form-field .label,
.term-form .form__actions .action-buttons .submit-buttons .mdc-form-field .label,
.term-form .form__actions .action-buttons .edit-buttons .mdc-form-field .label,
.term-form .post-form__actions .action-buttons .submit-buttons .mdc-form-field .label,
.term-form .post-form__actions .action-buttons .edit-buttons .mdc-form-field .label,
.term-form .term-form__actions .action-buttons .submit-buttons .mdc-form-field .label,
.term-form .term-form__actions .action-buttons .edit-buttons .mdc-form-field .label {
  margin-top: -10px;
  color: var(--global--color-text-gray);
}
.form .form__actions .action-buttons .submit-buttons .material-symbols-rounded,
.form .form__actions .action-buttons .edit-buttons .material-symbols-rounded,
.form .post-form__actions .action-buttons .submit-buttons .material-symbols-rounded,
.form .post-form__actions .action-buttons .edit-buttons .material-symbols-rounded,
.form .term-form__actions .action-buttons .submit-buttons .material-symbols-rounded,
.form .term-form__actions .action-buttons .edit-buttons .material-symbols-rounded,
.post-form .form__actions .action-buttons .submit-buttons .material-symbols-rounded,
.post-form .form__actions .action-buttons .edit-buttons .material-symbols-rounded,
.post-form .post-form__actions .action-buttons .submit-buttons .material-symbols-rounded,
.post-form .post-form__actions .action-buttons .edit-buttons .material-symbols-rounded,
.post-form .term-form__actions .action-buttons .submit-buttons .material-symbols-rounded,
.post-form .term-form__actions .action-buttons .edit-buttons .material-symbols-rounded,
.term-form .form__actions .action-buttons .submit-buttons .material-symbols-rounded,
.term-form .form__actions .action-buttons .edit-buttons .material-symbols-rounded,
.term-form .post-form__actions .action-buttons .submit-buttons .material-symbols-rounded,
.term-form .post-form__actions .action-buttons .edit-buttons .material-symbols-rounded,
.term-form .term-form__actions .action-buttons .submit-buttons .material-symbols-rounded,
.term-form .term-form__actions .action-buttons .edit-buttons .material-symbols-rounded {
  transition: all 0.125s ease-in-out;
}
.form .form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.form .post-form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.form .term-form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.post-form .form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.post-form .post-form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.post-form .term-form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.term-form .form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.term-form .post-form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.term-form .term-form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded {
  color: var(--global--color-mmmtblue);
}
.form .form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.form .post-form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.form .term-form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.post-form .form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.post-form .post-form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.post-form .term-form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.term-form .form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.term-form .post-form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded,
.term-form .term-form__actions .action-buttons .mdc-checkbox--selected .material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 64;
}
.form .form__actions .action-buttons .submit-buttons button:not(:first-child),
.form .post-form__actions .action-buttons .submit-buttons button:not(:first-child),
.form .term-form__actions .action-buttons .submit-buttons button:not(:first-child),
.post-form .form__actions .action-buttons .submit-buttons button:not(:first-child),
.post-form .post-form__actions .action-buttons .submit-buttons button:not(:first-child),
.post-form .term-form__actions .action-buttons .submit-buttons button:not(:first-child),
.term-form .form__actions .action-buttons .submit-buttons button:not(:first-child),
.term-form .post-form__actions .action-buttons .submit-buttons button:not(:first-child),
.term-form .term-form__actions .action-buttons .submit-buttons button:not(:first-child) {
  margin-left: 0.5rem;
}
@media only screen and (min-width: 704px) {
  .form .form__actions .action-buttons .submit-buttons button,
  .form .post-form__actions .action-buttons .submit-buttons button,
  .form .term-form__actions .action-buttons .submit-buttons button,
  .post-form .form__actions .action-buttons .submit-buttons button,
  .post-form .post-form__actions .action-buttons .submit-buttons button,
  .post-form .term-form__actions .action-buttons .submit-buttons button,
  .term-form .form__actions .action-buttons .submit-buttons button,
  .term-form .post-form__actions .action-buttons .submit-buttons button,
  .term-form .term-form__actions .action-buttons .submit-buttons button {
    margin-left: 0.8rem !important;
  }
}
@media only screen and (min-width: 704px) {
  .form .form__aside .selected-term-list,
  .form .post-form__aside .selected-term-list,
  .post-form .form__aside .selected-term-list,
  .post-form .post-form__aside .selected-term-list,
  .term-form .form__aside .selected-term-list,
  .term-form .post-form__aside .selected-term-list {
    padding-left: 1rem !important;
  }
}
.form .form__aside .selected-term-list li.term-list-empty,
.form .post-form__aside .selected-term-list li.term-list-empty,
.post-form .form__aside .selected-term-list li.term-list-empty,
.post-form .post-form__aside .selected-term-list li.term-list-empty,
.term-form .form__aside .selected-term-list li.term-list-empty,
.term-form .post-form__aside .selected-term-list li.term-list-empty {
  justify-content: right;
}
@media only screen and (min-width: 704px) {
  .form .form__aside .selected-term-list li:not(.term-list-empty),
  .form .post-form__aside .selected-term-list li:not(.term-list-empty),
  .post-form .form__aside .selected-term-list li:not(.term-list-empty),
  .post-form .post-form__aside .selected-term-list li:not(.term-list-empty),
  .term-form .form__aside .selected-term-list li:not(.term-list-empty),
  .term-form .post-form__aside .selected-term-list li:not(.term-list-empty) {
    width: 243px;
  }
  .form .form__aside .selected-term-list li.term-list-empty,
  .form .post-form__aside .selected-term-list li.term-list-empty,
  .post-form .form__aside .selected-term-list li.term-list-empty,
  .post-form .post-form__aside .selected-term-list li.term-list-empty,
  .term-form .form__aside .selected-term-list li.term-list-empty,
  .term-form .post-form__aside .selected-term-list li.term-list-empty {
    padding: 0 8px;
  }
}
.form .form__aside #selected-term-board-info,
.form .post-form__aside #selected-term-board-info,
.post-form .form__aside #selected-term-board-info,
.post-form .post-form__aside #selected-term-board-info,
.term-form .form__aside #selected-term-board-info,
.term-form .post-form__aside #selected-term-board-info {
  top: auto;
  bottom: 0;
  left: 9px;
  right: auto;
  transition: all 0.125s ease-in-out;
}
@media only screen and (min-width: 704px) {
  .form .form__aside #selected-term-board-info,
  .form .post-form__aside #selected-term-board-info,
  .post-form .form__aside #selected-term-board-info,
  .post-form .post-form__aside #selected-term-board-info,
  .term-form .form__aside #selected-term-board-info,
  .term-form .post-form__aside #selected-term-board-info {
    bottom: auto;
    top: -24px;
    left: 27px;
  }
}
.form .form__aside .selected-terms:not(.activated) button.toggle-trigger,
.form .post-form__aside .selected-terms:not(.activated) button.toggle-trigger,
.post-form .form__aside .selected-terms:not(.activated) button.toggle-trigger,
.post-form .post-form__aside .selected-terms:not(.activated) button.toggle-trigger,
.term-form .form__aside .selected-terms:not(.activated) button.toggle-trigger,
.term-form .post-form__aside .selected-terms:not(.activated) button.toggle-trigger {
  display: none;
}
@media only screen and (max-width: 703px) {
  .form .form__aside button.toggle-trigger.right-button,
  .form .post-form__aside button.toggle-trigger.right-button,
  .post-form .form__aside button.toggle-trigger.right-button,
  .post-form .post-form__aside button.toggle-trigger.right-button,
  .term-form .form__aside button.toggle-trigger.right-button,
  .term-form .post-form__aside button.toggle-trigger.right-button {
    display: none !important;
  }
}
@media only screen and (min-width: 704px) {
  .form .form__aside button.toggle-trigger.left-button,
  .form .post-form__aside button.toggle-trigger.left-button,
  .post-form .form__aside button.toggle-trigger.left-button,
  .post-form .post-form__aside button.toggle-trigger.left-button,
  .term-form .form__aside button.toggle-trigger.left-button,
  .term-form .post-form__aside button.toggle-trigger.left-button {
    display: none !important;
  }
}
@media only screen and (max-width: 703px) {
  .form .form__aside.toggled-on #selected-term-board-info,
  .form .post-form__aside.toggled-on #selected-term-board-info,
  .post-form .form__aside.toggled-on #selected-term-board-info,
  .post-form .post-form__aside.toggled-on #selected-term-board-info,
  .term-form .form__aside.toggled-on #selected-term-board-info,
  .term-form .post-form__aside.toggled-on #selected-term-board-info {
    bottom: -10px;
  }
}
@media only screen and (min-width: 704px) {
  .form .form__aside.toggled-on #selected-term-board-info,
  .form .post-form__aside.toggled-on #selected-term-board-info,
  .post-form .form__aside.toggled-on #selected-term-board-info,
  .post-form .post-form__aside.toggled-on #selected-term-board-info,
  .term-form .form__aside.toggled-on #selected-term-board-info,
  .term-form .post-form__aside.toggled-on #selected-term-board-info {
    top: -15px;
  }
}
.form.side-toggled .mdc-dialog__actions,
.post-form.side-toggled .mdc-dialog__actions,
.term-form.side-toggled .mdc-dialog__actions {
  min-height: auto;
}
.form.side-toggled .mdc-dialog__actions .action-buttons,
.post-form.side-toggled .mdc-dialog__actions .action-buttons,
.term-form.side-toggled .mdc-dialog__actions .action-buttons {
  display: none;
}
.form.side-toggled .post-feature-image-preview ul,
.post-form.side-toggled .post-feature-image-preview ul,
.term-form.side-toggled .post-feature-image-preview ul {
  display: none;
}
.form .selected-terms,
.post-form .selected-terms,
.term-form .selected-terms {
  position: relative;
}
.form .selected-terms.activated .selected-term-info .count,
.post-form .selected-terms.activated .selected-term-info .count,
.term-form .selected-terms.activated .selected-term-info .count {
  transform: scale(1);
  opacity: 1;
}
.form .selected-terms .selected-term-info,
.post-form .selected-terms .selected-term-info,
.term-form .selected-terms .selected-term-info {
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 704px) {
  .form .selected-terms .selected-term-info,
  .post-form .selected-terms .selected-term-info,
  .term-form .selected-terms .selected-term-info {
    right: auto;
    top: -25px;
    left: 9px;
  }
}
.form .selected-terms .selected-term-info .count,
.post-form .selected-terms .selected-term-info .count,
.term-form .selected-terms .selected-term-info .count {
  display: block;
  min-width: 18px;
  padding: 0 4px;
  height: 18px;
  line-height: 18px;
  font-size: 0.875em;
  border-radius: 18px;
  background-color: var(--global--color-mmmtblue);
  text-align: center;
  font-weight: var(--global--font-weight-title);
  color: var(--global--color-background);
  transform: scale(0);
  opacity: 0;
  transition: all 0.125s ease-in-out;
}
.form .selected-terms #selected-term_book-list .scroll-content,
.post-form .selected-terms #selected-term_book-list .scroll-content,
.term-form .selected-terms #selected-term_book-list .scroll-content {
  height: 52px !important;
  overflow: hidden;
}
.form .selected-terms #selected-term_book-list,
.form .selected-terms #selected-term-board-list,
.post-form .selected-terms #selected-term_book-list,
.post-form .selected-terms #selected-term-board-list,
.term-form .selected-terms #selected-term_book-list,
.term-form .selected-terms #selected-term-board-list {
  height: 52px !important;
  overflow: hidden;
}
.form .selected-terms #selected-term_book-list ul,
.form .selected-terms #selected-term-board-list ul,
.post-form .selected-terms #selected-term_book-list ul,
.post-form .selected-terms #selected-term-board-list ul,
.term-form .selected-terms #selected-term_book-list ul,
.term-form .selected-terms #selected-term-board-list ul {
  padding: 0;
}
.form .selected-terms #selected-term_book-list ul li:last-child,
.form .selected-terms #selected-term-board-list ul li:last-child,
.post-form .selected-terms #selected-term_book-list ul li:last-child,
.post-form .selected-terms #selected-term-board-list ul li:last-child,
.term-form .selected-terms #selected-term_book-list ul li:last-child,
.term-form .selected-terms #selected-term-board-list ul li:last-child {
  margin-bottom: 0 !important;
}
.form .selected-terms #selected-term_book-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.form .selected-terms #selected-term-board-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.post-form .selected-terms #selected-term_book-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.post-form .selected-terms #selected-term-board-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.term-form .selected-terms #selected-term_book-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.term-form .selected-terms #selected-term-board-list ul li.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text {
  opacity: 1;
}
.form .selected-terms .mdc-deprecated-list-item:hover,
.post-form .selected-terms .mdc-deprecated-list-item:hover,
.term-form .selected-terms .mdc-deprecated-list-item:hover {
  background-color: var(--global--color-light-gray);
}
.form .selected-terms .mdc-deprecated-list-item .mdc-deprecated-list-item__ripple,
.post-form .selected-terms .mdc-deprecated-list-item .mdc-deprecated-list-item__ripple,
.term-form .selected-terms .mdc-deprecated-list-item .mdc-deprecated-list-item__ripple {
  display: none;
}

@media only screen and (min-width: 704px) {
  .post-form {
    flex-direction: row;
  }
  .post-form .mdc-dialog__actions {
    border-left: 1px solid var(--global--color-border);
    box-shadow: none;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 703px) {
  .post-form .mdc-dialog__content {
    overflow: visible;
  }
}
.post-form .mdc-dialog__content .post-feature-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding-right: 16px;
  padding-left: 4px;
  color: #626976;
}
@media only screen and (min-width: 704px) {
  .post-form .mdc-dialog__content .post-feature-image {
    bottom: auto;
    top: 4px;
    right: 4px;
  }
}
.post-form .mdc-dialog__content .post-feature-image:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 8px;
  border-radius: 8px;
}
.post-form .mdc-dialog__content .post-feature-image i {
  font-size: 1.2em;
  color: #626976;
}
.post-form .mdc-dialog__content .post-feature-image .label {
  margin-left: -0.5em;
  font-size: 0.8125rem;
}
.post-form .mdc-dialog__actions {
  border-top: none;
  display: block;
  box-shadow: none;
  overflow: hidden;
}
@media only screen and (min-width: 704px) {
  .post-form .mdc-dialog__actions {
    width: 33%;
    min-width: 363px;
  }
}
.post-form .mdc-dialog__actions .action-buttons {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: var(--global--color-background);
}
@media only screen and (min-width: 704px) {
  .post-form .mdc-dialog__actions .action-buttons {
    height: 74px;
    top: auto;
    bottom: 0;
    position: absolute;
    box-shadow: 0 -2px 12px -4px rgba(0, 0, 0, 0.08);
    border-top: 1px solid var(--global--color-border);
  }
}
.post-form .mdc-dialog__actions .action-selects {
  max-height: calc(50vh - 60px);
  overflow: auto;
}

.mdc-deprecated-list-item {
  position: relative;
  overflow: hidden;
}

.mdc-deprecated-list-item.click {
  transition: all 0.125s ease-in-out;
}

.mdc-deprecated-list-item.adding {
  transition: all 0.125s ease-in-out;
  transform: translateY(-45%);
  opacity: 0;
}

.mdc-deprecated-list-item.removing {
  transition: all 0.125s ease-in-out;
  transform: translateX(-15%) scale(0.85);
  opacity: 0;
}

#form-term_board-term_book .dialog-header,
#form-term_board-term_mission .dialog-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 33px;
}
#form-term_board-term_book .dialog-header .selected-term-info,
#form-term_board-term_mission .dialog-header .selected-term-info {
  display: flex;
  align-items: center;
  font-size: 0.875em;
  color: var(--global--color-text-gray);
}
#form-term_board-term_book .dialog-header .selected-term-info:not(.activated),
#form-term_board-term_mission .dialog-header .selected-term-info:not(.activated) {
  display: none;
}
#form-term_board-term_book .dialog-header p,
#form-term_board-term_mission .dialog-header p {
  width: 100%;
}
#form-term_board-term_book .dialog-header .form__aside,
#form-term_board-term_mission .dialog-header .form__aside {
  display: flex;
  align-items: center;
}
#form-term_board-term_book .mdc-deprecated-list-item.adding,
#form-term_board-term_mission .mdc-deprecated-list-item.adding {
  transform: translateX(-5%);
  opacity: 0;
}
#form-term_board-term_book .mdc-deprecated-list-item.removing,
#form-term_board-term_mission .mdc-deprecated-list-item.removing {
  transform: translateX(15%) scale(0.85);
  opacity: 0;
}
#form-term_board-term_book .term-form__actions .selected-terms .selected-term-info,
#form-term_board-term_mission .term-form__actions .selected-terms .selected-term-info {
  position: relative;
  top: auto;
  right: auto;
  left: 18px;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  color: var(--global--color-text-gray);
  transition: all 0.125s ease-in-out;
}
#form-term_board-term_book .term-form__actions .selected-terms .selected-term-info .count,
#form-term_board-term_mission .term-form__actions .selected-terms .selected-term-info .count {
  margin-right: 0.25em;
  transform: scale(1);
  opacity: 1;
}
#form-term_board-term_book .term-form__actions .selected-terms:not(.activated) .selected-term-info,
#form-term_board-term_mission .term-form__actions .selected-terms:not(.activated) .selected-term-info {
  transform: scale(0);
  opacity: 0;
}

.confirm-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.confirm-container .confirm-trash {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  transform: translate(0, -50%) scale(0);
  opacity: 0;
  transition: all ease-in-out 0.25s;
}
.confirm-container .confirm-trash button:not(:last-child) {
  margin-right: 0.5em;
}

.trash-confirming > *:not(.confirm-container) {
  filter: blur(3.2px);
  opacity: 0.64;
}
.trash-confirming .confirm-container .confirm-trash {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}

.confirming > div > div:not(.confirm-container),
.confirming > aside > div:not(.confirm-container) {
  filter: blur(3.2px);
  opacity: 0.64;
}
.confirming > div .confirm-container .confirm-trash,
.confirming > aside .confirm-container .confirm-trash {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}

.trashing > div {
  opacity: 0;
  transform: scale(0);
}

.user-account {
  border-bottom: 1px solid var(--global--color-border);
  padding-bottom: calc(0.5 * var(--global--spacing-vertical));
}
.user-account .section-title {
  font-weight: var(--global--font-weight);
}
.user-account .user-email {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-account .login-provider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-account .login-provider span {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--global--color-primary);
  background-color: var(--global--color-mmmtsky);
  border-radius: 24px;
  padding: 0 0.5em;
  line-height: 24px;
  height: 24px;
}
.user-account .login-provider span img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  object-position: center center;
  margin-right: 2px;
}
.user-account .login-provider.kakao span {
  background-color: var(--global--color-kakao);
  color: #000;
}
.user-account .login-provider.google span {
  border: 1px solid var(--global--color-border);
  background-color: var(--global--color-white);
  color: #000;
}

.user-profile {
  display: flex;
  padding-top: calc(0.95 * var(--global--spacing-vertical));
}
.user-profile .user-avatar {
  margin-right: 2em;
  text-align: center;
  position: relative;
}
.user-profile .user-avatar .wrap-image {
  margin-bottom: var(--global--spacing-vertical);
}
.user-profile .user-avatar .wrap-image img {
  border-radius: 96px;
  height: 96px;
  width: 96px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.user-profile .user-avatar .button-wrap.logout {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 4px;
}
.user-profile .user-avatar button {
  width: 100%;
}
.user-profile .user-infomation {
  flex: 1;
}
.user-profile .user-infomation .user-name {
  display: flex;
  justify-content: space-between;
}
.user-profile .user-infomation .user-name .mmmt-field {
  flex: 1;
  margin-right: var(--global--spacing-horizontal);
}
.user-profile .user-infomation .user-name .mmmt-field input {
  font-size: var(--global--font-size-md);
}
.user-profile .user-infomation .user-name .profile-edit .button-wrap {
  margin-top: 2px;
}
.user-profile .user-infomation .user-name .profile-edit .button-wrap button {
  color: var(--global--color-text-gray);
}
.user-profile .user-infomation .user-name .profile-edit .button-wrap button.form-active {
  color: var(--global--color-mmmtblue);
}
.user-profile .user-infomation .user-description textarea {
  font-size: var(--global--font-size-xxxs);
}

.user-profile-notice {
  text-align: center;
  font-size: var(--global--font-size-xxs);
  padding-top: var(--global--spacing-vertical);
  color: var(--global--color-text-gray);
}

body.slug-newboard {
  background-color: var(--global--color-mmmtsky2);
}
body.slug-newboard .site-header {
  background-color: var(--global--color-mmmtsky2);
  border-color: var(--global--color-mmmtsky2);
}
body.slug-newboard .site-main > article > .entry-header {
  transition: all ease-in-out 0.25s;
}
@media only screen and (max-width: 703px) {
  body.slug-newboard .site-main > article > .entry-header {
    background-color: var(--global--color-mmmtsky2);
    border-color: rgba(0, 0, 0, 0.04);
  }
}
body.slug-newboard .entry-content section {
  margin-bottom: 5%;
  max-width: min(100vw - 1 * var(--global--spacing-horizontal), 1280px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  body.slug-newboard .entry-content section {
    max-width: min(100vw - 4 * var(--global--spacing-horizontal), 1280px);
    margin-bottom: calc(3 * var(--global--spacing-vertical));
  }
}
body.slug-newboard .entry-content section > div {
  margin-bottom: 10%;
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 704px) {
  body.slug-newboard .entry-content section > div {
    margin-bottom: calc(3 * var(--global--spacing-vertical));
  }
}
@media only screen and (min-width: 1024px) {
  body.slug-newboard .entry-content section > div {
    margin-bottom: 0;
    max-width: min(100vw - 4 * var(--global--spacing-horizontal), 1280px);
  }
}
body.slug-newboard .entry-content aside > .title {
  font-size: 2vw;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid var(--global--color-mmmtblack);
}
@media (min-width: 700px) {
  body.slug-newboard .entry-content aside > .title {
    font-size: var(--global--font-size-xxs);
  }
}
@media only screen and (min-width: 832px) {
  body.slug-newboard .entry-content aside > .title {
    font-size: 1em;
  }
}
body.slug-newboard .entry-content aside ul {
  padding: 0;
  list-style: none;
}
body.slug-newboard .entry-content article {
  border-radius: var(--article--border-radius);
  overflow: hidden;
  position: relative;
}
body.slug-newboard .entry-content article .article-header {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 1vw;
}
@media (min-width: 1600px) {
  body.slug-newboard .entry-content article .article-header {
    margin: var(--global--spacing-horizontal);
  }
}
body.slug-newboard .entry-content article .article-header .article-title {
  border: 1px solid var(--global--color-primary);
  background-color: var(--global--color-background);
  padding: 0.5em;
  margin: 0;
  border-radius: 0 8px 8px 8px;
  font-size: 3vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 595.95px;
}
@media (min-width: 666.67px) {
  body.slug-newboard .entry-content article .article-header .article-title {
    font-size: var(--global--font-size-md);
  }
}
body.slug-newboard .entry-content article .article-header .label {
  border: 1px solid var(--global--color-primary);
  background-color: var(--global--color-background);
  border-radius: 8px 20px 0 0;
  padding: 0.1em 1.4em 0.1em 1.2em;
  float: left;
  margin-bottom: -1px;
  font-size: 2vw;
}
@media (min-width: 650px) {
  body.slug-newboard .entry-content article .article-header .label {
    font-size: var(--global--font-size-xxxs);
  }
}
body.slug-newboard .entry-content article .article-thumbnail {
  transition: all ease-in-out 0.125s;
}
body.slug-newboard .entry-content article:hover .article-thumbnail {
  transform: scale(1.04); /* Zoom in */
}
body.slug-newboard .entry-content figure {
  width: 30%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 704px) {
  body.slug-newboard .entry-content figure {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  body.slug-newboard .entry-content .section-1 {
    display: flex;
  }
  body.slug-newboard .entry-content .section-1 > div {
    flex: 1;
  }
  body.slug-newboard .entry-content .section-1 > div.division-1 {
    flex: 3;
    max-width: 750px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1280px) {
  body.slug-newboard .entry-content .section-1 > div.division-1 {
    max-width: 832px;
  }
}
@media only screen and (min-width: 1024px) {
  body.slug-newboard .entry-content .section-1 > div.division-2 {
    flex: none;
    min-width: calc(0.5 * var(--global--spacing-horizontal));
    width: 3%;
    max-width: calc(4 * var(--global--spacing-horizontal));
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1280px) {
  body.slug-newboard .entry-content .section-1 > div.division-2 {
    width: 6%;
  }
}
@media only screen and (min-width: 1024px) {
  body.slug-newboard .entry-content .section-1 > div.division-3 {
    margin-top: 8%;
    overflow: hidden;
  }
}
body.slug-newboard .entry-content .section-1 .division-1 {
  display: flex;
  justify-content: space-between;
}
body.slug-newboard .entry-content .section-1 .division-1 > div {
  flex: 1;
}
body.slug-newboard .entry-content .section-1 .division-1 > div.division-1-1 {
  max-width: 90.66px;
}
@media only screen and (min-width: 832px) {
  body.slug-newboard .entry-content .section-1 .division-1 > div.division-1-1 {
    max-width: 96px;
  }
}
@media only screen and (min-width: 1024px) {
  body.slug-newboard .entry-content .section-1 .division-1 > div.division-1-1 {
    max-width: 107px;
  }
}
body.slug-newboard .entry-content .section-1 .division-1 > div.division-1-2 {
  flex: none;
  min-width: calc(0.5 * var(--global--spacing-horizontal));
  width: 4%;
  max-width: calc(4 * var(--global--spacing-horizontal));
}
body.slug-newboard .entry-content .section-1 .division-1 > div.division-1-3 {
  flex: 6;
  max-width: 543.81px;
}
@media only screen and (min-width: 832px) {
  body.slug-newboard .entry-content .section-1 .division-1 > div.division-1-3 {
    max-width: 578.89px;
  }
}
@media only screen and (min-width: 1024px) {
  body.slug-newboard .entry-content .section-1 .division-1 > div.division-1-3 {
    max-width: 640px;
  }
}
body.slug-newboard .entry-content .section-1 .division-3 .aside-3 {
  padding: 0 8%;
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  body.slug-newboard .entry-content .section-1 .division-3 .aside-3 {
    padding: 0;
  }
}
body.slug-newboard .entry-content .section-1 .division-3 .text-1 > * {
  margin-bottom: 5%;
  padding-top: 4%;
}
body.slug-newboard .entry-content .section-1 .division-3 .text-1 * {
  line-height: 2;
  font-family: var(--global--font-primary-serif);
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4vw;
  text-align: justify;
}
@media (min-width: 500px) {
  body.slug-newboard .entry-content .section-1 .division-3 .text-1 * {
    font-size: var(--global--font-size-md);
  }
}
body.slug-newboard .entry-content .section-1 .division-3 .text-2 {
  font-size: 0.8em;
  margin-bottom: 5%;
}
body.slug-newboard .entry-content .section-1 .division-3 .memo-taxonomies {
  margin-bottom: 15%;
}
body.slug-newboard .entry-content .section-1 .division-3 .memo-taxonomies .term-links {
  display: flex;
  font-size: 2vw;
  align-items: center;
  color: var(--global--color-text-gray3);
}
body.slug-newboard .entry-content .section-1 .division-3 .memo-taxonomies .term-links:not(:last-child) {
  margin-bottom: 4px;
}
@media (min-width: 600px) {
  body.slug-newboard .entry-content .section-1 .division-3 .memo-taxonomies .term-links {
    font-size: var(--global--font-size-xxxxs);
  }
}
body.slug-newboard .entry-content .section-1 .division-3 .memo-taxonomies .term-links > span.term-title {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0.2em;
  white-space: nowrap;
}
body.slug-newboard .entry-content .section-1 .division-3 .memo-taxonomies .term-links > span.wrap-image {
  width: 4vw;
  height: 5.2vw;
  position: relative;
}
@media (min-width: 600px) {
  body.slug-newboard .entry-content .section-1 .division-3 .memo-taxonomies .term-links > span.wrap-image {
    flex: none;
    width: 24px;
    height: 32px;
  }
}
body.slug-newboard .entry-content .section-1 .division-3 .memo-taxonomies .term-links > span.wrap-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: none;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
body.slug-newboard .entry-content .section-1 .aside-1 > .title {
  padding-bottom: 27%;
  margin-bottom: 27%;
}
body.slug-newboard .entry-content .section-1 .aside-1 ul {
  margin: 0;
}
body.slug-newboard .entry-content .section-1 .aside-1 ul li .wrap-image {
  padding-top: 150%;
  position: relative;
}
body.slug-newboard .entry-content .section-1 .aside-1 ul li .wrap-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.slug-newboard .entry-content .section-1 .aside-1 ul li:not(:last-child) {
  margin-bottom: 27%;
}
@media (min-width: 560px) {
  body.slug-newboard .entry-content .section-1 .aside-1 ul li:not(:last-child) {
    font-size: var(--global--font-size-xxs);
  }
}
body.slug-newboard .entry-content .section-1 .aside-2 .wrap-image {
  position: relative;
  padding-top: 100%;
}
body.slug-newboard .entry-content .section-1 .aside-2 .wrap-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  align-items: center;
  animation: zoomInOut 24s infinite alternate ease-in-out;
}
body.slug-newboard .entry-content .section-2 aside {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
body.slug-newboard .entry-content .section-2 aside:not(:last-child) {
  margin-bottom: 8%;
}
@media only screen and (min-width: 704px) {
  body.slug-newboard .entry-content .section-2 aside {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  body.slug-newboard .entry-content .section-2 aside {
    margin-bottom: calc(2 * var(--global--spacing-vertical));
  }
}
body.slug-newboard .entry-content .section-2 aside > div {
  flex: 1;
}
@media only screen and (max-width: 703px) {
  body.slug-newboard .entry-content .section-2 aside > div:not(:last-child) {
    margin-bottom: 8%;
  }
}
@media only screen and (min-width: 704px) {
  body.slug-newboard .entry-content .section-2 aside > div {
    margin-bottom: 0;
  }
}
body.slug-newboard .entry-content .section-2 aside > div.aside-division-0, body.slug-newboard .entry-content .section-2 aside > div.aside-division-2 {
  flex: none;
  width: 2%;
  margin-bottom: 0;
}
body.slug-newboard .entry-content .section-2 aside > div .wrap-image {
  position: relative;
}
body.slug-newboard .entry-content .section-2 aside > div .wrap-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  align-items: center;
}
body.slug-newboard .entry-content .section-2 aside > div .article-thumbnail .wrap-image {
  padding-top: 60%;
}
@media only screen and (min-width: 704px) {
  body.slug-newboard .entry-content .section-2 aside > div .article-thumbnail .wrap-image {
    padding-top: 40%;
  }
}
body.slug-newboard .entry-content .section-2 aside > div .type-book .wrap-image {
  padding-top: 150%;
}
body.slug-newboard .entry-content .section-2 aside.aside-1 > div.aside-division-3 {
  flex: 4;
}
body.slug-newboard .entry-content .section-2 aside.aside-1 figure {
  animation: slow-rotate-left 120s linear infinite;
}
body.slug-newboard .entry-content .section-2 aside.aside-2 > div.aside-division-1 {
  flex: 3.5;
}
body.slug-newboard .entry-content .section-2 aside.aside-2 > div.aside-division-2 {
  width: 0;
}
body.slug-newboard .entry-content .section-2 aside.aside-2 figure {
  animation: moveUpDown 4s ease-in-out infinite;
}
body.slug-newboard .entry-content .section-2 aside.aside-3 > div.aside-division-0 {
  width: 2%;
}
@media only screen and (max-width: 703px) {
  body.slug-newboard .entry-content .section-2 aside.aside-3 > div.aside-division-1 {
    display: flex;
    justify-content: center;
  }
  body.slug-newboard .entry-content .section-2 aside.aside-3 > div.aside-division-1 > div {
    flex: 0.4;
  }
}
body.slug-newboard .entry-content .section-2 aside.aside-3 > div.aside-division-2 {
  width: 8%;
}
body.slug-newboard .entry-content .section-2 aside.aside-3 > div.aside-division-3 {
  flex: 3.75;
}
@media only screen and (min-width: 1024px) {
  body.slug-newboard .entry-content .section-2 aside.aside-1 > div.aside-division-2 {
    width: 4%;
  }
  body.slug-newboard .entry-content .section-2 aside.aside-1 > div.aside-division-3 {
    flex: 3;
  }
  body.slug-newboard .entry-content .section-2 aside.aside-2 > div.aside-division-1 {
    flex: 2.5;
  }
}
body.slug-newboard .entry-footer > div {
  border-top: 1px solid var(--global--color-primary);
  padding-top: calc(2 * var(--global--spacing-vertical));
}
body.slug-newboard .entry-footer > div > section {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 704px) {
  body.slug-newboard .entry-footer > div > section {
    flex-direction: row;
    justify-content: space-between;
  }
}
body.slug-newboard .entry-footer > div > section > div {
  flex: 1;
}
body.slug-newboard .entry-footer > div > section > div:not(:last-child) {
  margin-bottom: 5%;
}
@media only screen and (min-width: 704px) {
  body.slug-newboard .entry-footer > div > section > div {
    margin-bottom: 0 !important;
  }
}
body.slug-newboard .entry-footer > div > section > div.division-1 {
  flex: 1.3;
}
body.slug-newboard .entry-footer > div > section > div.division-1 .wrap-image {
  padding-top: 35%;
  position: relative;
}
body.slug-newboard .entry-footer > div > section > div.division-1 .wrap-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.slug-newboard .entry-footer > div > section > div.division-2 {
  flex: 0.1;
}
body.slug-newboard .entry-footer > div > section > div aside {
  color: var(--global--color-mmmtboardblue);
}
body.slug-newboard .entry-footer > div > section > div aside.aside-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
body.slug-newboard .entry-footer > div > section > div aside.aside-1 a {
  max-width: 210px;
}
body.slug-newboard .entry-footer > div > section > div aside .title {
  font-size: 3vw;
}
@media (min-width: 466.67px) {
  body.slug-newboard .entry-footer > div > section > div aside .title {
    font-size: var(--global--font-size-xxs);
  }
}
body.slug-newboard .entry-footer > div > section > div aside ol {
  list-style: none;
  padding: 0;
  margin-bottom: 5%;
  font-size: 3vw;
}
@media (min-width: 466.67px) {
  body.slug-newboard .entry-footer > div > section > div aside ol {
    font-size: var(--global--font-size-xxs);
  }
}
body.slug-newboard .entry-footer > div > section > div aside ol li {
  line-height: 1.9;
}
body.slug-newboard .entry-footer > div > section > div aside p {
  font-size: 2.9vw;
  color: var(--global--color-text-gray3);
}
@media (min-width: 448.28px) {
  body.slug-newboard .entry-footer > div > section > div aside p {
    font-size: var(--global--font-size-xxxs);
  }
}
@media only screen and (max-width: 703px) {
  body.slug-newboard .site.scrolled-top .site-main > article > .entry-header {
    border-color: var(--global--color-mmmtsky2);
  }
}

.slug-insight .site .entry-content img {
  transition: all 0.64s ease-in-out;
}
.slug-insight .site .entry-content img:nth-child(1) {
  transition-delay: 0;
}
.slug-insight .site .entry-content img:nth-child(3) {
  transition-delay: 0.48s;
}
.slug-insight .site .entry-content img:nth-child(5) {
  transition-delay: 0.96s;
}
.slug-insight .site:not(.loaded) .entry-content img {
  transform: translate(0, 32px);
  opacity: 0;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.16);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slow-rotate-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes slow-rotate-3d {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8%);
  }
}
.entry-title {
  color: var(--entry-header--color);
  font-size: var(--entry-header--font-size);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
}
.entry-title a {
  color: var(--entry-header--color-link);
  text-underline-offset: 0.15em;
}
.entry-title a:hover {
  color: var(--entry-header--color-hover);
}
.entry-title a:focus {
  color: var(--entry-header--color-focus);
}
.entry-title a:active {
  color: var(--entry-header--color-link);
}
@media only screen and (max-width: 703px) {
  .entry-title {
    color: rgba(0, 0, 0, 0.8);
    font-size: var(--global--font-size-sm);
    line-height: 48px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    max-width: var(--responsive--alignwide-width);
    margin-right: auto;
    margin-left: auto;
  }
}
.entry-title .display-name {
  display: inline-block;
  max-width: calc(100% - 148px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

h1.entry-title {
  line-height: var(--heading--line-height-h1);
  font-weight: var(--heading--font-weight-page-title);
}

/**
 * Entry Content
 */
@media only screen and (max-width: 703px) {
  .entry-menu {
    max-width: 100%;
  }
}

.entry-content,
.entry-summary {
  font-family: var(--entry-content--font-family);
}

.entry-content p {
  word-wrap: break-word;
  margin-bottom: 1rem;
  margin-top: 0.5em;
  font-size: 0.96em;
}
.entry-content > iframe[style] {
  margin: var(--global--spacing-vertical) 0 !important;
  max-width: 100% !important;
}
.entry-content.reference {
  color: var(--global--color-text-gray);
  font-size: var(--global--font-size-xxxs);
}
.entry-content.reference h6 {
  font-size: var(--global--font-size-xxs);
}
.entry-content.reference p {
  margin-bottom: 1em;
  margin-top: 1em;
}
.entry-content.reference p span {
  margin-left: 1em;
  font-size: 0.875em;
}

.site-main > article > .entry-footer {
  margin-top: var(--global--spacing-vertical);
  padding-top: var(--global--spacing-unit);
  padding-bottom: calc(3 * var(--global--spacing-vertical));
  border-bottom: var(--separator--height) solid var(--separator--border-color);
}

body:not(.single) .site-main > article:last-of-type .entry-footer {
  border-bottom: var(--separator--height) solid transparent;
}

.single .site-main > article > .entry-footer {
  margin-top: calc(3.4 * var(--global--spacing-vertical));
  margin-bottom: calc(3.4 * var(--global--spacing-vertical));
  padding-bottom: 0;
  padding-top: calc(0.8 * var(--global--spacing-vertical));
  border-top: 3px solid var(--separator--border-color);
  border-bottom: var(--separator--height) solid transparent;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(2 * var(--global--spacing-horizontal));
}
.single .site-main > article > .entry-footer .post-taxonomies,
.single .site-main > article > .entry-footer .full-size-link {
  justify-content: flex-end;
  text-align: right;
}
.single .site-main > article > .entry-footer .full-size-link:first-child:last-child {
  grid-column: span 2;
}
.single .site-main > article > .entry-footer .posted-on,
.single .site-main > article > .entry-footer .byline,
.single .site-main > article > .entry-footer .cat-links,
.single .site-main > article > .entry-footer .tags-links {
  display: block;
}
@media only screen and (max-width: 479px) {
  .single .site-main > article > .entry-footer {
    display: block;
  }
  .single .site-main > article > .entry-footer .full-size-link {
    display: block;
  }
  .single .site-main > article > .entry-footer .post-taxonomies,
  .single .site-main > article > .entry-footer .full-size-link {
    text-align: left;
  }
}

/**
 * Post Thumbnails
 */
.post-thumbnail {
  text-align: center;
}
.post-thumbnail .wp-post-image {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(2 * var(--global--spacing-vertical));
}

/**
 * Author
 */
.author-bio {
  position: relative;
  font-size: var(--global--font-size-xs);
  max-width: var(--responsive--aligndefault-width);
}
.site-main > article > .author-bio {
  margin-top: calc(2 * var(--global--spacing-vertical));
}
.author-bio.show-avatars .avatar {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}
.author-bio.show-avatars .author-bio-content {
  display: inline-block;
  padding-left: var(--global--spacing-horizontal);
  max-width: calc(var(--responsive--aligndefault-width) - 90px);
}
.author-bio .author-bio-content .author-title {
  font-family: var(--entry-author-bio--font-family);
  font-size: var(--entry-author-bio--font-size);
  display: inline;
}
.author-bio .author-bio-content .author-description {
  font-size: var(--global--font-size-xs);
  margin-top: calc(0.5 * var(--global--spacing-vertical));
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}

.page-nav {
  transition: opacity ease-in-out 0.48s;
}
@media only screen and (max-width: 703px) {
  .page-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--global--color-border);
    font-size: var(--global--font-size-md);
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: var(--global--color-background);
    max-width: 100%;
    z-index: 498;
  }
}
@media only screen and (min-width: 704px) {
  .page-nav {
    flex: none;
    width: 100%;
    clear: both;
  }
}

.page-title {
  font-size: var(--global--font-size-page-title);
  margin-bottom: 0;
  text-align: center;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 703px) {
  .page-title {
    font-size: var(--global--font-size-md);
    line-height: 30px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}
h1.page-title,
h2.page-title {
  font-weight: var(--heading--font-weight-page-title);
}

h1.page-title {
  line-height: var(--heading--line-height-h1);
}

.page-header {
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
  transition: all ease-in-out 0.25s;
}
.page-header > .primary-bar-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 703px) {
  .page-header > .primary-bar-container {
    min-height: 64px;
  }
}
@media only screen and (max-width: 703px) {
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--global--color-border);
    margin-bottom: 0;
    background-color: var(--global--color-background);
    z-index: 498;
  }
}

@media only screen and (max-width: 703px) {
  .site.scrolling-down .page-header {
    opacity: 0;
    transform: translate(0, -100%);
  }
}
.archive .content-area .format-aside .entry-content,
.archive .content-area .format-status .entry-content,
.archive .content-area .format-link .entry-content,
.search .content-area .format-aside .entry-content,
.search .content-area .format-status .entry-content,
.search .content-area .format-link .entry-content,
.blog .content-area .format-aside .entry-content,
.blog .content-area .format-status .entry-content,
.blog .content-area .format-link .entry-content {
  font-size: var(--global--font-size-lg);
}
.archive .format-image .entry-content,
.archive .format-gallery .entry-content,
.archive .format-video .entry-content,
.search .format-image .entry-content,
.search .format-gallery .entry-content,
.search .format-video .entry-content,
.blog .format-image .entry-content,
.blog .format-gallery .entry-content,
.blog .format-video .entry-content {
  margin-top: calc(2 * var(--global--spacing-vertical));
}
.archive .entry-footer .cat-links,
.archive .entry-footer .tags-links,
.search .entry-footer .cat-links,
.search .entry-footer .tags-links,
.blog .entry-footer .cat-links,
.blog .entry-footer .tags-links {
  display: block;
}
.archive.logged-in .entry-footer .posted-on,
.search.logged-in .entry-footer .posted-on,
.blog.logged-in .entry-footer .posted-on {
  margin-right: calc(0.5 * var(--global--spacing-unit));
}

.archive-description {
  margin-top: var(--global--spacing-vertical);
  font-size: var(--global--font-size-xl);
  line-height: var(--global--line-height-heading);
}

.archive .section-header {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}
@media only screen and (min-width: 704px) {
  .archive .section-header {
    display: flex;
  }
}
.archive .section-header > div:not(.term-badge) {
  flex: 1;
}
.archive .section-header .term-header {
  display: flex;
  margin-bottom: calc(0.55 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 704px) {
  .archive .section-header .term-header {
    margin-right: var(--global--spacing-vertical);
  }
}
.archive .section-header .term-header .term-name {
  margin: 0;
}
@media only screen and (max-width: 831px) {
  .archive .section-header .term-header .term-name {
    font-size: var(--heading--font-size-h5);
  }
}
.archive .section-header .term-cover {
  min-width: 200px;
  max-width: 200px;
}
.archive .section-header .term-cover.board {
  min-width: 160px;
  max-width: 160px;
}
@media only screen and (max-width: 703px) {
  .archive .section-header .term-cover {
    float: left;
    min-width: 64px !important;
    max-width: 64px !important;
    margin-right: calc(0.5 * var(--global--spacing-vertical));
    margin-bottom: calc(0.5 * var(--global--spacing-vertical));
  }
}
.archive .section-header .term-cover .wrap-image {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--button--border-radius);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  background-color: var(--global--color-light-gray3);
  position: relative;
  padding-top: 140%;
}
.archive .section-header .term-cover .wrap-image.board {
  padding-top: 100%;
}
.archive .section-header .term-cover .wrap-image .term-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--button--border-radius);
  overflow: hidden;
}
.archive .section-header .term-cover .wrap-image .term-image.icon {
  width: 50%;
  height: auto;
  max-width: 48px;
  max-height: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.archive .section-header .term-info {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
}
.archive .section-header .term-info > div:not(:last-child) {
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 704px) {
  .archive .section-header .term-info {
    display: flex;
    flex-wrap: nowrap;
    padding-left: var(--global--spacing-vertical);
  }
}
.archive .section-header .term-info.board .term-header .name {
  margin: 0;
}
.archive .section-header .term-info .term-header {
  display: flex;
  align-items: center;
  margin-top: -4px;
}
.archive .section-header .term-info .term-header button {
  margin-left: 0.1em;
  width: 40px;
  height: 40px;
}
.archive .section-header .term-info .term-header button.term-edit__button {
  background-color: var(--global--color-light-gray);
  border: 1px solid rgba(255, 255, 255, 0.64);
  margin-left: 1em;
  flex: none;
}
.archive .section-header .term-info .term-header .mdc-form-field {
  margin-left: 0.1em;
}
.archive .section-header .term-info .term-description {
  color: var(--global--color-text-gray);
  font-size: 0.875em;
}
.archive .section-header .term-info .term-meta {
  color: var(--global--color-text-gray);
  font-size: 0.875em;
}
.archive .section-header .term-info .term-meta.board {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 703px) {
  .archive .section-header .term-info .term-meta {
    margin-bottom: calc(0.5 * var(--global--spacing-vertical));
    font-size: 0.8125em;
    clear: both;
  }
}
.archive .section-header .term-info .term-meta > span .label {
  margin-right: 1em;
  font-size: 0.875em;
}
.archive .section-header .term-info .term-meta.content-term > span {
  display: block;
}
.archive .section-header .term-info .term-meta .status {
  flex: none;
  margin-right: calc(0.5 * var(--global--spacing-vertical));
}
.archive .section-header .term-info .book-star {
  max-width: 192px;
  padding: 2px;
  background-color: var(--global--color-light-gray3);
  border-radius: var(--article--border-radius);
  margin-bottom: calc(0.55 * var(--global--spacing-vertical));
  transition: all ease-in-out 0.125s;
}
@media only screen and (max-width: 703px) {
  .archive .section-header .term-info .book-star:not(.table) {
    margin-left: 80px;
  }
}
.archive .section-header .term-info .book-star.user-term-star-0 {
  background-color: var(--global--color-light-gray);
}
.archive .section-header .term-info .book-star .mdc-slider__value-indicator-container {
  visibility: hidden;
}
.archive .section-header .term-info .book-star .term-star-container.mdc-slider .mdc-slider__track--inactive,
.archive .section-header .term-info .book-star .term-star-container.mdc-slider .mdc-slider__track--active {
  display: none;
}
.archive .section-header .term-info .book-star .term-star-container.mdc-slider .mdc-slider__tick-mark--active,
.archive .section-header .term-info .book-star .term-star-container.mdc-slider .mdc-slider__tick-mark--inactive {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 0;
  height: 0;
  opacity: 1;
}
.archive .section-header .term-info .book-star .term-star-container.mdc-slider .mdc-slider__tick-mark--active.material-symbols-rounded,
.archive .section-header .term-info .book-star .term-star-container.mdc-slider .mdc-slider__tick-mark--inactive.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 64;
  color: #DADDDF;
}
.archive .section-header .term-info .book-star .term-star-container.mdc-slider .mdc-slider__tick-mark--active.material-symbols-rounded.term-star-off,
.archive .section-header .term-info .book-star .term-star-container.mdc-slider .mdc-slider__tick-mark--inactive.material-symbols-rounded.term-star-off {
  font-size: 8px;
  transform: scale(0.5, 0.5);
}
.archive .section-header .term-info .book-star .term-star-container.mdc-slider .mdc-slider__tick-mark--active.material-symbols-rounded:not(.term-star-off) {
  color: var(--global--color-mmmtblue);
}
.archive .section-header .term-info .book-star .term-star-container.mdc-slider .mdc-slider__tick-marks {
  padding: 0;
}
.archive .section-header .term-info .book-star .term-star-container.mdc-slider .mdc-slider__thumb-knob {
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 24px;
  height: 24px;
}
.archive .section-header .term-info .book-star .term-star-container.mdc-slider .mdc-slider__input {
  height: 100%;
}
.archive .section-header .term-info .term-member {
  display: flex;
  align-items: center;
  color: var(--global--color-text-gray);
  font-size: 0.875em;
}
.archive .section-header .term-info .term-member .term-actions {
  flex: none;
}
.archive .section-header .term-info .term-member .dialog-trigger {
  background-color: var(--global--color-light-gray);
  border: 1px solid rgba(255, 255, 255, 0.64);
  margin-left: -22px;
  height: 32px;
  width: 32px;
  flex: none;
  z-index: 2;
  margin-right: 8px;
}
.archive .section-header .term-info .term-member .count {
  flex: none;
  z-index: 2;
}
.archive .section-header .term-info .term-member-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-right: 12px;
  margin-left: 0;
}
.archive .section-header .term-info .term-member-list .swiper-slide {
  display: block;
  transition: all ease-in-out 0.125s;
  width: auto;
}
.archive .section-header .term-info .term-member-list .swiper-slide:not(:first-child) {
  margin-left: -12px;
}
.archive .section-header .term-info .term-member-list .swiper-slide img {
  border-radius: 32px;
  height: 32px;
  width: 32px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--global--color-white);
}
.archive .section-header .term-info .term-member-list .swiper-slide:hover, .archive .section-header .term-info .term-member-list .swiper-slide:focus, .archive .section-header .term-info .term-member-list .swiper-slide:active {
  margin-left: 0;
}
.archive .section-header .term-info .term-member-list .swiper-slide:hover + .user-avatar, .archive .section-header .term-info .term-member-list .swiper-slide:focus + .user-avatar, .archive .section-header .term-info .term-member-list .swiper-slide:active + .user-avatar {
  margin-left: 0;
}
.archive .section-header .term-info .term-member-list .swiper-slide:hover:last-child, .archive .section-header .term-info .term-member-list .swiper-slide:focus:last-child, .archive .section-header .term-info .term-member-list .swiper-slide:active:last-child {
  margin-right: 12px;
}
.archive .wrap-grid .list-grid-header {
  display: none;
}
.archive .wrap-grid .mdc-card {
  flex-wrap: nowrap;
}
.archive .wrap-grid .mdc-card .list-view {
  display: none;
  font-size: 0.96em;
}
.archive .wrap-grid .grid-add {
  width: 100% !important;
  margin-right: 0 !important;
  border-bottom: 1px solid var(--global--color-border);
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: none;
  padding-bottom: 0;
  color: var(--global--color-mmmtblue);
}
.archive .wrap-grid .grid-add .mdc-card {
  flex-direction: row;
  align-items: center;
}
.archive .wrap-grid .grid-add .mdc-card .list-view {
  display: block;
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__primary-action,
.archive .wrap-grid .grid-add .mdc-card .cover {
  width: 50px;
  margin-top: 0;
  text-align: center;
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__primary-action .book-cover,
.archive .wrap-grid .grid-add .mdc-card .cover .book-cover {
  font-size: 2em;
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__content {
  padding: 0 1em;
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__content .wrap-meta {
  margin-top: 0;
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__content.title {
  width: calc((100% - 580px) * 0.4);
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__content.memo-lastest {
  width: calc((100% - 580px) * 0.6);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 허용할 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__content.term-info {
  width: 180px;
  text-align: center;
  flex: none;
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__content.term-info .book-star .mdc-slider {
  height: 36px;
  margin: 0 18px;
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__content.term-info .book-star .mdc-slider .mdc-slider__thumb {
  width: 36px;
  left: -18px;
  height: 36px;
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__content.term-info .book-star .material-symbols-rounded {
  font-size: 16px;
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__content.term-info .book-star .material-symbols-rounded.term-star-off {
  font-size: 8px;
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__content.count {
  flex: none;
  width: 100px;
  text-align: center;
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__content.date {
  flex: none;
  width: 150px;
  text-align: center;
}
.archive .wrap-grid .grid-add .mdc-card .mdc-card__content.memo-lastest {
  color: var(--global--color-text-gray2);
}
.archive .wrap-grid .list-grid-view .grid .grid-item {
  width: 100% !important;
  margin-right: 0 !important;
  border-bottom: 1px solid var(--global--color-border);
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.archive .wrap-grid .list-grid-view .grid .grid-item.grid-add {
  border-bottom: none;
  padding-bottom: 0;
}
.archive .wrap-grid .list-grid-view .grid .grid-item.list-grid-header {
  display: block;
  border-top: 1px solid var(--global--color-border);
  font-size: 0.9375em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: var(--global--color-blue-gray);
  font-weight: var(--heading--font-weight);
}
.archive .wrap-grid .list-grid-view .grid .grid-item .section-header > div {
  flex-grow: 0;
  flex: none;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .section-header .book-star {
  margin-bottom: 0;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .list-view {
  display: block;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__primary-action,
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .cover {
  width: 64px;
  margin-top: 0;
  text-align: center;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__primary-action .book-cover,
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .cover .book-cover {
  font-size: 2em;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content {
  padding: 0 1em;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content .wrap-meta {
  margin-top: -2px;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content.title {
  width: calc((100% - 580px) * 0.4);
  min-width: 130px;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content.memo-lastest {
  width: calc((100% - 580px) * 0.6);
  max-height: 75px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content.term-info {
  width: 180px;
  text-align: center;
  flex: none;
}
@media only screen and (max-width: 703px) {
  .archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content.term-info {
    width: 150px;
    padding: 0;
  }
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content.term-info .book-star .mdc-slider {
  height: 36px;
  margin: 0 18px;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content.term-info .book-star .mdc-slider .mdc-slider__thumb {
  width: 36px;
  left: -18px;
  height: 36px;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content.term-info .book-star .material-symbols-rounded {
  font-size: 16px;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content.term-info .book-star .material-symbols-rounded.term-star-off {
  font-size: 8px;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content.count {
  flex: none;
  width: 100px;
  text-align: center;
}
@media only screen and (max-width: 703px) {
  .archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content.count {
    display: none;
  }
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content.date {
  flex: none;
  width: 150px;
  text-align: center;
}
.archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content.memo-lastest {
  color: var(--global--color-text-gray2);
}
@media only screen and (max-width: 703px) {
  .archive .wrap-grid .list-grid-view .grid .grid-item .mdc-card .mdc-card__content.memo-lastest {
    display: none;
  }
}

@media only screen and (max-width: 703px) {
  .tax-board {
    background-color: var(--global--color-light-gray5);
  }
}
@media only screen and (max-width: 703px) {
  .tax-board .site:not(.scrolling-up) .primary-bar .icon-button,
  .tax-board .site.scrolled-top .primary-bar .icon-button {
    color: var(--global--color-white);
  }
  .tax-board .site:not(.scrolling-up) .primary-bar i,
  .tax-board .site.scrolled-top .primary-bar i {
    color: var(--global--color-white) !important;
  }
  .tax-board .site:not(.scrolling-up) .page-header,
  .tax-board .site.scrolled-top .page-header {
    background-color: transparent;
    border-bottom: none;
  }
  .tax-board .site:not(.scrolling-up) .page-header .history-back,
  .tax-board .site.scrolled-top .page-header .history-back {
    color: var(--global--color-white);
  }
  .tax-board .site:not(.scrolling-up) .page-header .history-back i,
  .tax-board .site.scrolled-top .page-header .history-back i {
    color: var(--global--color-white);
  }
}
@media only screen and (max-width: 703px) {
  .tax-board .page-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin-bottom: 0;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
  .tax-board .page-background .wrap-image {
    width: 100%;
    height: 100vw;
    min-height: 320px;
    max-height: 640px;
  }
  .tax-board .page-background .wrap-image .term-image {
    object-position: center;
  }
  .tax-board .page-background .term-feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tax-board .page-background .background-scrim {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .tax-board .mdc-drawer-app-content > .section-header {
    color: var(--global--color-white);
    position: relative;
    z-index: 5;
  }
  .tax-board .mdc-drawer-app-content > .section-header .term-cover {
    display: none;
  }
  .tax-board .mdc-drawer-app-content > .section-header .only-text-button .mdc-button__label {
    color: var(--global--color-white);
  }
  .tax-board .mdc-drawer-app-content > .section-header button.term-edit__button {
    background-color: rgb(23, 23, 23) !important;
    border-color: transparent !important;
    color: var(--global--color-white) !important;
  }
  .tax-board .mdc-drawer-app-content > .section-content {
    background-color: var(--global--color-light-gray5);
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    min-height: 50vh;
    padding-top: 4px;
  }
  .tax-board .mdc-drawer-app-content > .section-content .post-tags {
    padding-top: calc(0.5 * var(--global--spacing-vertical));
    background-color: var(--global--color-background);
    border-radius: 16px 16px 0 0;
    margin-bottom: calc(0.5 * var(--global--spacing-vertical));
    transition: all ease-in-out 0.125s;
  }
  .tax-board .mdc-drawer-app-content > .section-content .post-tags:not(.edit-activated) {
    overflow: hidden;
  }
}
@media only screen and (max-width: 703px) and (max-width: 703px) {
  .tax-board .mdc-drawer-app-content > .section-content .mmmt-tab-bar-wrap {
    background-color: var(--global--color-light-gray5);
  }
  .tax-board .mdc-drawer-app-content > .section-content .mmmt-tab-bar-wrap:after {
    background: var(--global--color-light-gray5);
    background: linear-gradient(0deg, rgba(246, 248, 252, 0) 0%, rgb(246, 248, 252) 100%);
  }
}
@media only screen and (min-width: 704px) {
  .tax-board .page-background {
    display: none;
  }
}

.error404 main p {
  font-size: var(--global--font-size-lg);
  margin-bottom: calc(var(--global--spacing-vertical) * 1.6666666667);
}

.search-no-results .page-content {
  margin-top: calc(3 * var(--global--spacing-vertical));
}

/**
 * Comments Wrapper
 */
.comments-area > * {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.comments-area > *:first-child {
  margin-top: 0;
}
.comments-area > *:last-child {
  margin-bottom: 0;
}
.comments-area.show-avatars .avatar {
  border-radius: 50%;
  position: absolute;
  top: 10px;
}
.comments-area.show-avatars .fn {
  display: inline-block;
  padding-left: 85px;
}
.comments-area.show-avatars .comment-metadata {
  padding: 8px 0 9px 85px;
}

/**
 * Comment Title
 */
.comments-title,
.comment-reply-title {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
}

.comment-reply-title {
  display: flex;
  justify-content: space-between;
}
.comment-reply-title small a {
  font-family: var(--global--font-secondary);
  font-size: var(--global--font-size-xs);
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
}

/* Nested comment reply title*/
.comment .comment-respond .comment-reply-title {
  font-size: var(--global--font-size-lg);
}

/**
 * Comment Lists
 */
.comment-list {
  padding-left: 0;
  list-style: none;
}
.comment-list > li {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.comment-list .children {
  list-style: none;
  padding-left: 0;
}
.comment-list .children > li {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

@media only screen and (min-width: 480px) {
  .comment-list .depth-2,
  .comment-list .depth-3 {
    padding-left: calc(4 * var(--global--spacing-horizontal));
  }
}

/**
 * Comment Meta
 */
.comment-meta .comment-author {
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.25 * var(--global--spacing-unit));
}
@media only screen and (min-width: 480px) {
  .comment-meta .comment-author {
    margin-bottom: 0;
    padding-right: 0;
  }
}
.comment-meta .comment-author .fn {
  font-family: var(--global--font-secondary);
  font-weight: normal;
  font-size: var(--global--font-size-lg);
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
}
.comment-meta .comment-metadata {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  padding: 8px 0 9px 0;
}
.comment-meta .comment-metadata .edit-link {
  margin-left: var(--global--spacing-horizontal);
}
@media only screen and (min-width: 480px) {
  .comment-meta {
    margin-right: inherit;
  }
  .comment-meta .comment-author {
    max-width: inherit;
  }
}

.reply {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-heading);
}

.bypostauthor {
  display: block;
}

.says {
  display: none;
}

.pingback .url,
.trackback .url {
  font-family: var(--global--font-primary);
}

.comment-body {
  position: relative;
  margin-bottom: calc(1.7 * var(--global--spacing-vertical));
}
.comment-body > * {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.comment-body .reply {
  margin: 0;
}

.comment-content {
  word-wrap: break-word;
}

.pingback .comment-body,
.trackback .comment-body {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.comment-respond {
  margin-top: var(--global--spacing-vertical);
}

.comment-respond > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}
.comment-respond > *:first-child {
  margin-top: 0;
}
.comment-respond > *:last-child {
  margin-bottom: 0;
}
.comment-respond > *:last-child.comment-form {
  margin-bottom: var(--global--spacing-vertical);
}

.comment-author {
  padding-top: 3px;
}
.comment-author .url {
  color: currentColor;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}
.comment-form > * {
  flex-basis: 100%;
}
.comment-form .comment-notes {
  font-size: var(--global--font-size-sm);
}
.comment-form .comment-form-url,
.comment-form .comment-form-comment {
  width: 100%;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  flex-basis: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 479px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    flex-basis: 100%;
  }
}
.comment-form .comment-form-cookies-consent > label,
.comment-form .comment-notes {
  font-size: var(--global--font-size-xs);
  font-weight: normal;
}

.comment-form > p {
  margin-bottom: var(--global--spacing-unit);
}
.comment-form > p:first-of-type {
  margin-top: 0;
}
.comment-form > p:last-of-type {
  margin-bottom: 0;
}
.comment-form > p label,
.comment-form > p input[type=email],
.comment-form > p input[type=text],
.comment-form > p input[type=url],
.comment-form > p textarea {
  display: block;
  font-size: var(--global--font-size-sm);
  margin-bottom: calc(0.5 * var(--global--spacing-unit));
  width: 100%;
  font-weight: var(--form--label-weight);
}
.comment-form > p.comment-form-cookies-consent {
  display: flex;
}
@media only screen and (min-width: 480px) {
  .comment-form > p.comment-form-author {
    margin-right: calc(1.5 * var(--global--spacing-horizontal));
  }
  .comment-form > p.comment-notes, .comment-form > p.logged-in-as {
    display: block;
  }
}

.menu-button-container {
  display: none;
  justify-content: space-between;
  position: absolute;
  right: 0;
  padding-top: calc(0.5 * var(--global--spacing-vertical));
  padding-bottom: calc(0.25 * var(--global--spacing-vertical));
}
@media only screen and (max-width: 479px) {
  .menu-button-container {
    display: flex;
  }
}
.menu-button-container #primary-mobile-menu {
  display: flex;
  margin-left: auto;
  padding: calc(var(--button--padding-vertical) - 0.25 * var(--global--spacing-unit)) calc(0.5 * var(--button--padding-horizontal));
  font-size: var(--primary-nav--font-size-button);
  font-weight: var(--primary-nav--font-weight-button);
  background-color: transparent;
  border: none;
  color: var(--primary-nav--color-link);
}
.menu-button-container #primary-mobile-menu .dropdown-icon {
  display: flex;
  align-items: center;
}
.menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon {
  margin-left: calc(0.25 * var(--global--spacing-unit));
}
.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
  position: relative;
  top: -1px;
}
.menu-button-container #primary-mobile-menu .dropdown-icon.close {
  display: none;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.open {
  display: none;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
  display: flex;
}
.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
  animation-name: twentytwentyone-close-button-transition;
  animation-duration: 0.3s;
}
.primary-navigation-open .menu-button-container {
  width: 100%;
  z-index: 500;
  background-color: var(--global--color-background);
}
.primary-navigation-open .menu-button-container #primary-mobile-menu {
  position: static;
}

.primary-navigation {
  position: absolute;
  top: var(--global--admin-bar--height);
  right: 0;
  color: var(--primary-nav--color-text);
  font-size: var(--primary-nav--font-size);
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
}
.primary-navigation > .primary-menu-container {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .primary-navigation > .primary-menu-container {
    transition: all 0.16s ease-in-out;
  }
}
@media only screen and (max-width: 479px) {
  .primary-navigation > .primary-menu-container {
    z-index: 499;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    position: fixed;
    transform: translateY(0) translateX(100%);
  }
  .admin-bar .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    top: var(--global--admin-bar--height);
  }
  .admin-bar .primary-navigation > .primary-menu-container {
    height: calc(100vh - var(--global--admin-bar--height));
  }
  .primary-navigation > .primary-menu-container:focus {
    border: 2px solid var(--global--color-primary);
  }
}
@media only screen and (max-width: 479px) {
  .primary-navigation-open .primary-navigation {
    width: 100%;
    position: fixed;
    z-index: 2;
  }
}
.primary-navigation-open .primary-navigation > .primary-menu-container {
  position: absolute;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 479px) {
  .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    transform: translateX(0) translateY(0);
  }
}
@media only screen and (min-width: 704px) {
  .primary-navigation {
    position: relative;
  }
  .primary-navigation > .primary-menu-container {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    background-color: transparent;
    overflow: initial;
    transform: none;
  }
  .primary-navigation #toggle-menu {
    display: none;
  }
  .primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
    display: none;
  }
  .admin-bar .primary-navigation {
    top: initial;
  }
  .admin-bar .primary-navigation > .primary-menu-container {
    top: initial;
  }
}
.primary-navigation > div.primary-menu-container > .menu-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  max-width: none;
  padding-left: 0;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.125s;
}
@media only screen and (max-width: 703px) {
  .primary-navigation > div.primary-menu-container > .menu-wrapper {
    margin: 10px;
    margin-bottom: 20px;
    background-color: var(--global--color-white);
    box-shadow: 0 0 16px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 32px;
    padding: 0 3%;
  }
}
@media only screen and (min-width: 704px) {
  .primary-navigation > div.primary-menu-container > .menu-wrapper {
    gap: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .primary-navigation > div.primary-menu-container > .menu-wrapper {
    flex-direction: column;
  }
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li {
  display: block;
  position: relative;
  text-align: center;
  color: var(--global--color-text-gray);
}
@media only screen and (min-width: 704px) {
  .primary-navigation > div.primary-menu-container > .menu-wrapper li {
    margin: 8px 0;
    width: inherit;
  }
}
@media only screen and (min-width: 1024px) {
  .primary-navigation > div.primary-menu-container > .menu-wrapper li {
    margin: 0 8px;
  }
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li a {
  font-weight: var(--heading--font-weight);
  color: var(--global--color-text-gray);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media only screen and (hover: hover) and (min-width: 704px) {
  .primary-navigation > div.primary-menu-container > .menu-wrapper li a:hover {
    color: var(--global--color-mmmtblue);
  }
}
@media only screen and (max-width: 703px) {
  .primary-navigation > div.primary-menu-container > .menu-wrapper li {
    flex-grow: 1;
    width: 20%;
  }
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-size: 22px;
  color: var(--global--color-iconblack);
  margin-bottom: 0.2em;
  transition: all ease-in-out 0.125s;
}
@media only screen and (min-width: 704px) {
  .primary-navigation > div.primary-menu-container > .menu-wrapper li a:before {
    margin-top: -0.1em;
    font-size: 2em;
    width: 28px;
    height: 28px;
  }
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li a.has-image:before {
  display: none;
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li a img {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  object-fit: cover;
  font-size: 22px;
  margin-bottom: 0.2em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: all ease-in-out 0.125s;
}
@media only screen and (min-width: 704px) {
  .primary-navigation > div.primary-menu-container > .menu-wrapper li a img {
    width: 28px;
    height: 28px;
    font-size: 2em;
  }
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li.about a:before {
  background-image: url("./assets/images/symbol_black.png");
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li.insight a:before {
  background-image: url("./assets/images/menu_brain.png");
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li.insight.current-menu-item a:before {
  background-image: url("./assets/images/menu_brain_on.png");
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li.newboard a:before {
  background-image: url("./assets/images/menu_newboard.svg");
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li.memoment a:before {
  background-image: url("./assets/images/menu-lounge.svg");
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li.archive a:before {
  content: "account_circle";
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li.moment a:before {
  content: "museum";
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li.memo a:before {
  content: "add_box";
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li.discovery a:before {
  content: "search";
}
.primary-navigation > div.primary-menu-container > .menu-wrapper li.notification a:before {
  content: "avg_pace";
}
.primary-navigation > div.primary-menu-container > .menu-wrapper .sub-menu-toggle {
  display: none;
  height: calc(2 * var(--primary-nav--padding) + 1.15em + 1px);
  width: 44px;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: currentColor;
  border: none;
}
.primary-navigation > div.primary-menu-container > .menu-wrapper .sub-menu-toggle:focus {
  outline: 2px solid var(--wp--style--color--link, var(--global--color-primary));
}
@media only screen and (max-width: 479px) {
  .primary-navigation > div.primary-menu-container > .menu-wrapper .sub-menu-toggle {
    display: none;
  }
}
.primary-navigation > div.primary-menu-container > .menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation > div.primary-menu-container > .menu-wrapper .sub-menu-toggle .icon-minus {
  height: 100%;
  display: flex;
  align-items: center;
}
.primary-navigation > div.primary-menu-container > .menu-wrapper .sub-menu-toggle .icon-plus svg,
.primary-navigation > div.primary-menu-container > .menu-wrapper .sub-menu-toggle .icon-minus svg {
  margin-top: -1px;
}
.primary-navigation > div.primary-menu-container > .menu-wrapper .sub-menu-toggle .icon-minus {
  display: none;
}
.primary-navigation > div.primary-menu-container > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-minus {
  display: flex;
}
.primary-navigation > div.primary-menu-container > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-plus {
  display: none;
}
.primary-navigation > div.primary-menu-container > .menu-wrapper > li > .sub-menu {
  display: none;
  position: relative;
}
@media only screen and (min-width: 480px) and (prefers-reduced-motion: no-preference) {
  .primary-navigation > div.primary-menu-container > .menu-wrapper > li > .sub-menu {
    transition: all 0.4s ease;
  }
}
@media only screen and (min-width: 480px) {
  .primary-navigation > div.primary-menu-container > .menu-wrapper > li > .sub-menu {
    left: 0;
    margin: 0;
    min-width: max-content;
    position: absolute;
    top: 100%;
    padding-top: 3px;
    z-index: 88888;
  }
  .primary-navigation > div.primary-menu-container > .menu-wrapper > li > .sub-menu:before, .primary-navigation > div.primary-menu-container > .menu-wrapper > li > .sub-menu:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    top: -10px;
    left: var(--global--spacing-horizontal);
    border-style: solid;
    border-color: var(--primary-nav--border-color) transparent;
    border-width: 0 7px 10px 7px;
  }
  .primary-navigation > div.primary-menu-container > .menu-wrapper > li > .sub-menu:after {
    top: -9px;
    border-color: var(--global--color-background) transparent;
  }
  .primary-navigation > div.primary-menu-container > .menu-wrapper > li > .sub-menu li {
    background: var(--global--color-background);
  }
  .primary-navigation > div.primary-menu-container > .menu-wrapper > li > .sub-menu.submenu-reposition-left {
    /* rtl:ignore */
    left: 0;
    /* rtl:ignore */
    right: auto;
  }
  .primary-navigation > div.primary-menu-container > .menu-wrapper > li > .sub-menu.submenu-reposition-left:before, .primary-navigation > div.primary-menu-container > .menu-wrapper > li > .sub-menu.submenu-reposition-left:after {
    /* rtl:ignore */
    left: var(--global--spacing-horizontal);
    /* rtl:ignore */
    right: auto;
  }
  .primary-navigation > div.primary-menu-container > .menu-wrapper > li > .sub-menu.submenu-reposition-right {
    /* rtl:ignore */
    right: 0;
    /* rtl:ignore */
    left: auto;
  }
  .primary-navigation > div.primary-menu-container > .menu-wrapper > li > .sub-menu.submenu-reposition-right:before, .primary-navigation > div.primary-menu-container > .menu-wrapper > li > .sub-menu.submenu-reposition-right:after {
    /* rtl:ignore */
    left: auto;
    /* rtl:ignore */
    right: var(--global--spacing-horizontal);
  }
}
@media (hover: hover) {
  .primary-navigation .primary-menu > .menu-item:hover > a {
    color: var(--primary-nav--color-link-hover);
  }
}
@media only screen and (min-width: 704px) {
  .primary-navigation .primary-menu-container {
    border-top: 0;
  }
}
.primary-navigation .primary-menu-container > ul > .menu-item {
  display: flex;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a {
  padding-left: var(--primary-nav--padding);
  padding-right: var(--primary-nav--padding);
  padding-top: 9px;
  padding-bottom: 10px;
  height: 64px;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a:active {
  background-color: #D7E8FF;
  color: var(--global--color-mmmtblue) !important;
}
@media only screen and (min-width: 704px) {
  .primary-navigation .primary-menu-container > ul > .menu-item > a {
    width: 64px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item > a:hover {
    background-color: #D7E8FF;
    color: var(--global--color-primary) !important;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item > a:active {
    color: var(--global--color-mmmtblue) !important;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item > a:active:before {
    color: var(--global--color-mmmtblue) !important;
  }
}
@media only screen and (min-width: 1024px) {
  .primary-navigation .primary-menu-container > ul > .menu-item > a {
    height: 72px;
    width: 72px;
  }
}
.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
  margin-left: calc(5px - var(--primary-nav--padding));
}
.primary-navigation .primary-menu-container a {
  display: block;
  font-family: var(--primary-nav--font-family-mobile);
  font-size: var(--primary-nav--font-size-mobile);
  font-weight: var(--primary-nav--font-weight);
  text-decoration: none;
}
@media only screen and (max-width: 479px) {
  .primary-navigation .primary-menu-container a {
    font-size: 3vw;
  }
}
.primary-navigation .primary-menu-container a + svg {
  fill: var(--primary-nav--color-text);
}
@media (hover: hover) {
  .primary-navigation .primary-menu-container a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
  }
}
.primary-navigation .primary-menu-container a:focus {
  position: relative;
  z-index: 99999;
  outline-offset: 0;
  text-decoration-thickness: 2px;
}
.primary-navigation .current-menu-ancestor > a:first-child,
.primary-navigation .current_page_ancestor > a:first-child,
.primary-navigation .current-menu-parent > a:first-child,
.primary-navigation .current_page_parent > a:first-child,
.primary-navigation .current-menu-item > a:first-child,
.primary-navigation .current_page_item > a:first-child {
  color: var(--global--color-primary) !important;
  font-weight: var(--heading--font-weight) !important;
}
.primary-navigation .current-menu-ancestor > a:first-child:before,
.primary-navigation .current_page_ancestor > a:first-child:before,
.primary-navigation .current-menu-parent > a:first-child:before,
.primary-navigation .current_page_parent > a:first-child:before,
.primary-navigation .current-menu-item > a:first-child:before,
.primary-navigation .current_page_item > a:first-child:before {
  font-variation-settings: "FILL" 1;
}
@media only screen and (min-width: 704px) {
  .primary-navigation .current-menu-ancestor > a:first-child:hover,
  .primary-navigation .current_page_ancestor > a:first-child:hover,
  .primary-navigation .current-menu-parent > a:first-child:hover,
  .primary-navigation .current_page_parent > a:first-child:hover,
  .primary-navigation .current-menu-item > a:first-child:hover,
  .primary-navigation .current_page_item > a:first-child:hover {
    color: var(--global--color-mmmtblue) !important;
  }
}
.primary-navigation .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: var(--primary-nav--padding);
  border: 1px solid var(--primary-nav--border-color);
}
.primary-navigation .sub-menu .sub-menu {
  border: none;
}
@media only screen and (min-width: 480px) {
  .primary-navigation .sub-menu > .menu-item > .sub-menu {
    padding: 0;
  }
}
@media only screen and (max-width: 479px) {
  .primary-navigation .sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
}
.primary-navigation .sub-menu .menu-item > a {
  padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
  display: block;
  font-size: var(--primary-nav--font-size-sub-menu-mobile);
  font-style: var(--primary-nav--font-style-sub-menu-mobile);
}
@media only screen and (min-width: 480px) {
  .primary-navigation .sub-menu .menu-item > a {
    font-size: var(--primary-nav--font-size-sub-menu);
    font-style: var(--primary-nav--font-style);
  }
}
.primary-navigation .menu-item-has-children > .svg-icon {
  display: none;
}
@media only screen and (min-width: 480px) {
  .primary-navigation .menu-item-has-children > .svg-icon {
    display: inline-block;
    height: 100%;
  }
  .primary-navigation .menu-item-has-children .sub-menu .svg-icon {
    display: none;
  }
}
.primary-navigation .menu-item-description {
  display: block;
  clear: both;
  font-size: var(--global--font-size-xs);
  text-transform: none;
  line-height: 1.7;
}
.primary-navigation .menu-item-description > span {
  display: inline-block;
}

@media only screen and (max-width: 703px) {
  .primary-bar > .primary-bar-container {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 499;
    margin-right: 8px;
    transition: all ease-in-out 0.25s;
  }
}
@media only screen and (min-width: 1024px) {
  .primary-bar > .primary-bar-container {
    margin-bottom: 24px;
  }
}
.primary-bar > .primary-bar-container > .bar-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  max-width: none;
  padding-left: 0;
  position: relative;
  min-height: 48px;
  gap: 4px;
}
@media only screen and (min-width: 1024px) {
  .primary-bar > .primary-bar-container > .bar-wrapper {
    gap: 16px;
    flex-direction: column;
  }
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger,
.primary-bar > .primary-bar-container > .bar-wrapper > li {
  display: block;
  position: relative;
  flex-grow: 1;
  margin: 8px 0;
}
@media only screen and (min-width: 1024px) {
  .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger,
  .primary-bar > .primary-bar-container > .bar-wrapper > li {
    margin: 0 8px;
  }
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.account > a,
.primary-bar > .primary-bar-container > .bar-wrapper > li.account > a {
  display: flex;
  font-size: 0.8125em;
  text-align: left;
  line-height: 1.5;
  align-items: center;
  color: var(--global--color-primary);
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.account > a > div.user-avatar img,
.primary-bar > .primary-bar-container > .bar-wrapper > li.account > a > div.user-avatar img {
  border-radius: 44px;
  height: 44px;
  width: 44px;
  object-fit: cover;
  margin: 1px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.account > a > div.user-account,
.primary-bar > .primary-bar-container > .bar-wrapper > li.account > a > div.user-account {
  position: absolute;
  top: 100%;
  right: 4px;
  background-color: var(--global--color-light-gray3);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--article--border-radius);
  padding: 0.9em 1em;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: opacity ease-in-out 0.24s, top ease-in-out 0.24s, visibility ease 0s 0.32s;
  color: var(--global--color-primary);
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.account > a > div.user-account:before, .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.account > a > div.user-account:after,
.primary-bar > .primary-bar-container > .bar-wrapper > li.account > a > div.user-account:before,
.primary-bar > .primary-bar-container > .bar-wrapper > li.account > a > div.user-account:after {
  border-style: solid;
  border-width: 0px 8px 8px;
  content: "";
  height: 0px;
  position: absolute;
  right: 10px;
  top: -7px;
  width: 0px;
  opacity: 1;
  z-index: 100000;
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.account > a > div.user-account:before,
.primary-bar > .primary-bar-container > .bar-wrapper > li.account > a > div.user-account:before {
  border-color: transparent transparent rgba(0, 0, 0, 0.16);
  top: -8px;
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.account > a > div.user-account:after,
.primary-bar > .primary-bar-container > .bar-wrapper > li.account > a > div.user-account:after {
  border-color: transparent transparent var(--global--color-light-gray3);
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.account > a > div.user-account .welcome,
.primary-bar > .primary-bar-container > .bar-wrapper > li.account > a > div.user-account .welcome {
  color: var(--global--color-text-gray);
  font-size: 0.9375em;
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.account > a > div > span,
.primary-bar > .primary-bar-container > .bar-wrapper > li.account > a > div > span {
  display: block;
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.account > a:hover > div.user-account,
.primary-bar > .primary-bar-container > .bar-wrapper > li.account > a:hover > div.user-account {
  transition: opacity ease-in-out 0.32s, top ease-in-out 0.32s;
  visibility: visible;
  opacity: 1;
  top: calc(100% + 8px);
}
@media only screen and (max-width: 703px) {
  .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.about a,
  .primary-bar > .primary-bar-container > .bar-wrapper > li.about a {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.875em;
  }
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.memo a, .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.login a,
.primary-bar > .primary-bar-container > .bar-wrapper > li.memo a,
.primary-bar > .primary-bar-container > .bar-wrapper > li.login a {
  opacity: 1;
  border-radius: var(--button--border-radius);
}
@media only screen and (min-width: 704px) {
  .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.memo, .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger.login,
  .primary-bar > .primary-bar-container > .bar-wrapper > li.memo,
  .primary-bar > .primary-bar-container > .bar-wrapper > li.login {
    display: block;
  }
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > button,
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > a,
.primary-bar > .primary-bar-container > .bar-wrapper > li > button,
.primary-bar > .primary-bar-container > .bar-wrapper > li > a {
  text-align: center;
  font-family: var(--primary-nav--font-family-mobile);
  font-size: var(--primary-nav--font-size-mobile);
  font-weight: var(--heading--font-weight);
  border-radius: 8px;
  padding: 0 !important;
  border: none !important;
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > button .mdc-button__label,
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > a .mdc-button__label,
.primary-bar > .primary-bar-container > .bar-wrapper > li > button .mdc-button__label,
.primary-bar > .primary-bar-container > .bar-wrapper > li > a .mdc-button__label {
  flex-direction: column;
  width: 48px;
  height: 48px;
  line-height: 1;
}
@media only screen and (max-width: 703px) {
  .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > button .mdc-button__label > .text,
  .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > a .mdc-button__label > .text,
  .primary-bar > .primary-bar-container > .bar-wrapper > li > button .mdc-button__label > .text,
  .primary-bar > .primary-bar-container > .bar-wrapper > li > a .mdc-button__label > .text {
    display: none;
  }
}
@media only screen and (min-width: 704px) {
  .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > button .mdc-button__label,
  .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > a .mdc-button__label,
  .primary-bar > .primary-bar-container > .bar-wrapper > li > button .mdc-button__label,
  .primary-bar > .primary-bar-container > .bar-wrapper > li > a .mdc-button__label {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > button .mdc-button__label,
  .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > a .mdc-button__label,
  .primary-bar > .primary-bar-container > .bar-wrapper > li > button .mdc-button__label,
  .primary-bar > .primary-bar-container > .bar-wrapper > li > a .mdc-button__label {
    width: 72px;
    height: 72px;
  }
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > button .mdc-button__label i,
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > a .mdc-button__label i,
.primary-bar > .primary-bar-container > .bar-wrapper > li > button .mdc-button__label i,
.primary-bar > .primary-bar-container > .bar-wrapper > li > a .mdc-button__label i {
  font-size: 2em;
  color: var(--global--color-iconblack);
  width: 28px;
  height: 28px;
}
@media only screen and (min-width: 704px) {
  .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > button .mdc-button__label i,
  .primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger > a .mdc-button__label i,
  .primary-bar > .primary-bar-container > .bar-wrapper > li > button .mdc-button__label i,
  .primary-bar > .primary-bar-container > .bar-wrapper > li > a .mdc-button__label i {
    margin-bottom: 0.2em;
  }
}
.primary-bar > .primary-bar-container > .bar-wrapper .toggle-trigger {
  margin: 0;
}
.primary-bar .primary-bar-container > ul > li > a {
  display: block;
  font-family: var(--primary-nav--font-family-mobile);
  font-weight: var(--primary-nav--font-weight);
  text-decoration: none;
  color: var(--global--color-light-gray4);
}
.primary-bar .primary-bar-container > ul > li > a > span.text,
.primary-bar .primary-bar-container > ul > li > a > span.material-symbols-rounded {
  display: block;
  line-height: 44px;
  width: 44px;
}
.primary-bar .primary-bar-container > ul > li > a.mdc-button {
  opacity: 1;
}
.primary-bar .primary-bar-container > ul > li > a.mdc-button > span {
  width: 100%;
}

@media only screen and (max-width: 703px) {
  .site.scrolling-down .primary-bar > .primary-bar-container {
    transform: translate(0, -64px);
  }
}
.menu-filter {
  display: inline-block;
  max-width: 100%;
}
.menu-filter .mmmt-chip-set {
  padding: 0;
}
.menu-filter .mmmt-chip-set .mdc-chip--hide:not(.mdc-chip--visible),
.menu-filter .mmmt-chip-set .mdc-chip-child:not(.mdc-chip--visible) {
  max-width: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: 0 all linear 0.4s, 0.2s transform cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0 all linear 0.4s, 0.2s transform cubic-bezier(0.8, 0, 0.2, 1);
}
.menu-filter .mmmt-chip-set .mdc-chip {
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-right: 8px;
  min-width: 0;
  -webkit-transition: 0.2s transform cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.2s transform cubic-bezier(0.8, 0, 0.2, 1);
}
@media only screen and (max-width: 703px) {
  .menu-filter .mmmt-chip-set .mdc-chip:first-child {
    margin-left: 15px;
  }
  .menu-filter .mmmt-chip-set .mdc-chip:last-child {
    margin-right: 15px;
  }
}
.menu-filter .mmmt-chip-set .mdc-chip.chip-close button {
  padding: var(--button--padding-vertical);
}
.menu-filter .mmmt-chip-set .mdc-chip.chip-close button .mdc-button__icon {
  margin: 0;
}
.menu-filter .mmmt-chip-set .mdc-chip .mdc-button {
  padding: var(--button--padding-vertical) calc(var(--button--padding-vertical) * 2);
}
.menu-filter .mmmt-chip-set .mdc-chip .mdc-tab__ripple {
  border-radius: var(--button--border-radius);
}
.menu-filter .mmmt-chip-set .mdc-chip.mdc-chip--selected > .mdc-tab__content {
  background-color: var(--global--color-mmmtblue);
  color: var(--global--color-background);
}

.sub-menu-contain {
  margin-top: var(--global--spacing-vertical);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sub-menu-contain:not(.selected-on) {
  display: none;
}

.book-star-slider {
  width: 192px;
  padding: 2px;
  margin-right: 8px;
  background-color: var(--global--color-light-gray3);
  border-radius: var(--article--border-radius);
  transition: all ease-in-out 0.125s;
}
.book-star-slider.user-term-star-0 {
  background-color: var(--global--color-light-gray);
}
.book-star-slider .mdc-slider__value-indicator-container {
  visibility: hidden;
}
.book-star-slider .term-star-container.mdc-slider .mdc-slider__track--inactive,
.book-star-slider .term-star-container.mdc-slider .mdc-slider__track--active {
  display: none;
}
.book-star-slider .term-star-container.mdc-slider .mdc-slider__tick-mark--active,
.book-star-slider .term-star-container.mdc-slider .mdc-slider__tick-mark--inactive {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 0;
  height: 0;
  opacity: 1;
}
.book-star-slider .term-star-container.mdc-slider .mdc-slider__tick-mark--active.material-symbols-rounded,
.book-star-slider .term-star-container.mdc-slider .mdc-slider__tick-mark--inactive.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 64;
  color: #DADDDF;
}
.book-star-slider .term-star-container.mdc-slider .mdc-slider__tick-mark--active.material-symbols-rounded.term-star-off,
.book-star-slider .term-star-container.mdc-slider .mdc-slider__tick-mark--inactive.material-symbols-rounded.term-star-off {
  font-size: 8px;
  transform: scale(0.5, 0.5);
}
.book-star-slider .term-star-container.mdc-slider .mdc-slider__tick-mark--active.material-symbols-rounded:not(.term-star-off) {
  color: var(--global--color-mmmtblue);
}
.book-star-slider .term-star-container.mdc-slider .mdc-slider__tick-marks {
  padding: 0;
}
.book-star-slider .term-star-container.mdc-slider .mdc-slider__thumb-knob {
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 24px;
  height: 24px;
}
.book-star-slider .term-star-container.mdc-slider .mdc-slider__input {
  height: 100%;
}

.menu-actions > div {
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}
.menu-actions ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.menu-actions ul li {
  color: var(--global--color-text-gray);
}
@media only screen and (min-width: 832px) {
  .menu-actions ul li.set-selection {
    display: none;
  }
}

.post-tags {
  font-size: var(--global--font-size-xxs);
  line-height: 1;
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .post-tags {
    max-width: var(--responsive--alignwide-width);
    margin-right: auto;
    margin-left: auto;
  }
}
.post-tags .scrollbar {
  margin-bottom: 0 !important;
  flex: 1;
  height: auto !important;
}
.post-tags .section-title {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: calc(0.5 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 1024px) {
  .post-tags .section-title {
    flex: none;
    margin-left: 0;
    margin-right: calc(0.5 * var(--global--spacing-horizontal));
    margin-right: 0;
    padding-top: calc(0.5 * var(--global--spacing-vertical));
  }
}
.post-tags .section-title > button {
  flex: none;
}
.post-tags .section-title > button.add-tag__trigger {
  margin-right: calc(0.5 * var(--global--spacing-horizontal));
}
@media only screen and (max-width: 703px) {
  .post-tags .section-title > button {
    margin-bottom: calc(0.5 * var(--global--spacing-vertical));
  }
  .post-tags .section-title > button.add-tag__trigger {
    margin-right: 100%;
  }
}
@media only screen and (min-width: 704px) {
  .post-tags .section-title > button {
    float: left;
  }
}
.post-tags .section-title .icon-button {
  width: 40px;
  height: 40px;
  padding: 0 !important;
}
.post-tags .tag-edit-activator {
  flex: none;
}
.post-tags .tag-edit-activator i {
  transition: all ease-in-out 0.125s;
}
.post-tags .tag-edit-activator .count {
  margin-left: 4px;
}
.post-tags .tag-selected-wrap {
  position: relative;
  transition: all 0.125s ease-in-out 0s;
  width: max-content;
}
.post-tags .tag-selected-wrap .selected-tag-info {
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 1;
}
.post-tags .tag-selected-wrap .selected-tag-info .count {
  display: block;
  min-width: 8px;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  font-size: 0.875em;
  border-radius: 18px;
  background-color: #DADDDF;
  text-align: center;
  font-weight: var(--global--font-weight-title);
  color: var(--global--color-background);
  transition: all 0.125s ease-in-out 0.2s;
}
.post-tags .tag-add-wrap {
  transition: all 0.125s ease-in-out 0s;
  margin-left: calc(0.5 * var(--global--spacing-vertical));
  display: flex;
  align-items: center;
}
.post-tags .tag-add-wrap .button-wrap:not(:first-child) {
  margin-left: calc(0.25 * var(--global--spacing-horizontal));
}
.post-tags .tag-action-wrap {
  display: flex;
  align-items: center;
  padding-top: calc(0.3 * var(--global--spacing-vertical));
}
.post-tags .section-main {
  padding-bottom: calc(0.25 * var(--global--spacing-vertical));
}
.post-tags .section-main .tag-actions {
  padding-right: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 15px;
}
.post-tags .section-main .tag-actions.no-tag {
  padding-top: calc(0.15 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 832px) {
  .post-tags .section-main .tag-actions {
    padding-left: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .post-tags .section-main .tag-actions {
    padding-left: 0;
  }
}
.post-tags .mmmt-field {
  position: relative;
  margin-bottom: 0 !important;
}
.post-tags .mmmt-field .mdc-text-field {
  height: 42px;
  width: 140px;
  max-width: 320px;
  transition: width ease-in-out 0.125s;
}
.post-tags .mmmt-field .mdc-text-field .mdc-floating-label > span.focus-text {
  display: none;
}
.post-tags .mmmt-field .mdc-text-field .mdc-notched-outline__notch {
  width: 100px;
}
.post-tags .mmmt-field .mdc-text-field + button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-4px, -50%);
  padding: 0 0.95em;
  font-size: var(--global--font-size-xxs);
  height: 80%;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  transition: all ease-in-out 0.48s;
}
.post-tags .mmmt-field .mdc-text-field.mdc-text-field--focused, .post-tags .mmmt-field .mdc-text-field.mdc-text-field--label-floating {
  width: 320px;
}
@media only screen and (max-width: 479px) {
  .post-tags .mmmt-field .mdc-text-field.mdc-text-field--focused, .post-tags .mmmt-field .mdc-text-field.mdc-text-field--label-floating {
    width: calc(100vw - 104px);
  }
}
.post-tags .mmmt-field .mdc-text-field.mdc-text-field--focused .mdc-floating-label > span, .post-tags .mmmt-field .mdc-text-field.mdc-text-field--label-floating .mdc-floating-label > span {
  display: none;
}
.post-tags .mmmt-field .mdc-text-field.mdc-text-field--focused .mdc-floating-label > span.focus-text, .post-tags .mmmt-field .mdc-text-field.mdc-text-field--label-floating .mdc-floating-label > span.focus-text {
  display: block;
}
.post-tags .mmmt-field .mdc-text-field.mdc-text-field--focused #input-only-post-tag, .post-tags .mmmt-field .mdc-text-field.mdc-text-field--label-floating #input-only-post-tag {
  padding-right: 48px;
}
.post-tags .mmmt-field .mdc-text-field:not(.mdc-text-field--focused):not(.mdc-text-field--label-floating) {
  cursor: pointer;
}
.post-tags .mmmt-field .mdc-text-field:not(.mdc-text-field--focused):not(.mdc-text-field--label-floating) input {
  cursor: pointer;
}
.post-tags .mmmt-field .mdc-text-field + button:not(.on) {
  opacity: 0;
  visibility: hidden;
  right: 9px;
}
.post-tags .mmmt-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  -webkit-transform: translate(-28px) scale(0.75);
  transform: translateY(-28px) scale(0.75);
}
.post-tags ul.tag-list {
  display: flex;
  list-style: none;
  max-width: 1920px;
  min-width: auto;
  margin: 0 auto;
  padding: 0 12px;
}
.post-tags ul.tag-list:before, .post-tags ul.tag-list:after {
  flex: none;
  width: 15px;
}
@media only screen and (min-width: 704px) {
  .post-tags ul.tag-list:before, .post-tags ul.tag-list:after {
    width: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .post-tags ul.tag-list:before, .post-tags ul.tag-list:after {
    width: 16px;
  }
}
.post-tags ul.tag-list li {
  background-color: var(--global--color-mmmtsky);
  color: var(--global--color-mmmtblue);
  flex: none;
  padding: 0 1em;
  margin-top: 5px;
  margin-bottom: 5px;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
  transition: border-color ease-in-out 0.125s;
}
.post-tags ul.tag-list li i {
  position: absolute;
  left: -4px;
  top: -4px;
  font-size: 0.6rem;
  color: var(--global--color-text-gray);
}
.post-tags ul.tag-list li:not(:first-child) i {
  display: none;
}
.post-tags ul.tag-list li:after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: var(--global--color-mmmtblue);
  position: absolute;
  top: -2px;
  right: -2px;
  transition: all ease-in-out 0.125s;
}
.post-tags ul.tag-list li:hover, .post-tags ul.tag-list li:focus {
  border-color: var(--global--color-mmmtblue);
}
.post-tags ul.tag-list li:not(:last-child) {
  margin-right: calc(0.5 * var(--global--spacing-horizontal));
}
.post-tags ul.tag-list li[data-meta-color=blue] {
  color: var(--global--color-mmmtblue);
  background-color: var(--global--color-mmmtsky);
}
.post-tags ul.tag-list li[data-meta-color=blue]:hover, .post-tags ul.tag-list li[data-meta-color=blue]:focus {
  border-color: var(--global--color-mmmtblue);
}
.post-tags ul.tag-list li[data-meta-color=pink] {
  color: #B53572;
  background-color: #F9E8F0;
}
.post-tags ul.tag-list li[data-meta-color=pink]:hover, .post-tags ul.tag-list li[data-meta-color=pink]:focus {
  border-color: #B53572;
}
.post-tags ul.tag-list li[data-meta-color=green] {
  color: #196F44;
  background-color: #E2FCEF;
}
.post-tags ul.tag-list li[data-meta-color=green]:hover, .post-tags ul.tag-list li[data-meta-color=green]:focus {
  border-color: #196F44;
}
.post-tags ul.tag-list li[data-meta-color=yellow] {
  color: #846106;
  background-color: #F5FCE2;
}
.post-tags ul.tag-list li[data-meta-color=yellow]:hover, .post-tags ul.tag-list li[data-meta-color=yellow]:focus {
  border-color: #846106;
}
.post-tags ul.tag-list li[data-meta-color=gray] {
  color: #636975;
  background-color: #EFEFEF;
}
.post-tags ul.tag-list li[data-meta-color=gray]:hover, .post-tags ul.tag-list li[data-meta-color=gray]:focus {
  border-color: #636975;
}
.post-tags ul.tag-list li:not(.action-edit):after {
  transform: scale(0, 0);
}
.post-tags.edit-activated .tag-actions {
  margin-right: 0 !important;
}
.post-tags.edit-activated .tag-edit-activator i {
  transition: all ease-in-out 0.125s;
  transform: rotate(-90deg);
}
.post-tags.edit-activated .tag-edit-activator .material-symbols-rounded {
  color: var(--global--color-mmmtblue);
}
@media only screen and (min-width: 1024px) {
  .post-tags.edit-activated ul.tag-list {
    padding: 0;
  }
}
.post-tags:not(.edit-activated) .tag i {
  transform: scale(0, 0);
}
.post-tags:not(.edit-activated) .selected-tag-info .count {
  opacity: 0;
  visibility: hidden;
  margin-top: 4px;
  transition: all 0.125s ease-in-out 0s;
}
.post-tags:not(.edit-activated) .tag-add-wrap {
  width: 0;
  opacity: 0;
  margin-left: 0;
  visibility: hidden;
}
.post-tags:not(.edit-activated) .tag-action-wrap {
  display: none;
}
.post-tags.tag-selected .tag-selected-wrap .selected-tag-info .count {
  background-color: var(--global--color-mmmtblue);
  color: var(--global--color-background);
}
.post-tags.is-action .tag-selected-wrap .selected-tag-info .count {
  transition: all 0.125s ease-in-out 0s;
  transform: translate(0, -3px);
}
.post-tags.is-action.is-empty .tag-selected-wrap .selected-tag-info .count {
  background-color: #b00020 !important;
}
.post-tags.edit-activated .scrollbar {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}
.post-tags.edit-activated .scrollbar:before {
  display: none;
}
.post-tags.edit-activated .scrollbar .scroll-element {
  display: none;
}
.post-tags.edit-activated .tag-actions {
  float: none;
  box-shadow: 0 4px 4px rgba(255, 255, 255, 0.6), 0 8px 8px rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 703px) {
  .post-tags.edit-activated .tag-actions {
    padding-top: calc(0.15 * var(--global--spacing-vertical));
  }
}
.post-tags.edit-activated .tag-actions:after {
  display: none;
}
.post-tags.edit-activated ul.tag-list {
  clear: both;
  display: block;
}
.post-tags.edit-activated ul.tag-list li {
  float: left;
  margin-bottom: calc(0.25 * var(--global--spacing-horizontal));
}
.post-tags.edit-activated ul.tag-list.dragndrop-activated {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.menu-submits ul {
  padding: 0;
  list-style: none;
}
.menu-submits ul li a {
  height: 48px;
}

.page-intro > .entry-footer,
.page-archive > .entry-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border: none !important;
  padding: 0 !important;
}
@media only screen and (min-width: 480px) {
  .page-intro > .entry-footer,
  .page-archive > .entry-footer {
    position: sticky;
  }
}
.page-intro > .entry-footer .menu-submits,
.page-archive > .entry-footer .menu-submits {
  padding-top: 3rem;
  background: rgb(10, 11, 14);
  background: linear-gradient(0deg, rgba(10, 11, 14, 0.7959558824) 0%, rgba(10, 11, 14, 0.6587009804) 33%, rgba(10, 11, 14, 0.3337710084) 66%, rgba(10, 11, 14, 0) 100%);
  transition: all ease-in-out 0.125s;
}
.page-intro > .entry-footer .menu-submits ul li,
.page-archive > .entry-footer .menu-submits ul li {
  width: 50%;
  max-width: 320px;
  margin: 0 auto;
}
.page-intro > .entry-footer .menu-submits ul li.menu-next,
.page-archive > .entry-footer .menu-submits ul li.menu-next {
  position: relative;
  margin-bottom: 10px;
}
.page-intro > .entry-footer .menu-submits ul li.menu-next > a,
.page-archive > .entry-footer .menu-submits ul li.menu-next > a {
  height: 40px;
}
.page-intro > .entry-footer .menu-submits ul li.menu-next > a:not(.activated),
.page-archive > .entry-footer .menu-submits ul li.menu-next > a:not(.activated) {
  cursor: default;
}
.page-intro > .entry-footer .menu-submits ul li.menu-next > a .selected-post-count,
.page-archive > .entry-footer .menu-submits ul li.menu-next > a .selected-post-count {
  font-size: 0.8em;
  position: absolute;
  left: 1em;
  top: 11px;
}
.page-intro > .entry-footer .menu-submits ul li.menu-next > a .selected-post-count:not(.activated),
.page-archive > .entry-footer .menu-submits ul li.menu-next > a .selected-post-count:not(.activated) {
  cursor: default;
}
.page-intro > .entry-footer .menu-submits ul li.menu-skip,
.page-archive > .entry-footer .menu-submits ul li.menu-skip {
  border-radius: var(--button--border-radius) var(--button--border-radius) 0 0;
  background-color: var(--global--color-mmmtpink);
}
@media only screen and (max-width: 591px) {
  .page-intro > .entry-footer .menu-submits ul li.menu-skip,
  .page-archive > .entry-footer .menu-submits ul li.menu-skip {
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 100%;
    border-radius: 32px;
    transition: all ease-in-out 0.125s;
  }
  .page-intro > .entry-footer .menu-submits ul li.menu-skip > a,
  .page-archive > .entry-footer .menu-submits ul li.menu-skip > a {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    height: 48px;
  }
}
.page-intro > .entry-footer .menu-submits ul li.menu-skip > a,
.page-archive > .entry-footer .menu-submits ul li.menu-skip > a {
  color: var(--global--color-mmmtblue);
}
.page-intro > .entry-footer .menu-submits ul li.menu-skip > a .mdc-button__label,
.page-archive > .entry-footer .menu-submits ul li.menu-skip > a .mdc-button__label {
  display: flex;
  align-items: center;
}
.page-intro > .entry-footer .menu-submits ul li.menu-skip > a .mdc-button__label .icon,
.page-archive > .entry-footer .menu-submits ul li.menu-skip > a .mdc-button__label .icon {
  line-height: 0;
  padding-top: 3px;
  margin-right: 4px;
}
.page-intro > .entry-footer .menu-submits ul li.menu-skip > a .mdc-button__label .icon > img,
.page-archive > .entry-footer .menu-submits ul li.menu-skip > a .mdc-button__label .icon > img {
  width: 15px;
  height: 15px;
}
.page-intro > .entry-footer .menu-submits ul li > a,
.page-archive > .entry-footer .menu-submits ul li > a {
  width: 100%;
}
.page-intro > .entry-footer .menu-submits ul li > a .mdc-button__label,
.page-archive > .entry-footer .menu-submits ul li > a .mdc-button__label {
  position: relative;
}
.page-intro > .entry-footer .menu-submits ul li > a .mdc-button__label .mdc-button__icon,
.page-archive > .entry-footer .menu-submits ul li > a .mdc-button__label .mdc-button__icon {
  margin-left: 0;
}
.page-intro > .entry-footer .menu-submits ul li > a .mdc-button__label .mdc-button__icon img,
.page-archive > .entry-footer .menu-submits ul li > a .mdc-button__label .mdc-button__icon img {
  margin-top: 0;
}

body.logged-in .page-intro > .entry-footer .menu-submits,
body.logged-in .page-archive > .entry-footer .menu-submits {
  padding-bottom: 86px;
}
body.logged-in .scrolling-down .page-intro > .entry-footer .menu-submits,
body.logged-in .scrolling-down .page-archive > .entry-footer .menu-submits,
body.logged-in .scrolled-bottom .page-intro > .entry-footer .menu-submits,
body.logged-in .scrolled-bottom .page-archive > .entry-footer .menu-submits {
  padding-bottom: 62px;
}

.page-archive > .entry-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-archive > .entry-footer .menu-submits {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7959558824) 0%, rgba(255, 255, 255, 0.6587009804) 33%, rgba(255, 255, 255, 0.3337710084) 66%, rgba(255, 255, 255, 0) 100%);
}
.page-archive > .entry-footer .menu-submits .menu-list .menu-skip {
  background-color: var(--global--color-mmmtblue);
}
.page-archive > .entry-footer .menu-submits .menu-list .menu-skip a {
  color: var(--global--color-background) !important;
}

.grid {
  min-width: 100%;
}
.grid .grid-item {
  float: left;
}

.grid-sizer {
  width: 0.1px;
}

.gutter-sizer {
  width: 5%;
}

@media only screen and (max-width: 479px) {
  .lock-scrolling .site {
    position: fixed;
    max-width: 100%;
    width: 100%;
  }
}
@keyframes twentytwentyone-close-button-transition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.secondary-bar-container {
  background-color: #EBF1FB;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 64px;
  margin: 0;
}

.fixed-wrap {
  position: fixed;
  z-index: 6;
  width: 100%;
  transition: all ease-in-out 0.25s;
  margin: 0;
}
.fixed-wrap.side-bar-memu-wrap {
  top: 64px;
}
@media only screen and (min-width: 704px) {
  .fixed-wrap.side-bar-memu-wrap {
    top: 80px;
  }
}
.fixed-wrap .align-wrap {
  max-width: var(--responsive--alignfull-width);
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .fixed-wrap .align-wrap {
    max-width: var(--responsive--alignfull-width);
  }
}
.fixed-wrap .align-wrap .aside-wrap {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  height: calc(100vh - 64px - 64px);
  width: 0;
  max-width: 564px;
  background-color: #EBF1FB;
  transition: all ease-in-out 0.125s;
}
@media only screen and (min-width: 704px) {
  .fixed-wrap .align-wrap .aside-wrap {
    width: 64px;
    height: calc(100vh - 80px);
  }
}
.fixed-wrap .align-wrap .aside-wrap .mdc-drawer__aside {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 64px;
  z-index: 6;
  background-color: #EBF1FB;
}
.fixed-wrap .align-wrap .aside-wrap .mdc-drawer__aside ul {
  list-style: none;
  padding: 0;
  margin: 10px;
}
.fixed-wrap .align-wrap .aside-wrap .mdc-drawer__aside ul li {
  margin-bottom: 1em;
}
.fixed-wrap .align-wrap .aside-wrap .mdc-drawer__aside ul li:first-child {
  margin-top: 1.3em;
  margin-bottom: 2.6em;
}

.term-book-menu-drawer--opened .aside-wrap {
  width: calc(100vw - 30px) !important;
}

.scrolling-down .fixed-wrap.side-bar-memu-wrap {
  top: 0;
}
@media only screen and (min-width: 704px) {
  .scrolling-down .fixed-wrap > div .aside-wrap {
    height: 100vh;
  }
}

.mdc-drawer--dismissible[aria-hidden=true] .mdc-drawer__aside {
  display: block !important;
}

#term-book-menu-drawer {
  margin: 0;
  position: absolute;
  left: 64px;
  top: 0;
  height: calc(100vh - 64px);
  width: 88%;
  width: calc(100vw - 30px);
  max-width: 500px;
  background-color: #F6F8FC;
  border-left-width: 0;
  transition: all ease-in-out 0.125s;
}
@media only screen and (max-width: 703px) {
  #term-book-menu-drawer {
    height: calc(100vh - 64px - 64px);
  }
}
@media only screen and (min-width: 704px) {
  #term-book-menu-drawer {
    height: calc(100vh - 80px);
  }
}
#term-book-menu-drawer .mdc-drawer__main {
  padding-top: var(--global--spacing-vertical);
}
#term-book-menu-drawer .mdc-drawer__main .mdc-drawer__header .section-title {
  color: var(--global--color-mmmtgreen);
  line-height: var(--global--line-height-page-title);
}
#term-book-menu-drawer .mdc-drawer__main .mdc-drawer__header p {
  font-size: var(--global--font-size-xxxs);
  color: var(--global--color-text-gray);
}
#term-book-menu-drawer .mdc-drawer__main .mdc-drawer__content > section {
  margin-bottom: var(--global--spacing-vertical);
}
#term-book-menu-drawer .mdc-drawer__main .mdc-drawer__content > section > header {
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}
#term-book-menu-drawer .mdc-drawer__main .mdc-drawer__content > section > header .header-inner {
  margin: 0 16px;
}
#term-book-menu-drawer .mdc-drawer__main .mdc-drawer__content > section > main .post-item {
  background-color: var(--global--color-background);
  border: 1px solid var(--global--color-border);
  border-radius: var(--article--border-radius);
  margin: 16px;
  padding: 16px;
  padding-bottom: 24px;
}
#term-book-menu-drawer .mdc-drawer__main .mdc-drawer__content > section > main .post-item article header {
  margin-bottom: 8px;
  margin-top: 0;
}
#term-book-menu-drawer .mdc-drawer__main .mdc-drawer__content > section > main .post-item article header .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--global--font-size-xxs);
  margin-bottom: 0;
}
#term-book-menu-drawer .mdc-drawer__main .mdc-drawer__content > section > main .post-item article header .entry-meta .entry-label {
  color: var(--global--color-mmmtgreen);
  background-color: var(--global--color-green);
  padding: 0 1em;
  border-radius: 20px;
}
#term-book-menu-drawer .mdc-drawer__main .mdc-drawer__content > section > main .post-item article header .entry-title {
  font-size: var(--global--font-size-base);
}

.scrolling-down #term-book-menu-drawer {
  top: 0;
  height: 100vh;
}

.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
  margin-left: 0;
  margin-right: 0;
}
.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content.right {
  margin-right: 0;
}

.mdc-drawer--dismissible.drawer-modal + .mdc-drawer-scrim {
  background-color: rgba(0, 0, 0, 0.24);
  position: fixed;
}

@media only screen and (max-width: 703px) {
  .mdc-drawer--dismissible + .mdc-drawer-scrim {
    background-color: rgba(0, 0, 0, 0.24);
  }
}
@media only screen and (min-width: 704px) {
  .mdc-drawer--dismissible:not(.drawer-modal) + .mdc-drawer-scrim {
    display: none;
  }
}
.footer-navigation {
  margin-top: calc(2 * var(--global--spacing-vertical));
  margin-bottom: var(--global--spacing-vertical);
  color: var(--footer--color-text);
  font-size: var(--global--font-size-xs);
  font-family: var(--footer--font-family);
}

.footer-navigation-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.footer-navigation-wrapper li {
  display: inline;
  line-height: 3;
}
.footer-navigation-wrapper li a {
  padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
  color: var(--footer--color-link);
}
.footer-navigation-wrapper li a:link, .footer-navigation-wrapper li a:visited, .footer-navigation-wrapper li a:active {
  color: var(--footer--color-link);
}
.footer-navigation-wrapper li a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  color: var(--footer--color-link-hover);
}
.is-dark-theme .footer-navigation-wrapper li a:focus .svg-icon {
  fill: var(--wp--style--color--link, var(--global--color-background));
}
.has-background-white .footer-navigation-wrapper li a:focus .svg-icon {
  fill: var(--wp--style--color--link, var(--global--color-white));
}
.footer-navigation-wrapper li .svg-icon {
  vertical-align: middle;
  fill: var(--footer--color-link);
}
.footer-navigation-wrapper li .svg-icon:hover {
  transform: scale(1.1);
}
@media (prefers-reduced-motion: no-preference) {
  .footer-navigation-wrapper li .svg-icon {
    transition: transform 0.1s ease;
  }
}
.footer-navigation-wrapper .sub-menu-toggle,
.footer-navigation-wrapper .menu-item-description {
  display: none;
}

/* Next/Previous navigation */
.navigation {
  color: var(--global--color-primary);
}
.navigation a {
  color: var(--global--color-primary);
  text-decoration: none;
}
@media (hover: hover) {
  .navigation a:hover {
    color: var(--global--color-primary-hover);
    text-decoration: underline;
    text-decoration-style: dotted;
  }
}
.navigation a:focus {
  color: var(--global--color-secondary);
}
.navigation a:active {
  color: var(--global--color-primary);
}
.navigation .nav-links > * {
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
}
.navigation .nav-links .nav-next a,
.navigation .nav-links .nav-previous a {
  display: flex;
  flex-direction: column;
}
.navigation .nav-links .dots {
  text-align: center;
}
@media only screen and (min-width: 592px) {
  .navigation .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .navigation .nav-links .nav-next,
  .navigation .nav-links .nav-previous {
    flex: 0 1 auto;
    margin-bottom: inherit;
    margin-top: inherit;
    max-width: calc(50% - 0.5 * var(--global--spacing-unit));
  }
  .navigation .nav-links .nav-next {
    text-align: right;
  }
}
.navigation .svg-icon {
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
  position: relative;
}
.navigation .nav-previous .svg-icon,
.navigation .prev .svg-icon {
  top: -2px;
  margin-right: calc(0.25 * var(--global--spacing-unit));
}
.navigation .nav-next .svg-icon,
.navigation .next .svg-icon {
  top: -1px;
  margin-left: calc(0.25 * var(--global--spacing-unit));
}

.post-navigation {
  margin: var(--global--spacing-vertical) auto;
}
@media only screen and (min-width: 832px) {
  .post-navigation {
    margin: var(--global--spacing-vertical) auto;
  }
}
.post-navigation .meta-nav {
  line-height: var(--global--line-height-body);
  color: var(--global--color-primary);
}
.post-navigation .post-title {
  display: inline-block;
  font-family: var(--global--font-primary);
  font-size: var(--global--font-size-lg);
  font-weight: var(--pagination--font-weight-strong);
  line-height: var(--global--line-height-heading);
}
@media only screen and (min-width: 832px) {
  .post-navigation .post-title {
    margin: 5px calc(24px + 0.25 * var(--global--spacing-unit)) 0;
  }
}
@media only screen and (min-width: 480px) {
  .post-navigation .nav-links {
    justify-content: space-between;
  }
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.post-navigation .nav-next:first-child,
.post-navigation .nav-previous:first-child {
  margin-top: 0;
}
.post-navigation .nav-next:last-child,
.post-navigation .nav-previous:last-child {
  margin-bottom: 0;
}

.pagination,
.comments-pagination {
  margin: var(--global--spacing-vertical) auto;
}
@media only screen and (min-width: 832px) {
  .pagination,
  .comments-pagination {
    margin: var(--global--spacing-vertical) auto;
  }
}
.pagination .nav-links,
.comments-pagination .nav-links {
  margin-top: calc(-1 * var(--global--spacing-vertical));
}
@media (hover: hover) {
  .pagination .nav-links a:hover,
  .comments-pagination .nav-links a:hover {
    color: var(--pagination--color-link-hover);
  }
}
.is-dark-theme .pagination .nav-links a:active,
.is-dark-theme .pagination .nav-links a:hover:active,
.is-dark-theme .pagination .nav-links a:hover:focus,
.is-dark-theme .comments-pagination .nav-links a:active,
.is-dark-theme .comments-pagination .nav-links a:hover:active,
.is-dark-theme .comments-pagination .nav-links a:hover:focus {
  color: var(--global--color-background);
}
.has-background-white .pagination .nav-links a:active,
.has-background-white .pagination .nav-links a:hover:active,
.has-background-white .pagination .nav-links a:hover:focus,
.has-background-white .comments-pagination .nav-links a:active,
.has-background-white .comments-pagination .nav-links a:hover:active,
.has-background-white .comments-pagination .nav-links a:hover:focus {
  color: var(--global--color-white);
}
.pagination .nav-links > *,
.comments-pagination .nav-links > * {
  color: var(--pagination--color-text);
  font-family: var(--pagination--font-family);
  font-size: var(--pagination--font-size);
  font-weight: var(--pagination--font-weight);
  margin-top: var(--global--spacing-vertical);
  margin-left: calc(0.66 * var(--global--spacing-unit));
  margin-right: calc(0.66 * var(--global--spacing-unit));
  text-align: center;
}
.pagination .nav-links > *:not(.dots):not(.next):not(.prev),
.comments-pagination .nav-links > *:not(.dots):not(.next):not(.prev) {
  background-color: var(--global--color-light-gray3);
  border-radius: var(--article--border-radius);
}
.pagination .nav-links > *.current,
.comments-pagination .nav-links > *.current {
  background-color: var(--global--color-mmmtblack) !important;
  color: var(--global--color-background) !important;
}
@media (hover: hover) {
  .pagination .nav-links > *:not(.dots):not(.current):not(.next):not(.prev):hover,
  .comments-pagination .nav-links > *:not(.dots):not(.current):not(.next):not(.prev):hover {
    background-color: var(--global--color-light-gray);
  }
}
.pagination .nav-links > *:first-child,
.comments-pagination .nav-links > *:first-child {
  margin-left: 0;
}
.pagination .nav-links > *:last-child,
.comments-pagination .nav-links > *:last-child {
  margin-right: 0;
}
.pagination .nav-links > *.next,
.comments-pagination .nav-links > *.next {
  color: var(--global--color-text-gray);
}
.pagination .nav-links > *.prev,
.comments-pagination .nav-links > *.prev {
  color: var(--global--color-text-gray);
}
@media only screen and (max-width: 831px) {
  .pagination .nav-links,
  .comments-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
  }
  .pagination .page-numbers,
  .comments-pagination .page-numbers {
    display: none;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next,
  .comments-pagination .page-numbers.prev,
  .comments-pagination .page-numbers.next {
    display: inline-block;
    flex: 0 1 auto;
  }
}
@media only screen and (max-width: 479px) {
  .pagination .nav-short,
  .comments-pagination .nav-short {
    display: none;
  }
}

.comments-pagination {
  padding-top: calc(0.66 * var(--global--spacing-vertical));
  margin: calc(3 * var(--global--spacing-vertical)) auto;
}
@media only screen and (min-width: 832px) {
  .comments-pagination {
    margin: calc(3 * var(--global--spacing-vertical)) auto calc(4 * var(--global--spacing-vertical)) auto;
  }
}
.comments-pagination .nav-links > * {
  font-size: var(--global--font-size-md);
}

.widget-area {
  margin-top: calc(6 * var(--global--spacing-vertical));
  padding-bottom: calc(var(--global--spacing-vertical) / 3);
  color: var(--footer--color-text);
  font-size: var(--footer--font-size);
  font-family: var(--footer--font-family);
}
@media only screen and (min-width: 704px) {
  .widget-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: calc(2 * var(--global--spacing-horizontal));
  }
}
@media only screen and (min-width: 1024px) {
  .widget-area {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 479px) {
  .widget-area {
    margin-top: calc(3 * var(--global--spacing-vertical));
  }
}
.widget-area .wp-block-social-links.alignright {
  margin-top: var(--global--spacing-vertical);
  justify-content: flex-end;
}
.widget-area .wp-block-social-links.alignleft {
  margin-top: var(--global--spacing-vertical);
}
.widget-area:after {
  content: "";
  display: table;
  clear: both;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  font-weight: var(--widget--font-weight-title);
  line-height: var(--widget--line-height-title);
}
.widget h1 {
  font-size: var(--global--font-size-md);
}
.widget h2 {
  font-size: var(--global--font-size-sm);
}
.widget h3 {
  font-size: var(--global--font-size-xs);
}
.widget h4 {
  font-size: var(--global--font-size-xs);
}
.widget h5 {
  font-size: var(--global--font-size-xs);
}
.widget h6 {
  font-size: var(--global--font-size-xs);
}
.widget ul {
  list-style-type: none;
  padding: 0;
}
.widget ul li {
  line-height: var(--widget--line-height-list);
}
.widget ul.sub-menu, .widget ul.children {
  margin-left: var(--widget--spacing-menu);
}
.widget ul .sub-menu-toggle {
  display: none;
}
.widget a {
  color: var(--footer--color-link);
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
}
.widget a:link, .widget a:visited, .widget a:active {
  color: var(--footer--color-link);
}
.widget a:hover {
  color: var(--footer--color-link-hover);
  text-decoration-style: dotted;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: var(--responsive--aligndefault-width);
}
.search-form > label {
  width: 100%;
  margin-bottom: 0;
  font-weight: var(--form--label-weight);
}
.search-form .search-field {
  flex-grow: 1;
  max-width: inherit;
  margin-top: calc(var(--global--spacing-vertical) / 3);
  margin-right: calc(0.66 * var(--global--spacing-horizontal));
}
.search-form .search-submit {
  margin-top: calc(var(--global--spacing-vertical) / 3);
  margin-left: 10px;
}

.widget_search > .search-form .search-field {
  margin-right: calc(-1 * var(--button--border-width));
  -webkit-appearance: none;
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}
.widget_search > .search-form .search-submit {
  margin-left: 0;
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}

.widget_rss a.rsswidget .rss-widget-icon {
  display: none;
}

/* Category 07 is for any utility classes that are not assigned to a specific component. */
.screen-reader-text {
  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 !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  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. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.has-black-color[class] {
  color: var(--global--color-black);
}
.has-black-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-black, #000000);
  color: var(--local--color-primary);
}

.has-gray-color[class] {
  color: var(--global--color-gray);
}
.has-gray-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-gray, #000000);
  color: var(--local--color-primary);
}

.has-dark-gray-color[class] {
  color: var(--global--color-dark-gray);
}
.has-dark-gray-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-dark-gray, #000000);
  color: var(--local--color-primary);
}

.has-green-color[class] {
  color: var(--global--color-green);
}
.has-green-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-green, #FFFFFF);
  color: var(--local--color-primary);
}

.has-blue-color[class] {
  color: var(--global--color-blue);
}
.has-blue-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-blue, #FFFFFF);
  color: var(--local--color-primary);
}

.has-purple-color[class] {
  color: var(--global--color-purple);
}
.has-purple-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-purple, #FFFFFF);
  color: var(--local--color-primary);
}

.has-red-color[class] {
  color: var(--global--color-red);
}
.has-red-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-red, #FFFFFF);
  color: var(--local--color-primary);
}

.has-orange-color[class] {
  color: var(--global--color-orange);
}
.has-orange-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-orange, #FFFFFF);
  color: var(--local--color-primary);
}

.has-yellow-color[class] {
  color: var(--global--color-yellow);
}
.has-yellow-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-yellow, #FFFFFF);
  color: var(--local--color-primary);
}

.has-white-color[class] {
  color: var(--global--color-white);
}
.has-white-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-white, #FFFFFF);
  color: var(--local--color-primary);
}

.has-background a,
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
  color: currentColor;
}

.has-black-background-color[class] {
  background-color: var(--global--color-black);
}
.has-black-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-black, #000000);
  background-color: var(--local--color-background);
}

.has-dark-gray-background-color[class] {
  background-color: var(--global--color-dark-gray);
}
.has-dark-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-dark-gray, #000000);
  background-color: var(--local--color-background);
}

.has-gray-background-color[class] {
  background-color: var(--global--color-gray);
}
.has-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-gray, #000000);
  background-color: var(--local--color-background);
}

.has-light-gray-background-color[class] {
  background-color: var(--global--color-light-gray);
}
.has-light-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-light-gray, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-green-background-color[class] {
  background-color: var(--global--color-green);
}
.has-green-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-green, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-blue-background-color[class] {
  background-color: var(--global--color-blue);
}
.has-blue-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-blue, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-purple-background-color[class] {
  background-color: var(--global--color-purple);
}
.has-purple-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-purple, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-red-background-color[class] {
  background-color: var(--global--color-red);
}
.has-red-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-red, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-orange-background-color[class] {
  background-color: var(--global--color-orange);
}
.has-orange-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-orange, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-yellow-background-color[class] {
  background-color: var(--global--color-yellow);
}
.has-yellow-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-yellow, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-white-background-color[class] {
  background-color: var(--global--color-white);
}
.has-white-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-white, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-background:not(.has-text-color).has-black-background-color[class], .has-background:not(.has-text-color).has-gray-background-color[class], .has-background:not(.has-text-color).has-dark-gray-background-color[class] {
  color: var(--global--color-white);
}
.has-background:not(.has-text-color).has-black-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-gray-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-dark-gray-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-background, #FFFFFF);
  color: var(--local--color-primary, var(--global--color-primary));
}
.is-dark-theme .has-background:not(.has-text-color).has-black-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-gray-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-dark-gray-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-primary, #000000);
}
.has-background:not(.has-text-color).has-green-background-color[class], .has-background:not(.has-text-color).has-blue-background-color[class], .has-background:not(.has-text-color).has-purple-background-color[class], .has-background:not(.has-text-color).has-red-background-color[class], .has-background:not(.has-text-color).has-orange-background-color[class], .has-background:not(.has-text-color).has-yellow-background-color[class], .has-background:not(.has-text-color).has-white-background-color[class] {
  color: var(--global--color-dark-gray);
}
.has-background:not(.has-text-color).has-green-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-blue-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-purple-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-red-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-orange-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-yellow-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-white-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-primary, #000000);
  color: var(--local--color-primary, var(--global--color-primary));
}
.is-dark-theme .has-background:not(.has-text-color).has-green-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-blue-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-purple-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-red-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-orange-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-yellow-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-white-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-background, #FFFFFF);
}

.has-purple-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-purple), var(--global--color-yellow));
}

.has-yellow-to-purple-gradient-background {
  background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-purple));
}

.has-green-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-green), var(--global--color-yellow));
}

.has-yellow-to-green-gradient-background {
  background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-green));
}

.has-red-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-red), var(--global--color-yellow));
}

.has-yellow-to-red-gradient-background {
  background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-red));
}

.has-purple-to-red-gradient-background {
  background: linear-gradient(160deg, var(--global--color-purple), var(--global--color-red));
}

.has-red-to-purple-gradient-background {
  background: linear-gradient(160deg, var(--global--color-red), var(--global--color-purple));
}

header *,
main *:not(img),
footer * {
  max-width: var(--global--spacing-measure);
}

html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer {
  max-width: none;
}

.is-IE.is-dark-theme {
  color: #fff;
}
.is-IE.is-dark-theme *,
.is-IE.is-dark-theme a,
.is-IE.is-dark-theme .site-description,
.is-IE.is-dark-theme .entry-title,
.is-IE.is-dark-theme .entry-footer,
.is-IE.is-dark-theme .widget-area,
.is-IE.is-dark-theme .post-navigation .meta-nav,
.is-IE.is-dark-theme .footer-navigation-wrapper li a:link,
.is-IE.is-dark-theme .site-footer > .site-info,
.is-IE.is-dark-theme .site-footer > .site-info a,
.is-IE.is-dark-theme .site-footer > .site-info a:visited {
  color: #fff;
}
.is-IE.is-dark-theme .sub-menu-toggle svg,
.is-IE.is-dark-theme .sub-menu-toggle path,
.is-IE.is-dark-theme .post-navigation .meta-nav svg,
.is-IE.is-dark-theme .post-navigation .meta-nav path {
  fill: #fff;
}
.is-IE.is-dark-theme .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
  background: #000;
}
@media only screen and (max-width: 479px) {
  .is-IE.is-dark-theme.primary-navigation-open .primary-navigation > .primary-menu-container,
  .is-IE.is-dark-theme.primary-navigation-open .menu-button-container {
    background-color: #000;
  }
}
.is-IE.is-dark-theme .skip-link:focus {
  color: #21759b;
}
.is-IE .navigation .nav-links {
  display: block;
}
.is-IE .post-thumbnail .wp-post-image {
  min-width: auto;
}

@media only screen and (min-width: 1024px) {
  .site-content,
  .site-footer {
    margin-left: 88px;
    padding-left: calc(var(--global--spacing-horizontal) * 2);
    padding-right: calc(var(--global--spacing-horizontal) * 2);
  }
}
@media only screen and (min-width: 1280px) {
  .site-content,
  .site-footer {
    padding-left: calc(var(--global--spacing-horizontal) * 3);
    padding-right: calc(var(--global--spacing-horizontal) * 3);
  }
}

@media only screen and (min-width: 1024px) {
  .scrolling-over {
    margin: 0 calc(var(--global--spacing-horizontal) * -2);
  }
}
@media only screen and (min-width: 1280px) {
  .scrolling-over {
    margin: 0 calc(var(--global--spacing-horizontal) * -3);
  }
}
@media only screen and (min-width: calc(1920px + 88px + 72px + 72px)) {
  .scrolling-over {
    margin: 0;
  }
}

@media only screen and (min-width: calc(1920px + 88px + 72px + 72px)) {
  .alignwide {
    margin-left: 0;
  }
}

@media only screen and (min-width: 832px) {
  .button-wrap .count {
    top: 6px;
  }
}
.image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 703px) {
  .post-form__main {
    margin-top: 56px !important;
  }
}

.post-form__actions {
  background-color: var(--global--color-mmmtgray);
}

.post-feature-image-preview {
  background-color: var(--global--color-mmmtgray);
  min-height: 8px;
  position: relative;
}
@media only screen and (min-width: 704px) {
  .post-feature-image-preview {
    min-height: 48px;
  }
}
.post-feature-image-preview ul {
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 0;
  box-sizing: content-box;
  list-style: none;
  transition: all 0.125s ease-in-out;
}
.post-feature-image-preview ul div {
  display: flex;
  flex-direction: column-reverse;
}
.post-feature-image-preview ul div a {
  line-height: 1;
  color: var(--global--color-text-gray);
  width: 100%;
  text-align: center;
}
.post-feature-image-preview ul div a.image-wrap {
  background-color: rgba(0, 0, 0, 0.1);
}
.post-feature-image-preview ul div a.remove-post-feature-image {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 703px) {
  .post-feature-image-preview ul div a.remove-post-feature-image {
    position: absolute;
    top: 4px;
    left: 4px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 24px;
  }
}
.post-feature-image-preview ul div a img {
  width: 100%;
  max-width: 100% !important;
  transition: all 0.24s ease-in-out;
  object-fit: cover;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 703px) {
  .post-feature-image-preview ul div a img {
    border: none;
  }
}
.post-feature-image-preview ul div a:not(.view-max) img {
  max-height: 56px;
}
@media only screen and (min-width: 704px) {
  .post-feature-image-preview ul div a:not(.view-max) img {
    max-height: 380px;
  }
}
.post-feature-image-preview.reader-on .image-wrap {
  min-height: 56px;
}

.action-selects {
  margin-bottom: calc(env(safe-area-inset-bottom)) !important;
}
.action-selects > .mmmt-list {
  background-color: var(--global--color-background);
}

.action-panels {
  padding: 0;
}
@media only screen and (max-width: 703px) {
  .action-panels {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
  }
}
.action-panels .side-item {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(100%, 0);
  z-index: 2;
  min-width: 0;
  background-color: var(--global--color-mmmtgray);
  transition-property: transform opacity;
  transition-duration: 0.125s;
  transition-timing-function: ease-in-out;
}
.action-panels .side-item.toggled-on {
  transform: translate(0, 0);
}
@media only screen and (min-width: 704px) {
  .action-panels .side-item {
    position: absolute;
  }
}
.action-panels .side-item .panel-contain {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 48px;
}
.action-panels .side-item .panel-contain .panel-header {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: var(--global--color-mmmtgray);
  border-bottom: 1px solid var(--global--color-border);
}
.action-panels .side-item .panel-contain .panel-header .panel-back,
.action-panels .side-item .panel-contain .panel-header .panel-menu {
  min-width: 48px;
  height: 48px;
  flex: none;
  display: flex;
}
.action-panels .side-item .panel-contain .panel-header .panel-back > *,
.action-panels .side-item .panel-contain .panel-header .panel-menu > * {
  width: 100%;
  font-size: 0.875em;
}
.action-panels .side-item .panel-contain .panel-header .panel-title > * {
  font-size: 0.875em;
  margin: 0;
}
.action-panels .side-item .panel-contain .panel-content {
  flex: 1;
  overflow: auto;
}
.action-panels .side-item .panel-contain .panel-content .wrap > * {
  margin: var(--global--spacing-unit);
}
.action-panels .side-item .panel-contain .panel-content .search-section:not(:last-child) {
  margin-bottom: 2em;
}
.action-panels .side-item .panel-contain .panel-content .search-section ul {
  padding-top: 0;
  padding-bottom: 0;
}
.action-panels .side-item .panel-contain .panel-content .search-section ul.search-term-list {
  margin-bottom: 8px;
}
.action-panels .side-item .panel-contain .panel-content .search-section ul + ul {
  margin-top: 16px;
}
.action-panels .side-item .panel-contain .panel-footer {
  background-color: var(--global--color-background);
  border-top: 1px solid var(--global--color-border);
  box-shadow: 0 -2px 12px -4px rgba(0, 0, 0, 0.08);
  max-height: 33.33vh;
  overflow: auto;
}
@media only screen and (max-width: 703px) {
  .action-panels .side-item .panel-contain .panel-footer {
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.action-panels .side-item .panel-contain .panel-footer > * {
  margin: var(--global--spacing-unit);
}
.action-panels .side-item .panel-contain .panel-footer .term-showcase {
  margin: 0;
  border: 1px solid var(--global--color-border);
  border-radius: 8px;
}

.style-icon.material-symbols-rounded:before {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-size: 22px;
  color: var(--global--color-iconblack);
}

.toggle-checkbox .label .changed {
  display: none;
}
.toggle-checkbox .mdc-checkbox--selected + .label .default {
  display: none;
}
.toggle-checkbox .mdc-checkbox--selected + .label .changed {
  display: block;
}

.post-private__button .style-icon:before {
  content: "lock_open";
}
.post-private__button.mdc-checkbox--selected .style-icon:before {
  content: "lock";
  color: var(--global--color-mmmtblue);
}

[data-cover] {
  display: none;
}

#pwaforwp-add-to-home-click {
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.device-guide:not(.etc) {
  display: none;
}

body.pwaforwp-iPhone .device-guide:not(.ios),
body.pwaforwp-iPad .device-guide:not(.ios) {
  display: none;
}
body.pwaforwp-iPhone .device-guide.ios,
body.pwaforwp-iPad .device-guide.ios {
  display: block;
}

.mmmt-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  color: var(--global--color-textblack);
}
.mmmt-drawer .drawer-scrim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color ease-in-out 0.25s, height ease-in-out 0s 0s;
}
.mmmt-drawer .drawer-position {
  position: absolute;
  left: 0;
  right: 0;
}
.mmmt-drawer .drawer-position.bottom {
  bottom: 0;
}
.mmmt-drawer .drawer-wrap {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.mmmt-drawer .drawer-main {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  background-color: var(--global--color-light-gray5);
  border-radius: 16px 16px 0 0;
  text-align: center;
  box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.5), 4px 0 16px -8px rgba(0, 0, 0, 0.5), -4px 0 16px -8px rgba(0, 0, 0, 0.5), 0 -4px 16px -8px rgba(0, 0, 0, 0.5), 0 0 16px -8px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.25s;
}
.mmmt-drawer .drawer-main .drawer-header .drawer-action {
  display: flex;
  justify-content: right;
}
.mmmt-drawer .drawer-main .drawer-header .drawer-action .mmmt-drawer-closer {
  margin: 2px;
}
.mmmt-drawer .drawer-main .drawer-header .drawer-action .mmmt-drawer-closer i {
  background-color: rgba(0, 0, 0, 0.33);
  border-radius: 50%;
  padding: 1px;
  font-size: 1.25em;
  color: var(--global--color-light-gray5);
}
.mmmt-drawer .drawer-main .drawer-header .drawer-title {
  font-size: var(--global--font-size-xs);
  margin-bottom: 1.5em;
}
.mmmt-drawer .drawer-main .drawer-footer {
  padding: 1.5em 0;
}
@media only screen and (min-width: 704px) {
  .mmmt-drawer .drawer-main {
    position: fixed;
    max-width: 480px;
    bottom: auto;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    border-radius: 16px;
  }
}
.mmmt-drawer:not(.toggled-on) {
  height: 0;
  visibility: hidden;
  transition: visibility ease-in-out 0s 0.5s, height ease-in-out 0s 0.5s;
}
.mmmt-drawer:not(.toggled-on) .drawer-main {
  opacity: 0;
  overflow: hidden;
  bottom: -16px;
}
@media only screen and (min-width: 704px) {
  .mmmt-drawer:not(.toggled-on) .drawer-main {
    bottom: auto;
    transform: translate(-50%, -50%) scale(0.75, 0.75);
  }
}
.mmmt-drawer:not(.toggled-on) .drawer-scrim {
  height: 0;
  background-color: transparent;
  transition: background-color ease-in-out 0.25s, height ease-in-out 0s 0.25s;
}
.mmmt-drawer#pwa-guide .drawer-main {
  background-color: var(--global--color-mmmtblack);
  color: var(--global--color-white);
}
.mmmt-drawer#pwa-guide .drawer-header .drawer-action .mmmt-drawer-closer i {
  background-color: rgba(255, 255, 255, 0.33);
  color: var(--global--color-mmmtblack);
}
.mmmt-drawer#pwa-guide .app-icon {
  margin-bottom: 1.8em;
}
.mmmt-drawer#pwa-guide .app-icon img {
  width: 25%;
  min-width: 40px;
  max-width: 80px;
  cursor: pointer;
  transition: all ease-in-out 0.125s;
}
.mmmt-drawer#pwa-guide .app-icon img:hover {
  transform: scale(1.05, 1.05);
}
.mmmt-drawer#pwa-guide p {
  line-height: 2;
}
.mmmt-drawer#pwa-guide p img {
  height: 20px;
  width: auto;
}
.mmmt-drawer#pwa-guide p img.share {
  margin-top: -5px;
}
.mmmt-drawer#pwa-guide p img.plus {
  margin-top: -3px;
}
.mmmt-drawer#pwa-guide p .add {
  color: #007EFF;
}
.mmmt-drawer#pwa-guide p .tip {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mmmt-drawer#pwa-guide p .tip i {
  margin-right: 0.2em;
}
.mmmt-drawer#pwa-guide .add-to-home-button {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}

body.slug-intro .mmmt-drawer .drawer-scrim {
  background-color: rgba(255, 255, 255, 0.25);
}

.layout-area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
}
.layout-area .layout-section,
.layout-area .layout-block,
.layout-area .layout-part {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
}
@media only screen and (max-width: 479px) {
  .layout-area .layout-section,
  .layout-area .layout-block,
  .layout-area .layout-part {
    flex: none;
  }
}
.layout-area .layout-box {
  height: 100%;
  min-width: 288px;
}
@media only screen and (min-width: 704px) {
  .layout-area {
    gap: 2em;
  }
  .layout-area .layout-section,
  .layout-area .layout-block,
  .layout-area .layout-part {
    gap: 2em;
  }
}
@media only screen and (min-width: 1280px) {
  .layout-area {
    gap: 3em;
  }
  .layout-area .layout-section,
  .layout-area .layout-block,
  .layout-area .layout-part {
    gap: 3em;
  }
}
@media only screen and (min-width: calc(1920px + 88px + 72px + 72px)) {
  .layout-area {
    gap: 4em;
  }
  .layout-area .layout-section,
  .layout-area .layout-block,
  .layout-area .layout-part {
    gap: 4em;
  }
}
.layout-area.term-report {
  margin: 1em;
}
.layout-area.term-report .layout-section .list {
  min-height: 128px;
  max-height: 682px;
  overflow-y: auto;
}
.layout-area.term-report .layout-section .block-1 {
  flex: 1.33;
}
.layout-area.term-report .layout-section.section-2 .list {
  height: 100%;
  max-height: 30dvh;
  overflow-y: auto;
}
@media only screen and (max-width: 1279px) {
  .layout-area.term-report .layout-section.section-2 .block-3 {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .layout-area.term-report .section-1 .block-3 {
    flex: none;
  }
}
@media only screen and (min-width: 704px) {
  .layout-area.term-report .section-1,
  .layout-area.term-report .section-2 {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .layout-area.term-badge .layout-section {
    flex-direction: row;
  }
}
.layout-area.term-news {
  max-width: 640px;
  margin: 0 auto;
  padding: 1em 0;
  gap: 1em;
}
.layout-area.term-news .post-news {
  padding: 0 1em;
}

.aside {
  background-color: var(--global--color-background);
  display: flex;
  flex-direction: column;
}
.aside .aside-header {
  padding: 1rem;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--global--font-size-xxs);
  font-weight: var(--global--font-weight);
  color: var(--global--color-text-gray);
}
.aside .aside-header .aside-title {
  font-size: var(--global--font-size-xxs);
  font-weight: var(--global--font-weight);
  margin: 0;
}
.aside .aside-header .aside-action {
  font-size: 0.875em;
}
.aside .aside-content {
  flex: 1;
  margin: 1em 0;
  position: relative;
}
.aside.type-card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.125);
}

ul.list {
  padding: 0 1em;
  list-style: none;
}
ul.list .list-item {
  display: flex;
  align-items: center;
  font-size: var(--global--font-size-xxs);
  min-height: 52px;
}
ul.list .list-item:not(:first-child) {
  border-top: 2px dotted rgba(0, 0, 0, 0.125);
}
ul.list .list-item .list-icon {
  width: 32px;
  height: 32px;
  font-size: 2em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
ul.list .list-item .list-icon img {
  width: 100%;
  height: 100%;
  border-radius: var(--button--border-radius);
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
ul.list .list-item .list-icon img.user-cover {
  border-radius: 32px;
}
ul.list .list-item .list-main {
  padding: 0.5em 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
ul.list .list-item .list-main .list-text {
  color: var(--global--color-text-gray);
  font-size: 0.8125em;
}
ul.list .list-item .list-meta {
  display: flex;
  align-items: center;
}
ul.list .list-item .list-meta > *:not(:first-child) {
  margin-left: 1em;
}
ul.list .list-item .list-meta .count {
  color: var(--global--color-blue-gray);
  font-size: 0.8125em;
}
ul.list .list-item .list-meta .ratio {
  color: var(--global--color-mmmtblue);
}
ul.list.list-label {
  max-width: 320px;
  max-height: 320px !important;
  overflow-y: auto;
}
ul.list.list-label .list-item {
  min-height: 0;
  color: #626976;
  border: none;
}
ul.list.list-label .list-item .list-icon {
  margin-right: 16px;
}
ul.list.list-badge {
  display: flex;
}
ul.list.list-badge .list-item {
  flex: 1;
  flex-direction: column;
  border: none;
  color: var(--global--color-text-gray);
}
ul.list.list-badge .list-item .list-icon {
  margin: 0;
  width: 80px;
  height: 80px;
  margin: -8px;
}
ul.list.list-badge .list-item .list-icon img {
  border: none;
}
ul.list.list-badge .list-item .list-main {
  padding: 0;
}
ul.list.list-book {
  display: flex;
  justify-content: space-between;
}
ul.list.list-book .list-item {
  border: none;
}
ul.list.list-book .list-item .mdc-card {
  width: 60px;
  margin: 0 2px;
}

.chart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.chart > * {
  width: 100%;
}
.chart .canvas-wrap {
  position: relative;
}

.board-contents-chart .canvas-wrap {
  min-width: 208px;
  min-height: 208px;
  max-width: 256px;
  max-height: 256px;
  margin: 0 auto;
}
.board-contents-chart .canvas-wrap .chart-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}
.board-contents-chart .chart-point {
  text-align: center;
  font-size: var(--global--font-size-sm);
  padding: 0 1em;
  margin: 1.5em 0 1em;
}

.board-active-bar-chart {
  height: 100%;
  min-height: 154px;
}
.board-active-bar-chart .canvas-wrap {
  flex: 1;
  width: 85%;
  min-width: 256px;
  max-width: 512px;
  margin: 0 auto;
  height: 100%;
  max-height: 208px;
}

.label-toggle .toggled {
  display: none;
}
.label-toggle.toggled .default {
  display: none;
}
.label-toggle.toggled .toggled {
  display: inline;
}

.editable {
  border: none;
  outline: none;
}

/* article */
article.type-post {
  position: relative;
  transition: all 0.25s cubic-bezier(0.85, 0, 0.15, 1);
}
article.type-post > .wrap {
  background-color: var(--global--color-background);
  border: 1px solid var(--global--color-border);
  border-radius: var(--article--border-radius);
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.25);
  transition: all 0.25s cubic-bezier(0.85, 0, 0.15, 1);
}
article.type-post .avatar {
  width: 40px !important;
  height: 40px !important;
  border-radius: 24px;
  overflow: hidden;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 704px) {
  article.type-post .avatar {
    width: 48px;
    height: 48px;
  }
}
article.type-post .author-name {
  display: flex;
  flex-direction: column;
}
article.type-post .posted-on {
  font-size: 0.6875em;
  color: var(--global--color-text-gray);
  margin-right: 0;
  position: relative;
}
article.type-post .posted-on:hover .date-short {
  display: none;
}
article.type-post .posted-on:not(:hover) .entry-date,
article.type-post .posted-on:not(:hover) .date-long {
  display: none;
}
article.type-post .posted-on .entry-date {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
}
article.type-post .posted-on .material-symbols-rounded {
  font-size: 1rem;
  vertical-align: middle;
}
article.type-post .entry-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: all 0.25s cubic-bezier(0.85, 0, 0.15, 1);
}
article.type-post .entry-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
article.type-post .entry-status > .button-wrap button {
  font-size: 0.92em;
}
article.type-post .entry-submit {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4px;
  transition: all 0.25s cubic-bezier(0.85, 0, 0.15, 1);
}
article.type-post .entry-submit button {
  font-size: 0.8125em;
}
article.type-post .entry-header,
article.type-post .entry-content,
article.type-post .entry-more,
article.type-post .entry-footer {
  margin: 16px;
  transition: all 0.25s cubic-bezier(0.85, 0, 0.15, 1);
}
article.type-post .entry-header {
  font-size: 0.875em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
article.type-post .entry-header > * {
  margin-top: 0;
  margin-bottom: 0;
}
article.type-post .entry-status > .action-menu-container > .action-menu-list,
article.type-post .entry-editor > .action-menu-container > .action-menu-list {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
}
article.type-post .entry-status > .action-menu-container > .action-menu-list .menu-item,
article.type-post .entry-editor > .action-menu-container > .action-menu-list .menu-item {
  height: auto;
}
article.type-post .entry-status > .action-menu-container > .action-menu-list .menu-item.action-sticky > .mdc-deprecated-list-item__graphic,
article.type-post .entry-status > .action-menu-container > .action-menu-list .menu-item.action-sticky .mdc-checkbox,
article.type-post .entry-editor > .action-menu-container > .action-menu-list .menu-item.action-sticky > .mdc-deprecated-list-item__graphic,
article.type-post .entry-editor > .action-menu-container > .action-menu-list .menu-item.action-sticky .mdc-checkbox {
  display: none;
}
article.type-post .entry-status > .action-menu-container > .action-menu-list .menu-item.action-sticky > .mdc-deprecated-list-item__text,
article.type-post .entry-editor > .action-menu-container > .action-menu-list .menu-item.action-sticky > .mdc-deprecated-list-item__text {
  margin: 0 8px;
}
article.type-post .entry-status > .action-menu-container > .action-menu-list .menu-item.action-sticky > .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text,
article.type-post .entry-editor > .action-menu-container > .action-menu-list .menu-item.action-sticky > .mdc-deprecated-list-item__text .mdc-deprecated-list-item__primary-text {
  font-size: 0.75rem;
}
article.type-post .entry-status > .action-menu-container > .action-menu-list .menu-item .material-symbols-rounded,
article.type-post .entry-editor > .action-menu-container > .action-menu-list .menu-item .material-symbols-rounded {
  font-size: 20px;
}
article.type-post .entry-status > .action-menu-container > .action-menu-list > li:not(.mmmt-toggle):not(.action-edit):not([aria-checked=true]),
article.type-post .entry-editor > .action-menu-container > .action-menu-list > li:not(.mmmt-toggle):not(.action-edit):not([aria-checked=true]) {
  display: none;
}
article.type-post .entry-status > .action-menu-container > .action-menu-list .mdc-form-field .label,
article.type-post .entry-editor > .action-menu-container > .action-menu-list .mdc-form-field .label {
  font-size: 0.75rem;
  margin-right: 0.8em;
}
article.type-post .entry-status > .action-menu-container > .action-menu-list .mdc-form-field .mdc-checkbox--selected,
article.type-post .entry-editor > .action-menu-container > .action-menu-list .mdc-form-field .mdc-checkbox--selected {
  color: var(--global--color-mmmtblue);
}
article.type-post .entry-status > .action-menu-container > .action-menu-list .mdc-form-field .mdc-checkbox--selected + .label,
article.type-post .entry-editor > .action-menu-container > .action-menu-list .mdc-form-field .mdc-checkbox--selected + .label {
  color: var(--global--color-mmmtblue);
}
article.type-post .entry-status > .action-menu-container .toggle-scrim,
article.type-post .entry-editor > .action-menu-container .toggle-scrim {
  background-color: transparent;
}
article.type-post .entry-content {
  font-size: 0.8125rem;
  margin-top: 0;
  margin-bottom: 0;
  text-align: justify;
}
article.type-post .entry-content textarea {
  font-size: 0.8125rem;
}
article.type-post .entry-content .mdc-text-field-helper-line {
  margin-top: 0;
}
article.type-post .entry-content.gigante {
  max-height: 100% !important;
}
article.type-post .entry-more {
  margin: 32px;
  margin-top: 0;
}
article.type-post .entry-more .mdc-button__label {
  font-size: 0.96em;
  letter-spacing: -0.016em;
}
article.type-post .entry-more .menu-more.gigante {
  display: none;
}
article.type-post:not(.content-over) .entry-more {
  display: none;
}
article.type-post.sticky .action-menu-container .action-menu-list .action-sticky .material-symbols-rounded {
  color: var(--global--color-mmmtblue);
  transition: all 0.25s cubic-bezier(0.85, 0, 0.15, 1);
}
article.type-post.sticky .action-menu-container .action-menu-list .action-sticky .material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 64;
}
@media (hover: hover) {
  article.type-post.sticky .action-menu-container .action-menu-list .action-sticky:hover .material-symbols-rounded {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 64;
  }
}
article.type-post.status-private .action-menu-container .action-menu-list .action-private {
  transition-delay: 0s !important;
  transform: translate(0, 0);
  opacity: 1;
  text-align: left;
}
article.type-post.status-private .action-menu-container .action-menu-list .action-private .material-symbols-rounded {
  color: var(--global--color-mmmtblue);
  transition: all 0.25s cubic-bezier(0.85, 0, 0.15, 1);
}
article.type-post.status-private .action-menu-container .action-menu-list .action-private .material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 64;
}
@media (hover: hover) {
  article.type-post.status-private .action-menu-container .action-menu-list .action-private:hover .material-symbols-rounded {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 64;
  }
}
article.type-post.status-draft > .wrap {
  border: 1px dashed rgba(0, 0, 0, 0.08);
  background-color: rgba(0, 0, 0, 0.05);
}
article.type-post.status-draft > .wrap .entry-header .post-thumbnail:before {
  background-color: var(--global--color-background);
  opacity: 0.8;
}
article.type-post.status-draft > .wrap .entry-more:before {
  display: none;
  background: rgba(0, 0, 0, 0.04);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
article.type-post.status-draft > .wrap .entry-footer .action-sticky,
article.type-post.status-draft > .wrap .entry-footer .action-private {
  display: none;
}
article.type-post:not(.without-style) .wrap {
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.25);
}
article.type-post.without-style .entry-content {
  overflow: hidden;
}
article.type-post.form-active .entry-content {
  overflow: visible;
  max-height: none !important;
}
article.type-post.form-post .wrap {
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.25);
}
article.type-post.form-post.without-style .wrap {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
article.type-post.form-post.without-style .wrap .form-closer {
  display: none;
}
article.type-post.form-post.without-style .wrap .entry-author,
article.type-post.form-post.without-style .wrap .action-menu-container {
  transform: scale(0, 0);
  opacity: 0;
  margin: 0;
}
article.type-post.form-post.without-style .wrap .entry-header {
  margin: 0;
}
article.type-post.form-post.without-style .wrap .entry-content,
article.type-post.form-post.without-style .wrap .entry-footer {
  height: 0;
  overflow: hidden;
  margin: 0;
}
article.type-post.form-post:not(.without-style) .wrap {
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.25);
}
article.type-post.form-post:not(.without-style) .wrap .form-opener {
  display: none;
}
article.type-post.new-post > .wrap {
  transition: all 1s cubic-bezier(0.85, 0, 0.15, 1);
  transform: scale(1.02);
  box-shadow: 0 0 0 2px var(--global--color-mmmtblue);
  border: 1px solid var(--global--color-mmmtblue);
}

.grid-item > article .confirm-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.grid-item > article .confirm-container .confirm-trash {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  transform: translate(0, -50%) scale(0);
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.85, 0, 0.15, 1);
}
.grid-item > article .confirm-container .confirm-trash button:not(:last-child) {
  margin-right: 0.5em;
}
.grid-item.confirming > article > .wrap {
  filter: blur(3.2px);
  opacity: 0.64;
}
.grid-item.confirming > article .confirm-container .confirm-trash {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}
.grid-item.trashing > article {
  opacity: 0;
  transform: scale(0);
}
.grid-item.filter-off {
  display: none;
}

.post-list .grid-item {
  margin-bottom: 16px !important;
}
@media only screen and (min-width: 704px) {
  .post-list .grid-item {
    margin-bottom: 32px !important;
  }
}/*# sourceMappingURL=style.css.map */