@charset "UTF-8";
/*! 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.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * 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 {
  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, monospace; /* 1 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-underline-offset: 0.1em;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sup {
  font-variant-position: sups;
  font-variant-position: super;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  font-variant-position: sub;
}

/* 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: "iASansDay", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.5; /* 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;
  background-color: transparent;
  border: none;
}

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

:root {
  --link-dark: #000000;
  --link-light: #ffffff;
  --link-lighter: #00d3ff;
  --link-blue-dark: #0097d8;
  --link-blue-light: #00b2ff;
}

@media (color-gamut: p3) {
  :root {
    --link-dark: color(display-p3 0 0 0);
    --link-light: color(display-p3 1 1 1);
    --link-lighter: color(display-p3 0 1 1);
    --link-blue-dark: color(display-p3 0 0.5922 0.8471);
    --link-blue-light: color(display-p3 0 0.698 1);
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --link-dark: #ffffff;
    --link-light: #000000;
    --link-lighter: #00b2ff;
    --link-blue-dark: #00b2ff;
    --link-blue-light: #ffffff;
  }
}
@media (prefers-color-scheme: dark) and (color-gamut: p3) {
  :root {
    --link-dark: color(display-p3 1 1 1);
    --link-light: color(display-p3 0 0 0);
    --link-lighter: color(display-p3 0 0.698 1);
    --link-blue-dark: color(display-p3 0 0.698 1);
    --link-blue-light: color(display-p3 0 0.5922 0.8471);
  }
}
/* Passing in a value in pixels */
/* Defining the function to generate the window width */
/*
* These placeholders are useful to extend defaults
* and are never included in the css file
*/
body {
  font-feature-settings: "dlig";
  font-variant-ligatures: normal;
}
body .j-a,
body .ligatures-off {
  font-feature-settings: normal;
}

html[lang=ja] body {
  font-feature-settings: normal;
  font-variant-ligatures: normal;
}
html[lang=ja] body #breadcrumbs,
html[lang=ja] body #i-a,
html[lang=ja] body .i-a,
html[lang=ja] body .ia,
html[lang=ja] body #ia,
html[lang=ja] body .product,
html[lang=ja] body .ninety-three,
html[lang=ja] body .ninety-four,
html[lang=ja] body .ligatures-on {
  font-feature-settings: "dlig";
  font-variant-ligatures: normal;
}

[lang=ja] {
  font-feature-settings: normal;
  font-variant-ligatures: normal;
}
[lang=ja] #breadcrumbs,
[lang=ja] #i-a,
[lang=ja] .i-a,
[lang=ja] .ia,
[lang=ja] #ia,
[lang=ja] .product,
[lang=ja] .ninety-three,
[lang=ja] .ninety-four,
[lang=ja] .ligatures-on {
  font-feature-settings: "dlig";
  font-variant-ligatures: normal;
}

* {
  box-sizing: border-box;
}

::selection {
  background-color: rgba(47, 190, 234, 0.25);
}
@media (prefers-color-scheme: dark) {
  ::selection {
    background-color: rgba(47, 190, 234, 0.25);
  }
}

html {
  font-size: 16px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  html {
    font-size: calc(16px + 6 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 22px;
    line-height: 165%;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  background-color: rgb(247, 247, 247);
  color: rgb(34, 34, 34);
  height: 100%;
  margin: 0;
  max-width: 100%;
}
@media print {
  body {
    background-color: white;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
    background-color: rgb(7, 7, 7);
    color: rgb(240, 240, 240);
    font-weight: normal;
  }
  body pre {
    background-color: rgb(27, 27, 27);
    color: rgb(240, 240, 240);
  }
}

img,
video {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  max-width: 100%;
  width: auto;
}

.wp-video {
  margin-top: 3em;
}

.video-wrapper > video::-webkit-media-controls-panel,
.video-wrapper > video::-webkit-media-controls-enclosure {
  background: transparent !important;
  background-color: transparent !important;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .video-wrapper.ia-video-player {
    --ia-video-player-primary-glyph-color: #fff;
    --ia-video-player-secondary-glyph-color: #fff;
    --ia-video-player-inside-margin: 10px;
    --ia-video-player-controls-bar-height: 46px;
    --ia-video-player-controls-border-radius: 23px;
    background: #000;
    color: #fff;
    cursor: default;
    isolation: isolate;
    overflow: hidden;
    position: relative;
  }
  .video-wrapper.ia-video-player > video {
    cursor: pointer;
    display: block;
    height: 100% !important;
    margin: 0;
    max-width: none;
    object-fit: cover;
    width: 100% !important;
  }
  .video-wrapper.ia-video-player .ia-video-player__overlay {
    color: #fff;
    inset: 0;
    pointer-events: none;
    position: absolute;
  }
  .video-wrapper.ia-video-player .ia-video-player__center-button,
  .video-wrapper.ia-video-player .ia-video-player__button,
  .video-wrapper.ia-video-player .ia-video-player__scrubber,
  .video-wrapper.ia-video-player .ia-video-player__volume,
  .video-wrapper.ia-video-player .ia-video-player__time-toggle {
    pointer-events: auto;
  }
  .video-wrapper.ia-video-player .ia-video-player__center-button,
  .video-wrapper.ia-video-player .ia-video-player__controls {
    background: rgba(32, 32, 32, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(17.5px);
    backdrop-filter: saturate(180%) blur(17.5px);
    border: 0;
    overflow: hidden;
  }
  .video-wrapper.ia-video-player .ia-video-player__glass {
    display: none;
  }
  .video-wrapper.ia-video-player .ia-video-player__center-button {
    -webkit-appearance: none;
    appearance: none;
    align-items: center;
    background-color: rgba(32, 32, 32, 0.5) !important;
    border: 0;
    border-radius: 50%;
    color: var(--ia-video-player-primary-glyph-color);
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.1s linear, transform 0.1s linear;
    width: 60px;
  }
  .video-wrapper.ia-video-player .ia-video-player__controls {
    align-items: center;
    border-radius: var(--ia-video-player-controls-border-radius);
    bottom: var(--ia-video-player-inside-margin);
    color: #fff;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    gap: 6px;
    height: var(--ia-video-player-controls-bar-height);
    left: 50%;
    max-width: 620px;
    padding: 0 12px;
    position: absolute;
    right: auto;
    transform: translateX(-50%);
    transition: opacity 0.1s linear, transform 0.1s linear;
    white-space: nowrap;
    width: calc(100% - var(--ia-video-player-inside-margin) * 2);
  }
  .video-wrapper.ia-video-player .ia-video-player__controls > *,
  .video-wrapper.ia-video-player .ia-video-player__center-button > * {
    position: relative;
    z-index: 1;
  }
  .video-wrapper.ia-video-player .ia-video-player__button {
    -webkit-appearance: none;
    appearance: none;
    align-items: center;
    background-color: transparent !important;
    border: 0;
    color: var(--ia-video-player-secondary-glyph-color);
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    height: var(--ia-video-player-controls-bar-height);
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 27px;
  }
  .video-wrapper.ia-video-player .ia-video-player__button--skip-back,
  .video-wrapper.ia-video-player .ia-video-player__button--play,
  .video-wrapper.ia-video-player .ia-video-player__button--skip-forward {
    color: var(--ia-video-player-primary-glyph-color);
  }
  .video-wrapper.ia-video-player .ia-video-player__picture {
    display: block;
    height: var(--ia-video-player-icon-height);
    mix-blend-mode: plus-lighter;
    pointer-events: none;
    position: relative;
    transition: transform 150ms;
    width: var(--ia-video-player-icon-width);
    will-change: transform;
  }
  .video-wrapper.ia-video-player .ia-video-player__picture > svg {
    display: block;
    fill: currentColor;
    height: 100%;
    width: 100%;
  }
  .video-wrapper.ia-video-player .ia-video-player__button:active .ia-video-player__picture {
    transform: scale(0.89);
  }
  .video-wrapper.ia-video-player .ia-video-player__button:disabled {
    cursor: default;
    opacity: 0.45;
  }
  .video-wrapper.ia-video-player .ia-video-player__button:disabled .ia-video-player__picture {
    transform: none;
  }
  .video-wrapper.ia-video-player .ia-video-player__center-button .ia-video-player__picture {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(3px) scale(0.4);
    width: 100%;
  }
  .video-wrapper.ia-video-player .ia-video-player__center-button:active .ia-video-player__picture {
    transform: translateX(3px) scale(0.3555555556);
  }
  .video-wrapper.ia-video-player .ia-video-player__time-control {
    align-items: center;
    column-gap: 5px;
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    min-width: 160px;
  }
  .video-wrapper.ia-video-player .ia-video-player__time,
  .video-wrapper.ia-video-player .ia-video-player__time-toggle {
    color: var(--ia-video-player-secondary-glyph-color);
    font-family: -apple-system-monospaced-numbers, -apple-system, BlinkMacSystemFont, sans-serif;
    font-feature-settings: "case";
    font-size: 12px;
    font-style: normal;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    mix-blend-mode: plus-lighter;
  }
  .video-wrapper.ia-video-player .ia-video-player__time--current {
    min-width: 35px;
    text-align: right;
  }
  .video-wrapper.ia-video-player .ia-video-player__time-toggle {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    margin: 0;
    min-width: 35px;
    padding: 0;
    text-align: left;
  }
  .video-wrapper.ia-video-player .ia-video-player__time-toggle:disabled {
    cursor: default;
  }
  .video-wrapper.ia-video-player .ia-video-player__scrubber-wrap,
  .video-wrapper.ia-video-player .ia-video-player__volume-wrap {
    align-items: center;
    display: flex;
  }
  .video-wrapper.ia-video-player .ia-video-player__scrubber-wrap {
    flex: 1 1 auto;
    min-width: 0;
  }
  .video-wrapper.ia-video-player .ia-video-player__right-controls {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 6px;
  }
  .video-wrapper.ia-video-player .ia-video-player__volume-wrap {
    flex: 0 0 auto;
    width: 60px;
  }
  .video-wrapper.ia-video-player .ia-video-player__button--pip {
    margin-left: 8px;
  }
  .video-wrapper.ia-video-player .ia-video-player__scrubber,
  .video-wrapper.ia-video-player .ia-video-player__volume {
    --progress: 0%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    height: 17px;
    margin: 0;
    width: 100%;
  }
  .video-wrapper.ia-video-player .ia-video-player__scrubber::-webkit-slider-runnable-track,
  .video-wrapper.ia-video-player .ia-video-player__volume::-webkit-slider-runnable-track {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.45) 0 var(--progress), rgba(255, 255, 255, 0.45) var(--progress), rgba(255, 255, 255, 0.1) var(--progress), rgba(255, 255, 255, 0.1) 100%);
    border-radius: 4.5px;
    height: 5px;
  }
  .video-wrapper.ia-video-player .ia-video-player__scrubber::-webkit-slider-thumb,
  .video-wrapper.ia-video-player .ia-video-player__volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 0;
    border-radius: 8.5px;
    box-shadow: none;
    height: 17px;
    margin-top: -6px;
    width: 21px;
  }
  .video-wrapper.ia-video-player .ia-video-player__scrubber::-moz-range-track,
  .video-wrapper.ia-video-player .ia-video-player__volume::-moz-range-track {
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    border-radius: 4.5px;
    height: 5px;
  }
  .video-wrapper.ia-video-player .ia-video-player__scrubber::-moz-range-progress,
  .video-wrapper.ia-video-player .ia-video-player__volume::-moz-range-progress {
    background: rgba(255, 255, 255, 0.45);
    border-radius: 4.5px;
    height: 5px;
  }
  .video-wrapper.ia-video-player .ia-video-player__scrubber::-moz-range-thumb,
  .video-wrapper.ia-video-player .ia-video-player__volume::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 8.5px;
    box-shadow: none;
    height: 17px;
    width: 21px;
  }
  .video-wrapper.ia-video-player .ia-video-player__scrubber:disabled {
    cursor: default;
    opacity: 0.45;
  }
  .video-wrapper.ia-video-player .ia-video-player__button:focus-visible,
  .video-wrapper.ia-video-player .ia-video-player__center-button:focus-visible,
  .video-wrapper.ia-video-player .ia-video-player__scrubber:focus-visible,
  .video-wrapper.ia-video-player .ia-video-player__volume:focus-visible,
  .video-wrapper.ia-video-player .ia-video-player__time-toggle:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.88);
    outline-offset: 2px;
  }
  .video-wrapper.ia-video-player:not(.shows-start-button) .ia-video-player__center-button {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.97);
  }
  .video-wrapper.ia-video-player.is-idle .ia-video-player__controls {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 4px);
    transition-duration: 0.25s;
  }
  .video-wrapper.ia-video-player.shows-start-button .ia-video-player__controls {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 4px);
    transition-duration: 0.25s;
  }
}
.desktop > div {
  background: transparent !important;
}

.desktop {
  background-color: transparent !important;
}

img.mobile {
  margin-bottom: 0em;
  margin-top: 0em;
}

a,
summary {
  color: #000000;
  font-style: inherit;
  text-decoration-thickness: 0.06em;
  transition: color 0.2s ease-in-out;
}
@media (prefers-color-scheme: dark) {
  a,
  summary {
    color: #ffffff;
    font-weight: inherit;
  }
}
a:hover,
summary:hover {
  color: #00b2ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  a:hover,
  summary:hover {
    color: color(display-p3 0 0.698 1);
  }
}

.breadcrumbs a,
.nav-primary a,
.footer-primary a,
.atomicsupport a,
.blog__excerpt a,
.blog__meta a,
.header-primary a {
  color: rgb(34, 34, 34);
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  .breadcrumbs a,
  .nav-primary a,
  .footer-primary a,
  .atomicsupport a,
  .blog__excerpt a,
  .blog__meta a,
  .header-primary a {
    color: rgb(240, 240, 240);
  }
}
.breadcrumbs a:hover,
.nav-primary a:hover,
.footer-primary a:hover,
.atomicsupport a:hover,
.blog__excerpt a:hover,
.blog__meta a:hover,
.header-primary a:hover {
  color: black;
}
@media (prefers-color-scheme: dark) {
  .breadcrumbs a:hover,
  .nav-primary a:hover,
  .footer-primary a:hover,
  .atomicsupport a:hover,
  .blog__excerpt a:hover,
  .blog__meta a:hover,
  .header-primary a:hover {
    color: white;
  }
}

address {
  font-style: normal;
}

ol,
ul > ol {
  list-style: decimal;
}

code,
pre {
  word-break: break-word;
}

code {
  font-family: "iAWriterMono", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  display: inline-block;
  font-weight: 500;
  line-height: 1.05;
  margin: 0;
  padding: 0.16em 0.5em 0.08em;
  vertical-align: baseline;
  white-space: pre-wrap;
}
@media (prefers-color-scheme: dark) {
  code {
    background-color: rgb(27, 27, 27);
    border: 1px solid rgb(47, 47, 47);
  }
}

.presenter-page code,
.presenter-page pre {
  background-color: rgb(27, 27, 27);
  border: 1px solid rgb(47, 47, 47);
}

.presenter-page pre {
  background-color: rgb(27, 27, 27);
  border: 1px solid rgb(47, 47, 47);
}

/* Add this rule to remove the border from code elements inside pre */
.presenter-page pre code {
  background: none;
  border: none;
}

table {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1.5px solid rgb(34, 34, 34);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 150%;
  margin-bottom: 3em;
  margin-top: 3em;
  table-layout: fixed;
  width: 100%;
}
table a {
  transition: transform 0.3s ease-in-out;
}
table a:hover {
  transform: scale(0.95);
}
@media (prefers-color-scheme: dark) {
  table {
    border-top: 1.5px solid rgb(240, 240, 240);
  }
}
table thead,
table tbody {
  border-bottom: 1.5px solid rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  table thead,
  table tbody {
    border-bottom: 1.5px solid rgb(240, 240, 240);
  }
}
table tr {
  border-bottom: 0.5px solid rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  table tr {
    border-bottom: 0.5px solid rgb(240, 240, 240);
  }
}

.presenter-page table {
  border-top: 1.5px solid rgb(240, 240, 240);
}
@media (prefers-color-scheme: dark) {
  .presenter-page table {
    border-top: 1.5px solid rgb(240, 240, 240);
  }
}
.presenter-page table thead,
.presenter-page table tbody {
  border-bottom: 1.5px solid rgb(240, 240, 240);
}
@media (prefers-color-scheme: dark) {
  .presenter-page table thead,
  .presenter-page table tbody {
    border-bottom: 1.5px solid rgb(240, 240, 240);
  }
}
.presenter-page table tr {
  border-bottom: 0.5px solid rgb(240, 240, 240);
}
@media (prefers-color-scheme: dark) {
  .presenter-page table tr {
    border-bottom: 0.5px solid rgb(240, 240, 240);
  }
}

th,
td {
  padding: 10px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: left;
  vertical-align: top;
}

/* Remove padding for the first cell in each row */
th:first-child,
td:first-child {
  padding-left: 0;
}

/* Remove padding for the last cell in each row */
th:first-child,
td:last-child {
  padding-right: 0;
}

th {
  font-weight: bold;
}

td code {
  vertical-align: baseline;
}

td:first-child {
  font-weight: bold;
}

table.equal-table td:first-child {
  font-weight: normal;
}

pre {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  margin-bottom: 3em;
  margin-top: 3em;
  padding: 1em;
}
@media (prefers-color-scheme: dark) {
  pre {
    background-color: rgb(27, 27, 27);
    border: 1px solid rgb(47, 47, 47);
    color: rgb(240, 240, 240);
  }
}
pre code {
  border: none;
  padding: 0;
}

.no-underline {
  text-decoration: none;
}

.no-underline.underline {
  text-decoration: underline;
}

.videohero {
  height: auto;
  width: 100%;
}
.videohero video,
.videohero img {
  margin: 0;
  padding: 0;
  width: 100%;
}

.pagescrolling {
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: sticky;
  position: relative;
  text-align: left;
}

#rowflex {
  flex-direction: row;
}

#checkoutIframe {
  border-style: none;
  min-width: 100%;
  width: 1px;
  transition: height 0.3s ease;
}

.iframe #header,
.iframe #footer {
  display: none;
}

.iframe .accounts__main {
  display: block;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.say {
  -webkit-animation: say 1s cubic-bezier(0.83, 0, 0.17, 1) 2 alternate;
  -moz-animation: say 1s cubic-bezier(0.83, 0, 0.17, 1) 2 alternate;
  animation: say 1s cubic-bezier(0.83, 0, 0.17, 1) 2 alternate;
  animation-delay: 0.5s;
}

@keyframes say {
  from {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0), 0 0 15px rgba(255, 255, 255, 0), 0 0 20px rgba(255, 255, 255, 0);
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff;
  }
}
@-webkit-keyframes say {
  from {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0), 0 0 15px rgba(255, 255, 255, 0), 0 0 20px rgba(255, 255, 255, 0);
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff;
  }
}
.show {
  -webkit-animation: show 1s cubic-bezier(0.83, 0, 0.17, 1) 2 alternate;
  -moz-animation: show 1s cubic-bezier(0.83, 0, 0.17, 1) 2 alternate;
  animation: show 1s cubic-bezier(0.83, 0, 0.17, 1) 2 alternate;
  animation-delay: 1s;
}

@keyframes show {
  from {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0), 0 0 20px rgba(255, 255, 255, 0), 0 0 30px rgba(255, 255, 255, 0);
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  }
}
@-webkit-keyframes show {
  from {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0), 0 0 20px rgba(255, 255, 255, 0), 0 0 30px rgba(255, 255, 255, 0);
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  }
}
.joy {
  -webkit-animation: joy 1s cubic-bezier(0.83, 0, 0.17, 1) 2 alternate;
  -moz-animation: joy 1s cubic-bezier(0.83, 0, 0.17, 1) 2 alternate;
  animation: joy 1s cubic-bezier(0.83, 0, 0.17, 1) 2 alternate;
  animation-delay: 1.5s;
}

@keyframes joy {
  from {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0), 0 0 20px rgba(255, 255, 255, 0), 0 0 30px rgba(255, 255, 255, 0), 0 0 40px rgba(255, 255, 255, 0);
  }
  to {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
  }
}
@-webkit-keyframes joy {
  from {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0), 0 0 20px rgba(255, 255, 255, 0), 0 0 30px rgba(255, 255, 255, 0), 0 0 40px rgba(255, 255, 255, 0);
  }
  to {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
  }
}
.joy2 {
  -webkit-animation: joy2 8s ease-in-out infinite alternate;
  -moz-animation: joy2 8s ease-in-out infinite alternate;
  animation: joy2 8s ease-in-out infinite alternate;
}

@keyframes joy2 {
  from {
    text-shadow: 0px -4px 8px rgba(0, 163, 255, 0), 4px -2px 8px rgba(205, 0, 255, 0), 4px 2px 8px rgba(255, 82, 82, 0), 0px 4px 8px rgba(255, 118, 0, 0), -4px 2px 8px rgba(255, 250, 100, 0), -4px -3px 8px rgba(88, 255, 152, 0);
  }
  to {
    text-shadow: 0px -4px 8px #00a3ff, 4px -2px 8px #cd00ff, 4px 2px 8px #ff5252, 0px 4px 8px #ff7600, -4px 2px 8px #fffa64, -4px -3px 8px #58ff98;
  }
}
@-webkit-keyframes joy2 {
  from {
    text-shadow: 0px -4px 8px rgba(0, 163, 255, 0), 4px -2px 8px rgba(205, 0, 255, 0), 4px 2px 8px rgba(255, 82, 82, 0), 0px 4px 8px rgba(255, 118, 0, 0), -4px 2px 8px rgba(255, 250, 100, 0), -4px -3px 8px rgba(88, 255, 152, 0);
  }
  to {
    text-shadow: 0px -4px 8px #00a3ff, 4px -2px 8px #cd00ff, 4px 2px 8px #ff5252, 0px 4px 8px #ff7600, -4px 2px 8px #fffa64, -4px -3px 8px #58ff98;
  }
}
.shadow {
  text-shadow: 0px 0px 4px #000, 0px 0px 10px #000;
}

.colorfadeanim {
  animation: gradient 15s ease infinite;
  background-image: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  color: white;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.anim {
  animation: gradient 20s ease infinite;
  background-size: 400% 400%;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.anim2 {
  animation: gradient2 10s ease infinite;
  background-size: 200% 200%;
}

@keyframes gradient2 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.movingg {
  animation: gradient 15s ease infinite;
  background-image: linear-gradient(-45deg, #21507c, #43407b, #613876, #763267, #784a4b, #7c672d);
  background-size: 400% 400%;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fly-in {
  margin: auto;
  overflow: hidden;
  width: 100vw;
}

.fly-in h1,
.fly-in h3,
.fly-in .ctagroup {
  animation: switch 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}

@keyframes switch {
  0% {
    filter: blur(20px);
    opacity: 1;
    transform: scale(10);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes switch {
  0% {
    filter: blur(20px);
    opacity: 1;
    transform: scale(10);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-in {
  overflow: hidden;
}

.zoom-in h1,
.zoom-in h3,
.zoom-in .ctagroup {
  animation: zoom-in 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}

@keyframes zoom-in {
  0% {
    filter: blur(20px);
    opacity: 1;
    transform: scale(0.1);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes zoom-in {
  0% {
    filter: blur(20px);
    opacity: 1;
    transform: scale(0.1);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}
.iap-bg-pictonblue {
  background-color: #0aa0f5;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-bg-pictonblue {
    background-color: color(display-p3 0.0392 0.6275 0.9608);
  }
}

.iap-txt-pictonblue {
  color: #2e96ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-txt-pictonblue {
    color: color(display-p3 0.3608 0.6784 1);
  }
}

.iap-txt-cornflowerblue {
  color: #6193ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-txt-cornflowerblue {
    color: color(display-p3 0.3804 0.5765 1);
  }
}

.iap-txt-toolbox {
  color: #928aff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-txt-toolbox {
    color: color(display-p3 0.5725 0.5412 1);
  }
}

.iap-bg-bluepurple {
  background-color: #7f0af5;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-bg-bluepurple {
    background-color: color(display-p3 0.498 0.0392 0.9608);
  }
}

.iap-txt-fadedblue {
  color: #a380ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-txt-fadedblue {
    color: color(display-p3 0.6392 0.502 1);
  }
}

.iap-txt-softpurple {
  color: #cc66ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-txt-softpurple {
    color: color(display-p3 0.8 0.4 1);
  }
}

.iap-bg-pink {
  background-color: #f50ad6;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-bg-pink {
    background-color: color(display-p3 0.9608 0.0392 0.8392);
  }
}

.iap-txt-magenta {
  color: #ff52e8;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-txt-magenta {
    color: color(display-p3 1 0.3216 0.9098);
  }
}

.iap-txt-neonfuchsia {
  color: #ff3dc8;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-txt-neonfuchsia {
    color: color(display-p3 1 0.2392 0.7843);
  }
}

.iap-txt-lightcrimson {
  color: #ff529a;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-txt-lightcrimson {
    color: color(display-p3 1 0.3216 0.6039);
  }
}

.iap-bg-red {
  background-color: #f73b6a;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-bg-red {
    background-color: color(display-p3 0.9686 0.2314 0.4157);
  }
}

.iap-txt-red {
  color: #ff3d6e;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-txt-red {
    color: color(display-p3 1 0.2392 0.4314);
  }
}

.iap-txt-orange {
  color: #ff615c;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-txt-orange {
    color: color(display-p3 1 0.3804 0.3608);
  }
}

.iap-txt-lightorange {
  color: #ff8157;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-txt-lightorange {
    color: color(display-p3 1 0.5059 0.3412);
  }
}

.iap-bg-yellow {
  background-color: #f5a40a;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-bg-yellow {
    background-color: color(display-p3 0.9608 0.6431 0.0392);
  }
}

.iap-txt-yellow {
  color: #fab500;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iap-txt-yellow {
    color: color(display-p3 0.9804 0.7098 0);
  }
}

.iap-edu-txt-one {
  color: #019AFF;
}

.iap-edu-txt-two {
  color: #B754FF;
}

.iap-edu-txt-three {
  color: #FF3143;
}

.iap-edu-txt-four {
  color: #D3771E;
}

.iap-edu-bg-one {
  background-color: #00A3FC;
}

.iap-edu-bg-two {
  background-color: #8B00FF;
}

.iap-edu-bg-three {
  background-color: #FF1367;
}

.iap-edu-bg-four {
  background-color: #FF9F00;
}

.iap-bus-txt-one {
  color: #019AFF;
}

.iap-bus-txt-two {
  color: #B754FF;
}

.iap-bus-txt-three {
  color: #FF3143;
}

.iap-bus-txt-four {
  color: #D3771E;
}

.iap-bus-bg-one {
  background-color: #0067AB;
}

.iap-bus-bg-two {
  background-color: #560095;
}

.iap-bus-bg-three {
  background-color: #FF3143;
}

.iap-bus-bg-four {
  background-color: #D3771E;
}

.iap-conf-txt-one {
  color: #EA388E;
}

.iap-conf-txt-two {
  color: #EB426E;
}

.iap-conf-txt-three {
  color: #EB5449;
}

.iap-conf-txt-four {
  color: #D3771E;
}

.iap-conf-bg-one {
  background-color: #EA388E;
}

.iap-conf-bg-two {
  background-color: #EB426E;
}

.iap-conf-bg-three {
  background-color: #EB5449;
}

.iap-conf-bg-four {
  background-color: #EC6634;
}

.ac,
.presenter .ac {
  background-color: #30a5ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ac,
  .presenter .ac {
    background-color: color(display-p3 0 0.6392 1);
  }
}

.aac {
  color: #30a5ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .aac {
    color: color(display-p3 0 0.6392 1);
  }
}

.sac,
.presenter .sac {
  background-color: #0091ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sac,
  .presenter .sac {
    background-color: color(display-p3 0 0.5 1);
  }
}

.ac-dark,
.presenter .ac-dark {
  background-color: #005ca0;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ac-dark,
  .presenter .ac-dark {
    background-color: color(display-p3 0 0.331 0.6);
  }
}

.bc,
.presenter .bc {
  background-color: #5757ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bc,
  .presenter .bc {
    background-color: color(display-p3 0.2 0.465 1);
  }
}

.bbc {
  color: #30a5ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bbc {
    color: color(display-p3 0 0.6392 1);
  }
}

.sbc,
.presenter .sbc {
  background-color: #0000ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sbc,
  .presenter .sbc {
    background-color: color(display-p3 0 0.487 1);
  }
}

.bc-dark,
.presenter .bc-dark {
  background-color: #404080;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bc-dark,
  .presenter .bc-dark {
    background-color: color(display-p3 0.2549 0.2549 0.5019);
  }
}

.cc,
.presenter .cc {
  background-color: #8167ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .cc,
  .presenter .cc {
    background-color: color(display-p3 0.544 0.37 1);
  }
}

.ccc {
  color: #8167ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ccc {
    color: color(display-p3 0.544 0.37 1);
  }
}

.scc,
.presenter .scc {
  background-color: #6f00ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .scc,
  .presenter .scc {
    background-color: color(display-p3 0.5 0 1);
  }
}

.cc-dark,
.presenter .cc-dark {
  background-color: #6e5e99;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .cc-dark,
  .presenter .cc-dark {
    background-color: color(display-p3 0.4314 0.3765 0.6);
  }
}

.dc,
.presenter .dc {
  background-color: #c670ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dc,
  .presenter .dc {
    background-color: color(display-p3 0.7176 0.4353 1);
  }
}

.ddc {
  color: #c670ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ddc {
    color: color(display-p3 0.7176 0.4353 1);
  }
}

.sdc,
.presenter .sdc {
  background-color: #9900ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sdc,
  .presenter .sdc {
    background-color: color(display-p3 0.75 0.5 1);
  }
}

.dc-dark,
.presenter .dc-dark {
  background-color: #935fa5;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dc-dark,
  .presenter .dc-dark {
    background-color: color(display-p3 0.5765 0.3569 0.6471);
  }
}

.ec,
.presenter .ec {
  background-color: #dc4eff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ec,
  .presenter .ec {
    background-color: color(display-p3 0.9333 0.3059 0.9333);
  }
}

.eec {
  color: #dc4eff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .eec {
    color: color(display-p3 0.9333 0.3059 0.9333);
  }
}

.sec,
.presenter .sec {
  background-color: #cc00ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sec,
  .presenter .sec {
    background-color: color(display-p3 1 0 0.764);
  }
}

.ec-dark,
.presenter .ec-dark {
  background-color: #ae3c7b;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ec-dark,
  .presenter .ec-dark {
    background-color: color(display-p3 0.6078 0.1608 0.4392);
  }
}

.fc,
.presenter .fc {
  background-color: #ff46e6;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .fc,
  .presenter .fc {
    background-color: color(display-p3 1 0.2745 0.8314);
  }
}

.ffc {
  color: #ff46e6;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ffc {
    color: color(display-p3 1 0.2745 0.8314);
  }
}

.sfc,
.presenter .sfc {
  background-color: #ff00dd;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sfc,
  .presenter .sfc {
    background-color: color(display-p3 1 0.25 0.75);
  }
}

.fc-dark,
.presenter .fc-dark {
  background-color: #c028b3;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .fc-dark,
  .presenter .fc-dark {
    background-color: color(display-p3 0.7529 0.1569 0.7098);
  }
}

.gc,
.presenter .gc {
  background-color: #ff41b0;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .gc,
  .presenter .gc {
    background-color: color(display-p3 1 0.2588 0.5882);
  }
}

.ggc {
  color: #ff41b0;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ggc {
    color: color(display-p3 1 0.2588 0.5882);
  }
}

.sgc,
.presenter .sgc {
  background-color: #ff0095;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sgc,
  .presenter .sgc {
    background-color: color(display-p3 1 0.25 0.5);
  }
}

.gc-dark,
.presenter .gc-dark {
  background-color: #c02a8c;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .gc-dark,
  .presenter .gc-dark {
    background-color: color(display-p3 0.7529 0.1647 0.549);
  }
}

.hc,
.presenter .hc {
  background-color: #fd4491;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .hc,
  .presenter .hc {
    background-color: color(display-p3 1 0.1725 0.3647);
  }
}

.hhc {
  color: #fd4491;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .hhc {
    color: color(display-p3 1 0.1725 0.3647);
  }
}

.shc,
.presenter .shc {
  background-color: #ff0062;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .shc,
  .presenter .shc {
    background-color: color(display-p3 1 0.2 0.4);
  }
}

.hc-dark,
.presenter .hc-dark {
  background-color: #c02c6a;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .hc-dark,
  .presenter .hc-dark {
    background-color: color(display-p3 0.7529 0.1725 0.4157);
  }
}

.ic,
.presenter .ic {
  background-color: #ff664b;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ic,
  .presenter .ic {
    background-color: color(display-p3 1 0.1686 0.098);
  }
}

.iic {
  color: #ff664b;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .iic {
    color: color(display-p3 1 0.1686 0.098);
  }
}

.sic,
.presenter .sic {
  background-color: #ff0019;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sic,
  .presenter .sic {
    background-color: color(display-p3 1 0.1 0.3);
  }
}

.ic-dark,
.presenter .ic-dark {
  background-color: #c63a48;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ic-dark,
  .presenter .ic-dark {
    background-color: color(display-p3 0.7882 0.2275 0.2824);
  }
}

.jc,
.presenter .jc {
  background-color: #ff903b;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .jc,
  .presenter .jc {
    background-color: color(display-p3 1 0.3137 0.0902);
  }
}

.jjc {
  color: #ff903b;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .jjc {
    color: color(display-p3 1 0.3137 0.0902);
  }
}

.sjc,
.presenter .sjc {
  background-color: #ff5500;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sjc,
  .presenter .sjc {
    background-color: color(display-p3 1 0.3 0.2);
  }
}

.jc-dark,
.presenter .jc-dark {
  background-color: #c84d2c;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .jc-dark,
  .presenter .jc-dark {
    background-color: color(display-p3 0.8118 0.298 0.1725);
  }
}

.kc,
.presenter .kc {
  background-color: #ffd650;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .kc,
  .presenter .kc {
    background-color: color(display-p3 1 0.7765 0.1804);
  }
}

.kkc {
  color: #ffd650;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .kkc {
    color: color(display-p3 1 0.7765 0.1804);
  }
}

.skc,
.presenter .skc {
  background-color: #ffc800;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .skc,
  .presenter .skc {
    background-color: color(display-p3 1 0.653 0);
  }
}

.kc-dark,
.presenter .kc-dark {
  background-color: #b88700;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .kc-dark,
  .presenter .kc-dark {
    background-color: color(display-p3 0.7529 0.522 0);
  }
}

.tac {
  color: #30a5ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tac {
    color: color(display-p3 0 0.6392 1);
  }
}

.tsac {
  color: #0091ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tsac {
    color: color(display-p3 0 0.5 1);
  }
}

.tac-dark {
  color: #005ca0;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tac-dark {
    color: color(display-p3 0 0.331 0.6);
  }
}

.tbc {
  color: #5757ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tbc {
    color: color(display-p3 0.2 0.465 1);
  }
}

.tsbc {
  color: #0000ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tsbc {
    color: color(display-p3 0 0.487 1);
  }
}

.tbc-dark {
  color: #404080;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tbc-dark {
    color: color(display-p3 0.2549 0.2549 0.5019);
  }
}

.tscc {
  color: #6f00ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tscc {
    color: color(display-p3 0.5 0 1);
  }
}

.tcc {
  color: #8167ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tcc {
    color: color(display-p3 0.544 0.37 1);
  }
}

.tcc-dark {
  color: #6e5e99;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tcc-dark {
    color: color(display-p3 0.4314 0.3765 0.6);
  }
}

.tdc {
  color: #c670ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tdc {
    color: color(display-p3 0.7176 0.4353 1);
  }
}

.tsdc {
  color: #9900ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tsdc {
    color: color(display-p3 0.75 0.5 1);
  }
}

.tdc-dark {
  color: #935fa5;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tdc-dark {
    color: color(display-p3 0.5765 0.3569 0.6471);
  }
}

.tec {
  color: #dc4eff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tec {
    color: color(display-p3 0.9333 0.3059 0.9333);
  }
}

.tsec {
  color: #cc00ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tsec {
    color: color(display-p3 1 0 0.764);
  }
}

.tec-dark {
  color: #ae3c7b;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tec-dark {
    color: color(display-p3 0.6078 0.1608 0.4392);
  }
}

.tfc {
  color: #ff46e6;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tfc {
    color: color(display-p3 1 0.2745 0.8314);
  }
}

.tsfc {
  color: #ff00dd;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tsfc {
    color: color(display-p3 1 0.25 0.75);
  }
}

.tfc-dark {
  color: #c028b3;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tfc-dark {
    color: color(display-p3 0.7529 0.1569 0.7098);
  }
}

.tgc {
  color: #ff41b0;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tgc {
    color: color(display-p3 1 0.2588 0.5882);
  }
}

.tsgc {
  color: #ff0095;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tsgc {
    color: color(display-p3 1 0.25 0.5);
  }
}

.tgc-dark {
  color: #c02a8c;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tgc-dark {
    color: color(display-p3 0.7529 0.1647 0.549);
  }
}

.thc {
  color: #fd4491;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .thc {
    color: color(display-p3 1 0.1725 0.3647);
  }
}

.tshc {
  color: #ff0062;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tshc {
    color: color(display-p3 1 0.2 0.4);
  }
}

.thc-dark {
  color: #c02c6a;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .thc-dark {
    color: color(display-p3 0.7529 0.1725 0.4157);
  }
}

.tic {
  color: #ff664b;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tic {
    color: color(display-p3 1 0.1686 0.098);
  }
}

.tsic {
  color: #ff0019;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tsic {
    color: color(display-p3 1 0.1 0.3);
  }
}

.tic-dark {
  color: #c63a48;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tic-dark {
    color: color(display-p3 0.7882 0.2275 0.2824);
  }
}

.tjc {
  color: #ff903b;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tjc {
    color: color(display-p3 1 0.3137 0.0902);
  }
}

.tsjc {
  color: #ff5500;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tsjc {
    color: color(display-p3 1 0.3 0.2);
  }
}

.tjc-dark {
  color: #c84d2c;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tjc-dark {
    color: color(display-p3 0.8118 0.298 0.1725);
  }
}

.tkc {
  color: #ffd650;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tkc {
    color: color(display-p3 1 0.7765 0.1804);
  }
}

.tskc {
  color: #ffc800;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tskc {
    color: color(display-p3 1 0.653 0);
  }
}

.tkc-dark {
  color: #b88700;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .tkc-dark {
    color: color(display-p3 0.7529 0.522 0);
  }
}

.one {
  background-color: #26274a;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .one {
    background-color: color(display-p3 0.149 0.149 0.2902);
  }
}

.two {
  background-color: #331c49;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .two {
    background-color: color(display-p3 0.2 0.0941 0.2863);
  }
}

.three {
  background-color: #381949;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .three {
    background-color: color(display-p3 0.2196 0.098 0.2863);
  }
}

.four {
  background-color: #3a1b42;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .four {
    background-color: color(display-p3 0.2275 0.1059 0.2588);
  }
}

.five {
  background-color: #3f2039;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .five {
    background-color: color(display-p3 0.2471 0.1255 0.2235);
  }
}

.six {
  background-color: #44272c;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .six {
    background-color: color(display-p3 0.2706 0.1529 0.1725);
  }
}

.seven {
  background-color: #472d21;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .seven {
    background-color: color(display-p3 0.2824 0.1765 0.1294);
  }
}

.eight {
  background-color: #473621;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .eight {
    background-color: color(display-p3 0.2824 0.2078 0.149);
  }
}

.nine {
  background-color: #473c21;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .nine {
    background-color: color(display-p3 0.2824 0.2353 0.1294);
  }
}

.done {
  background-color: #26274a;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .done {
    background-color: color(display-p3 0.149 0.149 0.2902);
  }
}

.dtwo {
  background-color: #331c49;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dtwo {
    background-color: color(display-p3 0.2 0.0941 0.2863);
  }
}

.dthree {
  background-color: #381949;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dthree {
    background-color: color(display-p3 0.2196 0.098 0.2863);
  }
}

.dfour {
  background-color: #3a1b42;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dfour {
    background-color: color(display-p3 0.2275 0.1059 0.2588);
  }
}

.dfive {
  background-color: #3f2039;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dfive {
    background-color: color(display-p3 0.2471 0.1255 0.2235);
  }
}

.dsix {
  background-color: #44272c;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dsix {
    background-color: color(display-p3 0.2706 0.1529 0.1725);
  }
}

.dseven {
  background-color: #472d21;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dseven {
    background-color: color(display-p3 0.2824 0.1765 0.1294);
  }
}

.deight {
  background-color: #473621;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .deight {
    background-color: color(display-p3 0.2824 0.2078 0.149);
  }
}

.dnine {
  background-color: #473c21;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dnine {
    background-color: color(display-p3 0.2824 0.2353 0.1294);
  }
}

.sblue {
  background-color: #0083ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sblue {
    background-color: color(display-p3 0.0078 0.5137 1);
  }
}

.slilac {
  background-color: #0d00ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .slilac {
    background-color: color(display-p3 0.051 0 1);
  }
}

.smauve {
  background-color: #ab00ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .smauve {
    background-color: color(display-p3 0.6698 0 1);
  }
}

.spink {
  background-color: #ff00c8;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .spink {
    background-color: color(display-p3 1 0.1216 0.7843);
  }
}

.sorange {
  background-color: #ff0006;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sorange {
    background-color: color(display-p3 1 0 0.0235);
  }
}

.syellow {
  background-color: #ffbd00;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .syellow {
    background-color: color(display-p3 1 0.7412 0);
  }
}

.dblue {
  background-color: #21507c;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dblue {
    background-color: color(display-p3 0.0824 0.3137 0.4863);
  }
}

.dlilac {
  background-color: #43407b;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dlilac {
    background-color: color(display-p3 0.2667 0.251 0.4824);
  }
}

.dmauve {
  background-color: #613876;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dmauve {
    background-color: color(display-p3 0.3804 0.2196 0.3451);
  }
}

.dpink {
  background-color: #763267;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dpink {
    background-color: color(display-p3 0.4627 0.2 0.4);
  }
}

.dorange {
  background-color: #784a4b;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dorange {
    background-color: color(display-p3 0.4706 0.2902 0.2902);
  }
}

.dyellow {
  background-color: #7c672d;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dyellow {
    background-color: color(display-p3 0.4863 0.4235 0.1765);
  }
}

.wwc {
  color: white;
}

.sac {
  background-color: #0091ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sac {
    background-color: color(display-p3 0 0.5 1);
  }
}

.sbc {
  background-color: #0000ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sbc {
    background-color: color(display-p3 0 0.487 1);
  }
}

.scc {
  background-color: #6f00ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .scc {
    background-color: color(display-p3 0.5 0 1);
  }
}

.sdc {
  background-color: #9900ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sdc {
    background-color: color(display-p3 0.75 0.5 1);
  }
}

.sec {
  background-color: #cc00ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sec {
    background-color: color(display-p3 1 0 0.764);
  }
}

.sfc {
  background-color: #ff00dd;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sfc {
    background-color: color(display-p3 1 0.25 0.75);
  }
}

.sgc {
  background-color: #ff0095;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sgc {
    background-color: color(display-p3 1 0.25 0.5);
  }
}

.shc {
  background-color: #ff0062;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .shc {
    background-color: color(display-p3 1 0.2 0.4);
  }
}

.sic {
  background-color: #ff0019;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sic {
    background-color: color(display-p3 1 0.1 0.3);
  }
}

.sjc {
  background-color: #ff5500;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .sjc {
    background-color: color(display-p3 1 0.3 0.2);
  }
}

.skc {
  background-color: #ffc800;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .skc {
    background-color: color(display-p3 1 0.653 0);
  }
}

.ac-dark {
  background-color: #005ca0;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ac-dark {
    background-color: color(display-p3 0 0.331 0.6);
  }
}

.bc-dark {
  background-color: #404080;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bc-dark {
    background-color: color(display-p3 0.2549 0.2549 0.5019);
  }
}

.cc-dark {
  background-color: #6e5e99;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .cc-dark {
    background-color: color(display-p3 0.4314 0.3765 0.6);
  }
}

.dc-dark {
  background-color: #935fa5;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dc-dark {
    background-color: color(display-p3 0.5765 0.3569 0.6471);
  }
}

.ec-dark {
  background-color: #ae3c7b;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ec-dark {
    background-color: color(display-p3 0.6078 0.1608 0.4392);
  }
}

.fc-dark {
  background-color: #c028b3;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .fc-dark {
    background-color: color(display-p3 0.7529 0.1569 0.7098);
  }
}

.gc-dark {
  background-color: #c02a8c;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .gc-dark {
    background-color: color(display-p3 0.7529 0.1647 0.549);
  }
}

.hc-dark {
  background-color: #c02c6a;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .hc-dark {
    background-color: color(display-p3 0.7529 0.1725 0.4157);
  }
}

.ic-dark {
  background-color: #c63a48;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ic-dark {
    background-color: color(display-p3 0.7882 0.2275 0.2824);
  }
}

.jc-dark {
  background-color: #c84d2c;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .jc-dark {
    background-color: color(display-p3 0.8118 0.298 0.1725);
  }
}

.kc-dark {
  background-color: #b88700;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .kc-dark {
    background-color: color(display-p3 0.7529 0.522 0);
  }
}

.lavenders {
  background-color: #eed2fd;
  color: rgb(34, 34, 34);
}

.lavenders {
  background-color: #eed2fd;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .lavenders {
    background-color: color(display-p3 0.9255 0.8235 0.9922);
  }
}
.lavenders {
  color: rgb(34, 34, 34);
}

.ddblue {
  background-color: #193c5d;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ddblue {
    background-color: color(display-p3 0.0588 0.2353 0.3647);
  }
}

.ddlilac {
  background-color: #32305c;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ddlilac {
    background-color: color(display-p3 0.1961 0.1882 0.3647);
  }
}

.ddmauve {
  background-color: #492a58;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ddmauve {
    background-color: color(display-p3 0.2863 0.1647 0.3451);
  }
}

.ddpink {
  background-color: #58254d;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ddpink {
    background-color: color(display-p3 0.3608 0.1019 0.2941);
  }
}

.ddorange {
  background-color: #5a3738;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ddorange {
    background-color: color(display-p3 0.3608 0.1451 0.1451);
  }
}

.ddyellow {
  background-color: #5d4d22;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .ddyellow {
    background-color: color(display-p3 0.3647 0.302 0.0863);
  }
}

.dddblue {
  background-color: #10283e;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dddblue {
    background-color: color(display-p3 0.0392 0.1569 0.2431);
  }
}

.dddlilac {
  background-color: #21203d;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dddlilac {
    background-color: color(display-p3 0.1294 0.1255 0.2392);
  }
}

.dddmauve {
  background-color: #301c3b;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dddmauve {
    background-color: color(display-p3 0.1882 0.1098 0.2314);
  }
}

.dddpink {
  background-color: #3b1933;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dddpink {
    background-color: color(display-p3 0.2314 0.098 0.2);
  }
}

.dddorange {
  background-color: #3c2525;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dddorange {
    background-color: color(display-p3 0.2353 0.1451 0.1451);
  }
}

.dddyellow {
  background-color: #3e3316;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .dddyellow {
    background-color: color(display-p3 0.2431 0.2 0.0863);
  }
}

.bbblue {
  background-color: #d0e7fd;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bbblue {
    background-color: color(display-p3 0.8157 0.9059 0.9922);
  }
}
.bbblue {
  color: #193c5d;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bbblue {
    color: color(display-p3 0.0588 0.2353 0.3647);
  }
}

.bblilac {
  background-color: #e0dffd;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bblilac {
    background-color: color(display-p3 0.8784 0.8745 0.9922);
  }
}
.bblilac {
  color: #32305c;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bblilac {
    color: color(display-p3 0.1961 0.1882 0.3647);
  }
}

.bbmauve {
  background-color: #f0dbfa;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bbmauve {
    background-color: color(display-p3 0.9412 0.8588 0.9804);
  }
}
.bbmauve {
  color: #492a58;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bbmauve {
    color: color(display-p3 0.2863 0.1647 0.3451);
  }
}

.bbpink {
  background-color: #fad8f3;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bbpink {
    background-color: color(display-p3 0.9804 0.8471 0.9529);
  }
}
.bbpink {
  color: #58254d;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bbpink {
    color: color(display-p3 0.3608 0.1019 0.2941);
  }
}

.bborange {
  background-color: #fbe4e4;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bborange {
    background-color: color(display-p3 0.9922 0.8941 0.8941);
  }
}
.bborange {
  color: #5a3738;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bborange {
    color: color(display-p3 0.3608 0.1451 0.1451);
  }
}

.bbyellow {
  background-color: #fdf3d5;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bbyellow {
    background-color: color(display-p3 0.9961 0.9608 0.8353);
  }
}
.bbyellow {
  color: #5d4d22;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bbyellow {
    color: color(display-p3 0.3647 0.302 0.0863);
  }
}

.gradient {
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  /* Fallback: Set a background color. */
  /* Create the gradient. */
  background-image: linear-gradient(45deg, color(display-p3 0.2627 0.6275 0.9725), color(display-p3 0.5569 0.5019 0.9686), color(display-p3 0.8235 0.4392 0.9255), color(display-p3 0.9255 0.3961 0.8118), color(display-p3 0.9569 0.5804 0.5882), color(display-p3 0.9735 0.8118 0.3529));
  background-repeat: repeat;
  /* Set the background size and repeat properties. */
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (prefers-color-scheme: srgb), (-webkit-min-device-pixel-ratio: 0) {
  .gradient {
    background-image: linear-gradient(45deg, #43a0f8, #8680f7, #c370ec, #ec65cf, #f09496, #f8cf5a);
  }
}

.gradientb {
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  /* Fallback: Set a background color. */
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #00dbff, #787cff, #ca00ff, #ff00c7, #ff5678, #ff5678, #ff9900, #ffca00);
  background-repeat: repeat;
  /* Set the background size and repeat properties. */
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.gs1 {
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  /* Fallback: Set a background color. */
  /* Create the gradient. */
  background-image: linear-gradient(90deg, #30a5ff, #5757ff, #8167ff);
  background-repeat: repeat;
  /* Set the background size and repeat properties. */
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .gs1 {
    background-image: linear-gradient(90deg, color(display-p3 0 0.6392 1), color(display-p3 0.2 0.465 1), color(display-p3 0.544 0.37 1));
  }
}

.gs2 {
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  /* Fallback: Set a background color. */
  /* Create the gradient. */
  background-image: linear-gradient(90deg, #30a5ff, #5757ff, #8167ff);
  background-repeat: repeat;
  /* Set the background size and repeat properties. */
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .gs2 {
    background-image: linear-gradient(90deg, color(display-p3 0 0.6392 1), color(display-p3 0.2 0.465 1), color(display-p3 0.544 0.37 1));
  }
}

.gs3 {
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  /* Fallback: Set a background color. */
  /* Create the gradient. */
  background-image: linear-gradient(90deg, #dc4eff, #ff46e6, #ff41b0);
  background-repeat: repeat;
  /* Set the background size and repeat properties. */
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .gs3 {
    background-image: linear-gradient(90deg, color(display-p3 0.9333 0.3059 0.9333), color(display-p3 1 0.2745 0.8314), color(display-p3 1 0.2588 0.5882));
  }
}

.gs4 {
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  /* Fallback: Set a background color. */
  /* Create the gradient. */
  background-image: linear-gradient(90deg, #ff41b0, #fd4491, #ff664b);
  background-repeat: repeat;
  /* Set the background size and repeat properties. */
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .gs4 {
    background-image: linear-gradient(90deg, color(display-p3 1 0.2588 0.5882), color(display-p3 1 0.1725 0.3647), color(display-p3 1 0.1686 0.098));
  }
}

.gs5 {
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  /* Fallback: Set a background color. */
  /* Create the gradient. */
  background-image: linear-gradient(90deg, #ff664b, #ff903b, #ffd650);
  background-repeat: repeat;
  /* Set the background size and repeat properties. */
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .gs5 {
    background-image: linear-gradient(90deg, color(display-p3 1 0.1686 0.098), color(display-p3 1 0.3137 0.0902), color(display-p3 1 0.7765 0.1804));
  }
}

.gs {
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  /* Fallback: Set a background color. */
  /* Create the gradient. */
  background-image: linear-gradient(90deg, #30a5ff, #5757ff, #8167ff, #c670ff, #dc4eff, #ff46e6, #ff41b0, #fd4491, #ff664b, #ff903b, #ffd650);
  background-repeat: repeat;
  /* Set the background size and repeat properties. */
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .gs {
    background-image: linear-gradient(90deg, color(display-p3 0 0.6392 1), color(display-p3 0.2 0.465 1), color(display-p3 0.544 0.37 1), color(display-p3 0.7176 0.4353 1), color(display-p3 0.9333 0.3059 0.9333), color(display-p3 1 0.2745 0.8314), color(display-p3 1 0.2588 0.5882), color(display-p3 1 0.1725 0.3647), color(display-p3 1 0.1686 0.098), color(display-p3 1 0.3137 0.0902), color(display-p3 1 0.7765 0.1804));
  }
}

.gss {
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  /* Fallback: Set a background color. */
  /* Create the gradient. */
  background-image: linear-gradient(0deg, #0091ff, #0000ff, #6f00ff, #9900ff, #cc00ff, #ff00dd, #ff0095, #ff0062, #ff0019, #ff5500, #ffc800);
  background-repeat: repeat;
  /* Set the background size and repeat properties. */
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .gss {
    background-image: linear-gradient(0deg, color(display-p3 0 0.5 1), color(display-p3 0 0.487 1), color(display-p3 0.5 0 1), color(display-p3 0.75 0.5 1), color(display-p3 1 0 0.764), color(display-p3 1 0.25 0.75), color(display-p3 1 0.25 0.5), color(display-p3 1 0.2 0.4), color(display-p3 1 0.1 0.3), color(display-p3 1 0.3 0.2), color(display-p3 1 0.653 0));
  }
}
.gss .gs-dark {
  /* Fallback: Set a background color. */
  /* Create the gradient. */
  background-image: linear-gradient(90deg, #005ca0, #404080, #6e5e99, #935fa5, #ae3c7b, #c028b3, #c02a8c, #c02c6a, #c63a48, #c84d2c, #b88700);
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .gss .gs-dark {
    background-image: linear-gradient(90deg, color(display-p3 0 0.331 0.6), color(display-p3 0.2549 0.2549 0.5019), color(display-p3 0.4314 0.3765 0.6), color(display-p3 0.5765 0.3569 0.6471), color(display-p3 0.6078 0.1608 0.4392), color(display-p3 0.7529 0.1569 0.7098), color(display-p3 0.7529 0.1647 0.549), color(display-p3 0.7529 0.1725 0.4157), color(display-p3 0.7882 0.2275 0.2824), color(display-p3 0.8118 0.298 0.1725), color(display-p3 0.7529 0.522 0));
  }
}

.bright {
  background-image: linear-gradient(45deg, #43a0f8, #8680f7, #c370ec, #ec65cf, #f09496, #f8cf5a);
}

.brighter {
  background-image: linear-gradient(45deg, #a1cffb, #c2bffb, #e1b7f5, #f5b2e7, #f7c9ca, #fbe7ac);
}

.brightest {
  background-image: linear-gradient(45deg, #d0e7fd, #e0dffd, #f0dbfa, #fad8f3, #fbe4e4, #fdf3d5);
}

.darker {
  background-image: linear-gradient(45deg, #21507c, #43407b, #613876, #763267, #784a4b, #7c672d);
}

.evendarker {
  background-image: linear-gradient(45deg, #193c5d, #32305c, #492a58, #58254d, #5a3738, #5d4d22);
}

.darkest {
  background-image: linear-gradient(45deg, #10283e, #21203d, #301c3b, #3b1933, #3c2525, #3e3316);
}

.syntax {
  background-image: linear-gradient(45deg, #0473b2, #991b81, #a06600);
}

.sbeginning {
  background-image: linear-gradient(45deg, #0083ff, #0d00ff, #ab00ff);
}

.smiddle {
  background-image: linear-gradient(45deg, #0d00ff, #ab00ff, #ff00c8);
}

.send {
  background-image: linear-gradient(45deg, #ff00c8, #ff0006, #ffbd00);
}

.bgs1 {
  background-image: linear-gradient(90deg, #0091ff, #0000ff, #6f00ff);
  color: white;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bgs1 {
    background-image: linear-gradient(90deg, color(display-p3 0 0.5 1), color(display-p3 0 0.487 1), color(display-p3 0.5 0 1));
  }
}

.bgs2 {
  background-image: linear-gradient(90deg, #6f00ff, #9900ff, #cc00ff);
  color: white;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bgs2 {
    background-image: linear-gradient(90deg, color(display-p3 0.5 0 1), color(display-p3 0.75 0.5 1), color(display-p3 1 0 0.764));
  }
}

.bgs3 {
  background-image: linear-gradient(90deg, #cc00ff, #ff00dd, #ff0095);
  color: white;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bgs3 {
    background-image: linear-gradient(90deg, color(display-p3 1 0 0.764), color(display-p3 1 0.25 0.75), color(display-p3 1 0.25 0.5));
  }
}

.bgs4 {
  background-image: linear-gradient(90deg, #ff0095, #ff0062, #ff0019);
  color: white;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bgs4 {
    background-image: linear-gradient(90deg, color(display-p3 1 0.25 0.5), color(display-p3 1 0.2 0.4), color(display-p3 1 0.1 0.3));
  }
}

.bgs5 {
  background-image: linear-gradient(90deg, #ff0019, #ff5500, #ffc800);
  color: white;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .bgs5 {
    background-image: linear-gradient(90deg, color(display-p3 1 0.1 0.3), color(display-p3 1 0.3 0.2), color(display-p3 1 0.653 0));
  }
}

.beginning {
  background-image: linear-gradient(45deg, #30a5ff, #5757ff, #8167ff, #c670ff);
  color: white;
}

.middle {
  background-image: linear-gradient(45deg, #8680f7, #c370ec, #ec65cf, #f09496);
  color: white;
}

.end {
  background-image: linear-gradient(45deg, #ec65cf, #f09496, #f8cf5a);
  color: white;
}

.bbeginning {
  background-image: linear-gradient(45deg, #a1cffb, #c2bffb, #e1b7f5);
}

.bmiddle {
  background-image: linear-gradient(45deg, #c2bffb, #e1b7f5, #f5b2e7, #f7c9ca);
}

.bend {
  background-image: linear-gradient(45deg, #f5b2e7, #f7c9ca, #fbe7ac);
}

.dbeginning {
  background-image: linear-gradient(45deg, #21507c, #43407b, #613876);
}

.dmiddle {
  background-image: linear-gradient(45deg, #43407b, #613876, #763267, #784a4b);
}

.dend {
  background-image: linear-gradient(45deg, #763267, #784a4b, #7c672d);
}

.ddbeginning {
  background-image: linear-gradient(45deg, #193c5d, #32305c, #492a58);
}

.ddmiddle {
  background-image: linear-gradient(45deg, #32305c, #492a58, #58254d, #5a3738);
}

.ddend {
  background-image: linear-gradient(-45deg, #58254d, #5a3738, #5d4d22);
}

.dddbeginning {
  background-image: linear-gradient(45deg, #10283e, #21203d, #301c3b);
}

.dddmiddle {
  background-image: linear-gradient(45deg, #21203d, #301c3b, #3b1933, #5a3738);
}

.dddend {
  background-image: linear-gradient(-45deg, #3b1933, #3c2525, #3e3316);
}

.bluelilac {
  background-image: linear-gradient(45deg, #43a0f8, #8680f7);
}

.lilacmauve {
  background-image: linear-gradient(45deg, #8680f7, #c370ec);
}

.mauvepink {
  background-image: linear-gradient(45deg, #c370ec, #ec65cf);
}

.pinkorange {
  background-image: linear-gradient(45deg, #ec65cf, #f09496);
}

.orangeyellow {
  background-image: linear-gradient(45deg, #f09496, #f8cf5a);
}

.dbluelilac {
  background-image: linear-gradient(45deg, #21507c, #43407b);
}

.dlilacmauve {
  background-image: linear-gradient(45deg, #43407b, #613876);
}

.dmauvepink {
  background-image: linear-gradient(45deg, #613876, #763267);
}

.dpinkorange {
  background-image: linear-gradient(45deg, #763267, #784a4b);
}

.dorangeyellow {
  background-image: linear-gradient(45deg, #784a4b, #7c672d);
}

.ddbluelilac {
  background-image: linear-gradient(45deg, #193c5d, #32305c);
}

.ddlilacmauve {
  background-image: linear-gradient(45deg, #32305c, #492a58);
}

.ddmauvepink {
  background-image: linear-gradient(45deg, #492a58, #58254d);
}

.ddpinkorange {
  background-image: linear-gradient(45deg, #58254d, #5a3738);
}

.ddorangeyellow {
  background-image: linear-gradient(45deg, #5a3738, #5d4d22);
}

.dddbluelilac {
  background-image: linear-gradient(45deg, #10283e, #21203d);
}

.dddlilacmauve {
  background-image: linear-gradient(45deg, #21203d, #301c3b);
}

.dddmauvepink {
  background-image: linear-gradient(45deg, #301c3b, #3b1933);
}

.dddpinkorange {
  background-image: linear-gradient(45deg, #3b1933, #3c2525);
}

.dddorangeyellow {
  background-image: linear-gradient(45deg, #3c2525, #3e3316);
}

.white {
  background-color: #fff;
  color: rgb(34, 34, 34);
}
.white .header-primary a,
.white a {
  color: rgb(34, 34, 34);
}
.white .header-primary a:hover,
.white a:hover {
  color: #0097d8;
}

.night {
  background-color: rgb(27, 27, 27);
  color: rgb(240, 240, 240);
}
.night .header-primary a,
.night a {
  color: rgb(240, 240, 240);
}
.night .header-primary a:hover,
.night a:hover {
  color: #ffffff;
}

.lightgrey {
  background-color: rgb(247, 247, 247);
  color: rgb(34, 34, 34);
}

.grey {
  background-color: #efefef;
  color: rgb(34, 34, 34);
}
.grey .header-primary a,
.grey a {
  color: rgb(34, 34, 34);
}
.grey .header-primary a:hover,
.grey a:hover {
  color: #000000;
}

.greyer {
  background-color: #e8e8e8;
  color: rgb(34, 34, 34);
}
.greyer .header-primary a,
.greyer a {
  color: rgb(34, 34, 34);
}
.greyer .header-primary a:hover,
.greyer a:hover {
  color: #000000;
}

.greyest {
  background-color: #ddd;
  color: rgb(34, 34, 34);
}
.greyest .header-primary a,
.greyest a {
  color: rgb(34, 34, 34);
}
.greyest .header-primary a:hover,
.greyest a:hover {
  color: #000000;
}

.darkgrey {
  background-color: rgb(37, 37, 37);
  color: rgb(240, 240, 240);
}
.darkgrey .header-primary a,
.darkgrey a {
  color: rgb(240, 240, 240);
}
.darkgrey .header-primary a:hover,
.darkgrey a:hover {
  color: #ffffff;
}

.darkergrey {
  background-color: rgb(27, 27, 27);
  color: rgb(240, 240, 240);
}
.darkergrey .header-primary a,
.darkergrey a {
  color: rgb(240, 240, 240);
}
.darkergrey .header-primary a:hover,
.darkergrey a:hover {
  color: #ffffff;
}

.darkestgrey {
  background-color: rgb(17, 17, 17);
  color: rgb(240, 240, 240);
}
.darkestgrey .header-primary a,
.darkestgrey a {
  color: rgb(240, 240, 240);
}
.darkestgrey .header-primary a:hover,
.darkestgrey a:hover {
  color: #ffffff;
}

.black {
  background-color: rgb(0, 0, 0);
  color: rgb(240, 240, 240);
}
.black .header-primary a,
.black a {
  color: rgb(240, 240, 240);
}
.black .header-primary a:hover,
.black a:hover {
  color: #ffffff;
}

.grayfade {
  background-image: linear-gradient(45deg, #fff, #efefef);
}

.grayerfade {
  background-image: linear-gradient(45deg, rgb(247, 247, 247), #e8e8e8);
}

.grayestfade {
  background-image: linear-gradient(45deg, #efefef, #ddd);
}

.darkgreyfade {
  background-image: linear-gradient(45deg, rgb(37, 37, 37), rgb(27, 27, 27));
}

.darkergreyfade {
  background-image: linear-gradient(45deg, rgb(7, 7, 7), rgb(17, 17, 17));
}

.darkestgreyfade {
  background-image: linear-gradient(45deg, rgb(17, 17, 17), #000);
}

.halfdark {
  color: rgba(0, 0, 0, 0.7);
}
@media (prefers-color-scheme: dark) {
  .halfdark {
    color: rgba(0, 0, 0, 0.7);
  }
}

.halflight {
  color: rgba(255, 255, 255, 0.7);
}
@media (prefers-color-scheme: dark) {
  .halflight {
    color: rgba(255, 255, 255, 0.7);
  }
}

.verbs {
  color: #0473b2;
}
@media (prefers-color-scheme: dark) {
  .verbs {
    color: #7b9ec2;
  }
}

.adjectives {
  color: #a06600;
}
@media (prefers-color-scheme: dark) {
  .adjectives {
    color: #c1944e;
  }
}

.adverbs {
  color: #991b81;
}
@media (prefers-color-scheme: dark) {
  .adverbs {
    color: #ba8db3;
  }
}

.conjunctions {
  color: #01825e;
}
@media (prefers-color-scheme: dark) {
  .conjunctions {
    color: #82a570;
  }
}

.laser {
  text-shadow: 0px 0px 40px #00ccff, 0px 0px 10px #00ccff;
}

.lit {
  text-shadow: 0px 0px 40px #fff, 0px 0px 10px #fff;
}

.light {
  opacity: 75%;
}

.lighter {
  opacity: 50%;
}

.lightest {
  opacity: 25%;
}

.page-template-template-notebook .img-comp-container,
.page-template-template-writer .img-comp-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  position: relative;
  height: 68vw;
  width: 90vw;
}
@media (min-width: 1140px) {
  .page-template-template-notebook .img-comp-container,
  .page-template-template-writer .img-comp-container {
    width: 1024px;
    height: 768px;
  }
}
.page-template-template-notebook .img-comp-container,
.page-template-template-writer .img-comp-container {
  margin: auto;
}
.page-template-template-notebook .img-comp-img,
.page-template-template-writer .img-comp-img {
  position: absolute; /* Keep overlay positioned absolutely */
  height: 65vw;
  width: 90vw;
}
@media (min-width: 1140px) {
  .page-template-template-notebook .img-comp-img,
  .page-template-template-writer .img-comp-img {
    width: 1024px;
    height: 746px;
  }
}
.page-template-template-notebook .img-comp-container.mobile-ratio,
.page-template-template-writer .img-comp-container.mobile-ratio {
  margin-top: 2em;
  margin-bottom: 2em;
  width: calc(100vw - 44px);
  height: calc((100vw - 44px) * 1.5556);
}
@media (min-width: 416px) {
  .page-template-template-notebook .img-comp-container.mobile-ratio,
  .page-template-template-writer .img-comp-container.mobile-ratio {
    width: calc(100vw - 56px);
    height: calc((100vw - 56px) * 1.5556);
  }
}
@media (min-width: 512px) {
  .page-template-template-notebook .img-comp-container.mobile-ratio,
  .page-template-template-writer .img-comp-container.mobile-ratio {
    width: calc(100vw - 70px);
    height: calc((100vw - 70px) * 1.5556);
  }
}
@media (min-width: 768px) {
  .page-template-template-notebook .img-comp-container.mobile-ratio,
  .page-template-template-writer .img-comp-container.mobile-ratio {
    width: calc(100vw - 90px);
    height: calc((100vw - 90px) * 1.5556);
  }
}
@media (min-width: 1040px) {
  .page-template-template-notebook .img-comp-container.mobile-ratio,
  .page-template-template-writer .img-comp-container.mobile-ratio {
    width: calc(100vw - 110px);
    height: calc((100vw - 110px) * 1.5556);
  }
}
.page-template-template-notebook .img-comp-img.mobile-ratio,
.page-template-template-writer .img-comp-img.mobile-ratio {
  position: absolute; /* Keep overlay positioned absolutely */
  width: calc(100vw - 44px);
  height: calc((100vw - 44px) * 1.5556);
}
@media (min-width: 416px) {
  .page-template-template-notebook .img-comp-img.mobile-ratio,
  .page-template-template-writer .img-comp-img.mobile-ratio {
    width: calc(100vw - 56px);
    height: calc((100vw - 56px) * 1.5556);
  }
}
@media (min-width: 512px) {
  .page-template-template-notebook .img-comp-img.mobile-ratio,
  .page-template-template-writer .img-comp-img.mobile-ratio {
    width: calc(100vw - 70px);
    height: calc((100vw - 70px) * 1.5556);
  }
}
@media (min-width: 768px) {
  .page-template-template-notebook .img-comp-img.mobile-ratio,
  .page-template-template-writer .img-comp-img.mobile-ratio {
    width: calc(100vw - 90px);
    height: calc((100vw - 90px) * 1.5556);
  }
}
@media (min-width: 1040px) {
  .page-template-template-notebook .img-comp-img.mobile-ratio,
  .page-template-template-writer .img-comp-img.mobile-ratio {
    width: calc(100vw - 110px);
    height: calc((100vw - 110px) * 1.5556);
  }
}
.page-template-template-notebook .img-comp-img img,
.page-template-template-writer .img-comp-img img {
  display: inline-block; /* Remove any space at the bottom */
  height: 100%; /* Maintain height */
  object-fit: cover; /* Maintain aspect ratio */
  object-position: left;
  overflow: hidden;
}
.page-template-template-notebook .img-comp-slider,
.page-template-template-writer .img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 40px;
  height: 40px;
  background-color: #B3B3B3;
  opacity: 0.7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-notebook,
.page-template-template-writer {
  /* Both arrows inside the ::before pseudo-element */
}
.page-template-template-notebook .img-comp-slider::before,
.page-template-template-writer .img-comp-slider::before {
  content: "< >"; /* Unicode symbols for left and right arrows */
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white; /* Arrow color */
  font-size: 20px; /* Size of the arrows */
  padding: 0 5px; /* Space between arrows and edge of the circle */
  transform: translateY(3%);
}
.page-template-template-notebook,
.page-template-template-writer {
  /* Vertical line going through the center of the circle using ::after */
}
.page-template-template-notebook .img-comp-slider::after,
.page-template-template-writer .img-comp-slider::after {
  content: "";
  position: absolute;
  width: 2px; /* Line thickness */
  height: 70vw; /* Extend the line above and below the circle */
  background-color: #B3B3B3; /* Same color as background */
  left: 50%; /* Position the line horizontally in the center */
  transform: translateX(-50%); /* Center the line properly */
}
@media (min-width: 1140px) {
  .page-template-template-notebook .img-comp-slider::after,
  .page-template-template-writer .img-comp-slider::after {
    height: 800px;
    top: -390px;
  }
}
@media (max-width: 1140px) {
  .page-template-template-notebook .img-comp-slider::after,
  .page-template-template-writer .img-comp-slider::after {
    height: 70vw;
  }
}
.page-template-template-notebook .img-comp-slider.mobile-ratio::after,
.page-template-template-writer .img-comp-slider.mobile-ratio::after {
  height: 150vw;
}

.page-template-template-notebook .img-comp-img {
  position: absolute; /* Keep overlay positioned absolutely */
  height: 68vw;
  width: 90vw;
}
@media (min-width: 1140px) {
  .page-template-template-notebook .img-comp-img {
    width: 1024px;
    height: 768px;
  }
}
@media (max-width: 768px) {
  .page-template-template-notebook .img-comp-img {
    height: 135vw;
    width: 180vw;
  }
}
@media (max-width: 768px) {
  .page-template-template-notebook .img-comp-container {
    height: 135vw;
    width: 180vw;
  }
}
@media (min-width: 1140px) {
  .page-template-template-notebook .img-comp-slider::after {
    height: 700px;
    top: -335px;
  }
}
@media (max-width: 768px) {
  .page-template-template-notebook .img-comp-slider::after {
    height: 125vw;
    top: -60vw;
  }
}

@font-face {
  font-family: "iAIconic";
  font-style: normal;
  font-weight: normal;
  src: url("https://static.ia.net/fonts/Iconic-Regular.woff2") format("woff2");
}
.text, .download__msg-error, .download__msg-success, .download__text, .newsletter__msg-error, .newsletter__msg-success, .newsletter__text, .media__group,
.nav__group, input[type=email],
input[type=submit],
input[type=search],
input.single-field-with-submit-button, .page-template-template-how-to-presenter-top .how-to.container .blurb p, .page-template-template-how-to-writer-top .how-to.container .blurb p, .menu-icon, .support-search__input, .template__section-content, .template__section-heading, .article-body blockquote p,
.article-body blockquote p:first-of-type p, .article h5,
.article h5 + p,
.article h6,
.article h6 + p,
.support h5,
.support h5 + p,
.support h6,
.support h6 + p, .article.legal h4,
.support.legal h4, h6, button,
input,
optgroup,
select,
textarea, .teasers p .quote, p, #iOS-cards h4,
#iOS-cards p,
#iOS-cards p:first-of-type, article .card .cardtitle,
.card .cardtitle, .page h3,
.single h3,
.blog__feed h3,
.category h3, .teasers p, .teasers blockquote,
.teasers blockquote p, sup, code,
pre {
  font-size: 1.05rem;
}
.text, .download__msg-error, .download__msg-success, .download__text, .newsletter__msg-error, .newsletter__msg-success, .newsletter__text, .media__group,
.nav__group, input[type=email],
input[type=submit],
input[type=search],
input.single-field-with-submit-button, .page-template-template-how-to-presenter-top .how-to.container .blurb p, .page-template-template-how-to-writer-top .how-to.container .blurb p, .menu-icon, .support-search__input, .template__section-content, .template__section-heading, .article-body blockquote p,
.article-body blockquote p:first-of-type p, .article h5,
.article h5 + p,
.article h6,
.article h6 + p,
.support h5,
.support h5 + p,
.support h6,
.support h6 + p, .article.legal h4,
.support.legal h4, h6, button,
input,
optgroup,
select,
textarea, .teasers p .quote, p, #iOS-cards h4,
#iOS-cards p,
#iOS-cards p:first-of-type, article .card .cardtitle,
.card .cardtitle, .page h3,
.single h3,
.blog__feed h3,
.category h3, .teasers p, .teasers blockquote,
.teasers blockquote p, sup, code,
pre {
  font-size: 16.8px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text, .download__msg-error, .download__msg-success, .download__text, .newsletter__msg-error, .newsletter__msg-success, .newsletter__text, .media__group,
  .nav__group, input[type=email],
  input[type=submit],
  input[type=search],
  input.single-field-with-submit-button, .page-template-template-how-to-presenter-top .how-to.container .blurb p, .page-template-template-how-to-writer-top .how-to.container .blurb p, .menu-icon, .support-search__input, .template__section-content, .template__section-heading, .article-body blockquote p,
  .article-body blockquote p:first-of-type p, .article h5,
  .article h5 + p,
  .article h6,
  .article h6 + p,
  .support h5,
  .support h5 + p,
  .support h6,
  .support h6 + p, .article.legal h4,
  .support.legal h4, h6, button,
  input,
  optgroup,
  select,
  textarea, .teasers p .quote, p, #iOS-cards h4,
  #iOS-cards p,
  #iOS-cards p:first-of-type, article .card .cardtitle,
  .card .cardtitle, .page h3,
  .single h3,
  .blog__feed h3,
  .category h3, .teasers p, .teasers blockquote,
  .teasers blockquote p, sup, code,
  pre {
    font-size: calc(16.8px + 6.2 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text, .download__msg-error, .download__msg-success, .download__text, .newsletter__msg-error, .newsletter__msg-success, .newsletter__text, .media__group,
  .nav__group, input[type=email],
  input[type=submit],
  input[type=search],
  input.single-field-with-submit-button, .page-template-template-how-to-presenter-top .how-to.container .blurb p, .page-template-template-how-to-writer-top .how-to.container .blurb p, .menu-icon, .support-search__input, .template__section-content, .template__section-heading, .article-body blockquote p,
  .article-body blockquote p:first-of-type p, .article h5,
  .article h5 + p,
  .article h6,
  .article h6 + p,
  .support h5,
  .support h5 + p,
  .support h6,
  .support h6 + p, .article.legal h4,
  .support.legal h4, h6, button,
  input,
  optgroup,
  select,
  textarea, .teasers p .quote, p, #iOS-cards h4,
  #iOS-cards p,
  #iOS-cards p:first-of-type, article .card .cardtitle,
  .card .cardtitle, .page h3,
  .single h3,
  .blog__feed h3,
  .category h3, .teasers p, .teasers blockquote,
  .teasers blockquote p, sup, code,
  pre {
    font-size: 23px;
    line-height: 165%;
  }
}
.text__level--bigger, .article-body > p:first-of-type,
.os-content > p:first-child,
.container.support.article > p:first-child, h1 + p, .bigger,
.biggert {
  font-size: 1.05rem;
}
.text__level--bigger, .article-body > p:first-of-type,
.os-content > p:first-child,
.container.support.article > p:first-child, h1 + p, .bigger,
.biggert {
  font-size: 18.9px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--bigger, .article-body > p:first-of-type,
  .os-content > p:first-child,
  .container.support.article > p:first-child, h1 + p, .bigger,
  .biggert {
    font-size: calc(18.9px + 8.7 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--bigger, .article-body > p:first-of-type,
  .os-content > p:first-child,
  .container.support.article > p:first-child, h1 + p, .bigger,
  .biggert {
    font-size: 27.6px;
    line-height: 165%;
  }
}
.text__level--lists, .page-template-template-how-to-101-article p,
.page-template-template-how-to-101-article li,
.page-template-template-how-to-101-article blockquote,
.page-template-template-how-to-101-article code, ul > li, li {
  font-size: 1.05rem;
}
.text__level--lists, .page-template-template-how-to-101-article p,
.page-template-template-how-to-101-article li,
.page-template-template-how-to-101-article blockquote,
.page-template-template-how-to-101-article code, ul > li, li {
  font-size: 15.75px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--lists, .page-template-template-how-to-101-article p,
  .page-template-template-how-to-101-article li,
  .page-template-template-how-to-101-article blockquote,
  .page-template-template-how-to-101-article code, ul > li, li {
    font-size: calc(15.75px + 6.1 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--lists, .page-template-template-how-to-101-article p,
  .page-template-template-how-to-101-article li,
  .page-template-template-how-to-101-article blockquote,
  .page-template-template-how-to-101-article code, ul > li, li {
    font-size: 21.85px;
    line-height: 165%;
  }
}
.text__level--quote, .tile.trial-switcher p, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper p, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb p,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb p,
.tile.trial-switcher ul > li,
.page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper ul > li,
.page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link ul > li,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper ul > li,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link ul > li,
.page-template-template-how-to-101-article .trial-switcher.breakout-wrapper ul > li,
.page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper ul > li,
.page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link ul > li,
.page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb ul > li,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb ul > li,
.tile.trial-switcher ol > li,
.page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper ol > li,
.page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link ol > li,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper ol > li,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link ol > li,
.page-template-template-how-to-101-article .trial-switcher.breakout-wrapper ol > li,
.page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper ol > li,
.page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link ol > li,
.page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb ol > li,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb ol > li, .newsletter__form,
.newsletter__form p,
.card .newsletter__text p,
.newsletter__set,
.newsletter__set input, .newsletter__opt, #advent-lightbox-content p, .advent-lightbox-content p, .advent-lightbox-content a, .search-box.active, .search-box, .page-template-template-notebook .notebook-founder-quote,
.special-gallery-excerpt .notebook-founder-quote, .prodcomp .textboxone, .presenter h3, .ace .currency, .ace .monthly,
.ace .yearly, .ace h4, .ace p, .page-template-template-paywall p,
.page-template-template-paywall ul > li,
.page-template-template-paywall ol > li, .article-body blockquote,
.article-body blockquote p:first-of-type, .article h6,
.support h6, .article blockquote,
.article blockquote p,
.support blockquote,
.support blockquote p, .blog__meta h2,
.blog__meta h2 a, .flexgrids p,
.flexgrids h3 + p, summary, smaller,
blockquote,
blockquote p, .card li, .card li p, .support .tile h3, .support .page-template-template-how-to-writer-top .how-to-video-thumb h3, .page-template-template-how-to-writer-top .support .how-to-video-thumb h3,
.support .page-template-template-how-to-presenter-top .how-to-video-thumb h3,
.page-template-template-how-to-presenter-top .support .how-to-video-thumb h3, .support .page-template-template-how-to-101-article .how-to-article-banner-link h3, .page-template-template-how-to-101-article .support .how-to-article-banner-link h3, .support .page-template-template-how-to-101-article .how-to-home-grid-wrapper h3, .page-template-template-how-to-101-article .support .how-to-home-grid-wrapper h3, .support .page-template-template-how-to-101-article .breakout-wrapper h3, .page-template-template-how-to-101-article .support .breakout-wrapper h3, .support .page-template-template-how-to-presenter-top .how-to-article-banner-link h3, .page-template-template-how-to-presenter-top .support .how-to-article-banner-link h3, .support .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper h3, .page-template-template-how-to-presenter-top .support .how-to-home-grid-wrapper h3, .support .page-template-template-how-to-writer-top .how-to-article-banner-link h3, .page-template-template-how-to-writer-top .support .how-to-article-banner-link h3, .support .page-template-template-how-to-writer-top .how-to-home-grid-wrapper h3, .page-template-template-how-to-writer-top .support .how-to-home-grid-wrapper h3,
.home-contents .tile h3,
.home-contents .page-template-template-how-to-writer-top .how-to-video-thumb h3,
.page-template-template-how-to-writer-top .home-contents .how-to-video-thumb h3,
.home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb h3,
.page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb h3,
.home-contents .page-template-template-how-to-101-article .how-to-article-banner-link h3,
.page-template-template-how-to-101-article .home-contents .how-to-article-banner-link h3,
.home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper h3,
.page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper h3,
.home-contents .page-template-template-how-to-101-article .breakout-wrapper h3,
.page-template-template-how-to-101-article .home-contents .breakout-wrapper h3,
.home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link h3,
.page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link h3,
.home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper h3,
.page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper h3,
.home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link h3,
.page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link h3,
.home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper h3,
.page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper h3,
.preorder.tile h3,
.page-template-template-how-to-writer-top .preorder.how-to-video-thumb h3,
.page-template-template-how-to-presenter-top .preorder.how-to-video-thumb h3,
.page-template-template-how-to-101-article .preorder.how-to-article-banner-link h3,
.page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper h3,
.page-template-template-how-to-101-article .preorder.breakout-wrapper h3,
.page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link h3,
.page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper h3,
.page-template-template-how-to-writer-top .preorder.how-to-article-banner-link h3,
.page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper h3, .click-tile .tile p, .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb p, .page-template-template-how-to-writer-top .click-tile .how-to-video-thumb p,
.click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb p,
.page-template-template-how-to-presenter-top .click-tile .how-to-video-thumb p, .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link p, .page-template-template-how-to-101-article .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper p, .page-template-template-how-to-101-article .click-tile .how-to-home-grid-wrapper p, .click-tile .page-template-template-how-to-101-article .breakout-wrapper p, .page-template-template-how-to-101-article .click-tile .breakout-wrapper p, .click-tile .page-template-template-how-to-presenter-top .how-to-article-banner-link p, .page-template-template-how-to-presenter-top .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p, .page-template-template-how-to-presenter-top .click-tile .how-to-home-grid-wrapper p, .click-tile .page-template-template-how-to-writer-top .how-to-article-banner-link p, .page-template-template-how-to-writer-top .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p, .page-template-template-how-to-writer-top .click-tile .how-to-home-grid-wrapper p,
.home-contents .click-tile .tile p,
.home-contents .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb p,
.page-template-template-how-to-writer-top .home-contents .click-tile .how-to-video-thumb p,
.home-contents .click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb p,
.page-template-template-how-to-presenter-top .home-contents .click-tile .how-to-video-thumb p,
.home-contents .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link p,
.page-template-template-how-to-101-article .home-contents .click-tile .how-to-article-banner-link p,
.home-contents .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper p,
.page-template-template-how-to-101-article .home-contents .click-tile .how-to-home-grid-wrapper p,
.home-contents .click-tile .page-template-template-how-to-101-article .breakout-wrapper p,
.page-template-template-how-to-101-article .home-contents .click-tile .breakout-wrapper p,
.home-contents .tile p,
.home-contents .page-template-template-how-to-writer-top .how-to-video-thumb p,
.page-template-template-how-to-writer-top .home-contents .how-to-video-thumb p,
.home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb p,
.page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb p,
.home-contents .page-template-template-how-to-101-article .how-to-article-banner-link p,
.page-template-template-how-to-101-article .home-contents .how-to-article-banner-link p,
.home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper p,
.page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper p,
.home-contents .page-template-template-how-to-101-article .breakout-wrapper p,
.page-template-template-how-to-101-article .home-contents .breakout-wrapper p,
.home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link p,
.page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link p,
.home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p,
.page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper p,
.home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link p,
.page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link p,
.home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p,
.page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper p,
.preorder.tile p,
.page-template-template-how-to-writer-top .preorder.how-to-video-thumb p,
.page-template-template-how-to-presenter-top .preorder.how-to-video-thumb p,
.page-template-template-how-to-101-article .preorder.how-to-article-banner-link p,
.page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper p,
.page-template-template-how-to-101-article .preorder.breakout-wrapper p,
.page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link p,
.page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper p,
.page-template-template-how-to-writer-top .preorder.how-to-article-banner-link p,
.page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper p, .tile, .page-template-template-how-to-writer-top .how-to-video-thumb,
.page-template-template-how-to-presenter-top .how-to-video-thumb, .page-template-template-how-to-101-article .how-to-article-banner-link, .page-template-template-how-to-101-article .how-to-home-grid-wrapper, .page-template-template-how-to-101-article .breakout-wrapper, .page-template-template-how-to-presenter-top .how-to-article-banner-link, .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .how-to-article-banner-link, .page-template-template-how-to-writer-top .how-to-home-grid-wrapper, .card .newsletaire .card .buy-card, .widetile,
.card .newsletaire,
.card .buy-card, code, table {
  font-size: 1.05rem;
}
.text__level--quote, .tile.trial-switcher p, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper p, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb p,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb p,
.tile.trial-switcher ul > li,
.page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper ul > li,
.page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link ul > li,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper ul > li,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link ul > li,
.page-template-template-how-to-101-article .trial-switcher.breakout-wrapper ul > li,
.page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper ul > li,
.page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link ul > li,
.page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb ul > li,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb ul > li,
.tile.trial-switcher ol > li,
.page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper ol > li,
.page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link ol > li,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper ol > li,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link ol > li,
.page-template-template-how-to-101-article .trial-switcher.breakout-wrapper ol > li,
.page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper ol > li,
.page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link ol > li,
.page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb ol > li,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb ol > li, .newsletter__form,
.newsletter__form p,
.card .newsletter__text p,
.newsletter__set,
.newsletter__set input, .newsletter__opt, #advent-lightbox-content p, .advent-lightbox-content p, .advent-lightbox-content a, .search-box.active, .search-box, .page-template-template-notebook .notebook-founder-quote,
.special-gallery-excerpt .notebook-founder-quote, .prodcomp .textboxone, .presenter h3, .ace .currency, .ace .monthly,
.ace .yearly, .ace h4, .ace p, .page-template-template-paywall p,
.page-template-template-paywall ul > li,
.page-template-template-paywall ol > li, .article-body blockquote,
.article-body blockquote p:first-of-type, .article h6,
.support h6, .article blockquote,
.article blockquote p,
.support blockquote,
.support blockquote p, .blog__meta h2,
.blog__meta h2 a, .flexgrids p,
.flexgrids h3 + p, summary, smaller,
blockquote,
blockquote p, .card li, .card li p, .support .tile h3, .support .page-template-template-how-to-writer-top .how-to-video-thumb h3, .page-template-template-how-to-writer-top .support .how-to-video-thumb h3,
.support .page-template-template-how-to-presenter-top .how-to-video-thumb h3,
.page-template-template-how-to-presenter-top .support .how-to-video-thumb h3, .support .page-template-template-how-to-101-article .how-to-article-banner-link h3, .page-template-template-how-to-101-article .support .how-to-article-banner-link h3, .support .page-template-template-how-to-101-article .how-to-home-grid-wrapper h3, .page-template-template-how-to-101-article .support .how-to-home-grid-wrapper h3, .support .page-template-template-how-to-101-article .breakout-wrapper h3, .page-template-template-how-to-101-article .support .breakout-wrapper h3, .support .page-template-template-how-to-presenter-top .how-to-article-banner-link h3, .page-template-template-how-to-presenter-top .support .how-to-article-banner-link h3, .support .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper h3, .page-template-template-how-to-presenter-top .support .how-to-home-grid-wrapper h3, .support .page-template-template-how-to-writer-top .how-to-article-banner-link h3, .page-template-template-how-to-writer-top .support .how-to-article-banner-link h3, .support .page-template-template-how-to-writer-top .how-to-home-grid-wrapper h3, .page-template-template-how-to-writer-top .support .how-to-home-grid-wrapper h3,
.home-contents .tile h3,
.home-contents .page-template-template-how-to-writer-top .how-to-video-thumb h3,
.page-template-template-how-to-writer-top .home-contents .how-to-video-thumb h3,
.home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb h3,
.page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb h3,
.home-contents .page-template-template-how-to-101-article .how-to-article-banner-link h3,
.page-template-template-how-to-101-article .home-contents .how-to-article-banner-link h3,
.home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper h3,
.page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper h3,
.home-contents .page-template-template-how-to-101-article .breakout-wrapper h3,
.page-template-template-how-to-101-article .home-contents .breakout-wrapper h3,
.home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link h3,
.page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link h3,
.home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper h3,
.page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper h3,
.home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link h3,
.page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link h3,
.home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper h3,
.page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper h3,
.preorder.tile h3,
.page-template-template-how-to-writer-top .preorder.how-to-video-thumb h3,
.page-template-template-how-to-presenter-top .preorder.how-to-video-thumb h3,
.page-template-template-how-to-101-article .preorder.how-to-article-banner-link h3,
.page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper h3,
.page-template-template-how-to-101-article .preorder.breakout-wrapper h3,
.page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link h3,
.page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper h3,
.page-template-template-how-to-writer-top .preorder.how-to-article-banner-link h3,
.page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper h3, .click-tile .tile p, .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb p, .page-template-template-how-to-writer-top .click-tile .how-to-video-thumb p,
.click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb p,
.page-template-template-how-to-presenter-top .click-tile .how-to-video-thumb p, .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link p, .page-template-template-how-to-101-article .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper p, .page-template-template-how-to-101-article .click-tile .how-to-home-grid-wrapper p, .click-tile .page-template-template-how-to-101-article .breakout-wrapper p, .page-template-template-how-to-101-article .click-tile .breakout-wrapper p, .click-tile .page-template-template-how-to-presenter-top .how-to-article-banner-link p, .page-template-template-how-to-presenter-top .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p, .page-template-template-how-to-presenter-top .click-tile .how-to-home-grid-wrapper p, .click-tile .page-template-template-how-to-writer-top .how-to-article-banner-link p, .page-template-template-how-to-writer-top .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p, .page-template-template-how-to-writer-top .click-tile .how-to-home-grid-wrapper p,
.home-contents .click-tile .tile p,
.home-contents .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb p,
.page-template-template-how-to-writer-top .home-contents .click-tile .how-to-video-thumb p,
.home-contents .click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb p,
.page-template-template-how-to-presenter-top .home-contents .click-tile .how-to-video-thumb p,
.home-contents .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link p,
.page-template-template-how-to-101-article .home-contents .click-tile .how-to-article-banner-link p,
.home-contents .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper p,
.page-template-template-how-to-101-article .home-contents .click-tile .how-to-home-grid-wrapper p,
.home-contents .click-tile .page-template-template-how-to-101-article .breakout-wrapper p,
.page-template-template-how-to-101-article .home-contents .click-tile .breakout-wrapper p,
.home-contents .tile p,
.home-contents .page-template-template-how-to-writer-top .how-to-video-thumb p,
.page-template-template-how-to-writer-top .home-contents .how-to-video-thumb p,
.home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb p,
.page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb p,
.home-contents .page-template-template-how-to-101-article .how-to-article-banner-link p,
.page-template-template-how-to-101-article .home-contents .how-to-article-banner-link p,
.home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper p,
.page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper p,
.home-contents .page-template-template-how-to-101-article .breakout-wrapper p,
.page-template-template-how-to-101-article .home-contents .breakout-wrapper p,
.home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link p,
.page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link p,
.home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p,
.page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper p,
.home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link p,
.page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link p,
.home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p,
.page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper p,
.preorder.tile p,
.page-template-template-how-to-writer-top .preorder.how-to-video-thumb p,
.page-template-template-how-to-presenter-top .preorder.how-to-video-thumb p,
.page-template-template-how-to-101-article .preorder.how-to-article-banner-link p,
.page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper p,
.page-template-template-how-to-101-article .preorder.breakout-wrapper p,
.page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link p,
.page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper p,
.page-template-template-how-to-writer-top .preorder.how-to-article-banner-link p,
.page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper p, .tile, .page-template-template-how-to-writer-top .how-to-video-thumb,
.page-template-template-how-to-presenter-top .how-to-video-thumb, .page-template-template-how-to-101-article .how-to-article-banner-link, .page-template-template-how-to-101-article .how-to-home-grid-wrapper, .page-template-template-how-to-101-article .breakout-wrapper, .page-template-template-how-to-presenter-top .how-to-article-banner-link, .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .how-to-article-banner-link, .page-template-template-how-to-writer-top .how-to-home-grid-wrapper, .card .newsletaire .card .buy-card, .widetile,
.card .newsletaire,
.card .buy-card, code, table {
  font-size: 14.7px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--quote, .tile.trial-switcher p, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper p, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb p,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb p,
  .tile.trial-switcher ul > li,
  .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper ul > li,
  .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link ul > li,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper ul > li,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link ul > li,
  .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper ul > li,
  .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper ul > li,
  .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link ul > li,
  .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb ul > li,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb ul > li,
  .tile.trial-switcher ol > li,
  .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper ol > li,
  .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link ol > li,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper ol > li,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link ol > li,
  .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper ol > li,
  .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper ol > li,
  .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link ol > li,
  .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb ol > li,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb ol > li, .newsletter__form,
  .newsletter__form p,
  .card .newsletter__text p,
  .newsletter__set,
  .newsletter__set input, .newsletter__opt, #advent-lightbox-content p, .advent-lightbox-content p, .advent-lightbox-content a, .search-box.active, .search-box, .page-template-template-notebook .notebook-founder-quote,
  .special-gallery-excerpt .notebook-founder-quote, .prodcomp .textboxone, .presenter h3, .ace .currency, .ace .monthly,
  .ace .yearly, .ace h4, .ace p, .page-template-template-paywall p,
  .page-template-template-paywall ul > li,
  .page-template-template-paywall ol > li, .article-body blockquote,
  .article-body blockquote p:first-of-type, .article h6,
  .support h6, .article blockquote,
  .article blockquote p,
  .support blockquote,
  .support blockquote p, .blog__meta h2,
  .blog__meta h2 a, .flexgrids p,
  .flexgrids h3 + p, summary, smaller,
  blockquote,
  blockquote p, .card li, .card li p, .support .tile h3, .support .page-template-template-how-to-writer-top .how-to-video-thumb h3, .page-template-template-how-to-writer-top .support .how-to-video-thumb h3,
  .support .page-template-template-how-to-presenter-top .how-to-video-thumb h3,
  .page-template-template-how-to-presenter-top .support .how-to-video-thumb h3, .support .page-template-template-how-to-101-article .how-to-article-banner-link h3, .page-template-template-how-to-101-article .support .how-to-article-banner-link h3, .support .page-template-template-how-to-101-article .how-to-home-grid-wrapper h3, .page-template-template-how-to-101-article .support .how-to-home-grid-wrapper h3, .support .page-template-template-how-to-101-article .breakout-wrapper h3, .page-template-template-how-to-101-article .support .breakout-wrapper h3, .support .page-template-template-how-to-presenter-top .how-to-article-banner-link h3, .page-template-template-how-to-presenter-top .support .how-to-article-banner-link h3, .support .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper h3, .page-template-template-how-to-presenter-top .support .how-to-home-grid-wrapper h3, .support .page-template-template-how-to-writer-top .how-to-article-banner-link h3, .page-template-template-how-to-writer-top .support .how-to-article-banner-link h3, .support .page-template-template-how-to-writer-top .how-to-home-grid-wrapper h3, .page-template-template-how-to-writer-top .support .how-to-home-grid-wrapper h3,
  .home-contents .tile h3,
  .home-contents .page-template-template-how-to-writer-top .how-to-video-thumb h3,
  .page-template-template-how-to-writer-top .home-contents .how-to-video-thumb h3,
  .home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb h3,
  .page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb h3,
  .home-contents .page-template-template-how-to-101-article .how-to-article-banner-link h3,
  .page-template-template-how-to-101-article .home-contents .how-to-article-banner-link h3,
  .home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper h3,
  .page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper h3,
  .home-contents .page-template-template-how-to-101-article .breakout-wrapper h3,
  .page-template-template-how-to-101-article .home-contents .breakout-wrapper h3,
  .home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link h3,
  .page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link h3,
  .home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper h3,
  .page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper h3,
  .home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link h3,
  .page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link h3,
  .home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper h3,
  .page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper h3,
  .preorder.tile h3,
  .page-template-template-how-to-writer-top .preorder.how-to-video-thumb h3,
  .page-template-template-how-to-presenter-top .preorder.how-to-video-thumb h3,
  .page-template-template-how-to-101-article .preorder.how-to-article-banner-link h3,
  .page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper h3,
  .page-template-template-how-to-101-article .preorder.breakout-wrapper h3,
  .page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link h3,
  .page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper h3,
  .page-template-template-how-to-writer-top .preorder.how-to-article-banner-link h3,
  .page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper h3, .click-tile .tile p, .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb p, .page-template-template-how-to-writer-top .click-tile .how-to-video-thumb p,
  .click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb p,
  .page-template-template-how-to-presenter-top .click-tile .how-to-video-thumb p, .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link p, .page-template-template-how-to-101-article .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper p, .page-template-template-how-to-101-article .click-tile .how-to-home-grid-wrapper p, .click-tile .page-template-template-how-to-101-article .breakout-wrapper p, .page-template-template-how-to-101-article .click-tile .breakout-wrapper p, .click-tile .page-template-template-how-to-presenter-top .how-to-article-banner-link p, .page-template-template-how-to-presenter-top .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p, .page-template-template-how-to-presenter-top .click-tile .how-to-home-grid-wrapper p, .click-tile .page-template-template-how-to-writer-top .how-to-article-banner-link p, .page-template-template-how-to-writer-top .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p, .page-template-template-how-to-writer-top .click-tile .how-to-home-grid-wrapper p,
  .home-contents .click-tile .tile p,
  .home-contents .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb p,
  .page-template-template-how-to-writer-top .home-contents .click-tile .how-to-video-thumb p,
  .home-contents .click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb p,
  .page-template-template-how-to-presenter-top .home-contents .click-tile .how-to-video-thumb p,
  .home-contents .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link p,
  .page-template-template-how-to-101-article .home-contents .click-tile .how-to-article-banner-link p,
  .home-contents .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper p,
  .page-template-template-how-to-101-article .home-contents .click-tile .how-to-home-grid-wrapper p,
  .home-contents .click-tile .page-template-template-how-to-101-article .breakout-wrapper p,
  .page-template-template-how-to-101-article .home-contents .click-tile .breakout-wrapper p,
  .home-contents .tile p,
  .home-contents .page-template-template-how-to-writer-top .how-to-video-thumb p,
  .page-template-template-how-to-writer-top .home-contents .how-to-video-thumb p,
  .home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb p,
  .page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb p,
  .home-contents .page-template-template-how-to-101-article .how-to-article-banner-link p,
  .page-template-template-how-to-101-article .home-contents .how-to-article-banner-link p,
  .home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper p,
  .page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper p,
  .home-contents .page-template-template-how-to-101-article .breakout-wrapper p,
  .page-template-template-how-to-101-article .home-contents .breakout-wrapper p,
  .home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link p,
  .page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link p,
  .home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p,
  .page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper p,
  .home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link p,
  .page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link p,
  .home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p,
  .page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper p,
  .preorder.tile p,
  .page-template-template-how-to-writer-top .preorder.how-to-video-thumb p,
  .page-template-template-how-to-presenter-top .preorder.how-to-video-thumb p,
  .page-template-template-how-to-101-article .preorder.how-to-article-banner-link p,
  .page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper p,
  .page-template-template-how-to-101-article .preorder.breakout-wrapper p,
  .page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link p,
  .page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper p,
  .page-template-template-how-to-writer-top .preorder.how-to-article-banner-link p,
  .page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper p, .tile, .page-template-template-how-to-writer-top .how-to-video-thumb,
  .page-template-template-how-to-presenter-top .how-to-video-thumb, .page-template-template-how-to-101-article .how-to-article-banner-link, .page-template-template-how-to-101-article .how-to-home-grid-wrapper, .page-template-template-how-to-101-article .breakout-wrapper, .page-template-template-how-to-presenter-top .how-to-article-banner-link, .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .how-to-article-banner-link, .page-template-template-how-to-writer-top .how-to-home-grid-wrapper, .card .newsletaire .card .buy-card, .widetile,
  .card .newsletaire,
  .card .buy-card, code, table {
    font-size: calc(14.7px + 6 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--quote, .tile.trial-switcher p, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper p, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb p,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb p,
  .tile.trial-switcher ul > li,
  .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper ul > li,
  .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link ul > li,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper ul > li,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link ul > li,
  .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper ul > li,
  .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper ul > li,
  .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link ul > li,
  .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb ul > li,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb ul > li,
  .tile.trial-switcher ol > li,
  .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper ol > li,
  .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link ol > li,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper ol > li,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link ol > li,
  .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper ol > li,
  .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper ol > li,
  .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link ol > li,
  .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb ol > li,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb ol > li, .newsletter__form,
  .newsletter__form p,
  .card .newsletter__text p,
  .newsletter__set,
  .newsletter__set input, .newsletter__opt, #advent-lightbox-content p, .advent-lightbox-content p, .advent-lightbox-content a, .search-box.active, .search-box, .page-template-template-notebook .notebook-founder-quote,
  .special-gallery-excerpt .notebook-founder-quote, .prodcomp .textboxone, .presenter h3, .ace .currency, .ace .monthly,
  .ace .yearly, .ace h4, .ace p, .page-template-template-paywall p,
  .page-template-template-paywall ul > li,
  .page-template-template-paywall ol > li, .article-body blockquote,
  .article-body blockquote p:first-of-type, .article h6,
  .support h6, .article blockquote,
  .article blockquote p,
  .support blockquote,
  .support blockquote p, .blog__meta h2,
  .blog__meta h2 a, .flexgrids p,
  .flexgrids h3 + p, summary, smaller,
  blockquote,
  blockquote p, .card li, .card li p, .support .tile h3, .support .page-template-template-how-to-writer-top .how-to-video-thumb h3, .page-template-template-how-to-writer-top .support .how-to-video-thumb h3,
  .support .page-template-template-how-to-presenter-top .how-to-video-thumb h3,
  .page-template-template-how-to-presenter-top .support .how-to-video-thumb h3, .support .page-template-template-how-to-101-article .how-to-article-banner-link h3, .page-template-template-how-to-101-article .support .how-to-article-banner-link h3, .support .page-template-template-how-to-101-article .how-to-home-grid-wrapper h3, .page-template-template-how-to-101-article .support .how-to-home-grid-wrapper h3, .support .page-template-template-how-to-101-article .breakout-wrapper h3, .page-template-template-how-to-101-article .support .breakout-wrapper h3, .support .page-template-template-how-to-presenter-top .how-to-article-banner-link h3, .page-template-template-how-to-presenter-top .support .how-to-article-banner-link h3, .support .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper h3, .page-template-template-how-to-presenter-top .support .how-to-home-grid-wrapper h3, .support .page-template-template-how-to-writer-top .how-to-article-banner-link h3, .page-template-template-how-to-writer-top .support .how-to-article-banner-link h3, .support .page-template-template-how-to-writer-top .how-to-home-grid-wrapper h3, .page-template-template-how-to-writer-top .support .how-to-home-grid-wrapper h3,
  .home-contents .tile h3,
  .home-contents .page-template-template-how-to-writer-top .how-to-video-thumb h3,
  .page-template-template-how-to-writer-top .home-contents .how-to-video-thumb h3,
  .home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb h3,
  .page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb h3,
  .home-contents .page-template-template-how-to-101-article .how-to-article-banner-link h3,
  .page-template-template-how-to-101-article .home-contents .how-to-article-banner-link h3,
  .home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper h3,
  .page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper h3,
  .home-contents .page-template-template-how-to-101-article .breakout-wrapper h3,
  .page-template-template-how-to-101-article .home-contents .breakout-wrapper h3,
  .home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link h3,
  .page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link h3,
  .home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper h3,
  .page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper h3,
  .home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link h3,
  .page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link h3,
  .home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper h3,
  .page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper h3,
  .preorder.tile h3,
  .page-template-template-how-to-writer-top .preorder.how-to-video-thumb h3,
  .page-template-template-how-to-presenter-top .preorder.how-to-video-thumb h3,
  .page-template-template-how-to-101-article .preorder.how-to-article-banner-link h3,
  .page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper h3,
  .page-template-template-how-to-101-article .preorder.breakout-wrapper h3,
  .page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link h3,
  .page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper h3,
  .page-template-template-how-to-writer-top .preorder.how-to-article-banner-link h3,
  .page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper h3, .click-tile .tile p, .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb p, .page-template-template-how-to-writer-top .click-tile .how-to-video-thumb p,
  .click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb p,
  .page-template-template-how-to-presenter-top .click-tile .how-to-video-thumb p, .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link p, .page-template-template-how-to-101-article .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper p, .page-template-template-how-to-101-article .click-tile .how-to-home-grid-wrapper p, .click-tile .page-template-template-how-to-101-article .breakout-wrapper p, .page-template-template-how-to-101-article .click-tile .breakout-wrapper p, .click-tile .page-template-template-how-to-presenter-top .how-to-article-banner-link p, .page-template-template-how-to-presenter-top .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p, .page-template-template-how-to-presenter-top .click-tile .how-to-home-grid-wrapper p, .click-tile .page-template-template-how-to-writer-top .how-to-article-banner-link p, .page-template-template-how-to-writer-top .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p, .page-template-template-how-to-writer-top .click-tile .how-to-home-grid-wrapper p,
  .home-contents .click-tile .tile p,
  .home-contents .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb p,
  .page-template-template-how-to-writer-top .home-contents .click-tile .how-to-video-thumb p,
  .home-contents .click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb p,
  .page-template-template-how-to-presenter-top .home-contents .click-tile .how-to-video-thumb p,
  .home-contents .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link p,
  .page-template-template-how-to-101-article .home-contents .click-tile .how-to-article-banner-link p,
  .home-contents .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper p,
  .page-template-template-how-to-101-article .home-contents .click-tile .how-to-home-grid-wrapper p,
  .home-contents .click-tile .page-template-template-how-to-101-article .breakout-wrapper p,
  .page-template-template-how-to-101-article .home-contents .click-tile .breakout-wrapper p,
  .home-contents .tile p,
  .home-contents .page-template-template-how-to-writer-top .how-to-video-thumb p,
  .page-template-template-how-to-writer-top .home-contents .how-to-video-thumb p,
  .home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb p,
  .page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb p,
  .home-contents .page-template-template-how-to-101-article .how-to-article-banner-link p,
  .page-template-template-how-to-101-article .home-contents .how-to-article-banner-link p,
  .home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper p,
  .page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper p,
  .home-contents .page-template-template-how-to-101-article .breakout-wrapper p,
  .page-template-template-how-to-101-article .home-contents .breakout-wrapper p,
  .home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link p,
  .page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link p,
  .home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p,
  .page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper p,
  .home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link p,
  .page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link p,
  .home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p,
  .page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper p,
  .preorder.tile p,
  .page-template-template-how-to-writer-top .preorder.how-to-video-thumb p,
  .page-template-template-how-to-presenter-top .preorder.how-to-video-thumb p,
  .page-template-template-how-to-101-article .preorder.how-to-article-banner-link p,
  .page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper p,
  .page-template-template-how-to-101-article .preorder.breakout-wrapper p,
  .page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link p,
  .page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper p,
  .page-template-template-how-to-writer-top .preorder.how-to-article-banner-link p,
  .page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper p, .tile, .page-template-template-how-to-writer-top .how-to-video-thumb,
  .page-template-template-how-to-presenter-top .how-to-video-thumb, .page-template-template-how-to-101-article .how-to-article-banner-link, .page-template-template-how-to-101-article .how-to-home-grid-wrapper, .page-template-template-how-to-101-article .breakout-wrapper, .page-template-template-how-to-presenter-top .how-to-article-banner-link, .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .how-to-article-banner-link, .page-template-template-how-to-writer-top .how-to-home-grid-wrapper, .card .newsletaire .card .buy-card, .widetile,
  .card .newsletaire,
  .card .buy-card, code, table {
    font-size: 20.7px;
    line-height: 165%;
  }
}
.text__level--caption, blockquote.twitter-tweet p, blockquote.twitter-tweet, .support-search__description, .support-search__message, .footnotes ol > li::before, .footnotes :target, .footnotes, figcaption, img + figcaption, article .card .carddescription,
.card .carddescription {
  font-size: 0.9rem;
  line-height: 140%;
}
.text__level--caption, blockquote.twitter-tweet p, blockquote.twitter-tweet, .support-search__description, .support-search__message, .footnotes ol > li::before, .footnotes :target, .footnotes, figcaption, img + figcaption, article .card .carddescription,
.card .carddescription {
  font-size: 13.5px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--caption, blockquote.twitter-tweet p, blockquote.twitter-tweet, .support-search__description, .support-search__message, .footnotes ol > li::before, .footnotes :target, .footnotes, figcaption, img + figcaption, article .card .carddescription,
  .card .carddescription {
    font-size: calc(13.5px + 1.7 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--caption, blockquote.twitter-tweet p, blockquote.twitter-tweet, .support-search__description, .support-search__message, .footnotes ol > li::before, .footnotes :target, .footnotes, figcaption, img + figcaption, article .card .carddescription,
  .card .carddescription {
    font-size: 15.2px;
    line-height: 165%;
  }
}
.text__level--nav, #lightbox-content p, #lightbox-content a, .lightbox-content p, .lightbox-content a, .breadcrumbs, .footer-primary, .page-template-template-how-to-101-article .arrow, .page-template-template-notebook .spec-grid .shipping li,
.special-gallery-excerpt .spec-grid .shipping li, .page-template-template-notebook .spec-grid .specs li,
.special-gallery-excerpt .spec-grid .specs li, ul > li card ul > li, .writer .prodcomp h3, small,
.hint, article .card > ul ul > li,
article .card > address > ul ul > li,
.card > ul ul > li,
.card > address > ul ul > li, article .card > ul,
article .card > address > ul,
.card > ul,
.card > address > ul {
  font-size: 0.9rem;
  line-height: 180%;
}
.text__level--nav, #lightbox-content p, #lightbox-content a, .lightbox-content p, .lightbox-content a, .breadcrumbs, .footer-primary, .page-template-template-how-to-101-article .arrow, .page-template-template-notebook .spec-grid .shipping li,
.special-gallery-excerpt .spec-grid .shipping li, .page-template-template-notebook .spec-grid .specs li,
.special-gallery-excerpt .spec-grid .specs li, ul > li card ul > li, .writer .prodcomp h3, small,
.hint, article .card > ul ul > li,
article .card > address > ul ul > li,
.card > ul ul > li,
.card > address > ul ul > li, article .card > ul,
article .card > address > ul,
.card > ul,
.card > address > ul {
  font-size: 18.9px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--nav, #lightbox-content p, #lightbox-content a, .lightbox-content p, .lightbox-content a, .breadcrumbs, .footer-primary, .page-template-template-how-to-101-article .arrow, .page-template-template-notebook .spec-grid .shipping li,
  .special-gallery-excerpt .spec-grid .shipping li, .page-template-template-notebook .spec-grid .specs li,
  .special-gallery-excerpt .spec-grid .specs li, ul > li card ul > li, .writer .prodcomp h3, small,
  .hint, article .card > ul ul > li,
  article .card > address > ul ul > li,
  .card > ul ul > li,
  .card > address > ul ul > li, article .card > ul,
  article .card > address > ul,
  .card > ul,
  .card > address > ul {
    font-size: calc(18.9px + -0.5 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--nav, #lightbox-content p, #lightbox-content a, .lightbox-content p, .lightbox-content a, .breadcrumbs, .footer-primary, .page-template-template-how-to-101-article .arrow, .page-template-template-notebook .spec-grid .shipping li,
  .special-gallery-excerpt .spec-grid .shipping li, .page-template-template-notebook .spec-grid .specs li,
  .special-gallery-excerpt .spec-grid .specs li, ul > li card ul > li, .writer .prodcomp h3, small,
  .hint, article .card > ul ul > li,
  article .card > address > ul ul > li,
  .card > ul ul > li,
  .card > address > ul ul > li, article .card > ul,
  article .card > address > ul,
  .card > ul,
  .card > address > ul {
    font-size: 18.4px;
    line-height: 165%;
  }
}
.text__level--tiny, .menu, .header-primary, .page-template-template-how-to-writer-top .how-to-video-thumb-title,
.page-template-template-how-to-presenter-top .how-to-video-thumb-title, .page-template-template-how-to-101-article .time-icons, .page-template-template-how-to-presenter-top .time-icons, .page-template-template-how-to-writer-top .time-icons, .page-template-template-notebook .flexgrids > blockquote p,
.special-gallery-excerpt .flexgrids > blockquote p, .page-template-template-account-checkout-paywall .paywall__segmented-control, .ace ul li, .ace h3, .page-template-template-paywall .kick, .support-redesign .support-nav__summary, .segmented-control, .previous-sibling-button,
.next-sibling-button, .tabs .tab a, .support-search__label, p.time-cat, .article .kicker,
.support .kicker, #writer-hero h5,
#presenter-hero h5,
#notebook-hero h5,
#news-hero h5,
#open-hero h5,
#presenter-hero2 h5,
#writer-hero2 h5,
#writer-hero3 h5,
#news-hero2 h5,
#open-hero2 h5, #news-section h5, .footnotes li p, .footnotes li, th, .tiny, .action, a.w-action,
a.p-action,
a.n-action, .article .tile.advent a.action, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb a.action, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb a.action,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb a.action,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb a.action, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link a.action, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper a.action, .article .page-template-template-how-to-101-article .advent.breakout-wrapper a.action, .page-template-template-how-to-101-article .article .advent.breakout-wrapper a.action, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link a.action, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper a.action, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link a.action, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper a.action, .widetile h5,
.card .newsletaire h5,
.card .buy-card h5 {
  font-size: 0.9rem;
}
.text__level--tiny, .menu, .header-primary, .page-template-template-how-to-writer-top .how-to-video-thumb-title,
.page-template-template-how-to-presenter-top .how-to-video-thumb-title, .page-template-template-how-to-101-article .time-icons, .page-template-template-how-to-presenter-top .time-icons, .page-template-template-how-to-writer-top .time-icons, .page-template-template-notebook .flexgrids > blockquote p,
.special-gallery-excerpt .flexgrids > blockquote p, .page-template-template-account-checkout-paywall .paywall__segmented-control, .ace ul li, .ace h3, .page-template-template-paywall .kick, .support-redesign .support-nav__summary, .segmented-control, .previous-sibling-button,
.next-sibling-button, .tabs .tab a, .support-search__label, p.time-cat, .article .kicker,
.support .kicker, #writer-hero h5,
#presenter-hero h5,
#notebook-hero h5,
#news-hero h5,
#open-hero h5,
#presenter-hero2 h5,
#writer-hero2 h5,
#writer-hero3 h5,
#news-hero2 h5,
#open-hero2 h5, #news-section h5, .footnotes li p, .footnotes li, th, .tiny, .action, a.w-action,
a.p-action,
a.n-action, .article .tile.advent a.action, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb a.action, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb a.action,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb a.action,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb a.action, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link a.action, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper a.action, .article .page-template-template-how-to-101-article .advent.breakout-wrapper a.action, .page-template-template-how-to-101-article .article .advent.breakout-wrapper a.action, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link a.action, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper a.action, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link a.action, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper a.action, .widetile h5,
.card .newsletaire h5,
.card .buy-card h5 {
  font-size: 12.6px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--tiny, .menu, .header-primary, .page-template-template-how-to-writer-top .how-to-video-thumb-title,
  .page-template-template-how-to-presenter-top .how-to-video-thumb-title, .page-template-template-how-to-101-article .time-icons, .page-template-template-how-to-presenter-top .time-icons, .page-template-template-how-to-writer-top .time-icons, .page-template-template-notebook .flexgrids > blockquote p,
  .special-gallery-excerpt .flexgrids > blockquote p, .page-template-template-account-checkout-paywall .paywall__segmented-control, .ace ul li, .ace h3, .page-template-template-paywall .kick, .support-redesign .support-nav__summary, .segmented-control, .previous-sibling-button,
  .next-sibling-button, .tabs .tab a, .support-search__label, p.time-cat, .article .kicker,
  .support .kicker, #writer-hero h5,
  #presenter-hero h5,
  #notebook-hero h5,
  #news-hero h5,
  #open-hero h5,
  #presenter-hero2 h5,
  #writer-hero2 h5,
  #writer-hero3 h5,
  #news-hero2 h5,
  #open-hero2 h5, #news-section h5, .footnotes li p, .footnotes li, th, .tiny, .action, a.w-action,
  a.p-action,
  a.n-action, .article .tile.advent a.action, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb a.action, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb a.action,
  .article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb a.action,
  .page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb a.action, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link a.action, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper a.action, .article .page-template-template-how-to-101-article .advent.breakout-wrapper a.action, .page-template-template-how-to-101-article .article .advent.breakout-wrapper a.action, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link a.action, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper a.action, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link a.action, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper a.action, .widetile h5,
  .card .newsletaire h5,
  .card .buy-card h5 {
    font-size: calc(12.6px + 4.5 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--tiny, .menu, .header-primary, .page-template-template-how-to-writer-top .how-to-video-thumb-title,
  .page-template-template-how-to-presenter-top .how-to-video-thumb-title, .page-template-template-how-to-101-article .time-icons, .page-template-template-how-to-presenter-top .time-icons, .page-template-template-how-to-writer-top .time-icons, .page-template-template-notebook .flexgrids > blockquote p,
  .special-gallery-excerpt .flexgrids > blockquote p, .page-template-template-account-checkout-paywall .paywall__segmented-control, .ace ul li, .ace h3, .page-template-template-paywall .kick, .support-redesign .support-nav__summary, .segmented-control, .previous-sibling-button,
  .next-sibling-button, .tabs .tab a, .support-search__label, p.time-cat, .article .kicker,
  .support .kicker, #writer-hero h5,
  #presenter-hero h5,
  #notebook-hero h5,
  #news-hero h5,
  #open-hero h5,
  #presenter-hero2 h5,
  #writer-hero2 h5,
  #writer-hero3 h5,
  #news-hero2 h5,
  #open-hero2 h5, #news-section h5, .footnotes li p, .footnotes li, th, .tiny, .action, a.w-action,
  a.p-action,
  a.n-action, .article .tile.advent a.action, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb a.action, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb a.action,
  .article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb a.action,
  .page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb a.action, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link a.action, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper a.action, .article .page-template-template-how-to-101-article .advent.breakout-wrapper a.action, .page-template-template-how-to-101-article .article .advent.breakout-wrapper a.action, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link a.action, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper a.action, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link a.action, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper a.action, .widetile h5,
  .card .newsletaire h5,
  .card .buy-card h5 {
    font-size: 17.1px;
    line-height: 165%;
  }
}
.text__level--micro, .page-template-template-how-to-101-article .how-to-nav-grid-wrapper, .page-template-template-notebook .notebook-small,
.special-gallery-excerpt .notebook-small, h3 + p.buyer .cents, #whats-new::after {
  font-size: 0.9rem;
}
.text__level--micro, .page-template-template-how-to-101-article .how-to-nav-grid-wrapper, .page-template-template-notebook .notebook-small,
.special-gallery-excerpt .notebook-small, h3 + p.buyer .cents, #whats-new::after {
  font-size: 9px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--micro, .page-template-template-how-to-101-article .how-to-nav-grid-wrapper, .page-template-template-notebook .notebook-small,
  .special-gallery-excerpt .notebook-small, h3 + p.buyer .cents, #whats-new::after {
    font-size: calc(9px + 4.3 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--micro, .page-template-template-how-to-101-article .how-to-nav-grid-wrapper, .page-template-template-notebook .notebook-small,
  .special-gallery-excerpt .notebook-small, h3 + p.buyer .cents, #whats-new::after {
    font-size: 13.3px;
    line-height: 165%;
  }
}
.text__level--nano {
  font-size: 0.9rem;
}
.text__level--nano {
  font-size: 7.2px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--nano {
    font-size: calc(7.2px + 4.2 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--nano {
    font-size: 11.4px;
    line-height: 165%;
  }
}
.text__level--woohoo, html:not([lang=ja]) .article-body > p:nth-of-type(2):first-letter, .dropcap {
  font-size: 1.1025rem;
}
.text__level--woohoo, html:not([lang=ja]) .article-body > p:nth-of-type(2):first-letter, .dropcap {
  font-size: 56.2840169063px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--woohoo, html:not([lang=ja]) .article-body > p:nth-of-type(2):first-letter, .dropcap {
    font-size: calc(56.2840169063px + 70.3595296029 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--woohoo, html:not([lang=ja]) .article-body > p:nth-of-type(2):first-letter, .dropcap {
    font-size: 126.6435465091px;
    line-height: 165%;
  }
}
.text__level--nuts {
  font-size: 1.21550625rem;
}
.text__level--nuts {
  font-size: 47.2785742013px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--nuts {
    font-size: calc(47.2785742013px + 72.0233174378 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--nuts {
    font-size: 119.301891639px;
    line-height: 165%;
  }
}
.text__level--one, .presenter h1, .article h1,
.support h1, h1,
.biggest {
  font-size: 1.21550625rem;
}
.text__level--one, .presenter h1, .article h1,
.support h1, h1,
.biggest {
  font-size: 36.5846109891px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--one, .presenter h1, .article h1,
  .support h1, h1,
  .biggest {
    font-size: calc(36.5846109891px + 23.5549689172 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--one, .presenter h1, .article h1,
  .support h1, h1,
  .biggest {
    font-size: 60.1395799062px;
    line-height: 165%;
  }
}
.text__level--two, .presskit__text, .feature-grid-hero, h2,
big, article .card .meanteaser,
.card .meanteaser {
  font-size: 1.21550625rem;
}
.text__level--two, .presskit__text, .feature-grid-hero, h2,
big, article .card .meanteaser,
.card .meanteaser {
  font-size: 35.1775105664px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--two, .presskit__text, .feature-grid-hero, h2,
  big, article .card .meanteaser,
  .card .meanteaser {
    font-size: calc(35.1775105664px + 22.6490085742 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--two, .presskit__text, .feature-grid-hero, h2,
  big, article .card .meanteaser,
  .card .meanteaser {
    font-size: 57.8265191406px;
    line-height: 165%;
  }
}
.text__level--three, .presenter h2, .article.legal h1,
.support.legal h1, h3 {
  font-size: 1.157625rem;
}
.text__level--three, .presenter h2, .article.legal h1,
.support.legal h1, h3 {
  font-size: 27.783px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--three, .presenter h2, .article.legal h1,
  .support.legal h1, h3 {
    font-size: calc(27.783px + 8.718 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--three, .presenter h2, .article.legal h1,
  .support.legal h1, h3 {
    font-size: 36.501px;
    line-height: 165%;
  }
}
@media (min-width: 512px) {
  .text__level--three, .presenter h2, .article.legal h1,
  .support.legal h1, h3 {
    line-height: 155%;
  }
}
.text__level--four, .writer .prodcomp h2, .article h2,
.support h2, h4 {
  font-size: 1.157625rem;
}
.text__level--four, .writer .prodcomp h2, .article h2,
.support h2, h4 {
  font-size: 22.05px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--four, .writer .prodcomp h2, .article h2,
  .support h2, h4 {
    font-size: calc(22.05px + 7.045 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--four, .writer .prodcomp h2, .article h2,
  .support h2, h4 {
    font-size: 29.095px;
    line-height: 165%;
  }
}
.text__level--five, .article h3,
.article h4,
.support h3,
.support h4, .article.legal h2,
.support.legal h2, h5 {
  font-size: 1.1025rem;
}
.text__level--five, .article h3,
.article h4,
.support h3,
.support h4, .article.legal h2,
.support.legal h2, h5 {
  font-size: 19.845px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--five, .article h3,
  .article h4,
  .support h3,
  .support h4, .article.legal h2,
  .support.legal h2, h5 {
    font-size: calc(19.845px + 6.605 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--five, .article h3,
  .article h4,
  .support h3,
  .support h4, .article.legal h2,
  .support.legal h2, h5 {
    font-size: 26.45px;
    line-height: 165%;
  }
}

.teasers blockquote,
.teasers blockquote p {
  margin-left: auto;
  margin-right: auto;
}

.teasers {
  margin: 0em auto 3em;
}
.teasers h1 + h3,
.teasers h2 + h3 {
  margin-top: 2em;
}
.teasers h1,
.teasers h2,
.teasers h3,
.teasers h4,
.teasers h5,
.teasers h6,
.teasers p {
  margin: auto;
  max-width: 1024px;
  padding-bottom: 0.25em;
  padding-left: 22px;
  padding-right: 22px;
  text-align: left;
}
@media (min-width: 416px) {
  .teasers h1,
  .teasers h2,
  .teasers h3,
  .teasers h4,
  .teasers h5,
  .teasers h6,
  .teasers p {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 512px) {
  .teasers h1,
  .teasers h2,
  .teasers h3,
  .teasers h4,
  .teasers h5,
  .teasers h6,
  .teasers p {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .teasers h1,
  .teasers h2,
  .teasers h3,
  .teasers h4,
  .teasers h5,
  .teasers h6,
  .teasers p {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1040px) {
  .teasers h1,
  .teasers h2,
  .teasers h3,
  .teasers h4,
  .teasers h5,
  .teasers h6,
  .teasers p {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (min-width: 1126px) {
  .teasers h1,
  .teasers h2,
  .teasers h3,
  .teasers h4,
  .teasers h5,
  .teasers h6,
  .teasers p {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 512px) {
  .teasers #description {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1333333333);
    color: rgb(34, 34, 34);
    margin: 0 22px 22px 22px;
    padding: 22px;
    position: absolute;
  }
}
@media (max-width: 512px) {
  .teasers #descriptionblack {
    background: rgba(0, 0, 0, 0.95);
    border-radius: 5px;
    bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1333333333);
    color: rgb(240, 240, 240);
    margin: 0 22px 22px 22px;
    padding: 22px;
    position: absolute;
  }
}
.teasers .markdown {
  animation: turna 1s ease-in;
  transform: rotate(5deg) scale(1.5) translate(-2%, 35%);
}
@keyframes markdown {
  10% {
    transform: rotate(0deg) scale(0.5) translate(0%, 0%);
  }
  100% {
    transform: rotate(5deg) scale(1.5) translate(-2%, 35%);
  }
}
@-webkit-keyframes markdown {
  10% {
    transform: rotate(0deg) scale(0.5) translate(0%, 0%);
  }
  100% {
    transform: rotate(5deg) scale(1.5) translate(-2%, 35%);
  }
}
.teasers .focusmode {
  animation: turn 1s ease-in;
  transform: scale(1.25) translate(8%, 25%);
}
@keyframes focusmode {
  10% {
    transform: scale(0.5) translate(0%, 0%);
  }
  100% {
    transform: scale(1.25) translate(8%, 25%);
  }
}
@-webkit-keyframes focusmode {
  10% {
    transform: scale(0.5) translate(0%, 0%);
  }
  100% {
    transform: scale(1.25) translate(8%, 25%);
  }
}
.teasers .focusmode2 {
  animation: turn 1s ease-in;
  transform: scale(1.25) translate(-8%, 25%);
}
@keyframes focusmode2 {
  10% {
    transform: scale(0.5) translate(0%, 0%);
  }
  100% {
    transform: scale(1.25) translate(-8%, 25%);
  }
}
@-webkit-keyframes focusmode2 {
  10% {
    transform: scale(0.5) translate(0%, 0%);
  }
  100% {
    transform: scale(1.25) translate(-8%, 25%);
  }
}
.teasers .syntaxcontrol {
  animation: syntax 0.5s ease-in;
  transform: scale(1.3) translate(0%, 0%);
}
@keyframes syntaxcontrol {
  10% {
    transform: scale(0.5) translate(0%, 0%);
  }
  100% {
    transform: scale(1.3) translate(0%, 0%);
  }
}
@-webkit-keyframes syntaxcontrol {
  10% {
    transform: scale(0.5) translate(0%, 0%);
  }
  100% {
    transform: scale(1.3) translate(0%, 0%);
  }
}
.teasers .stylecheck {
  animation: syntax 0.5s ease-in;
  transform: scale(1.25) translate(0%, 5%);
}
@keyframes syntaxcontrol {
  10% {
    transform: scale(0.5) translate(0%, 0%);
  }
  100% {
    transform: scale(1.25) translate(0%, 5%);
  }
}
@-webkit-keyframes syntaxcontrol {
  10% {
    transform: scale(0.5) translate(0%, 0%);
  }
  100% {
    transform: scale(1.25) translate(0%, 5%);
  }
}
.teasers br + img,
.teasers img + br {
  display: none;
}
.teasers a:hover.platform {
  background-color: #ddd;
}
.teasers h4,
.teasers h5,
.teasers h4 + p,
.teasers summary,
.teasers .avatar + p,
.teasers .profilepic + p {
  margin-bottom: 1em;
}
.teasers .avatar + p,
.teasers .profilepic + p {
  font-size: 16px;
}
.teasers .flexgrids blockquote {
  align-items: flex-start;
  break-inside: avoid;
  margin-top: 0;
}
.teasers p + details {
  margin-top: 0.2em;
}
.teasers summary {
  margin: auto;
}
.teasers h1 + p,
.teasers h2 + p,
.teasers h3 + p {
  padding-top: 0.5em;
}
.teasers p {
  margin: auto;
  max-width: 1024px;
}
.teasers p + p {
  margin-top: 1em;
}
.teasers p + h3 {
  margin-top: 3em;
}
.teasers .hero {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  overflow: hidden;
  width: auto;
}
.teasers .superhero {
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
  overflow: hidden;
  width: auto;
}
.teasers .desktop {
  display: none;
  max-width: 1024px;
}
@media (min-width: 512px) {
  .teasers .desktop {
    border-radius: 12px;
  }
  .teasers .desktop video {
    border-radius: 13px;
  }
}
@media (max-width: 512px) {
  .teasers .desktop {
    border-radius: 7px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05), 10px 10px 20px 0 rgba(0, 0, 0, 0.05), 20px 20px 40px 0 rgba(0, 0, 0, 0.05), 40px 40px 80px 0 rgba(0, 0, 0, 0.05);
    display: block;
  }
  .teasers .desktop video {
    border-radius: 7px;
  }
}
@media (max-width: 512px) and (min-width: 768px) {
  .teasers .desktop {
    border-radius: 10px;
  }
  .teasers .desktop video {
    border-radius: 8px;
  }
}
@media (max-width: 512px) and (min-width: 1040px) {
  .teasers .desktop {
    border-radius: 12px;
    max-width: 1024px;
  }
  .teasers .desktop video {
    border-radius: 10px;
  }
}
.teasers .hideandseekmobile,
.teasers img.hideandseekmobile {
  display: block;
}
@media (min-width: 512px) {
  .teasers .hideandseekmobile,
  .teasers img.hideandseekmobile {
    display: none;
  }
}
.teasers .hideandseekdesktop,
.teasers img.hideandseekdesktop {
  display: none;
}
@media (min-width: 512px) {
  .teasers .hideandseekdesktop,
  .teasers img.hideandseekdesktop {
    display: block;
  }
}
.teasers .mobile {
  border-radius: 37px 37px;
  display: block;
  margin-top: 2em;
  overflow: hidden;
}
@media (min-width: 512px) {
  .teasers .mobile {
    display: none;
  }
}
.teasers .mobile + p {
  margin-top: 3em;
}
.teasers .cropped-iphone {
  border-radius: 37px 37px 0 0;
  display: block;
  margin-bottom: -5em;
  margin-top: 2em;
  overflow: hidden;
}
@media (min-width: 512px) {
  .teasers .cropped-iphone {
    display: none;
  }
}
.teasers .cropped-iphone + p {
  margin-top: 3em;
}
.teasers .aright {
  border-radius: 9px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05), 10px 10px 20px 0 rgba(0, 0, 0, 0.05), 20px 20px 40px 0 rgba(0, 0, 0, 0.05), 40px 40px 80px 0 rgba(0, 0, 0, 0.05);
  height: auto;
  margin-left: -90%;
  margin-right: 22px;
  max-width: none;
  width: 180%;
}
@media (min-width: 416px) {
  .teasers .aright {
    margin-right: 28px;
  }
}
.teasers .abottom {
  margin-bottom: -50px;
  margin-top: 0;
}
@media (min-width: 416px) {
  .teasers .abottom {
    margin-bottom: -55px;
  }
}
@media (min-width: 512px) {
  .teasers .abottom {
    margin-bottom: -60px;
  }
}
.teasers .aleft {
  border-radius: 9px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05), 10px 10px 20px 0 rgba(0, 0, 0, 0.05), 20px 20px 40px 0 rgba(0, 0, 0, 0.05), 40px 40px 80px 0 rgba(0, 0, 0, 0.05);
  height: auto;
  margin-left: 22px;
  max-width: none;
  width: 180%;
}
@media (min-width: 416px) {
  .teasers .aleft {
    margin-left: 28px;
  }
}
.teasers .acenter {
  height: auto;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  width: 180%;
}
.teasers .iphone {
  display: block;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 512px) {
  .teasers .iphone {
    display: none;
  }
}
.teasers .macos {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 512px) {
  .teasers .macos {
    display: block;
  }
}
.teasers .avatar,
.teasers .profilepic {
  margin-bottom: 1em;
  max-width: 5em;
  width: 5em;
}

.winshadow {
  border-radius: 5px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
  display: block;
}
@media (min-width: 512px) {
  .winshadow {
    border-radius: 7px;
  }
}
@media (min-width: 768px) {
  .winshadow {
    border-radius: 10px;
  }
}
@media (min-width: 1040px) {
  .winshadow {
    border-radius: 12px;
  }
}

.page h3,
.single h3,
.blog__feed h3,
.category h3 {
  margin: 3em auto 0em;
}
.page h2 + h3,
.page h3 + p,
.page h2 + p,
.page h4 + h3,
.single h2 + h3,
.single h3 + p,
.single h2 + p,
.single h4 + h3,
.blog__feed h2 + h3,
.blog__feed h3 + p,
.blog__feed h2 + p,
.blog__feed h4 + h3,
.category h2 + h3,
.category h3 + p,
.category h2 + p,
.category h4 + h3 {
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}
.page .thumbnail,
.single .thumbnail,
.blog__feed .thumbnail,
.category .thumbnail {
  margin-bottom: 1em;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 3em;
  width: 100%;
}
.page .thumbnail img,
.single .thumbnail img,
.blog__feed .thumbnail img,
.category .thumbnail img {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.page .thumbnail + h3,
.single .thumbnail + h3,
.blog__feed .thumbnail + h3,
.category .thumbnail + h3 {
  margin-top: 1em;
}
.page h1,
.single h1,
.blog__feed h1,
.category h1 {
  margin-top: 0em;
}
.page h3 + p,
.single h3 + p,
.blog__feed h3 + p,
.category h3 + p {
  margin: 0.5em auto 3em;
}
.page .macos,
.single .macos,
.blog__feed .macos,
.category .macos {
  display: none;
  margin: 0;
  margin-bottom: 3em;
  margin-top: 3em;
  padding: 0;
  width: 100%;
}
@media (min-width: 512px) {
  .page .macos,
  .single .macos,
  .blog__feed .macos,
  .category .macos {
    display: block;
  }
}
.page .desktop,
.single .desktop,
.blog__feed .desktop,
.category .desktop {
  display: none;
  max-width: 1024px;
}
@media (min-width: 512px) {
  .page .desktop,
  .single .desktop,
  .blog__feed .desktop,
  .category .desktop {
    border-radius: 7px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05), 10px 10px 20px 0 rgba(0, 0, 0, 0.05), 20px 20px 40px 0 rgba(0, 0, 0, 0.05), 40px 40px 80px 0 rgba(0, 0, 0, 0.05);
    display: block;
  }
}
@media (min-width: 768px) {
  .page .desktop,
  .single .desktop,
  .blog__feed .desktop,
  .category .desktop {
    border-radius: 10px;
  }
}
@media (min-width: 1040px) {
  .page .desktop,
  .single .desktop,
  .blog__feed .desktop,
  .category .desktop {
    border-radius: 12px;
    max-width: 1024px;
  }
}
.page .mobilescreen,
.single .mobilescreen,
.blog__feed .mobilescreen,
.category .mobilescreen {
  border-radius: 37px 37px;
  display: block;
  margin-top: 2em;
  overflow: hidden;
}
@media (min-width: 416px) {
  .page .mobilescreen,
  .single .mobilescreen,
  .blog__feed .mobilescreen,
  .category .mobilescreen {
    border-radius: 55px 55px;
  }
}
@media (min-width: 320px) {
  .page .mobilescreen,
  .single .mobilescreen,
  .blog__feed .mobilescreen,
  .category .mobilescreen {
    border-radius: 63px 63px;
  }
}
@media (min-width: 512px) {
  .page .mobilescreen,
  .single .mobilescreen,
  .blog__feed .mobilescreen,
  .category .mobilescreen {
    display: none;
  }
}
.page .mobilescreen + p,
.single .mobilescreen + p,
.blog__feed .mobilescreen + p,
.category .mobilescreen + p {
  margin-top: 3em;
}

.wrapper {
  align-items: stretch;
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 2em auto;
  max-width: 1024px;
  padding: 0;
  row-gap: 20px;
}
@media (max-width: 720px) {
  .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 721px) and (max-width: 1100px) {
  .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 416px) {
  .wrapper {
    padding: 0;
  }
}
@media (min-width: 512px) {
  .wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .wrapper {
    padding: 0;
  }
}
@media (min-width: 1040px) {
  .wrapper {
    padding: 0;
  }
}
@media (min-width: 1126px) {
  .wrapper {
    padding: 0;
  }
}

.widetile,
.card .newsletaire,
.card .buy-card {
  border-radius: 11px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05), 0px 0px 15px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 25px 0 rgba(0, 0, 0, 0.05);
  padding: 1.3em 1.5em 3.5em 1.5em;
  transform: translateZ(0);
  z-index: 10;
}
@media (prefers-color-scheme: dark) {
  .widetile,
  .card .newsletaire,
  .card .buy-card {
    background: rgb(27, 27, 27);
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15), 0px 0px 15px 0 rgba(0, 0, 0, 0.15), 0px 0px 20px 0 rgba(0, 0, 0, 0.15), 0px 0px 25px 0 rgba(0, 0, 0, 0.15);
  }
}
.widetile .moonlight.card .newsletaire,
.card .newsletaire .moonlight.card .newsletaire,
.card .buy-card .moonlight.card .newsletaire {
  background: rgb(27, 27, 27);
}
.widetile h2,
.widetile h3,
.widetile h4,
.widetile h5,
.card .newsletaire h2,
.card .newsletaire h3,
.card .newsletaire h4,
.card .newsletaire h5,
.card .buy-card h2,
.card .buy-card h3,
.card .buy-card h4,
.card .buy-card h5 {
  margin-top: 0;
}
.widetile h3,
.card .newsletaire h3,
.card .buy-card h3 {
  margin-bottom: 0.25em;
}
.widetile h5,
.card .newsletaire h5,
.card .buy-card h5 {
  letter-spacing: 0.5px;
  margin-left: 0;
  text-transform: uppercase;
  text-weight: 500;
}
.widetile p,
.card .newsletaire p,
.card .buy-card p {
  margin-bottom: 0;
}

.container > .card {
  margin-top: 0;
}

.card .newsletaire .card .buy-card {
  margin-top: 4em;
  padding-bottom: 2em;
}

.tile, .page-template-template-how-to-writer-top .how-to-video-thumb,
.page-template-template-how-to-presenter-top .how-to-video-thumb, .page-template-template-how-to-101-article .how-to-article-banner-link, .page-template-template-how-to-101-article .how-to-home-grid-wrapper, .page-template-template-how-to-101-article .breakout-wrapper, .page-template-template-how-to-presenter-top .how-to-article-banner-link, .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .how-to-article-banner-link, .page-template-template-how-to-writer-top .how-to-home-grid-wrapper {
  border-radius: 11px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05), 0px 0px 15px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 25px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  z-index: 10;
}
@media (prefers-color-scheme: dark) {
  .tile, .page-template-template-how-to-writer-top .how-to-video-thumb,
  .page-template-template-how-to-presenter-top .how-to-video-thumb, .page-template-template-how-to-101-article .how-to-article-banner-link, .page-template-template-how-to-101-article .how-to-home-grid-wrapper, .page-template-template-how-to-101-article .breakout-wrapper, .page-template-template-how-to-presenter-top .how-to-article-banner-link, .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .how-to-article-banner-link, .page-template-template-how-to-writer-top .how-to-home-grid-wrapper {
    background: rgb(27, 27, 27);
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15), 0px 0px 15px 0 rgba(0, 0, 0, 0.15), 0px 0px 20px 0 rgba(0, 0, 0, 0.15), 0px 0px 25px 0 rgba(0, 0, 0, 0.15);
  }
}

.presenter-page .tile, .presenter-page .page-template-template-how-to-writer-top .how-to-video-thumb, .page-template-template-how-to-writer-top .presenter-page .how-to-video-thumb,
.presenter-page .page-template-template-how-to-presenter-top .how-to-video-thumb,
.page-template-template-how-to-presenter-top .presenter-page .how-to-video-thumb, .presenter-page .page-template-template-how-to-101-article .how-to-article-banner-link, .page-template-template-how-to-101-article .presenter-page .how-to-article-banner-link, .presenter-page .page-template-template-how-to-101-article .how-to-home-grid-wrapper, .page-template-template-how-to-101-article .presenter-page .how-to-home-grid-wrapper, .presenter-page .page-template-template-how-to-101-article .breakout-wrapper, .page-template-template-how-to-101-article .presenter-page .breakout-wrapper, .presenter-page .page-template-template-how-to-presenter-top .how-to-article-banner-link, .page-template-template-how-to-presenter-top .presenter-page .how-to-article-banner-link, .presenter-page .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper, .page-template-template-how-to-presenter-top .presenter-page .how-to-home-grid-wrapper, .presenter-page .page-template-template-how-to-writer-top .how-to-article-banner-link, .page-template-template-how-to-writer-top .presenter-page .how-to-article-banner-link, .presenter-page .page-template-template-how-to-writer-top .how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .presenter-page .how-to-home-grid-wrapper {
  background: rgb(27, 27, 27);
}

.presenter-edu-page .tile, .presenter-edu-page .page-template-template-how-to-writer-top .how-to-video-thumb, .page-template-template-how-to-writer-top .presenter-edu-page .how-to-video-thumb,
.presenter-edu-page .page-template-template-how-to-presenter-top .how-to-video-thumb,
.page-template-template-how-to-presenter-top .presenter-edu-page .how-to-video-thumb, .presenter-edu-page .page-template-template-how-to-101-article .how-to-article-banner-link, .page-template-template-how-to-101-article .presenter-edu-page .how-to-article-banner-link, .presenter-edu-page .page-template-template-how-to-101-article .how-to-home-grid-wrapper, .page-template-template-how-to-101-article .presenter-edu-page .how-to-home-grid-wrapper, .presenter-edu-page .page-template-template-how-to-101-article .breakout-wrapper, .page-template-template-how-to-101-article .presenter-edu-page .breakout-wrapper, .presenter-edu-page .page-template-template-how-to-presenter-top .how-to-article-banner-link, .page-template-template-how-to-presenter-top .presenter-edu-page .how-to-article-banner-link, .presenter-edu-page .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper, .page-template-template-how-to-presenter-top .presenter-edu-page .how-to-home-grid-wrapper, .presenter-edu-page .page-template-template-how-to-writer-top .how-to-article-banner-link, .page-template-template-how-to-writer-top .presenter-edu-page .how-to-article-banner-link, .presenter-edu-page .page-template-template-how-to-writer-top .how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .presenter-edu-page .how-to-home-grid-wrapper {
  background-color: transparent;
}

.littleshadow,
a.tile:hover,
.tile:hover,
.page-template-template-how-to-writer-top .how-to-video-thumb:hover,
.page-template-template-how-to-presenter-top .how-to-video-thumb:hover,
.page-template-template-how-to-101-article .how-to-article-banner-link:hover,
.page-template-template-how-to-101-article .how-to-home-grid-wrapper:hover,
.page-template-template-how-to-101-article .breakout-wrapper:hover,
.page-template-template-how-to-presenter-top .how-to-article-banner-link:hover,
.page-template-template-how-to-presenter-top .how-to-home-grid-wrapper:hover,
.page-template-template-how-to-writer-top .how-to-article-banner-link:hover,
.page-template-template-how-to-writer-top .how-to-home-grid-wrapper:hover,
.tile a:hover,
.page-template-template-how-to-writer-top .how-to-video-thumb a:hover,
.page-template-template-how-to-presenter-top .how-to-video-thumb a:hover,
.page-template-template-how-to-101-article .how-to-article-banner-link a:hover,
.page-template-template-how-to-101-article .how-to-home-grid-wrapper a:hover,
.page-template-template-how-to-101-article .breakout-wrapper a:hover,
.page-template-template-how-to-presenter-top .how-to-article-banner-link a:hover,
.page-template-template-how-to-presenter-top .how-to-home-grid-wrapper a:hover,
.page-template-template-how-to-writer-top .how-to-article-banner-link a:hover,
.page-template-template-how-to-writer-top .how-to-home-grid-wrapper a:hover {
  /* Add box-shadow on hover */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: rgb(34, 34, 34);
  transition: transform 0.3s ease-in-out;
}
@media (prefers-color-scheme: dark) {
  .littleshadow,
  a.tile:hover,
  .tile:hover,
  .page-template-template-how-to-writer-top .how-to-video-thumb:hover,
  .page-template-template-how-to-presenter-top .how-to-video-thumb:hover,
  .page-template-template-how-to-101-article .how-to-article-banner-link:hover,
  .page-template-template-how-to-101-article .how-to-home-grid-wrapper:hover,
  .page-template-template-how-to-101-article .breakout-wrapper:hover,
  .page-template-template-how-to-presenter-top .how-to-article-banner-link:hover,
  .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper:hover,
  .page-template-template-how-to-writer-top .how-to-article-banner-link:hover,
  .page-template-template-how-to-writer-top .how-to-home-grid-wrapper:hover,
  .tile a:hover,
  .page-template-template-how-to-writer-top .how-to-video-thumb a:hover,
  .page-template-template-how-to-presenter-top .how-to-video-thumb a:hover,
  .page-template-template-how-to-101-article .how-to-article-banner-link a:hover,
  .page-template-template-how-to-101-article .how-to-home-grid-wrapper a:hover,
  .page-template-template-how-to-101-article .breakout-wrapper a:hover,
  .page-template-template-how-to-presenter-top .how-to-article-banner-link a:hover,
  .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper a:hover,
  .page-template-template-how-to-writer-top .how-to-article-banner-link a:hover,
  .page-template-template-how-to-writer-top .how-to-home-grid-wrapper a:hover {
    color: rgb(240, 240, 240);
  }
}

.presenter-page {
  color: rgb(240, 240, 240);
}
.presenter-page a.tile:hover,
.presenter-page .tile:hover,
.presenter-page .page-template-template-how-to-writer-top .how-to-video-thumb:hover,
.page-template-template-how-to-writer-top .presenter-page .how-to-video-thumb:hover,
.presenter-page .page-template-template-how-to-presenter-top .how-to-video-thumb:hover,
.page-template-template-how-to-presenter-top .presenter-page .how-to-video-thumb:hover,
.presenter-page .page-template-template-how-to-101-article .how-to-article-banner-link:hover,
.page-template-template-how-to-101-article .presenter-page .how-to-article-banner-link:hover,
.presenter-page .page-template-template-how-to-101-article .how-to-home-grid-wrapper:hover,
.page-template-template-how-to-101-article .presenter-page .how-to-home-grid-wrapper:hover,
.presenter-page .page-template-template-how-to-101-article .breakout-wrapper:hover,
.page-template-template-how-to-101-article .presenter-page .breakout-wrapper:hover,
.presenter-page .page-template-template-how-to-presenter-top .how-to-article-banner-link:hover,
.page-template-template-how-to-presenter-top .presenter-page .how-to-article-banner-link:hover,
.presenter-page .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper:hover,
.page-template-template-how-to-presenter-top .presenter-page .how-to-home-grid-wrapper:hover,
.presenter-page .page-template-template-how-to-writer-top .how-to-article-banner-link:hover,
.page-template-template-how-to-writer-top .presenter-page .how-to-article-banner-link:hover,
.presenter-page .page-template-template-how-to-writer-top .how-to-home-grid-wrapper:hover,
.page-template-template-how-to-writer-top .presenter-page .how-to-home-grid-wrapper:hover,
.presenter-page .tile a:hover,
.presenter-page .page-template-template-how-to-writer-top .how-to-video-thumb a:hover,
.page-template-template-how-to-writer-top .presenter-page .how-to-video-thumb a:hover,
.presenter-page .page-template-template-how-to-presenter-top .how-to-video-thumb a:hover,
.page-template-template-how-to-presenter-top .presenter-page .how-to-video-thumb a:hover,
.presenter-page .page-template-template-how-to-101-article .how-to-article-banner-link a:hover,
.page-template-template-how-to-101-article .presenter-page .how-to-article-banner-link a:hover,
.presenter-page .page-template-template-how-to-101-article .how-to-home-grid-wrapper a:hover,
.page-template-template-how-to-101-article .presenter-page .how-to-home-grid-wrapper a:hover,
.presenter-page .page-template-template-how-to-101-article .breakout-wrapper a:hover,
.page-template-template-how-to-101-article .presenter-page .breakout-wrapper a:hover,
.presenter-page .page-template-template-how-to-presenter-top .how-to-article-banner-link a:hover,
.page-template-template-how-to-presenter-top .presenter-page .how-to-article-banner-link a:hover,
.presenter-page .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper a:hover,
.page-template-template-how-to-presenter-top .presenter-page .how-to-home-grid-wrapper a:hover,
.presenter-page .page-template-template-how-to-writer-top .how-to-article-banner-link a:hover,
.page-template-template-how-to-writer-top .presenter-page .how-to-article-banner-link a:hover,
.presenter-page .page-template-template-how-to-writer-top .how-to-home-grid-wrapper a:hover,
.page-template-template-how-to-writer-top .presenter-page .how-to-home-grid-wrapper a:hover {
  color: rgb(240, 240, 240);
}

a.tile:hover,
.tile:hover,
.page-template-template-how-to-writer-top .how-to-video-thumb:hover,
.page-template-template-how-to-presenter-top .how-to-video-thumb:hover,
.page-template-template-how-to-101-article .how-to-article-banner-link:hover,
.page-template-template-how-to-101-article .how-to-home-grid-wrapper:hover,
.page-template-template-how-to-101-article .breakout-wrapper:hover,
.page-template-template-how-to-presenter-top .how-to-article-banner-link:hover,
.page-template-template-how-to-presenter-top .how-to-home-grid-wrapper:hover,
.page-template-template-how-to-writer-top .how-to-article-banner-link:hover,
.page-template-template-how-to-writer-top .how-to-home-grid-wrapper:hover,
.tile a:hover,
.page-template-template-how-to-writer-top .how-to-video-thumb a:hover,
.page-template-template-how-to-presenter-top .how-to-video-thumb a:hover,
.page-template-template-how-to-101-article .how-to-article-banner-link a:hover,
.page-template-template-how-to-101-article .how-to-home-grid-wrapper a:hover,
.page-template-template-how-to-101-article .breakout-wrapper a:hover,
.page-template-template-how-to-presenter-top .how-to-article-banner-link a:hover,
.page-template-template-how-to-presenter-top .how-to-home-grid-wrapper a:hover,
.page-template-template-how-to-writer-top .how-to-article-banner-link a:hover,
.page-template-template-how-to-writer-top .how-to-home-grid-wrapper a:hover {
  /* Add box-shadow on hover */
  text-decoration: none;
}

.click-tile {
  display: flex;
  text-decoration: none;
  width: 100%;
}
.click-tile:hover {
  text-decoration: none;
  transform: scale(0.98);
}
.click-tile {
  transition: transform 0.3s ease-in-out;
}

a.app-store-badge-link {
  display: inline-block;
}

.tile a.app-store-badge-link:hover, .page-template-template-how-to-writer-top .how-to-video-thumb a.app-store-badge-link:hover,
.page-template-template-how-to-presenter-top .how-to-video-thumb a.app-store-badge-link:hover, .page-template-template-how-to-101-article .how-to-article-banner-link a.app-store-badge-link:hover, .page-template-template-how-to-101-article .how-to-home-grid-wrapper a.app-store-badge-link:hover, .page-template-template-how-to-101-article .breakout-wrapper a.app-store-badge-link:hover, .page-template-template-how-to-presenter-top .how-to-article-banner-link a.app-store-badge-link:hover, .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper a.app-store-badge-link:hover, .page-template-template-how-to-writer-top .how-to-article-banner-link a.app-store-badge-link:hover, .page-template-template-how-to-writer-top .how-to-home-grid-wrapper a.app-store-badge-link:hover {
  background-color: transparent;
  box-shadow: none !important;
}

.click-tile .tile p, .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb p, .page-template-template-how-to-writer-top .click-tile .how-to-video-thumb p,
.click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb p,
.page-template-template-how-to-presenter-top .click-tile .how-to-video-thumb p, .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link p, .page-template-template-how-to-101-article .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper p, .page-template-template-how-to-101-article .click-tile .how-to-home-grid-wrapper p, .click-tile .page-template-template-how-to-101-article .breakout-wrapper p, .page-template-template-how-to-101-article .click-tile .breakout-wrapper p, .click-tile .page-template-template-how-to-presenter-top .how-to-article-banner-link p, .page-template-template-how-to-presenter-top .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p, .page-template-template-how-to-presenter-top .click-tile .how-to-home-grid-wrapper p, .click-tile .page-template-template-how-to-writer-top .how-to-article-banner-link p, .page-template-template-how-to-writer-top .click-tile .how-to-article-banner-link p, .click-tile .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p, .page-template-template-how-to-writer-top .click-tile .how-to-home-grid-wrapper p,
.home-contents .click-tile .tile p,
.home-contents .tile p,
.home-contents .page-template-template-how-to-writer-top .how-to-video-thumb p,
.page-template-template-how-to-writer-top .home-contents .how-to-video-thumb p,
.home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb p,
.page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb p,
.home-contents .page-template-template-how-to-101-article .how-to-article-banner-link p,
.page-template-template-how-to-101-article .home-contents .how-to-article-banner-link p,
.home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper p,
.page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper p,
.home-contents .page-template-template-how-to-101-article .breakout-wrapper p,
.page-template-template-how-to-101-article .home-contents .breakout-wrapper p,
.home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link p,
.page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link p,
.home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p,
.page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper p,
.home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link p,
.page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link p,
.home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p,
.page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper p,
.preorder.tile p,
.page-template-template-how-to-writer-top .preorder.how-to-video-thumb p,
.page-template-template-how-to-presenter-top .preorder.how-to-video-thumb p,
.page-template-template-how-to-101-article .preorder.how-to-article-banner-link p,
.page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper p,
.page-template-template-how-to-101-article .preorder.breakout-wrapper p,
.page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link p,
.page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper p,
.page-template-template-how-to-writer-top .preorder.how-to-article-banner-link p,
.page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper p {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  line-height: 135%;
  margin: 0 1em 0.25em 1em;
}
.click-tile .tile p:last-of-type, .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb p:last-of-type, .page-template-template-how-to-writer-top .click-tile .how-to-video-thumb p:last-of-type,
.click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb p:last-of-type,
.page-template-template-how-to-presenter-top .click-tile .how-to-video-thumb p:last-of-type, .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link p:last-of-type, .page-template-template-how-to-101-article .click-tile .how-to-article-banner-link p:last-of-type, .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper p:last-of-type, .page-template-template-how-to-101-article .click-tile .how-to-home-grid-wrapper p:last-of-type, .click-tile .page-template-template-how-to-101-article .breakout-wrapper p:last-of-type, .page-template-template-how-to-101-article .click-tile .breakout-wrapper p:last-of-type, .click-tile .page-template-template-how-to-presenter-top .how-to-article-banner-link p:last-of-type, .page-template-template-how-to-presenter-top .click-tile .how-to-article-banner-link p:last-of-type, .click-tile .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p:last-of-type, .page-template-template-how-to-presenter-top .click-tile .how-to-home-grid-wrapper p:last-of-type, .click-tile .page-template-template-how-to-writer-top .how-to-article-banner-link p:last-of-type, .page-template-template-how-to-writer-top .click-tile .how-to-article-banner-link p:last-of-type, .click-tile .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p:last-of-type, .page-template-template-how-to-writer-top .click-tile .how-to-home-grid-wrapper p:last-of-type,
.home-contents .click-tile .tile p:last-of-type,
.home-contents .tile p:last-of-type,
.home-contents .page-template-template-how-to-writer-top .how-to-video-thumb p:last-of-type,
.page-template-template-how-to-writer-top .home-contents .how-to-video-thumb p:last-of-type,
.home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb p:last-of-type,
.page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb p:last-of-type,
.home-contents .page-template-template-how-to-101-article .how-to-article-banner-link p:last-of-type,
.page-template-template-how-to-101-article .home-contents .how-to-article-banner-link p:last-of-type,
.home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper p:last-of-type,
.page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper p:last-of-type,
.home-contents .page-template-template-how-to-101-article .breakout-wrapper p:last-of-type,
.page-template-template-how-to-101-article .home-contents .breakout-wrapper p:last-of-type,
.home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link p:last-of-type,
.page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link p:last-of-type,
.home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p:last-of-type,
.page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper p:last-of-type,
.home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link p:last-of-type,
.page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link p:last-of-type,
.home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p:last-of-type,
.page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper p:last-of-type,
.preorder.tile p:last-of-type,
.page-template-template-how-to-writer-top .preorder.how-to-video-thumb p:last-of-type,
.page-template-template-how-to-presenter-top .preorder.how-to-video-thumb p:last-of-type,
.page-template-template-how-to-101-article .preorder.how-to-article-banner-link p:last-of-type,
.page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper p:last-of-type,
.page-template-template-how-to-101-article .preorder.breakout-wrapper p:last-of-type,
.page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link p:last-of-type,
.page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper p:last-of-type,
.page-template-template-how-to-writer-top .preorder.how-to-article-banner-link p:last-of-type,
.page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper p:last-of-type {
  margin: 0 1em 2em 1em;
}
.click-tile .tile a, .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb a, .page-template-template-how-to-writer-top .click-tile .how-to-video-thumb a,
.click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb a,
.page-template-template-how-to-presenter-top .click-tile .how-to-video-thumb a, .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link a, .page-template-template-how-to-101-article .click-tile .how-to-article-banner-link a, .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper a, .page-template-template-how-to-101-article .click-tile .how-to-home-grid-wrapper a, .click-tile .page-template-template-how-to-101-article .breakout-wrapper a, .page-template-template-how-to-101-article .click-tile .breakout-wrapper a, .click-tile .page-template-template-how-to-presenter-top .how-to-article-banner-link a, .page-template-template-how-to-presenter-top .click-tile .how-to-article-banner-link a, .click-tile .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper a, .page-template-template-how-to-presenter-top .click-tile .how-to-home-grid-wrapper a, .click-tile .page-template-template-how-to-writer-top .how-to-article-banner-link a, .page-template-template-how-to-writer-top .click-tile .how-to-article-banner-link a, .click-tile .page-template-template-how-to-writer-top .how-to-home-grid-wrapper a, .page-template-template-how-to-writer-top .click-tile .how-to-home-grid-wrapper a,
.home-contents .click-tile .tile a,
.home-contents .tile a,
.home-contents .page-template-template-how-to-writer-top .how-to-video-thumb a,
.page-template-template-how-to-writer-top .home-contents .how-to-video-thumb a,
.home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb a,
.page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb a,
.home-contents .page-template-template-how-to-101-article .how-to-article-banner-link a,
.page-template-template-how-to-101-article .home-contents .how-to-article-banner-link a,
.home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper a,
.page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper a,
.home-contents .page-template-template-how-to-101-article .breakout-wrapper a,
.page-template-template-how-to-101-article .home-contents .breakout-wrapper a,
.home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link a,
.page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link a,
.home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper a,
.page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper a,
.home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link a,
.page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link a,
.home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper a,
.page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper a,
.preorder.tile a,
.page-template-template-how-to-writer-top .preorder.how-to-video-thumb a,
.page-template-template-how-to-presenter-top .preorder.how-to-video-thumb a,
.page-template-template-how-to-101-article .preorder.how-to-article-banner-link a,
.page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper a,
.page-template-template-how-to-101-article .preorder.breakout-wrapper a,
.page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link a,
.page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper a,
.page-template-template-how-to-writer-top .preorder.how-to-article-banner-link a,
.page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper a {
  text-decoration: none;
}
.click-tile .tile, .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb, .page-template-template-how-to-writer-top .click-tile .how-to-video-thumb,
.click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb,
.page-template-template-how-to-presenter-top .click-tile .how-to-video-thumb, .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link, .page-template-template-how-to-101-article .click-tile .how-to-article-banner-link, .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper, .page-template-template-how-to-101-article .click-tile .how-to-home-grid-wrapper, .click-tile .page-template-template-how-to-101-article .breakout-wrapper, .page-template-template-how-to-101-article .click-tile .breakout-wrapper, .click-tile .page-template-template-how-to-presenter-top .how-to-article-banner-link, .page-template-template-how-to-presenter-top .click-tile .how-to-article-banner-link, .click-tile .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper, .page-template-template-how-to-presenter-top .click-tile .how-to-home-grid-wrapper, .click-tile .page-template-template-how-to-writer-top .how-to-article-banner-link, .page-template-template-how-to-writer-top .click-tile .how-to-article-banner-link, .click-tile .page-template-template-how-to-writer-top .how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .click-tile .how-to-home-grid-wrapper,
.home-contents .click-tile .tile,
.home-contents .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb,
.page-template-template-how-to-writer-top .home-contents .click-tile .how-to-video-thumb,
.home-contents .click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb,
.page-template-template-how-to-presenter-top .home-contents .click-tile .how-to-video-thumb,
.home-contents .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link,
.page-template-template-how-to-101-article .home-contents .click-tile .how-to-article-banner-link,
.home-contents .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper,
.page-template-template-how-to-101-article .home-contents .click-tile .how-to-home-grid-wrapper,
.home-contents .click-tile .page-template-template-how-to-101-article .breakout-wrapper,
.page-template-template-how-to-101-article .home-contents .click-tile .breakout-wrapper,
.home-contents .click-tile .page-template-template-how-to-presenter-top .how-to-article-banner-link,
.page-template-template-how-to-presenter-top .home-contents .click-tile .how-to-article-banner-link,
.home-contents .click-tile .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper,
.page-template-template-how-to-presenter-top .home-contents .click-tile .how-to-home-grid-wrapper,
.home-contents .click-tile .page-template-template-how-to-writer-top .how-to-article-banner-link,
.page-template-template-how-to-writer-top .home-contents .click-tile .how-to-article-banner-link,
.home-contents .click-tile .page-template-template-how-to-writer-top .how-to-home-grid-wrapper,
.page-template-template-how-to-writer-top .home-contents .click-tile .how-to-home-grid-wrapper,
.home-contents .tile,
.home-contents .page-template-template-how-to-writer-top .how-to-video-thumb,
.page-template-template-how-to-writer-top .home-contents .how-to-video-thumb,
.home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb,
.page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb,
.home-contents .page-template-template-how-to-101-article .how-to-article-banner-link,
.page-template-template-how-to-101-article .home-contents .how-to-article-banner-link,
.home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper,
.page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper,
.home-contents .page-template-template-how-to-101-article .breakout-wrapper,
.page-template-template-how-to-101-article .home-contents .breakout-wrapper,
.home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link,
.page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link,
.home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper,
.page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper,
.home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link,
.page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link,
.home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper,
.page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper,
.preorder.tile,
.page-template-template-how-to-writer-top .preorder.how-to-video-thumb,
.page-template-template-how-to-presenter-top .preorder.how-to-video-thumb,
.page-template-template-how-to-101-article .preorder.how-to-article-banner-link,
.page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper,
.page-template-template-how-to-101-article .preorder.breakout-wrapper,
.page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link,
.page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper,
.page-template-template-how-to-writer-top .preorder.how-to-article-banner-link,
.page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper {
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
}

.click-tile .preorder.tile, .click-tile .page-template-template-how-to-writer-top .preorder.how-to-video-thumb, .page-template-template-how-to-writer-top .click-tile .preorder.how-to-video-thumb,
.click-tile .page-template-template-how-to-presenter-top .preorder.how-to-video-thumb,
.page-template-template-how-to-presenter-top .click-tile .preorder.how-to-video-thumb, .click-tile .page-template-template-how-to-101-article .preorder.how-to-article-banner-link, .page-template-template-how-to-101-article .click-tile .preorder.how-to-article-banner-link, .click-tile .page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper, .page-template-template-how-to-101-article .click-tile .preorder.how-to-home-grid-wrapper, .click-tile .page-template-template-how-to-101-article .preorder.breakout-wrapper, .page-template-template-how-to-101-article .click-tile .preorder.breakout-wrapper, .click-tile .page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link, .page-template-template-how-to-presenter-top .click-tile .preorder.how-to-article-banner-link, .click-tile .page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper, .page-template-template-how-to-presenter-top .click-tile .preorder.how-to-home-grid-wrapper, .click-tile .page-template-template-how-to-writer-top .preorder.how-to-article-banner-link, .page-template-template-how-to-writer-top .click-tile .preorder.how-to-article-banner-link, .click-tile .page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .click-tile .preorder.how-to-home-grid-wrapper {
  margin-top: 3em;
}

.tile + .contact-support-tile, .page-template-template-how-to-writer-top .how-to-video-thumb + .contact-support-tile,
.page-template-template-how-to-presenter-top .how-to-video-thumb + .contact-support-tile, .page-template-template-how-to-101-article .how-to-article-banner-link + .contact-support-tile, .page-template-template-how-to-101-article .how-to-home-grid-wrapper + .contact-support-tile, .page-template-template-how-to-101-article .breakout-wrapper + .contact-support-tile, .page-template-template-how-to-presenter-top .how-to-article-banner-link + .contact-support-tile, .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper + .contact-support-tile, .page-template-template-how-to-writer-top .how-to-article-banner-link + .contact-support-tile, .page-template-template-how-to-writer-top .how-to-home-grid-wrapper + .contact-support-tile {
  grid-column-end: -1;
}

.icon-container {
  background-image: url("https://static.ia.net/platform-icons/icon-more.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0.5em;
  content: "";
  height: 1.5em;
  position: absolute;
  right: 0.5em;
  width: 1.5em;
}

a.click-tile.dark .icon-container {
  background-image: url("https://static.ia.net/platform-icons/wicon-more.png");
}

.article .tile img, .article .page-template-template-how-to-writer-top .how-to-video-thumb img, .page-template-template-how-to-writer-top .article .how-to-video-thumb img,
.article .page-template-template-how-to-presenter-top .how-to-video-thumb img,
.page-template-template-how-to-presenter-top .article .how-to-video-thumb img, .article .page-template-template-how-to-101-article .how-to-article-banner-link img, .page-template-template-how-to-101-article .article .how-to-article-banner-link img, .article .page-template-template-how-to-101-article .how-to-home-grid-wrapper img, .page-template-template-how-to-101-article .article .how-to-home-grid-wrapper img, .article .page-template-template-how-to-101-article .breakout-wrapper img, .page-template-template-how-to-101-article .article .breakout-wrapper img, .article .page-template-template-how-to-presenter-top .how-to-article-banner-link img, .page-template-template-how-to-presenter-top .article .how-to-article-banner-link img, .article .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper img, .page-template-template-how-to-presenter-top .article .how-to-home-grid-wrapper img, .article .page-template-template-how-to-writer-top .how-to-article-banner-link img, .page-template-template-how-to-writer-top .article .how-to-article-banner-link img, .article .page-template-template-how-to-writer-top .how-to-home-grid-wrapper img, .page-template-template-how-to-writer-top .article .how-to-home-grid-wrapper img,
.home-contents .tile img,
.home-contents .page-template-template-how-to-writer-top .how-to-video-thumb img,
.page-template-template-how-to-writer-top .home-contents .how-to-video-thumb img,
.home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb img,
.page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb img,
.home-contents .page-template-template-how-to-101-article .how-to-article-banner-link img,
.page-template-template-how-to-101-article .home-contents .how-to-article-banner-link img,
.home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper img,
.page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper img,
.home-contents .page-template-template-how-to-101-article .breakout-wrapper img,
.page-template-template-how-to-101-article .home-contents .breakout-wrapper img,
.home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link img,
.page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link img,
.home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper img,
.page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper img,
.home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link img,
.page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link img,
.home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper img,
.page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper img {
  border-radius: 11px 11px 0 0;
  height: 10em;
  margin: 0;
  margin-bottom: 0.5em;
  object-fit: cover;
  padding: 0;
  position: relative;
  width: 100%;
}

@media (prefers-color-scheme: dark) {
  .home-contents .tile img.invertable-image, .home-contents .page-template-template-how-to-writer-top .how-to-video-thumb img.invertable-image, .page-template-template-how-to-writer-top .home-contents .how-to-video-thumb img.invertable-image,
  .home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb img.invertable-image,
  .page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb img.invertable-image, .home-contents .page-template-template-how-to-101-article .how-to-article-banner-link img.invertable-image, .page-template-template-how-to-101-article .home-contents .how-to-article-banner-link img.invertable-image, .home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper img.invertable-image, .page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper img.invertable-image, .home-contents .page-template-template-how-to-101-article .breakout-wrapper img.invertable-image, .page-template-template-how-to-101-article .home-contents .breakout-wrapper img.invertable-image, .home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link img.invertable-image, .page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link img.invertable-image, .home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper img.invertable-image, .page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper img.invertable-image, .home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link img.invertable-image, .page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link img.invertable-image, .home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper img.invertable-image, .page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper img.invertable-image {
    filter: invert(1);
  }
}

.home-contents .tile img.app-store-badge, .home-contents .page-template-template-how-to-writer-top .how-to-video-thumb img.app-store-badge, .page-template-template-how-to-writer-top .home-contents .how-to-video-thumb img.app-store-badge,
.home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb img.app-store-badge,
.page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb img.app-store-badge, .home-contents .page-template-template-how-to-101-article .how-to-article-banner-link img.app-store-badge, .page-template-template-how-to-101-article .home-contents .how-to-article-banner-link img.app-store-badge, .home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper img.app-store-badge, .page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper img.app-store-badge, .home-contents .page-template-template-how-to-101-article .breakout-wrapper img.app-store-badge, .page-template-template-how-to-101-article .home-contents .breakout-wrapper img.app-store-badge, .home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link img.app-store-badge, .page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link img.app-store-badge, .home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper img.app-store-badge, .page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper img.app-store-badge, .home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link img.app-store-badge, .page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link img.app-store-badge, .home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper img.app-store-badge, .page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper img.app-store-badge {
  border-radius: 0;
  height: 2em;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: auto;
  width: auto;
}

.home-contents .card img.app-store-badge {
  height: 2em;
  margin-left: 0;
  margin-top: 2em;
}

.support .tile h3, .support .page-template-template-how-to-writer-top .how-to-video-thumb h3, .page-template-template-how-to-writer-top .support .how-to-video-thumb h3,
.support .page-template-template-how-to-presenter-top .how-to-video-thumb h3,
.page-template-template-how-to-presenter-top .support .how-to-video-thumb h3, .support .page-template-template-how-to-101-article .how-to-article-banner-link h3, .page-template-template-how-to-101-article .support .how-to-article-banner-link h3, .support .page-template-template-how-to-101-article .how-to-home-grid-wrapper h3, .page-template-template-how-to-101-article .support .how-to-home-grid-wrapper h3, .support .page-template-template-how-to-101-article .breakout-wrapper h3, .page-template-template-how-to-101-article .support .breakout-wrapper h3, .support .page-template-template-how-to-presenter-top .how-to-article-banner-link h3, .page-template-template-how-to-presenter-top .support .how-to-article-banner-link h3, .support .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper h3, .page-template-template-how-to-presenter-top .support .how-to-home-grid-wrapper h3, .support .page-template-template-how-to-writer-top .how-to-article-banner-link h3, .page-template-template-how-to-writer-top .support .how-to-article-banner-link h3, .support .page-template-template-how-to-writer-top .how-to-home-grid-wrapper h3, .page-template-template-how-to-writer-top .support .how-to-home-grid-wrapper h3,
.home-contents .tile h3,
.home-contents .page-template-template-how-to-writer-top .how-to-video-thumb h3,
.page-template-template-how-to-writer-top .home-contents .how-to-video-thumb h3,
.home-contents .page-template-template-how-to-presenter-top .how-to-video-thumb h3,
.page-template-template-how-to-presenter-top .home-contents .how-to-video-thumb h3,
.home-contents .page-template-template-how-to-101-article .how-to-article-banner-link h3,
.page-template-template-how-to-101-article .home-contents .how-to-article-banner-link h3,
.home-contents .page-template-template-how-to-101-article .how-to-home-grid-wrapper h3,
.page-template-template-how-to-101-article .home-contents .how-to-home-grid-wrapper h3,
.home-contents .page-template-template-how-to-101-article .breakout-wrapper h3,
.page-template-template-how-to-101-article .home-contents .breakout-wrapper h3,
.home-contents .page-template-template-how-to-presenter-top .how-to-article-banner-link h3,
.page-template-template-how-to-presenter-top .home-contents .how-to-article-banner-link h3,
.home-contents .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper h3,
.page-template-template-how-to-presenter-top .home-contents .how-to-home-grid-wrapper h3,
.home-contents .page-template-template-how-to-writer-top .how-to-article-banner-link h3,
.page-template-template-how-to-writer-top .home-contents .how-to-article-banner-link h3,
.home-contents .page-template-template-how-to-writer-top .how-to-home-grid-wrapper h3,
.page-template-template-how-to-writer-top .home-contents .how-to-home-grid-wrapper h3,
.preorder.tile h3,
.page-template-template-how-to-writer-top .preorder.how-to-video-thumb h3,
.page-template-template-how-to-presenter-top .preorder.how-to-video-thumb h3,
.page-template-template-how-to-101-article .preorder.how-to-article-banner-link h3,
.page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper h3,
.page-template-template-how-to-101-article .preorder.breakout-wrapper h3,
.page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link h3,
.page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper h3,
.page-template-template-how-to-writer-top .preorder.how-to-article-banner-link h3,
.page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper h3 {
  line-height: 135%;
  margin: 1.5em 1em 0em 1em;
}

.preorder.tile img, .page-template-template-how-to-writer-top .preorder.how-to-video-thumb img,
.page-template-template-how-to-presenter-top .preorder.how-to-video-thumb img, .page-template-template-how-to-101-article .preorder.how-to-article-banner-link img, .page-template-template-how-to-101-article .preorder.how-to-home-grid-wrapper img, .page-template-template-how-to-101-article .preorder.breakout-wrapper img, .page-template-template-how-to-presenter-top .preorder.how-to-article-banner-link img, .page-template-template-how-to-presenter-top .preorder.how-to-home-grid-wrapper img, .page-template-template-how-to-writer-top .preorder.how-to-article-banner-link img, .page-template-template-how-to-writer-top .preorder.how-to-home-grid-wrapper img {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

article .card,
.card {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article .card .cardimage,
.card .cardimage {
  float: right;
  height: 4em;
  margin: -1em;
  width: 4em;
}
article .card .cardicon,
.card .cardicon {
  float: right;
  height: 2em;
  margin: -0.5em;
  width: 2em;
}
@media (prefers-color-scheme: dark) {
  article .card .cardicon,
  .card .cardicon {
    filter: brightness(0.8) contrast(1.2) invert(1);
  }
}
article .card .carddescription,
.card .carddescription {
  float: right;
  margin: -1.5em -1em;
}
@media (prefers-color-scheme: dark) {
  article .card .carddescription,
  .card .carddescription {
    filter: brightness(0.8) contrast(1.2) invert(0);
  }
}
article .card > address,
.card > address {
  display: flex;
  flex: 0 1 100%;
  margin: 0 0 1em 0;
  width: 100%;
}
article .card > ul,
article .card > address > ul,
.card > ul,
.card > address > ul {
  border-radius: 11px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05), 0px 0px 15px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 25px 0 rgba(0, 0, 0, 0.05);
  flex: 0 1 100%;
  line-height: 2em;
  margin: 0;
  padding: 1.5em;
  position: relative;
  transform: translateZ(0);
  width: 100%;
}
@media (max-width: 830px) {
  article .card > ul,
  article .card > address > ul,
  .card > ul,
  .card > address > ul {
    flex: 0 1 100%;
  }
}
article .card > ul li,
article .card > address > ul li,
.card > ul li,
.card > address > ul li {
  line-height: 155%;
}
article .card > ul li p + p,
article .card > address > ul li p + p,
.card > ul li p + p,
.card > address > ul li p + p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (prefers-color-scheme: dark) {
  article .card > ul,
  article .card > address > ul,
  .card > ul,
  .card > address > ul {
    background: rgb(27, 27, 27);
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15), 0px 0px 15px 0 rgba(0, 0, 0, 0.15), 0px 0px 20px 0 rgba(0, 0, 0, 0.15), 0px 0px 25px 0 rgba(0, 0, 0, 0.15);
  }
}
article .card > ul .social-buttons,
article .card > address > ul .social-buttons,
.card > ul .social-buttons,
.card > address > ul .social-buttons {
  margin-top: 1em;
}
article .card > ul li:last-of-type,
article .card > address > ul li:last-of-type,
.card > ul li:last-of-type,
.card > address > ul li:last-of-type {
  margin-bottom: none;
}
@media (max-width: 830px) {
  article .card > ul li:last-of-type,
  article .card > address > ul li:last-of-type,
  .card > ul li:last-of-type,
  .card > address > ul li:last-of-type {
    margin-bottom: none;
  }
}
@media (max-width: 512px) {
  article .card > ul li:last-of-type,
  article .card > address > ul li:last-of-type,
  .card > ul li:last-of-type,
  .card > address > ul li:last-of-type {
    margin-bottom: none;
  }
}
article .card > address > ul,
.card > address > ul {
  flex: 1 1 auto;
}
article .card .meanteaser,
.card .meanteaser {
  font-weight: bold;
  letter-spacing: -0.015em;
  line-height: 110%;
  margin: 0em auto 0.3em auto;
}
article .card #solitaire,
.card #solitaire {
  -webkit-column-count: 2; /* Chrome/Opera, Safari */
  -moz-column-count: 2; /* Mozilla Firefox */
  column-count: 2;
  flex: 0 1 100%;
  margin-top: 2em;
}
@media (max-width: 560px) {
  article .card #solitaire,
  .card #solitaire {
    -webkit-column-count: 1; /* Chrome/Opera, Safari */
    -moz-column-count: 1; /* Mozilla Firefox */
    column-count: 1;
  }
}
article .card .newsletaire,
.card .newsletaire {
  flex: 0 1 100%;
  margin-top: 2em;
  padding-bottom: 1em;
}
article .card .buy-card,
.card .buy-card {
  flex: 0 1 100%;
  margin-top: 0;
  padding-bottom: 1em;
}
article .card .post-card,
.card .post-card {
  margin-bottom: 0;
  margin-top: 0;
}
article .card .newsletaire-top,
.card .newsletaire-top {
  flex: 0 1 100%;
  margin: 2em 0 5em 0;
  padding-bottom: 1em;
}
article .card .newsletaire-mid,
.card .newsletaire-mid {
  flex: 0 1 100%;
  margin: 2em 0 3em 0;
  padding-bottom: 1em;
}
article .card ul li,
article .card ul,
article .card li,
.card ul li,
.card ul,
.card li {
  list-style-type: none;
}
article .card ul > li:before,
.card ul > li:before {
  content: "";
  margin: 0;
}
article .card ul > li,
.card ul > li {
  margin: 0 0 0.5em 0;
  text-indent: 0em;
}
article .card ul > li a,
.card ul > li a {
  text-decoration: none;
}
article .card ul > li a :hover,
.card ul > li a :hover {
  color: #00b2ff;
}
article .card ul > li a::after,
.card ul > li a::after {
  color: #00b2ff;
  content: " ›";
  display: inline-block;
}
article .card .cardtitle,
.card .cardtitle {
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 0.5em;
}
article .card .cardtitle h3,
.card .cardtitle h3 {
  margin-top: 0.25em;
}
article .card .cardtitle a,
.card .cardtitle a {
  color: rgb(34, 34, 34);
  text-decoration: none;
}
article .card .cardtitle a:after,
.card .cardtitle a:after {
  content: none;
}
article .card .cardtitle a:hover,
.card .cardtitle a:hover {
  color: #000000;
}
@media (prefers-color-scheme: dark) {
  article .card .cardtitle a,
  .card .cardtitle a {
    color: rgb(240, 240, 240);
  }
}

.newsletaire {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  .newsletaire {
    color: rgb(240, 240, 240);
  }
}

.moonlight .card > ul,
.moonlight .card > ul .newsletaire,
.moonlight .card .newsletaire > ul,
.moonlight .card .newsletaire > ul .newsletaire,
.moonlight .newsletaire .card > ul,
.moonlight .newsletaire .card > ul .newsletaire,
.moonlight .newsletaire .card .newsletaire > ul,
.moonlight .newsletaire .card .newsletaire > ul .newsletaire {
  background: rgb(27, 27, 27);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15), 0px 0px 15px 0 rgba(0, 0, 0, 0.15), 0px 0px 20px 0 rgba(0, 0, 0, 0.15), 0px 0px 25px 0 rgba(0, 0, 0, 0.15);
}

.iOS-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3em;
}

#iOS-cards {
  align-self: flex-start;
  flex: 0 1 calc(50% - 0.5em);
  margin: 1em 0;
}
@media (prefers-color-scheme: dark) {
  #iOS-cards picture {
    filter: brightness(0.8) contrast(1.2) invert(1);
  }
}
#iOS-cards img {
  border-radius: 11px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05), 0px 0px 15px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 25px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 1em;
  transform: translateZ(0);
  width: 100%;
}
#iOS-cards img .full {
  border-radius: 42px;
}
@media (max-width: 830px) {
  #iOS-cards {
    flex: 0 1 100%;
  }
  #iOS-cards img {
    width: 100%;
  }
}
#iOS-cards h2 {
  margin-top: 0;
}
#iOS-cards h4,
#iOS-cards p,
#iOS-cards p:first-of-type {
  margin-bottom: 0.5em;
  margin-left: 1em;
  margin-top: 0.5em;
}
@media (max-width: 830px) {
  #iOS-cards {
    flex: 0 1 100%;
  }
  #iOS-cards img {
    margin-left: auto;
    width: 100%;
  }
}
#iOS-cards h4 {
  margin-top: 1.5em;
}

/* Remove specific article margins so our tiles go the same width as Newsletter sign up */
.article-body:has(.advent) {
  max-width: none;
}

.article:has(.advent),
.article:has(.advent) {
  margin-bottom: 0;
}

/* Styles for the advent tiles */
.article .tile.advent, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper, .article .page-template-template-how-to-101-article .advent.breakout-wrapper, .page-template-template-how-to-101-article .article .advent.breakout-wrapper, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper {
  background-color: #f7f6f6;
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 1.5em;
  text-align: center;
}
.article .tile.advent .holiday-present > img, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb .holiday-present > img, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb .holiday-present > img,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb .holiday-present > img,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb .holiday-present > img, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link .holiday-present > img, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link .holiday-present > img, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper .holiday-present > img, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper .holiday-present > img, .article .page-template-template-how-to-101-article .advent.breakout-wrapper .holiday-present > img, .page-template-template-how-to-101-article .article .advent.breakout-wrapper .holiday-present > img, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link .holiday-present > img, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link .holiday-present > img, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper .holiday-present > img, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper .holiday-present > img, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link .holiday-present > img, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link .holiday-present > img, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper .holiday-present > img, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper .holiday-present > img {
  cursor: pointer;
  display: block;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  width: 200px;
}
@media (min-width: 721px) {
  .article .tile.advent, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb,
  .article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb,
  .page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper, .article .page-template-template-how-to-101-article .advent.breakout-wrapper, .page-template-template-how-to-101-article .article .advent.breakout-wrapper, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.article .tile.advent, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper, .article .page-template-template-how-to-101-article .advent.breakout-wrapper, .page-template-template-how-to-101-article .article .advent.breakout-wrapper, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper {
  /* Large screens */
}
@media (min-width: 1101px) {
  .article .tile.advent, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb,
  .article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb,
  .page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper, .article .page-template-template-how-to-101-article .advent.breakout-wrapper, .page-template-template-how-to-101-article .article .advent.breakout-wrapper, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper {
    padding-left: 5em;
    padding-right: 5em;
  }
}
.article .tile.advent .holiday-present, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb .holiday-present, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb .holiday-present,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb .holiday-present,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb .holiday-present, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link .holiday-present, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link .holiday-present, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper .holiday-present, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper .holiday-present, .article .page-template-template-how-to-101-article .advent.breakout-wrapper .holiday-present, .page-template-template-how-to-101-article .article .advent.breakout-wrapper .holiday-present, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link .holiday-present, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link .holiday-present, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper .holiday-present, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper .holiday-present, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link .holiday-present, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link .holiday-present, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper .holiday-present, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper .holiday-present {
  --shake-y-1: 1px;
  --shake-deg-1: 5deg;
  --shake-y-2: 2px;
  --shake-deg-2: 3deg;
  --shake-y-3: -1px;
  --shake-deg-3: 4deg;
  --shake-y-4: 1px;
  --shake-deg-4: 2deg;
  --shake-y-5: 2px;
  --shake-deg-5: 5deg;
  --shake-time: 0.83s;
}
.article .tile.advent .holiday-present.shaking, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb .holiday-present.shaking, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb .holiday-present.shaking,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb .holiday-present.shaking,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb .holiday-present.shaking, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link .holiday-present.shaking, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link .holiday-present.shaking, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper .holiday-present.shaking, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper .holiday-present.shaking, .article .page-template-template-how-to-101-article .advent.breakout-wrapper .holiday-present.shaking, .page-template-template-how-to-101-article .article .advent.breakout-wrapper .holiday-present.shaking, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link .holiday-present.shaking, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link .holiday-present.shaking, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper .holiday-present.shaking, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper .holiday-present.shaking, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link .holiday-present.shaking, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link .holiday-present.shaking, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper .holiday-present.shaking, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper .holiday-present.shaking {
  animation: shake var(--shake-time);
}
@keyframes shake {
  0% {
    transform: translateY(0) rotate(0);
  }
  20% {
    transform: translateY(calc(-10px + var(--shake-y-1))) rotate(calc(-12deg - var(--shake-deg-1)));
  }
  35% {
    transform: translateY(calc(-10px + var(--shake-y-2))) rotate(calc(12deg + var(--shake-deg-2)));
  }
  55% {
    transform: translateY(calc(-10px + var(--shake-y-3))) rotate(calc(-12deg - var(--shake-deg-3)));
  }
  65% {
    transform: translateY(calc(-10px + var(--shake-y-4))) rotate(calc(12deg + var(--shake-deg-4)));
  }
  75% {
    transform: translateY(calc(-10px + var(--shake-y-5))) rotate(calc(-12deg - var(--shake-deg-5)));
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@media (prefers-color-scheme: dark) {
  .article .tile.advent, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb,
  .article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb,
  .page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper, .article .page-template-template-how-to-101-article .advent.breakout-wrapper, .page-template-template-how-to-101-article .article .advent.breakout-wrapper, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper {
    background: rgb(27, 27, 27);
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15), 0px 0px 15px 0 rgba(0, 0, 0, 0.15), 0px 0px 20px 0 rgba(0, 0, 0, 0.15), 0px 0px 25px 0 rgba(0, 0, 0, 0.15);
  }
}
.article .tile.advent h1, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb h1, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb h1,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb h1,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb h1, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link h1, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link h1, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper h1, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper h1, .article .page-template-template-how-to-101-article .advent.breakout-wrapper h1, .page-template-template-how-to-101-article .article .advent.breakout-wrapper h1, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link h1, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link h1, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper h1, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper h1, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link h1, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link h1, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper h1, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper h1 {
  margin-top: 0;
  text-transform: none;
}
.article .tile.advent h2, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb h2, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb h2,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb h2,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb h2, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link h2, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link h2, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper h2, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper h2, .article .page-template-template-how-to-101-article .advent.breakout-wrapper h2, .page-template-template-how-to-101-article .article .advent.breakout-wrapper h2, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link h2, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link h2, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper h2, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper h2, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link h2, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link h2, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper h2, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper h2 {
  margin-top: 0;
}
.article .tile.advent h3, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb h3, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb h3,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb h3,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb h3, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link h3, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link h3, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper h3, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper h3, .article .page-template-template-how-to-101-article .advent.breakout-wrapper h3, .page-template-template-how-to-101-article .article .advent.breakout-wrapper h3, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link h3, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link h3, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper h3, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper h3, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link h3, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link h3, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper h3, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper h3 {
  font-weight: normal;
  margin-bottom: 2em;
  margin-top: 1em;
  text-align: center;
}
.article .tile.advent p, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb p, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb p,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb p,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb p, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link p, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link p, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper p, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper p, .article .page-template-template-how-to-101-article .advent.breakout-wrapper p, .page-template-template-how-to-101-article .article .advent.breakout-wrapper p, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link p, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link p, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper p, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper p, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link p, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link p, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper p, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper p {
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: left;
}
.article .tile.advent, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper, .article .page-template-template-how-to-101-article .advent.breakout-wrapper, .page-template-template-how-to-101-article .article .advent.breakout-wrapper, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper {
  /* Newsletter sign up */
}
.article .tile.advent li.newsletter__text, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb li.newsletter__text, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb li.newsletter__text,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb li.newsletter__text,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb li.newsletter__text, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link li.newsletter__text, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link li.newsletter__text, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper li.newsletter__text, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper li.newsletter__text, .article .page-template-template-how-to-101-article .advent.breakout-wrapper li.newsletter__text, .page-template-template-how-to-101-article .article .advent.breakout-wrapper li.newsletter__text, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link li.newsletter__text, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link li.newsletter__text, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper li.newsletter__text, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper li.newsletter__text, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link li.newsletter__text, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link li.newsletter__text, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper li.newsletter__text, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper li.newsletter__text {
  display: none;
}
.article .tile.advent ul, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb ul, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb ul,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb ul,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb ul, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link ul, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link ul, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper ul, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper ul, .article .page-template-template-how-to-101-article .advent.breakout-wrapper ul, .page-template-template-how-to-101-article .article .advent.breakout-wrapper ul, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link ul, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link ul, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper ul, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper ul, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link ul, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link ul, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper ul, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper ul {
  margin: 0;
  padding: 0;
}
.article .tile.advent ul li,
.article .tile.advent ul,
.article .page-template-template-how-to-writer-top .advent.how-to-video-thumb ul,
.page-template-template-how-to-writer-top .article .advent.how-to-video-thumb ul,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb ul,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb ul,
.article .page-template-template-how-to-101-article .advent.how-to-article-banner-link ul,
.page-template-template-how-to-101-article .article .advent.how-to-article-banner-link ul,
.article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper ul,
.page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper ul,
.article .page-template-template-how-to-101-article .advent.breakout-wrapper ul,
.page-template-template-how-to-101-article .article .advent.breakout-wrapper ul,
.article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link ul,
.page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link ul,
.article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper ul,
.page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper ul,
.article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link ul,
.page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link ul,
.article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper ul,
.page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper ul,
.article .tile.advent li,
.article .page-template-template-how-to-writer-top .advent.how-to-video-thumb li,
.page-template-template-how-to-writer-top .article .advent.how-to-video-thumb li,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb li,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb li,
.article .page-template-template-how-to-101-article .advent.how-to-article-banner-link li,
.page-template-template-how-to-101-article .article .advent.how-to-article-banner-link li,
.article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper li,
.page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper li,
.article .page-template-template-how-to-101-article .advent.breakout-wrapper li,
.page-template-template-how-to-101-article .article .advent.breakout-wrapper li,
.article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link li,
.page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link li,
.article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper li,
.page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper li,
.article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link li,
.page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link li,
.article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper li,
.page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper li {
  list-style-type: none;
  text-align: center;
}
.article .tile.advent a.action, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb a.action, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb a.action,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb a.action,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb a.action, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link a.action, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper a.action, .article .page-template-template-how-to-101-article .advent.breakout-wrapper a.action, .page-template-template-how-to-101-article .article .advent.breakout-wrapper a.action, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link a.action, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper a.action, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link a.action, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper a.action {
  color: #ffffff;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: none;
  width: 8em;
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  .article .tile.advent a.action, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb a.action, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb a.action,
  .article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb a.action,
  .page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb a.action, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link a.action, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper a.action, .article .page-template-template-how-to-101-article .advent.breakout-wrapper a.action, .page-template-template-how-to-101-article .article .advent.breakout-wrapper a.action, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link a.action, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper a.action, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link a.action, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link a.action, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper a.action, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper a.action {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
    background-color: #333;
  }
}
.article .tile.advent img.revealed-present, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb img.revealed-present, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb img.revealed-present,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb img.revealed-present,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb img.revealed-present, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link img.revealed-present, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link img.revealed-present, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper img.revealed-present, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper img.revealed-present, .article .page-template-template-how-to-101-article .advent.breakout-wrapper img.revealed-present, .page-template-template-how-to-101-article .article .advent.breakout-wrapper img.revealed-present, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link img.revealed-present, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link img.revealed-present, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper img.revealed-present, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper img.revealed-present, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link img.revealed-present, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link img.revealed-present, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper img.revealed-present, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper img.revealed-present {
  height: auto;
  margin-bottom: 2em;
  width: 100%;
}

.article .tile.advent:last-child, .article .page-template-template-how-to-writer-top .advent.how-to-video-thumb:last-child, .page-template-template-how-to-writer-top .article .advent.how-to-video-thumb:last-child,
.article .page-template-template-how-to-presenter-top .advent.how-to-video-thumb:last-child,
.page-template-template-how-to-presenter-top .article .advent.how-to-video-thumb:last-child, .article .page-template-template-how-to-101-article .advent.how-to-article-banner-link:last-child, .page-template-template-how-to-101-article .article .advent.how-to-article-banner-link:last-child, .article .page-template-template-how-to-101-article .advent.how-to-home-grid-wrapper:last-child, .page-template-template-how-to-101-article .article .advent.how-to-home-grid-wrapper:last-child, .article .page-template-template-how-to-101-article .advent.breakout-wrapper:last-child, .page-template-template-how-to-101-article .article .advent.breakout-wrapper:last-child, .article .page-template-template-how-to-presenter-top .advent.how-to-article-banner-link:last-child, .page-template-template-how-to-presenter-top .article .advent.how-to-article-banner-link:last-child, .article .page-template-template-how-to-presenter-top .advent.how-to-home-grid-wrapper:last-child, .page-template-template-how-to-presenter-top .article .advent.how-to-home-grid-wrapper:last-child, .article .page-template-template-how-to-writer-top .advent.how-to-article-banner-link:last-child, .page-template-template-how-to-writer-top .article .advent.how-to-article-banner-link:last-child, .article .page-template-template-how-to-writer-top .advent.how-to-home-grid-wrapper:last-child, .page-template-template-how-to-writer-top .article .advent.how-to-home-grid-wrapper:last-child {
  margin-bottom: 3em;
}

.fountain-sign-up {
  /* Newsletter sign up */
}
.fountain-sign-up li.newsletter__text {
  display: none;
}
.fountain-sign-up ul li,
.fountain-sign-up ul,
.fountain-sign-up li {
  list-style-type: none;
  text-align: center;
}

.winterfest-2025 {
  position: relative;
}

.winterfest-calendar-wrapper {
  display: grid;
  border-radius: 20px;
  aspect-ratio: 1/1;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 0.5rem;
  padding: 0.75rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  background-color: white;
  margin-bottom: 4rem;
}

.calendar-btn {
  border: 1px dashed #d9d9d9;
  box-sizing: border-box;
  border-radius: 10px;
  height: 100%;
  transition: transform 0.2s ease;
}
.calendar-btn button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-btn button img {
  flex: 1 1 auto;
  height: 100%;
  object-fit: cover;
  margin: 0;
  border-radius: 10px;
}
.calendar-btn button:has(img) {
  align-self: stretch;
  padding: 0;
  border-radius: 10px;
}

#today-button {
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  transform-origin: left center; /* pivot like a door hinge */
  transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Peeking state */
#today-button:hover {
  transform: rotateY(-25deg);
  box-shadow: 10px 0 2px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1); /* subtle top/bottom shadow */
}

.calendar-btn:has(#today-button:hover) {
  border: none;
  box-shadow: none;
  transform: none;
}

.calendar-btn:has(.opened-btn:hover) {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  /* Stop all animations */
  .drawer-card.animate-out {
    animation: none !important; /* override JS-added class animation */
    transition: none !important; /* disable any transitions */
    transform: translate(0, 0) scale(1) rotate(0deg) !important;
    opacity: 1 !important;
  }
  /* Make the button static (no door swing) */
  #today-button {
    transition: none !important;
    transform: rotateY(0deg) !important;
  }
}
.article .advent-calendar-2025-download {
  font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
}
.article .advent-calendar-2025-download h2 {
  text-align: left;
}
.article .advent-calendar-2025-download .tile a:hover, .article .advent-calendar-2025-download .page-template-template-how-to-writer-top .how-to-video-thumb a:hover, .page-template-template-how-to-writer-top .article .advent-calendar-2025-download .how-to-video-thumb a:hover,
.article .advent-calendar-2025-download .page-template-template-how-to-presenter-top .how-to-video-thumb a:hover,
.page-template-template-how-to-presenter-top .article .advent-calendar-2025-download .how-to-video-thumb a:hover, .article .advent-calendar-2025-download .page-template-template-how-to-101-article .how-to-article-banner-link a:hover, .page-template-template-how-to-101-article .article .advent-calendar-2025-download .how-to-article-banner-link a:hover, .article .advent-calendar-2025-download .page-template-template-how-to-101-article .how-to-home-grid-wrapper a:hover, .page-template-template-how-to-101-article .article .advent-calendar-2025-download .how-to-home-grid-wrapper a:hover, .article .advent-calendar-2025-download .page-template-template-how-to-101-article .breakout-wrapper a:hover, .page-template-template-how-to-101-article .article .advent-calendar-2025-download .breakout-wrapper a:hover, .article .advent-calendar-2025-download .page-template-template-how-to-presenter-top .how-to-article-banner-link a:hover, .page-template-template-how-to-presenter-top .article .advent-calendar-2025-download .how-to-article-banner-link a:hover, .article .advent-calendar-2025-download .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper a:hover, .page-template-template-how-to-presenter-top .article .advent-calendar-2025-download .how-to-home-grid-wrapper a:hover, .article .advent-calendar-2025-download .page-template-template-how-to-writer-top .how-to-article-banner-link a:hover, .page-template-template-how-to-writer-top .article .advent-calendar-2025-download .how-to-article-banner-link a:hover, .article .advent-calendar-2025-download .page-template-template-how-to-writer-top .how-to-home-grid-wrapper a:hover, .page-template-template-how-to-writer-top .article .advent-calendar-2025-download .how-to-home-grid-wrapper a:hover {
  box-shadow: none !important;
}
.article .advent-calendar-2025-download img {
  border-radius: 10px;
  height: 20em;
}

#today-button {
  color: rgb(34, 34, 34);
  -webkit-appearance: none;
}

.calendar-btn:has(#today-button) {
  border: 1px solid #d9d9d9;
}

.calendar-btn:has(.opened-btn) {
  border: none;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.opened-btn {
  cursor: pointer;
}

.closed-btn {
  color: #ddd;
  -webkit-appearance: none;
}

/* Gallery container */
.calendar-gallery {
  position: relative;
  width: 100%;
  padding-top: 100%; /* force 1:1 */
  overflow: visible;
  background: #000;
  border-radius: 20px;
}

/* Slides */
.gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 20px;
}

.gallery-slide.active {
  opacity: 1;
}

/* Title pill */
.gallery-title {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: rgb(240, 240, 240);
  padding: 0.45rem 0.7rem 0.24rem;
  border-radius: 50vw;
  font-size: 1.2rem;
  z-index: 2;
}

/* Download button */
.gallery-download-btn {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: rgb(240, 240, 240);
  padding: 0.45rem 0.7rem 0.24rem;
  border-radius: 50vw;
  text-decoration: none;
  font-size: 1.2rem;
  z-index: 2;
}

.article a.gallery-download-btn,
.article a.gallery-download-btn:hover {
  color: rgb(240, 240, 240);
  white-space: nowrap;
}

/* Arrows */
.gallery-arrow {
  position: absolute;
  width: 2.25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: rgb(240, 240, 240);
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 2;
  user-select: none;
}

.advent-lightbox-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  font-family: sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  cursor: pointer;
  color: rgb(240, 240, 240);
  border-radius: 50%;
  z-index: 9999;
}

.gallery-arrow.prev {
  left: 1.5rem;
  bottom: 1.5rem;
}

.gallery-arrow.next {
  right: 1.5rem;
  bottom: 1.5rem;
}

.gallery-arrow.prev img {
  transform: translateX(-0.01rem);
}

.gallery-arrow.next img {
  transform: translateX(0.01rem);
}

/* Pins */
.gallery-pins {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}
@media (max-width: 512px) {
  .gallery-pins {
    transform: translateX(-50%) scale(0.6);
  }
}

.gallery-pins button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #a7a7a7;
  cursor: pointer;
  transition: background 0.2s ease;
}

.gallery-pins button.active {
  background: #000000;
}
@media (prefers-color-scheme: dark) {
  .gallery-pins button.active {
    background: #FFFFFF;
  }
}

.warning {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  background-color: #c40000;
  border-radius: 11px;
  color: #ffffff;
  margin-bottom: 4em;
  margin-top: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.1em;
}
.warning a {
  color: #ffffff;
}

.support .warning a,
.support .warning a:hover {
  color: #ffffff;
}

.info {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  background-color: #0091ff;
  border-radius: 11px;
  color: #ffffff;
  margin-bottom: 4em;
  margin-top: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.1em;
}
.info a {
  color: #ffffff;
}

.article .info a {
  color: #ffffff;
}

.support .info a,
.support .info a:hover {
  color: #ffffff;
}

.spacer {
  padding: 0.5em;
}

.text-center {
  text-align: center;
}

.pre-wrap {
  white-space: pre-wrap;
}

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

.text-left {
  text-align: left;
}

a.w-action,
a.p-action,
a.n-action {
  border-radius: 30px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0.5em;
  padding: 0.6em 1em 0.4em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0091ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  a.w-action,
  a.p-action,
  a.n-action {
    background-color: color(display-p3 0 0.5 1);
  }
}

a.p-action {
  background-color: #0091ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  a.p-action {
    background-color: color(display-p3 0 0.5 1);
  }
}
a.p-action {
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-name: animateBg;
  animation-timing-function: linear;
  border: none;
}

a.p-action:hover,
a.p-action:focus,
a.p-action:focus-visible,
a.p-action:active,
a.w-action:hover,
a.w-action:focus,
a.w-action:focus-visible,
a.w-action:active,
a.n-action:hover,
a.n-action:focus,
a.n-action:focus-visible,
a.n-action:active {
  filter: brightness(1.2);
}

.center-button-container {
  text-align: center;
}

a.anchor-action {
  background-color: rgb(247, 247, 247);
  border: 2px solid rgb(34, 34, 34);
  border-radius: 30px;
  color: rgb(34, 34, 34);
  display: inline-block;
  font-weight: bold;
  margin: auto;
  margin-top: 1em;
  padding: 0.6em 1em 0.4em 1em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.action {
  border: 2px solid;
  border-radius: 30px;
  color: white;
  display: block;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0.5em;
  padding: 0.65em 1em 0.5em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease-in-out;
  white-space: nowrap;
  width: 10em;
  border: #00b2ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .action {
    border: color(display-p3 0 0.698 1);
  }
}
.action {
  background-color: #00b2ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .action {
    background-color: color(display-p3 0 0.698 1);
  }
}

.card ul > li a.action::after {
  content: "";
}

.card ul > li a.action {
  bottom: 1.5em;
  left: 50%; /* Move the left edge of the element to the center of the parent */
  position: absolute;
  transform: translateX(-50%);
}

.page-template-template-frontpage .action,
.page-template-template-blog .action,
.category .action {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

a.i-action {
  background-color: color(display-p3 0 0.5 1);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.na {
  background-color: rgb(7, 7, 7);
  color: rgb(240, 240, 240);
}

.ta {
  background-color: white;
  border: 2px solid black;
  color: rgb(34, 34, 34);
}

.wo {
  background-color: none;
  border-color: white;
  color: white;
}

.bo {
  background-color: none;
  border-color: black;
  color: black;
}

.widetile a.action:nth-of-type(2),
.tile a.action:nth-of-type(2),
.page-template-template-how-to-writer-top .how-to-video-thumb a.action:nth-of-type(2),
.page-template-template-how-to-presenter-top .how-to-video-thumb a.action:nth-of-type(2),
.page-template-template-how-to-101-article .how-to-article-banner-link a.action:nth-of-type(2),
.page-template-template-how-to-101-article .how-to-home-grid-wrapper a.action:nth-of-type(2),
.page-template-template-how-to-101-article .breakout-wrapper a.action:nth-of-type(2),
.page-template-template-how-to-presenter-top .how-to-article-banner-link a.action:nth-of-type(2),
.page-template-template-how-to-presenter-top .how-to-home-grid-wrapper a.action:nth-of-type(2),
.page-template-template-how-to-writer-top .how-to-article-banner-link a.action:nth-of-type(2),
.page-template-template-how-to-writer-top .how-to-home-grid-wrapper a.action:nth-of-type(2) {
  bottom: 1.5em;
  right: 8.5em;
}

#writer-hero2 a.action {
  border: 2px solid white;
}

#presenter-hero2 a.action {
  animation: none;
  background: transparent;
  border: 2px solid white;
}

a.action:hover,
a.action:focus,
a.action:focus-visible,
a.action:active {
  color: white;
  transform: scale(0.95);
  transition: transform 0.3s ease-in-out;
}

.header-primary a.w-action:hover,
.page-template-template-presenter .header-primary a.p-action:hover {
  color: white;
}

a.action.ta:hover,
a.action.ta:focus,
a.action.ta:focus-visible,
a.action.ta:active {
  color: black;
}

a.w-action:hover,
a.w-action:focus,
a.w-action:focus-visible,
a.w-action:active {
  filter: brightness(1.2);
}

.header-primary a.w-action:hover,
.page-template-template-presenter .header-primary a.p-action:hover {
  color: white;
}

@keyframes animateBg {
  0% {
    background-color: #0091ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 0 0.5 1);
    }
  }
  22% {
    background-color: #0000ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 0 0.487 1);
    }
  }
  33% {
    background-color: #6f00ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 0.5 0 1);
    }
  }
  44% {
    background-color: #9900ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 0.75 0.5 1);
    }
  }
  55% {
    background-color: #cc00ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0 0.764);
    }
  }
  66% {
    background-color: #ff00dd;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.25 0.75);
    }
  }
  77% {
    background-color: #ff0095;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.25 0.5);
    }
  }
  88% {
    background-color: #ff0062;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.2 0.4);
    }
  }
  100% {
    background-color: #ff0019;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.1 0.3);
    }
  }
}
.pa {
  background-color: #0091ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .pa {
    background-color: color(display-p3 0 0.5 1);
  }
}
.pa {
  animation-direction: alternate; /* Add this line */
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-name: animateBg;
  animation-timing-function: linear;
  border: none;
  color: white;
}

.pad {
  background-color: rgb(67, 67, 67);
}

@keyframes animateBg2 {
  0% {
    background-color: #0000ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 0 0.487 1);
    }
  }
  22% {
    background-color: #6f00ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 0.5 0 1);
    }
  }
  33% {
    background-color: #9900ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 0.75 0.5 1);
    }
  }
  44% {
    background-color: #cc00ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0 0.764);
    }
  }
  55% {
    background-color: #ff00dd;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.25 0.75);
    }
  }
  66% {
    background-color: #ff0095;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.25 0.5);
    }
  }
  77% {
    background-color: #ff0062;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.2 0.4);
    }
  }
  88% {
    background-color: #ff0019;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.1 0.3);
    }
  }
  100% {
    background-color: #ff5500;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.3 0.2);
    }
  }
}
.pa2 {
  background-color: #0000ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .pa2 {
    background-color: color(display-p3 0 0.487 1);
  }
}
.pa2 {
  animation-direction: alternate; /* Add this line */
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-name: animateBg2;
  animation-timing-function: linear;
  border: none;
  color: white;
}

.pad2 {
  background-color: rgb(67, 67, 67);
}

@keyframes animateBg3 {
  0% {
    background-color: #6f00ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 0.5 0 1);
    }
  }
  22% {
    background-color: #9900ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 0.75 0.5 1);
    }
  }
  33% {
    background-color: #cc00ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0 0.764);
    }
  }
  44% {
    background-color: #ff00dd;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.25 0.75);
    }
  }
  55% {
    background-color: #ff0095;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.25 0.5);
    }
  }
  66% {
    background-color: #ff0062;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.2 0.4);
    }
  }
  77% {
    background-color: #ff0019;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.1 0.3);
    }
  }
  88% {
    background-color: #ff5500;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.3 0.2);
    }
  }
  100% {
    background-color: #ffc800;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.653 0);
    }
  }
}
.pad3 {
  background-color: rgb(47, 47, 47);
}

.dimm {
  opacity: 0.9;
}

.pa3 {
  background-color: #6f00ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .pa3 {
    background-color: color(display-p3 0.5 0 1);
  }
}
.pa3 {
  animation-direction: alternate; /* Add this line */
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-name: animateBg3;
  animation-timing-function: linear;
  border: none;
  color: white;
}

@keyframes animateBg4 {
  0% {
    background-color: #ff5500;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.3 0.2);
    }
  }
  20% {
    background-color: #ff0019;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.1 0.3);
    }
  }
  30% {
    background-color: #ff0062;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.2 0.4);
    }
  }
  40% {
    background-color: #ff0095;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.25 0.5);
    }
  }
  50% {
    background-color: #ff00dd;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0.25 0.75);
    }
  }
  60% {
    background-color: #cc00ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 1 0 0.764);
    }
  }
  70% {
    background-color: #9900ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 0.75 0.5 1);
    }
  }
  80% {
    background-color: #6f00ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 0.5 0 1);
    }
  }
  90% {
    background-color: #0000ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 0 0.487 1);
    }
  }
  100% {
    background-color: #0091ff;
    @media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
      background-color: color(display-p3 0 0.5 1);
    }
  }
}
.pa4 {
  background-color: #ff5500;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .pa4 {
    background-color: color(display-p3 1 0.3 0.2);
  }
}
.pa4 {
  animation-direction: alternate; /* Add this line */
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-name: animateBg4;
  animation-timing-function: linear;
  border: none;
  color: white;
}

p {
  font-weight: normal;
  margin: auto;
}

p + p {
  margin-top: 1em;
}

p + ol,
p + ol > li {
  list-style: decimal;
}

.teasers p .quote {
  font-weight: normal;
}

ul {
  margin: 1.25em 0 1.5em 1.1em;
}

ol {
  margin: 1.25em 0;
}

ul {
  list-style: "– ";
  padding: 0;
}

li {
  margin-left: 0em;
  margin-top: 0.25em;
}

smaller,
blockquote,
blockquote p {
  font-weight: normal;
}

small,
.hint {
  line-height: 130%;
}

figcaption {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  line-height: 150%;
  position: relative;
  top: -1.5em;
}
@media (prefers-color-scheme: dark) {
  figcaption {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
  }
}

th {
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.jetpack-footnote {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  padding: 0.15em 0 0 0;
  text-decoration: none;
}

.jetpack-footnote:hover {
  text-decoration: none;
}

a.footnote-ref,
a.footnote-backref,
a[href^="#fn:"],
a[href^="#fnref"],
a[href^="#fn-"] {
  text-decoration: none;
}

blockquote sup {
  vertical-align: top;
}

sup::after {
  content: "";
  display: inline-block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}
@-moz-document url-prefix() {
  sup::after {
    display: inline-block;
  }
}

Anchor links get the compensation too h1[id]::before,
h2[id]::before,
h3[id]::before,
h4[id]::before,
h5[id]::before,
h6[id]::before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}

.footnotes {
  margin-top: 3em;
  padding-left: 1em;
  pointer-events: none;
  /* Set the column-count property to 2 for screens wider than 768px */
}
@media (min-width: 768px) {
  .footnotes {
    column-count: 2;
    column-gap: 2.5em;
  }
}
.footnotes a {
  text-decoration: none;
}
.footnotes a:hover {
  text-decoration: none;
}
.footnotes a[href^="#fnref"] {
  display: contents;
  font-family: "iASerifDay", serif !important;
}
html[lang=ja] .footnotes a[href^="#fnref"] {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}
.footnotes a[href^="#fnref"]::before {
  color: rgb(34, 34, 34);
  content: "☜";
  display: none;
  font-family: "iASerifDay", serif;
}
html[lang=ja] .footnotes a[href^="#fnref"]::before {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
@media (prefers-color-scheme: dark) {
  .footnotes a[href^="#fnref"]::before {
    color: rgb(240, 240, 240);
  }
}
.footnotes hr {
  border: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.footnotes ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0.5em;
}
@supports (-webkit-touch-callout: none) {
  .footnotes ol {
    margin: 1.1em 0 0 0;
  }
}
.footnotes li {
  break-inside: avoid;
  margin-top: 0;
  padding-bottom: 1em;
  pointer-events: all;
  transition: opacity 0.8s ease-in;
}
.footnotes li p {
  margin-left: 0.5em;
}
.footnotes li a {
  text-decoration: underline;
}
.footnotes ol > li {
  counter-increment: customlistcounter;
  font-variant-numeric: oldstyle-nums;
  scroll-margin-top: 80px;
}
.footnotes ol > li::before {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  .footnotes ol > li::before {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
  }
}
.footnotes ol > li::before {
  content: counter(customlistcounter);
  float: left;
  font-weight: bold;
  margin: 0 0 0 -1.25em;
  width: 1.25em;
}
.footnotes ol:first-child {
  counter-reset: customlistcounter;
  margin-top: 1em;
}
.footnotes ol > li:first-child {
  margin-top: 0em;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

b em,
b i,
strong em,
strong i,
em strong,
em i,
em b,
i b {
  font-style: italic;
  font-weight: bold;
}

html[lang=ja] em,
html[lang=ja] em * {
  font-style: normal;
}

figure {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

summary {
  cursor: pointer;
  outline: none;
}

details {
  margin: 1em 0;
}

.heading {
  font-weight: bold;
}

.nav-footer {
  margin-bottom: 3em;
}

h1,
.biggest {
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 110%;
  margin-bottom: 0;
  margin-top: 2em;
}

h2,
big {
  font-weight: bold;
  letter-spacing: -0.015em;
  line-height: 110%;
  margin: auto;
  margin-top: 2em;
}

.bigger,
.biggert {
  letter-spacing: -0.01em;
  line-height: 145%;
  margin-top: 2em;
}

h3 {
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 1em;
  margin-top: 2em;
}

h4 {
  font-weight: bold;
  line-height: 140%;
  margin: 2em 0 0.25em;
  text-align: left;
}

h5 {
  font-weight: bold;
  line-height: 145%;
  margin: auto;
  margin-bottom: 0.25em;
  margin-top: 1em;
}

h3 + h2,
h1 + h2,
h2 + h3,
h3 + h4 {
  margin-top: 0.25em;
}

h2 + p,
h1 + p {
  margin-top: 1em;
}

h1 + p {
  margin-top: 1em;
}

h1 + h2 {
  font-weight: normal;
  margin-bottom: 2em;
}

.container h3 a {
  font-weight: bold;
  margin-bottom: 0.5em;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  .container h3 a {
    color: rgb(240, 240, 240);
  }
}

.excerpt a {
  color: rgb(34, 34, 34);
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  .excerpt a {
    color: rgb(240, 240, 240);
  }
}

.excerpt a:hover,
.article a {
  color: rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  .excerpt a:hover,
  .article a {
    color: rgb(240, 240, 240);
  }
}

.header_container,
.header-primary,
.footer-primary,
.breadcrumbs,
.container {
  margin: auto;
  max-width: 1024px;
  padding-left: 22px;
  padding-right: 22px;
}
@media (min-width: 416px) {
  .header_container,
  .header-primary,
  .footer-primary,
  .breadcrumbs,
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 512px) {
  .header_container,
  .header-primary,
  .footer-primary,
  .breadcrumbs,
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .header_container,
  .header-primary,
  .footer-primary,
  .breadcrumbs,
  .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1040px) {
  .header_container,
  .header-primary,
  .footer-primary,
  .breadcrumbs,
  .container {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (min-width: 1126px) {
  .header_container,
  .header-primary,
  .footer-primary,
  .breadcrumbs,
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.author {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 1fr 4fr;
  padding-top: 2em;
}

.presenter,
.iA,
.writer {
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
}
.tagcloud {
  padding-bottom: 3em;
  padding-top: 0.5em;
}

.hideandseekdark,
img.hideandseekdark {
  display: none;
}

@media (prefers-color-scheme: dark) {
  .avatar,
  .invertable {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .hideandseekdark,
  img.hideandseekdark {
    display: block;
  }
  .hideandseekdark.social-button {
    display: inline;
  }
  .hideandseeklight,
  img.hideandseeklight {
    display: none;
  }
}
details > summary {
  list-style-type: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details > summary::before {
  content: "+ ";
}

details[open] > summary::before {
  content: "- ";
}

.author-box {
  border-radius: 11px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05), 0px 0px 15px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 25px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  margin: 38px 0px;
  padding: 1.5em;
}

.author-box-avatar {
  float: left;
  margin: 0 20px 0 0;
}
.author-box-avatar img {
  border: 4.5px solid #f1f1f1;
  border-radius: 100%;
}

@media (prefers-color-scheme: dark) {
  .author-box {
    background-color: #1b1b1b;
  }
  .author-box-avatar img {
    border: 1px solid #8c8787;
    filter: brightness(0.8) contrast(1.2);
  }
}
#author-box-description {
  flex-shrink: 5;
  margin: 1em;
}
#author-box-description p {
  font-size: 20px;
}
#author-box-description h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0.5em;
}

/* Responsive layout - mobile */
@media (max-width: 830px) {
  .author-box {
    flex-direction: column;
  }
}
#presenter-layout {
  border: 2px solid #f1f1f1;
  width: 50%;
}

.support-box-shadow {
  border-radius: 11px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05), 0px 0px 15px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 25px 0 rgba(0, 0, 0, 0.05);
  transform: translateZ(0);
}

.TOC-container {
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05), 0px 0px 15px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 25px 0 rgba(0, 0, 0, 0.05);
  margin: 2em 0;
  padding: 1.5em;
  transform: translateZ(0);
}

#TOC-title h2,
#TOC-title h3 {
  margin-top: 0;
  padding-top: 0;
}

.TOC-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.TOC-list-items {
  padding: 1.5em 6em;
  padding-left: 0;
}

@media (prefers-color-scheme: dark) {
  .TOC-container {
    background-color: #1b1b1b;
  }
}
/* Responsive layout - mobile */
@media (max-width: 830px) {
  .TOC-list {
    flex-direction: column;
    padding: 1em 0;
  }
  .TOC-list-items {
    padding: 0;
  }
}
.social-button > img {
  float: left;
  margin-bottom: 0;
  margin-right: 12px;
  margin-top: 0;
  max-height: 40px;
}

.social-button > img.img-top {
  display: none;
}

.social-button:hover > img.img-top {
  display: inline;
}

.social-button:hover > img.img-bottom {
  display: none;
}

kbd {
  background-color: rgb(0, 0, 0);
  border-radius: 5px;
  color: rgb(240, 240, 240);
  display: inline-block;
  font-family: -apple-system, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1rem;
  margin: 0 0.1em;
  min-width: 0.8rem;
  padding: 0.5em;
  text-align: center;
  text-indent: 0;
  vertical-align: middle;
}
@media (prefers-color-scheme: dark) {
  kbd {
    background-color: rgb(247, 247, 247);
    color: rgb(34, 34, 34);
  }
}

.presenter-page kbd {
  background-color: rgb(247, 247, 247);
  color: rgb(34, 34, 34);
}

samp {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  color: rgb(34, 34, 34);
  display: inline-block;
  font-family: -apple-system, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1rem;
  margin: 0 0.1em;
  min-width: 0.8rem;
  padding: 0.5em;
  text-align: center;
  text-indent: 0;
  vertical-align: middle;
}
@media (prefers-color-scheme: dark) {
  samp {
    background-color: rgb(27, 27, 27);
    color: rgb(240, 240, 240);
  }
}

.presenter-page samp {
  background-color: rgb(27, 27, 27);
  color: rgb(240, 240, 240);
}

@media (min-width: 768px) {
  .twocol {
    clear: both;
    display: grid;
    grid-column-gap: 2%;
    grid-template-columns: 40% 40%;
  }
}

.teasers {
  overflow: hidden;
}

.prescred {
  margin-left: auto;
  margin-right: auto;
}

.flexgrids {
  column-gap: 1.5em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  padding-left: 2em;
  padding-right: 2em;
}
@media (min-width: 768px) {
  .flexgrids {
    column-count: 2;
  }
}
@media (min-width: 1040px) {
  .flexgrids {
    column-count: 3;
  }
}
@media (min-width: 1679px) {
  .flexgrids {
    column-count: 4;
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (min-width: 1879px) {
  .flexgrids {
    column-count: 5;
  }
}
.flexgrids p,
.flexgrids h3 + p {
  align-items: flex-start;
  display: inline-flex;
  line-height: 160%;
  margin: 1em 0 1em;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .flexgrids p,
  .flexgrids h3 + p {
    font-size: 16px;
  }
}
.flexgrids p :nth-child(1),
.flexgrids p b,
.flexgrids h3 + p :nth-child(1),
.flexgrids h3 + p b {
  display: contents;
}
.flexgrids a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.teasers .topvid .macos {
  display: block;
  margin: 0;
  margin-bottom: 3em;
  margin-top: 3em;
  padding: 0;
  width: 100%;
}

.videowindow {
  display: block;
  max-width: 1024px;
}
@media (min-width: 512px) {
  .videowindow {
    border-radius: 7px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05), 10px 10px 20px 0 rgba(0, 0, 0, 0.05), 20px 20px 40px 0 rgba(0, 0, 0, 0.05), 40px 40px 80px 0 rgba(0, 0, 0, 0.05);
    display: block;
  }
}
@media (min-width: 768px) {
  .videowindow {
    border-radius: 10px;
  }
}
@media (min-width: 1040px) {
  .videowindow {
    border-radius: 12px;
    max-width: 1024px;
  }
}

iframe {
  min-width: 100%;
  width: 1px;
}

#checkout ul li {
  list-style-position: initial;
  list-style-type: none;
}

.ninety-five {
  font-family: "iAIconic";
  font-size: 15em;
  margin-top: 0;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  z-index: -5;
}

.click-tile .tile ninety-four.p, .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb ninety-four.p, .page-template-template-how-to-writer-top .click-tile .how-to-video-thumb ninety-four.p,
.click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb ninety-four.p,
.page-template-template-how-to-presenter-top .click-tile .how-to-video-thumb ninety-four.p, .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link ninety-four.p, .page-template-template-how-to-101-article .click-tile .how-to-article-banner-link ninety-four.p, .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper ninety-four.p, .page-template-template-how-to-101-article .click-tile .how-to-home-grid-wrapper ninety-four.p, .click-tile .page-template-template-how-to-101-article .breakout-wrapper ninety-four.p, .page-template-template-how-to-101-article .click-tile .breakout-wrapper ninety-four.p, .click-tile .page-template-template-how-to-presenter-top .how-to-article-banner-link ninety-four.p, .page-template-template-how-to-presenter-top .click-tile .how-to-article-banner-link ninety-four.p, .click-tile .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper ninety-four.p, .page-template-template-how-to-presenter-top .click-tile .how-to-home-grid-wrapper ninety-four.p, .click-tile .page-template-template-how-to-writer-top .how-to-article-banner-link ninety-four.p, .page-template-template-how-to-writer-top .click-tile .how-to-article-banner-link ninety-four.p, .click-tile .page-template-template-how-to-writer-top .how-to-home-grid-wrapper ninety-four.p, .page-template-template-how-to-writer-top .click-tile .how-to-home-grid-wrapper ninety-four.p {
  font-family: "iAIconic";
  font-size: 4em;
  margin-top: 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: -5;
}

.ninety-three {
  font-family: "iAIconic";
  font-size: 1em;
  margin-top: 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: -5;
}

mark, .night-mode mark, .mac.night-mode mark {
  --mark-underline-thickness: 0.175em;
  --mark-text-blend-amount: 0.0;
  --mark-text-white: 0.0;
  --mark-text-color: rgb(calc(255 * (var(--mark-text-white) + var(--mark-text-blend-amount) * (var(--mark-r) - var(--mark-text-white)))), calc(255 * (var(--mark-text-white) + var(--mark-text-blend-amount) * (var(--mark-g) - var(--mark-text-white)))), calc(255 * (var(--mark-text-white) + var(--mark-text-blend-amount) * (var(--mark-b) - var(--mark-text-white)))));
  --mark-background-alpha: 0.35;
  --mark-underline-dim-amount: 0.0;
  --mark-underline-color: rgb(calc(255 * var(--mark-r) * (1.0 - var(--mark-underline-dim-amount))), calc(255 * var(--mark-g) * (1.0 - var(--mark-underline-dim-amount))), calc(255 * var(--mark-b) * (1.0 - var(--mark-underline-dim-amount))));
  --mark-underline-color: color(display-p3 calc(var(--mark-r) * (1.0 - var(--mark-underline-dim-amount))) calc(var(--mark-g) * (1.0 - var(--mark-underline-dim-amount))) calc(var(--mark-b) * (1.0 - var(--mark-underline-dim-amount))));
  --mark-background-color: rgba(calc(255 * var(--mark-r)), calc(255 * var(--mark-g)), calc(255 * var(--mark-b)), var(--mark-background-alpha));
  --mark-background-color: color(display-p3 var(--mark-r) var(--mark-g) var(--mark-b) / var(--mark-background-alpha));
  color: var(--mark-text-color);
  background: radial-gradient(farthest-side, var(--mark-underline-color) 92.5%, transparent 100%) bottom right/var(--mark-underline-thickness) var(--mark-underline-thickness), radial-gradient(farthest-side, var(--mark-underline-color) 92.5%, transparent 100%) bottom left/var(--mark-underline-thickness) var(--mark-underline-thickness), linear-gradient(var(--mark-underline-color), var(--mark-underline-color)) bottom/calc(100% - var(--mark-underline-thickness)) var(--mark-underline-thickness), var(--mark-background-color);
  background-repeat: no-repeat;
  padding: 0 0 0.08333em 0;
  line-height: calc(var(--line-height) * 0.9);
}

mark a, .night-mode mark a, .mac.night-mode mark a {
  color: var(--mark-text-color);
}

.night-mode mark, .mac.night-mode mark {
  --mark-underline-alpha: 0.75;
  --mark-background-alpha: 0.175;
  --mark-text-white: 0.8;
  --mark-text-blend-amount: 0.275;
  --mark-underline-dim-amount: 0.2;
}

html, .yellow-mark, mark.yellow {
  --mark-r: 1.0;
  --mark-g: 0.85;
  --mark-b: 0.0;
}

.orange-mark, mark.orange {
  --mark-r: 1.0;
  --mark-g: 0.5;
  --mark-b: 0.25;
  --mark-background-alpha: 0.3;
}

.pink-mark, mark.pink {
  --mark-r: 0.95;
  --mark-g: 0.0;
  --mark-b: 0.7;
  --mark-background-alpha: 0.2;
}

.night-mode.pink-mark, .night-mode mark.pink {
  --mark-background-alpha: 0.225;
}

.purple-mark, mark.purple {
  --mark-r: 0.5;
  --mark-g: 0.0;
  --mark-b: 0.95;
  --mark-background-alpha: 0.2;
}

.night-mode.purple-mark, .night-mode mark.purple {
  --mark-background-alpha: 0.3;
}

.blue-mark, mark.blue {
  --mark-r: 0.0;
  --mark-g: 0.75;
  --mark-b: 1.0;
  --mark-background-alpha: 0.2;
}

.green-mark, mark.green {
  --mark-r: 0.6;
  --mark-g: 0.9;
  --mark-b: 0.0;
}

.task-list-item-checked-fade .task-list-item:has(.task-list-item-checkbox:checked) mark {
  --mark-r: 0.85;
  --mark-g: 0.85;
  --mark-b: 0.85;
}

.task-list-item-checked-fade.night-mode .task-list-item:has(.task-list-item-checkbox:checked) mark {
  --mark-r: 0.4;
  --mark-g: 0.4;
  --mark-b: 0.4;
}

@media print {
  mark {
    background: var(--mark-background-color);
    padding: 0;
    border-bottom: var(--mark-underline-thickness) solid var(--mark-underline-color);
  }
}
.page-template-template-frontpage .home-contents,
.page-template-template-blog .home-contents,
.category .home-contents {
  margin-bottom: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-frontpage .home-contents .card,
.page-template-template-blog .home-contents .card,
.category .home-contents .card {
  max-width: 1024px;
}

#news-section h1,
#news-section h2,
#news-section h3,
#news-section h4,
#news-section h5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  text-align: center;
}
#news-section h1 {
  margin-bottom: 0.25em;
}
#news-section h2 {
  line-height: 110%;
  margin-bottom: 0.1em;
  margin-top: 0em;
  padding-left: 1em;
  padding-right: 1em;
}
#news-section h3 {
  font-weight: 500;
  margin-top: 0;
}
#news-section h5 {
  letter-spacing: 0.5px;
  margin-bottom: 0;
  margin-top: 4em;
  text-transform: uppercase;
  text-weight: 500;
}

.page-template-template-frontpage #writer-hero {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  background-color: #ffffff;
  color: rgb(34, 34, 34);
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  .page-template-template-frontpage #writer-hero {
    background-color: rgb(247, 247, 247);
    color: rgb(34, 34, 34);
  }
}

#writer-hero,
#presenter-hero,
#notebook-hero,
#news-hero,
#open-hero,
#presenter-hero2,
#writer-hero2,
#writer-hero3,
#news-hero2,
#open-hero2 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 36em;
  height: 36em;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}
#writer-hero h1,
#writer-hero h2,
#writer-hero h3,
#writer-hero h4,
#writer-hero h5,
#presenter-hero h1,
#presenter-hero h2,
#presenter-hero h3,
#presenter-hero h4,
#presenter-hero h5,
#notebook-hero h1,
#notebook-hero h2,
#notebook-hero h3,
#notebook-hero h4,
#notebook-hero h5,
#news-hero h1,
#news-hero h2,
#news-hero h3,
#news-hero h4,
#news-hero h5,
#open-hero h1,
#open-hero h2,
#open-hero h3,
#open-hero h4,
#open-hero h5,
#presenter-hero2 h1,
#presenter-hero2 h2,
#presenter-hero2 h3,
#presenter-hero2 h4,
#presenter-hero2 h5,
#writer-hero2 h1,
#writer-hero2 h2,
#writer-hero2 h3,
#writer-hero2 h4,
#writer-hero2 h5,
#writer-hero3 h1,
#writer-hero3 h2,
#writer-hero3 h3,
#writer-hero3 h4,
#writer-hero3 h5,
#news-hero2 h1,
#news-hero2 h2,
#news-hero2 h3,
#news-hero2 h4,
#news-hero2 h5,
#open-hero2 h1,
#open-hero2 h2,
#open-hero2 h3,
#open-hero2 h4,
#open-hero2 h5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  text-align: center;
}
#writer-hero h1,
#presenter-hero h1,
#notebook-hero h1,
#news-hero h1,
#open-hero h1,
#presenter-hero2 h1,
#writer-hero2 h1,
#writer-hero3 h1,
#news-hero2 h1,
#open-hero2 h1 {
  margin-bottom: 0.25em;
}
#writer-hero h2,
#presenter-hero h2,
#notebook-hero h2,
#news-hero h2,
#open-hero h2,
#presenter-hero2 h2,
#writer-hero2 h2,
#writer-hero3 h2,
#news-hero2 h2,
#open-hero2 h2 {
  line-height: 110%;
  margin-bottom: 0.1em;
  margin-top: 0em;
  padding-left: 1em;
  padding-right: 1em;
}
#writer-hero h3,
#presenter-hero h3,
#notebook-hero h3,
#news-hero h3,
#open-hero h3,
#presenter-hero2 h3,
#writer-hero2 h3,
#writer-hero3 h3,
#news-hero2 h3,
#open-hero2 h3 {
  font-weight: 500;
  margin-top: 0;
}
#writer-hero h5,
#presenter-hero h5,
#notebook-hero h5,
#news-hero h5,
#open-hero h5,
#presenter-hero2 h5,
#writer-hero2 h5,
#writer-hero3 h5,
#news-hero2 h5,
#open-hero2 h5 {
  letter-spacing: 0.5px;
  margin-bottom: 0;
  margin-top: 4em;
  text-transform: uppercase;
  text-weight: 500;
}
#writer-hero img,
#presenter-hero img,
#notebook-hero img,
#news-hero img,
#open-hero img,
#presenter-hero2 img,
#writer-hero2 img,
#writer-hero3 img,
#news-hero2 img,
#open-hero2 img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  max-height: 70%;
  min-height: 25em;
  object-fit: cover;
  width: auto;
  z-index: -1;
}

#notebook-hero,
#writer-hero3 {
  color: rgb(34, 34, 34);
}
#notebook-hero img,
#writer-hero3 img {
  position: absolute;
  min-height: 36em;
  left: 0;
  top: 0;
  margin-top: 0;
  width: 100%;
}

#presenter-hero {
  font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  background-color: rgb(7, 7, 7);
  color: rgb(240, 240, 240);
  z-index: 0;
}

#presenter-hero2 {
  font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  background-color: #9900ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  #presenter-hero2 {
    background-color: color(display-p3 0.75 0.5 1);
  }
}
#presenter-hero2 {
  animation-direction: alternate; /* Add this line */
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-name: animateBg;
  animation-timing-function: linear;
  border: none;
  color: white;
}

#writer-hero,
#writer-hero2,
#news-hero,
#news-hero2,
#open-hero,
#open-hero2 {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
}

#writer-hero {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  background-color: rgb(247, 247, 247);
  color: rgb(34, 34, 34);
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #writer-hero {
    background-color: rgb(247, 247, 247);
    color: rgb(34, 34, 34);
  }
}

.page-template-template-frontpage #writer-hero {
  color: rgb(34, 34, 34);
  background-color: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .page-template-template-frontpage #writer-hero {
    background-color: rgb(247, 247, 247);
    color: rgb(34, 34, 34);
  }
}

#writer-hero2 {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  background-color: #00b2ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  #writer-hero2 {
    background-color: color(display-p3 0 0.698 1);
  }
}
#writer-hero2 {
  color: white;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #writer-hero2 {
    color: white;
    background-color: #00b2ff;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: P3), (prefers-color-scheme: dark) and (-webkit-min-device-pixel-ratio: 0) {
  #writer-hero2 {
    background-color: color(display-p3 0 0.698 1);
  }
}

#news-hero {
  background-image: linear-gradient(rgb(255, 255, 255), rgb(235, 235, 235));
  color: rgb(34, 34, 34);
  z-index: 3;
}
@media (prefers-color-scheme: dark) {
  #news-hero {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(235, 235, 235));
    color: rgb(34, 34, 34);
  }
}

#news-hero2 {
  background-image: linear-gradient(rgb(17, 17, 17), rgb(5, 5, 5));
  color: rgb(240, 240, 240);
  z-index: 3;
}
@media (prefers-color-scheme: dark) {
  #news-hero2 {
    background-image: linear-gradient(rgb(17, 17, 17), rgb(5, 5, 5));
    color: rgb(240, 240, 240);
  }
}

#open-hero {
  background-image: linear-gradient(rgb(17, 17, 17), rgb(5, 5, 5));
  color: rgb(240, 240, 240);
  z-index: 3;
}
@media (prefers-color-scheme: dark) {
  #open-hero {
    background-image: linear-gradient(rgb(17, 17, 17), rgb(5, 5, 5));
    color: rgb(240, 240, 240);
  }
}

#open-hero2 {
  background-image: linear-gradient(rgb(255, 255, 255), rgb(235, 235, 235));
  color: rgb(34, 34, 34);
  z-index: 3;
}
@media (prefers-color-scheme: dark) {
  #open-hero2 {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(235, 235, 235));
    color: rgb(34, 34, 34);
  }
}

#open-hero > div.invertable-image > img {
  filter: invert(1);
}

#news-hero2 > div.invertable-image > img {
  filter: invert(1);
}

@media (prefers-color-scheme: dark) {
  #open-hero2 > div.featured-image.invertable-image {
    filter: invert(0);
  }
}

@media (prefers-color-scheme: dark) {
  #news-hero > div.featured-image.invertable-image {
    filter: invert(0);
  }
}

@media (prefers-color-scheme: dark) {
  #news-hero2 > div.invertable-image.invertable-image {
    filter: invert(0);
  }
}

.blog__post {
  margin-bottom: 2em;
}
.blog__excerpt p {
  margin: 0;
  padding: 0;
}
.blog__meta {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 512px) {
  .blog__meta {
    flex-direction: column;
  }
}
.blog__meta h2,
.blog__meta h2 a {
  font-weight: bold;
}
.blog__feed {
  list-style: none;
  margin: 0;
  margin-bottom: 3em;
  padding: 0;
}
.blog__feed a {
  text-decoration: none;
}

.page-template-template-blog .home-contents p {
  line-height: 140%;
  max-width: 80vw;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-blog .home-contents p {
    max-width: 768px;
  }
}
.page-template-template-blog .home-contents .action {
  margin-top: 1em;
}

.article p:empty,
.support p:empty {
  border: none;
  height: 0;
  margin: 0 !important;
  padding: 0;
}
.article figcaption img,
.support figcaption img {
  margin: 0;
}
.article,
.support {
  font-variant-numeric: oldstyle-nums;
  margin: auto;
  margin-bottom: 3em;
  position: relative;
  font-family: "iASerifDay", serif;
}
html[lang=ja] .article,
html[lang=ja] .support {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.article,
.support {
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  .article,
  .support {
    font-family: "iASerifNight", serif;
  }
  html[lang=ja] .article,
  html[lang=ja] .support {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  }
  .article,
  .support {
    font-style: normal;
  }
}
.article span.author-human,
.article span.author-human-green,
.support span.author-human,
.support span.author-human-green {
  color: color(srgb 0.298648 0.480601 0.17056);
}
.article span.author-human-blue,
.support span.author-human-blue {
  color: color(srgb 0.318198 0.406786 0.671817);
}
.article span.author-human-purple,
.support span.author-human-purple {
  color: color(srgb 0.51109 0.320625 0.66181);
}
.article span.author-human-rose,
.support span.author-human-rose {
  color: color(srgb 0.634853 0.279113 0.459743);
}
.article span.author-human-gray,
.article span.author-reference,
.support span.author-human-gray,
.support span.author-reference {
  color: color(srgb 0.422087 0.422087 0.422087);
}
.article span.author-ai,
.support span.author-ai {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(108deg, color(srgb 0.977692 0.55189 0.0152), color(srgb 0.977692 0.175031 0.32088) 34%, color(srgb 0.770174 0.340457 0.847504) 68%, color(srgb 0.02945 0.566573 0.977692));
}
.article span.authorship-file-icon,
.support span.authorship-file-icon {
  color: #00baff;
  color: color(display-p3 0 0.729412 1);
}
@media (prefers-color-scheme: dark) {
  .article span.author-human,
  .article span.author-human-green,
  .support span.author-human,
  .support span.author-human-green {
    color: color(srgb 0.524541 0.637322 0.460699);
  }
  .article span.author-human-blue,
  .support span.author-human-blue {
    color: color(srgb 0.530649 0.593092 0.758145);
  }
  .article span.author-human-purple,
  .support span.author-human-purple {
    color: color(srgb 0.652912 0.543877 0.75229);
  }
  .article span.author-human-rose,
  .support span.author-human-rose {
    color: color(srgb 0.744191 0.520194 0.620666);
  }
  .article span.author-human-gray,
  .article span.author-reference,
  .support span.author-human-gray,
  .support span.author-reference {
    color: color(srgb 0.596461 0.596461 0.596461);
  }
  .article span.author-ai,
  .support span.author-ai {
    background-image: linear-gradient(108deg, color(srgb 0.906332 0.616954 0.43764), color(srgb 0.906332 0.458254 0.502748) 34%, color(srgb 0.757043 0.510541 0.8113) 68%, color(srgb 0.438588 0.625599 0.906332));
  }
}
.article .article_header,
.support .article_header {
  width: 100%;
}
.article:after,
.support:after {
  content: "* * *";
  display: block;
  padding-top: 3em;
  text-align: center;
  display: none;
}
.article img,
.article video,
.support img,
.support video {
  margin-bottom: 2em;
  margin-top: 2em;
  width: 100%;
}
.article .video-wrapper,
.support .video-wrapper {
  margin: 2em 0;
}
.article .video-wrapper > video,
.support .video-wrapper > video {
  margin: 0;
}
.article__header,
.support__header {
  margin-bottom: 0em;
}
.article__header h3 + h2,
.article__header h3 + h1,
.support__header h3 + h2,
.support__header h3 + h1 {
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  padding-top: 0;
}
.article .featured-image img,
.support .featured-image img {
  margin-bottom: 0;
}
.article figure,
.support figure {
  margin: 0 0;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
}
@media (min-width: 768px) {
  .article .compare,
  .support .compare {
    float: left;
    margin-right: 2%;
    width: 48%;
  }
}
.article .compare-grid,
.support .compare-grid {
  display: grid;
  gap: 2%;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .article .compare-grid,
  .support .compare-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.article figure.single figcaption,
.support figure.single figcaption {
  text-align: center;
}
.article figure.compare + figure.compare,
.support figure.compare + figure.compare {
  margin-right: 0%;
}
.article figure + p,
.article figure + h1,
.article figure + h2,
.article figure + h3,
.article figure + h4,
.article figure + h5,
.article figure + h6,
.article figure + ol,
.article figure + ul,
.article figure + blockquote,
.article figure + hr,
.support figure + p,
.support figure + h1,
.support figure + h2,
.support figure + h3,
.support figure + h4,
.support figure + h5,
.support figure + h6,
.support figure + ol,
.support figure + ul,
.support figure + blockquote,
.support figure + hr {
  clear: both;
}
.article blockquote,
.article blockquote p,
.support blockquote,
.support blockquote p {
  display: block;
  margin: 1.5em 0 1.5em 1em;
}
.article__img,
.support__img {
  padding: 0;
  position: relative;
  width: 100%;
}
.article__video,
.support__video {
  background-color: #e4e4e4;
  height: 0;
  margin: 3em 0;
  padding-top: 56.25%;
  position: relative;
}
.article__video iframe,
.support__video iframe {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.article a,
.support a {
  color: rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  .article a,
  .support a {
    color: rgb(240, 240, 240);
  }
}
.article a:hover,
.support a:hover {
  color: black;
}
@media (prefers-color-scheme: dark) {
  .article a:hover,
  .support a:hover {
    color: white;
  }
}
.article a.big-button,
.support a.big-button {
  border-radius: 100px;
  box-shadow: none;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  vertical-align: middle;
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  background-color: #00b2ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .article a.big-button,
  .support a.big-button {
    background-color: color(display-p3 0 0.698 1);
  }
}
@media (prefers-color-scheme: dark) {
  .article a.big-button,
  .support a.big-button {
    background-color: #00b2ff;
    border-color: #333;
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: P3), (prefers-color-scheme: dark) and (-webkit-min-device-pixel-ratio: 0) {
  .article a.big-button,
  .support a.big-button {
    background-color: color(display-p3 0 0.698 1);
  }
}
@media (min-width: 512px) {
  .article a.big-button,
  .support a.big-button {
    padding: 18px 22px;
  }
}
.article a.big-button:hover,
.support a.big-button:hover {
  transform: scale(0.95);
}
.article .kicker,
.support .kicker {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  .article .kicker,
  .support .kicker {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
  }
}
.article .kicker,
.support .kicker {
  font-variant-numeric: oldstyle-nums;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 2em;
  text-align: center;
  text-transform: uppercase;
}
.article .kicker a,
.support .kicker a {
  text-decoration: none;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.support h1,
.support h2,
.support h3,
.support h4,
.support h5,
.support h6 {
  margin-top: 1em;
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  .article h1,
  .article h2,
  .article h3,
  .article h4,
  .article h5,
  .article h6,
  .support h1,
  .support h2,
  .support h3,
  .support h4,
  .support h5,
  .support h6 {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
    font-weight: bold;
  }
}
.article h1,
.support h1 {
  font-feature-settings: "dlig";
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: bold;
  line-height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  overflow-wrap: break-word;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  text-transform: uppercase;
}
.article h1 .no-cap,
.support h1 .no-cap {
  font-variant: normal;
  text-transform: none;
}
.article.legal h1,
.support.legal h1 {
  margin-bottom: 2em;
  margin-top: 2em;
  text-transform: none;
}
.article.legal h2,
.support.legal h2 {
  text-align: left;
}
.article.legal h3,
.article.legal h4,
.support.legal h3,
.support.legal h4 {
  margin-top: 1em;
}
.article.legal h4,
.support.legal h4 {
  font-style: normal;
}
.article h2,
.support h2 {
  margin-bottom: 1em;
  text-align: center;
}
.article h2,
.article h3,
.article h4,
.support h2,
.support h3,
.support h4 {
  font-weight: bold;
  line-height: 130%;
  margin-top: 3em;
}
.article h3,
.article h4,
.support h3,
.support h4 {
  margin-bottom: 0.25em;
  text-align: left;
}
.article h4,
.support h4 {
  font-style: italic;
}
.article h5,
.article h5 + p,
.article h6,
.article h6 + p,
.support h5,
.support h5 + p,
.support h6,
.support h6 + p {
  display: inline;
  margin: 1em 0 0 0;
}
.article h5::before,
.article h6::before,
.support h5::before,
.support h6::before {
  content: "";
  display: block;
  margin-top: 1em;
}
.article h5::after,
.article h6::after,
.support h5::after,
.support h6::after {
  content: ": ";
}
.article h6,
.support h6 {
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.article h2 + h3,
.article h3 + p,
.article h2 + p,
.article p + h1,
.support h2 + h3,
.support h3 + p,
.support h2 + p,
.support p + h1 {
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}
.article .icon,
.support .icon {
  margin: 0;
  padding: 0;
  width: 1.5em;
}
.article img.narrow,
.support img.narrow {
  float: left;
  margin-bottom: 1em;
  margin-right: 2.5em;
  width: calc(50% - 1.25em);
}
.article img.narrow:has(+ .narrow),
.support img.narrow:has(+ .narrow) {
  margin-bottom: 3em;
  margin-right: 2.5em;
}
.article img.narrow + img.narrow,
.support img.narrow + img.narrow {
  margin-bottom: 3em;
  margin-right: 0;
}
.article img.narrow:nth-of-type(even)::after,
.support img.narrow:nth-of-type(even)::after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.article img.narrow + h3,
.article img.narrow + h4,
.article img.narrow + p,
.article img.narrow + ol,
.article img.narrow + ul,
.support img.narrow + h3,
.support img.narrow + h4,
.support img.narrow + p,
.support img.narrow + ol,
.support img.narrow + ul {
  padding-top: 3em;
}
.article h2 + img.narrow,
.support h2 + img.narrow {
  clear: both;
}
@media (max-width: 767px) {
  .article img.narrow,
  .support img.narrow {
    display: block;
    float: none;
    margin-right: 1em;
    width: 100%;
  }
  .article img.narrow:nth-child(2n),
  .article img.narrow:nth-child(3n),
  .support img.narrow:nth-child(2n),
  .support img.narrow:nth-child(3n) {
    margin-right: 0;
  }
  .article img.narrow + img.narrow,
  .article img.narrow + ol,
  .article ol + img.narrow,
  .article img.narrow + ul,
  .article ul + img.narrow,
  .support img.narrow + img.narrow,
  .support img.narrow + ol,
  .support ol + img.narrow,
  .support img.narrow + ul,
  .support ul + img.narrow {
    margin-left: 0;
    width: 100%;
  }
  .article ol,
  .article ul,
  .support ol,
  .support ul {
    display: block;
    float: none;
    margin-right: 1em;
    padding-right: 1em;
    width: 99%;
  }
}
.article img.third,
.support img.third {
  float: left;
  margin-bottom: 2em;
  margin-right: 1em;
  width: calc(33.3333% - 0.75em);
}
.article h2 + img.third,
.support h2 + img.third {
  clear: both;
}
.article img.third + img.third + img.third,
.support img.third + img.third + img.third {
  margin-right: 0;
}
@media (max-width: 767px) {
  .article img.third,
  .support img.third {
    display: block;
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .article img.third + img.third,
  .article img.third + img.third + img.third,
  .support img.third + img.third,
  .support img.third + img.third + img.third {
    margin-left: 0;
    width: 100%;
  }
}

p.time-cat {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  p.time-cat {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
  }
}
p.time-cat {
  font-variant-numeric: oldstyle-nums;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 0.5em;
  text-align: center;
  text-transform: uppercase;
}
p.time-cat a {
  text-decoration: none;
}

.hideandseekmobile,
img.hideandseekmobile {
  display: block;
}
@media (min-width: 512px) {
  .hideandseekmobile,
  img.hideandseekmobile {
    display: none;
  }
}

.hideandseekdesktop,
img.hideandseekdesktop {
  display: none;
}
@media (min-width: 512px) {
  .hideandseekdesktop,
  img.hideandseekdesktop {
    display: block;
  }
}

.youtube,
.video {
  height: 100%;
  margin: 3em 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.youtubevideo {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.videomobile {
  height: 100%;
  margin: 3em 0;
  padding-bottom: 177.78%;
  position: relative;
  width: 100%;
}

.youtube-wrapper {
  margin-top: 3em;
  margin-bottom: 3em;
}

.featured-image {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.article-navigation {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  bottom: 40%;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 20px 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  z-index: 10;
}

.article-navigation .prev,
.article-navigation .next {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  color: #333;
  display: flex;
  flex-direction: column;
  height: 3em;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 5em;
}

.article-navigation .prev:hover,
.article-navigation .next:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05), 10px 10px 20px 0 rgba(0, 0, 0, 0.05), 2px 2px 4px 0 rgba(0, 0, 0, 0.05), 4px 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.article-navigation img {
  height: 24px;
  width: 24px;
}

.article-navigation span {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

h1,
h2,
.support-feature,
.hero-section {
  clear: both;
}

.hero-section {
  padding-top: 1em;
}

.dropcap {
  float: left;
  line-height: 1em;
  margin-bottom: -0.1em;
  margin-right: 0.1em;
  margin-top: 0em;
}

.article-body > p:first-of-type,
.os-content > p:first-child,
.container.support.article > p:first-child {
  /* Your styles for the first paragraph */
  margin-top: 2em;
}

.article-body {
  margin-left: auto;
  margin-right: auto;
}
@media (prefers-color-scheme: dark) {
  .article-body blockquote,
  .article-body blockquote p:first-of-type {
    font-family: "iASerifNight", serif;
  }
  html[lang=ja] .article-body blockquote,
  html[lang=ja] .article-body blockquote p:first-of-type {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  }
  .article-body blockquote,
  .article-body blockquote p:first-of-type {
    font-style: normal;
  }
}
.article-body blockquote p + p,
.article-body blockquote p:first-of-type p + p {
  margin-top: 1em;
}
.article-body > p:nth-of-type(2) {
  margin-top: 2em;
}
html:not([lang=ja]) .article-body > p:nth-of-type(2):first-letter {
  float: left;
  line-height: 1em;
  margin-bottom: -0.1em;
  margin-right: 0.1em;
  margin-top: -0.05em;
}
@-moz-document url-prefix() {
  .article-body html:not([lang=ja]) .article-body > p:nth-of-type(2):first-letter {
    margin-bottom: 0em;
    margin-right: 0.1em;
    margin-top: 0.09em;
  }
}

.blog-badge-container {
  display: flex;
  justify-content: space-around;
}
.blog-badge-container a.ios-app-store-badge {
  max-width: 20%;
}
.blog-badge-container a.mac-app-store-badge {
  max-width: 26.5%;
}
@media (max-width: 700px) {
  .blog-badge-container {
    flex-direction: column;
    align-items: center;
  }
  .blog-badge-container a.ios-app-store-badge,
  .blog-badge-container a.mac-app-store-badge {
    max-width: 40%;
  }
}

.related-articles {
  padding-top: 3em;
}

.page-template-template-blog .related-articles .home-contents p {
  text-align: left;
}

.tag-list .ace .tag-letter {
  display: inline-block;
  height: 1.6em;
  margin-right: -1em;
  padding-bottom: 0.1em;
  vertical-align: top;
  width: auto;
}
.tag-list .anchor-toc {
  align-items: stretch;
  display: grid;
  gap: 0.5em;
  /* Default mobile styles */
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  margin-bottom: 0;
  margin-top: 2em;
  max-width: 1024px;
}
.tag-list .anchor-toc a.ace,
.tag-list .anchor-toc a.ace:hover {
  color: rgb(34, 34, 34);
  font-weight: normal;
  line-height: 1.4em;
  padding: 1em;
  text-align: left;
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  .tag-list .anchor-toc a.ace,
  .tag-list .anchor-toc a.ace:hover {
    color: rgb(240, 240, 240);
  }
  .tag-list .anchor-toc a.ace .tag-letter,
  .tag-list .anchor-toc a.ace:hover .tag-letter {
    filter: invert(1);
  }
}
.tag-list .anchor-toc {
  /* Medium screens */
}
@media (min-width: 721px) {
  .tag-list .anchor-toc {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tag-list .anchor-toc {
  /* Large screens */
}
@media (min-width: 1101px) {
  .tag-list .anchor-toc {
    grid-template-columns: repeat(4, 1fr);
  }
}

.article .featured-image {
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
}

@media (prefers-color-scheme: dark) {
  .article .invertable-image {
    filter: invert(1);
  }
}

.hero-excerpt {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  line-height: 140%;
  margin-top: 0;
  max-width: 80vw;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-excerpt {
    max-width: 768px;
  }
}

.template__heading {
  margin-bottom: 3em;
}
.template__section {
  margin-bottom: 3em;
}
.template__section-heading {
  font-weight: bold;
}
.template__section-content ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}
.template__section-content ul li {
  margin-left: 1em;
  margin-top: 0;
}
.template__section-content ul > li {
  text-indent: 0;
}
.template__section-content ul > li:before {
  content: "";
  margin: 0;
  padding: 0;
}
.template__dyptich {
  display: grid;
  grid-gap: 1em 2em;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.template__dyptich ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.template__dyptich ul li {
  margin-top: 0;
}
.template__dyptich ul > li {
  text-indent: 0;
}
.template__dyptich ul > li:before {
  content: "";
  margin: 0;
  padding: 0;
}

.page-template-template-about .featured-image > img {
  height: auto;
}
.page-template-template-about h1:first-child {
  padding-top: 2em;
}
.page-template-template-about .clientgridwrapper {
  column-gap: 20px;
  display: grid;
  /* Default mobile styles */
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 4em;
  /* Medium screens */
}
@media (min-width: 721px) {
  .page-template-template-about .clientgridwrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-template-about .clientgridwrapper {
  /* Large screens */
}
@media (min-width: 1101px) {
  .page-template-template-about .clientgridwrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-template-template-about .clientgriditem {
  justify-self: start;
  margin-top: 1em;
}

@media (max-width: 512px) {
  .page-template-template-PRODUCT-support #how-to-nav-button,
  .page-template-template-PRODUCT-support-article #how-to-nav-button,
  .page-template-template-PRODUCT-support-multiplatformarticle #how-to-nav-button,
  .page-template-template-PRODUCT-support-category #how-to-nav-button {
    display: none;
  }
}

.support__nav {
  margin-bottom: 3em;
  width: 100%;
}

.support-search {
  margin: 1.5em auto;
  max-width: none;
  position: relative;
  width: 100%;
  z-index: 10;
}
.support-search__label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}
.support-search__field {
  align-items: center;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  display: flex;
  min-height: 3.35rem;
  padding: 0.35rem 0.45rem 0.35rem 1.2rem;
}
@media (prefers-color-scheme: dark) {
  .support-search__field {
    background: #333;
    border-color: rgba(255, 255, 255, 0.14);
    color: rgb(240, 240, 240);
  }
}
.support-search__icon {
  color: rgba(0, 0, 0, 0.7);
  flex: 0 0 auto;
  height: 1.15rem;
  margin-right: 0.75rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 1.15rem;
}
.support-search__icon circle,
.support-search__icon path {
  fill: none;
}
@media (prefers-color-scheme: dark) {
  .support-search__icon {
    color: rgba(255, 255, 255, 0.7);
  }
}
.support-search__input {
  background: transparent;
  border: 0;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
}
.support-search__input:focus {
  outline: 0;
}
.support-search__input[type=search] {
  background-color: transparent;
  color: inherit;
}
.support-search__clear {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.8rem;
  height: 2.4rem;
  justify-content: center;
  line-height: 1;
  width: 2.4rem;
}
.support-search__clear[hidden] {
  display: none;
}
.support-search__results {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}
.support-search__item, .support-search__message {
  list-style: none;
  margin: 0 0 0.5rem;
  text-indent: 0;
}
.support-search__item::before, .support-search__message::before {
  content: none;
}
.support-search__link {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgb(34, 34, 34);
  display: block;
  padding: 0.9rem 1rem;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  .support-search__link {
    background: rgb(27, 27, 27);
    border-color: rgba(255, 255, 255, 0.08);
    color: rgb(240, 240, 240);
  }
}
.support-search__title, .support-search__description {
  display: block;
}
.support-search__description, .support-search__message {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.25rem;
}
@media (prefers-color-scheme: dark) {
  .support-search__description, .support-search__message {
    color: rgba(255, 255, 255, 0.7);
  }
}

.presenter-page .support-search__field {
  background: #333;
  border-color: rgba(255, 255, 255, 0.14);
  color: rgb(240, 240, 240);
}
.presenter-page .support-search__icon, .presenter-page .support-search__description, .presenter-page .support-search__message {
  color: rgba(255, 255, 255, 0.7);
}
.presenter-page .support-search__clear, .presenter-page .support-search__link, .presenter-page .support-search__title {
  color: rgb(240, 240, 240);
}
.presenter-page .support-search__link {
  background: rgb(27, 27, 27);
  border-color: rgba(255, 255, 255, 0.08);
}

.support-search-container + .container .support.article > h2:first-child {
  margin-top: 2rem;
}

.support-feature,
.hero-section {
  background: linear-gradient(rgb(247, 247, 247), rgb(235, 235, 235));
}
@media (prefers-color-scheme: dark) {
  .support-feature,
  .hero-section {
    background: linear-gradient(rgb(7, 7, 7), rgb(24, 24, 24));
  }
}

.presenter-page .support-feature,
.presenter-page .hero-section {
  background: linear-gradient(rgb(7, 7, 7), rgb(24, 24, 24));
}

.page-template-page-writer-support h3 + p {
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}

.page-template-page-support-main .card .cardtitle,
.page-template-page-support-home .card .cardtitle,
.page-template-page-writer-support .card .cardtitle,
.page-template-page-writer-support-category .card .cardtitle {
  font-weight: bold;
}
.page-template-page-support-main .card .cardtitle a,
.page-template-page-support-home .card .cardtitle a,
.page-template-page-writer-support .card .cardtitle a,
.page-template-page-writer-support-category .card .cardtitle a {
  color: rgb(34, 34, 34);
  text-decoration: none;
}
.page-template-page-support-main .card .cardtitle a:after,
.page-template-page-support-home .card .cardtitle a:after,
.page-template-page-writer-support .card .cardtitle a:after,
.page-template-page-writer-support-category .card .cardtitle a:after {
  content: none;
}
.page-template-page-support-main .card .cardtitle a:hover,
.page-template-page-support-home .card .cardtitle a:hover,
.page-template-page-writer-support .card .cardtitle a:hover,
.page-template-page-writer-support-category .card .cardtitle a:hover {
  color: #000000;
}
@media (prefers-color-scheme: dark) {
  .page-template-page-support-main .card .cardtitle a,
  .page-template-page-support-home .card .cardtitle a,
  .page-template-page-writer-support .card .cardtitle a,
  .page-template-page-writer-support-category .card .cardtitle a {
    color: rgb(240, 240, 240);
  }
}

/* menu buttons */
.platform-menu {
  margin-bottom: 3em;
  padding: 1em auto;
}

.platform-menu ul > li {
  text-indent: 0;
}

.platform-menu ul > li:before {
  content: none;
}

.support .featured-image {
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
}

/* Used on paywall */
.support-feature .featured-image,
.hero-section .featured-image {
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
}

@media (prefers-color-scheme: dark) {
  .support .featured-image.invertable-image {
    filter: invert(1);
  }
}

.time-cat + .featured-image {
  margin-top: 0;
}

@keyframes scale-down {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.featured-image img {
  animation: scale-down 120ms ease-in-out forwards;
  height: 20em;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  width: auto;
}

.menu-icon {
  font-family: "iAIconic";
  margin-bottom: 0.2em;
  text-transform: uppercase;
}

.platform-menu img,
.tabs img {
  height: 1.75em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
@media (prefers-color-scheme: dark) {
  .platform-menu img,
  .tabs img {
    filter: invert(1);
  }
}

.tabs {
  margin-top: 2em;
  width: 100%;
}

.subsubmenu {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.tabs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center align the list items */
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs li {
  margin: 0; /* Adjust margin-right */
  min-width: 3.3em;
  text-align: center;
}

.tabs a:hover {
  background-color: rgb(247, 247, 247);
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  .tabs a:hover {
    background-color: rgb(7, 7, 7);
  }
}

.presenter-page .tabs a:hover {
  color: white;
}

.tabs ul > li:before {
  content: none;
}

.tabs ul > li {
  text-indent: 0;
}

.tabs .tab a {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 10px;
  box-shadow: none;
  display: block;
  font-weight: normal;
  margin: 0.3em 0;
  padding: 0.6em 1em 0.3em 1em;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.tabs .tab.active a {
  background-color: white;
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 4px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 6px 0 rgba(0, 0, 0, 0.05);
}
@media (prefers-color-scheme: dark) {
  .tabs .tab.active a {
    background-color: rgb(67, 67, 67);
  }
}

.presenter-page .tabs .tab.active a {
  background-color: #0091ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .presenter-page .tabs .tab.active a {
    background-color: color(display-p3 0 0.5 1);
  }
}
.presenter-page .tabs .tab.active a {
  animation-direction: alternate; /* Add this line */
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-name: animateBg;
  animation-timing-function: linear;
  border: none;
  color: white;
}

.tabs .tab:hover a {
  color: rgb(34, 34, 34);
  transform: scale(0.95);
  transition: transform 0.3s ease-in-out;
}
@media (prefers-color-scheme: dark) {
  .tabs .tab:hover a {
    color: rgb(240, 240, 240);
  }
}

.presenter-page .tabs .tab:hover a {
  color: rgb(240, 240, 240);
}

.tabs .tab:not(.active):hover ~ .tab.active,
.tabs .tab.active:hover ~ .tab.active {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.articlesub {
  margin-bottom: 2em;
}
.articlesub img {
  height: 1em;
  margin-top: 0;
}

.previous-sibling-button,
.next-sibling-button {
  letter-spacing: 1px;
  text-decoration: none;
  vertical-align: middle;
}

.next-sibling-button {
  margin-left: 1em;
}

.previous-sibling-button {
  margin-right: 1em;
}

.segmented-control {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  align-items: center;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 1em 0 3em 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.segmented-control input[type=radio] {
  display: none;
}

.segmented-control label {
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 11px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 1em 1em 0.7em;
}

.segmented-control label img {
  margin-left: auto;
  margin-right: auto;
}

.segmented-control input[type=radio]:checked + label,
.segmented-control label.tab.active {
  background-color: #fff;
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 4px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 6px 0 rgba(0, 0, 0, 0.05);
}
@media (prefers-color-scheme: dark) {
  .segmented-control input[type=radio]:checked + label,
  .segmented-control label.tab.active {
    background-color: rgb(37, 37, 37);
  }
}

.presenter-page .segmented-control input[type=radio]:checked + label,
.presenter-page .segmented-control label.tab.active {
  background-color: rgb(37, 37, 37);
}

.segmented-control label.tab.active ~ label.tab-label:not(:hover) {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.segmented-control label:hover {
  transform: scale(0.95);
  transition: transform 0.3s ease-in-out;
}

.icon-with-title {
  align-items: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  white-space: nowrap;
}

.icon-with-title img {
  display: inline-block;
  height: 1em; /* Adjust this value to match the size of the heading text */
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; /* Adjust this value for spacing between the icon and the title */
  margin-top: 0;
  vertical-align: middle;
  width: auto;
}
@media (prefers-color-scheme: dark) {
  .icon-with-title img {
    filter: invert(1);
  }
}

div.support-feature div.subsubmenu.end-of-article ul {
  padding-bottom: 3em;
  padding-top: 10em;
}

p + .subsubmenu {
  margin-top: 5em;
}

.anchor-toc {
  align-items: stretch;
  display: grid;
  gap: 0.5em;
  /* Default mobile styles */
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  margin-bottom: 3em;
  margin-top: 3em;
  max-width: 1024px;
}
.anchor-toc a.ace,
.anchor-toc a.ace:hover {
  color: rgb(34, 34, 34);
  font-weight: normal;
  line-height: 1.4em;
  padding: 1em;
  text-align: left;
  text-size: 1em;
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  .anchor-toc a.ace,
  .anchor-toc a.ace:hover {
    color: rgb(240, 240, 240);
  }
  .anchor-toc a.ace .buy-icon,
  .anchor-toc a.ace:hover .buy-icon {
    filter: invert(1);
  }
}
.anchor-toc {
  /* Medium screens */
}
@media (min-width: 721px) {
  .anchor-toc {
    grid-template-columns: repeat(3, 1fr);
  }
}
.anchor-toc {
  /* Large screens */
}
@media (min-width: 1101px) {
  .anchor-toc {
    grid-template-columns: repeat(4, 1fr);
  }
}

.presenter-page .anchor-toc .ace {
  background-color: rgb(67, 67, 67);
  color: rgb(240, 240, 240);
}
.presenter-page img.buy-icon {
  filter: invert(1);
}

.background-video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.background-video-text {
  position: relative;
  z-index: 1;
}

.support-redesign {
  --support-nav-selected-background: rgba(0, 178, 255, 0.14);
  --support-nav-selected-animation: none;
  --support-nav-selected-color: #0076b3;
  --support-header-extension-height: var(--support-nav-sticky-height);
  --support-sticky-overlap: 1px;
  --support-sticky-top: 49px;
  --support-nav-sticky-height: 2.85em;
}
@media (max-width: 512px) {
  .support-redesign {
    --support-sticky-top: 44px;
    --support-nav-sticky-height: 2.75em;
  }
}
@media (prefers-color-scheme: dark) {
  .support-redesign {
    --support-nav-selected-background: rgba(0, 178, 255, 0.2);
    --support-nav-selected-color: #8edcff;
  }
}
@media (max-width: 1199px) {
  .support-redesign .support-redesign__mobile-hidden-crumb {
    display: none;
  }
  .support-redesign #subheader-container {
    margin-bottom: calc(-1 * var(--support-header-extension-height));
    overflow: visible;
    padding-bottom: var(--support-header-extension-height);
  }
}
.support-redesign.support-nav-mobile-open::before {
  background: rgba(0, 0, 0, 0.08);
  content: "";
  inset: calc(var(--support-sticky-top) - var(--support-sticky-overlap)) 0 0;
  pointer-events: none;
  position: fixed;
  z-index: 75;
}
@media (prefers-color-scheme: dark) {
  .support-redesign.support-nav-mobile-open::before {
    background: rgba(0, 0, 0, 0.24);
  }
}
@media (min-width: 1200px) {
  .support-redesign.support-nav-mobile-open::before {
    content: none;
  }
}
.support-redesign.support-nav-mobile-open .support-layout__main,
.support-redesign.support-nav-mobile-open .support-layout__toc,
.support-redesign.support-nav-mobile-open .support-title {
  pointer-events: none;
}
@media (min-width: 1200px) {
  .support-redesign.support-nav-mobile-open .support-layout__main,
  .support-redesign.support-nav-mobile-open .support-layout__toc,
  .support-redesign.support-nav-mobile-open .support-title {
    pointer-events: auto;
  }
}
.support-redesign .support-layout {
  align-items: start;
  box-sizing: border-box;
  column-gap: 2rem;
  display: grid;
  grid-template-areas: "sidebar" "search" "title" "main";
  grid-template-columns: minmax(0, 1fr);
  max-width: 1180px;
  row-gap: 1.5rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .support-redesign .support-layout {
    grid-template-areas: "search search" "sidebar title" "sidebar main";
    grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
    padding-top: 3em;
  }
}
@media (min-width: 1024px) {
  .support-redesign .support-layout--has-toc {
    grid-template-areas: "sidebar sidebar" "search search" "title toc" "main toc";
    grid-template-columns: minmax(0, 1fr) minmax(9rem, 12rem);
    max-width: 1024px;
  }
}
@media (min-width: 1024px) {
  .support-redesign .support-layout--has-toc .support-layout__sidebar {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .support-redesign .support-layout--has-toc .support-nav__panel,
  .support-redesign .support-layout--has-toc .support-nav__summary {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .support-redesign .support-layout--has-toc {
    grid-template-areas: "search search search" "sidebar title toc" "sidebar main toc";
    grid-template-columns: minmax(220px, 250px) minmax(0, 1fr) minmax(9rem, 12rem);
    max-width: 1320px;
  }
}
.support-redesign .support-layout--root {
  grid-template-areas: "sidebar" "search" "title" "main";
}
@media (min-width: 1200px) {
  .support-redesign .support-layout--root {
    grid-template-areas: "search search" "sidebar title" "sidebar main";
  }
}
.support-redesign .support-page-search {
  background: rgba(247, 247, 247, 0.8);
  grid-area: search;
  margin-left: -22px;
  margin-right: -22px;
  min-width: 0;
  padding: 0.55rem 22px 0.7rem;
  position: relative;
  width: calc(100% + 2 * 22px);
  z-index: 70;
}
@supports (backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px)) {
  .support-redesign .support-page-search {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}
@media (min-width: 416px) {
  .support-redesign .support-page-search {
    margin-left: -28px;
    margin-right: -28px;
    padding-left: 28px;
    padding-right: 28px;
    width: calc(100% + 2 * 28px);
  }
}
@media (min-width: 512px) {
  .support-redesign .support-page-search {
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 35px;
    padding-right: 35px;
    width: calc(100% + 2 * 35px);
  }
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-page-search {
    background: rgba(7, 7, 7, 0.6);
  }
}
@media (min-width: 768px) {
  .support-redesign .support-page-search {
    justify-self: center;
    margin-left: 0;
    margin-right: 0;
    max-width: 1024px;
    padding: 0.65rem 0 0.75rem;
    width: 100%;
  }
}
.support-redesign .support-layout__sidebar {
  background-color: transparent;
  grid-area: sidebar;
  margin-left: -22px;
  margin-right: -22px;
  margin-bottom: 0;
  min-width: 0;
  position: sticky;
  top: calc(var(--support-sticky-top) - var(--support-sticky-overlap));
  width: calc(100% + 2 * 22px);
  z-index: 100;
}
@media (min-width: 416px) {
  .support-redesign .support-layout__sidebar {
    margin-left: -28px;
    margin-right: -28px;
    width: calc(100% + 2 * 28px);
  }
}
@media (min-width: 512px) {
  .support-redesign .support-layout__sidebar {
    margin-left: -35px;
    margin-right: -35px;
    width: calc(100% + 2 * 35px);
  }
}
@media (min-width: 1200px) {
  .support-redesign .support-layout__sidebar {
    align-self: start;
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    grid-area: sidebar;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: sticky;
    top: calc(var(--support-sticky-top) + 1rem);
    width: auto;
    z-index: 20;
  }
}
.support-redesign .support-layout__main {
  grid-area: main;
  min-width: 0;
}
.support-redesign .support-layout__toc {
  display: none;
  grid-area: toc;
  min-width: 0;
}
@media (min-width: 1024px) {
  .support-redesign .support-layout__toc {
    align-self: start;
    display: block;
    position: sticky;
    top: calc(var(--support-sticky-top) + var(--support-nav-sticky-height) + 1rem);
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .support-redesign .support-layout__toc {
    top: calc(var(--support-sticky-top) + 1rem);
  }
}
.support-redesign .support-toc {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  padding-left: 1rem;
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-toc {
    border-left-color: rgba(255, 255, 255, 0.22);
  }
}
.support-redesign .support-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.support-redesign .support-toc__item {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.support-redesign .support-toc__item::before {
  content: none;
}
.support-redesign .support-toc__link {
  font-size: 0.9rem;
  line-height: 140%;
}
.support-redesign .support-toc__link {
  font-size: 13.5px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .support-redesign .support-toc__link {
    font-size: calc(13.5px + 1.7 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .support-redesign .support-toc__link {
    font-size: 15.2px;
    line-height: 165%;
  }
}
.support-redesign .support-toc__link {
  color: rgba(34, 34, 34, 0.65);
  display: block;
  padding: 0.25rem 0;
  position: relative;
  text-decoration: none;
  transition: color 160ms ease;
}
.support-redesign .support-toc__link:hover, .support-redesign .support-toc__link:focus-visible {
  color: rgb(34, 34, 34);
  box-shadow: none;
}
.support-redesign .support-toc__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 0.2rem;
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-toc__link {
    color: rgba(240, 240, 240, 0.68);
  }
  .support-redesign .support-toc__link:hover, .support-redesign .support-toc__link:focus-visible {
    color: rgb(240, 240, 240);
  }
}
.support-redesign .support-toc__link.is-active {
  color: rgb(34, 34, 34);
  font-weight: 700;
}
.support-redesign .support-toc__link.is-active::before {
  background: currentColor;
  bottom: 0.35rem;
  content: "";
  left: calc(-1rem - 1px);
  position: absolute;
  top: 0.35rem;
  width: 1px;
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-toc__link.is-active {
    color: rgb(240, 240, 240);
  }
}
.support-redesign .support-title {
  grid-area: title;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  min-width: 0;
  text-align: left;
  width: 100%;
}
.support-redesign .support-title h1 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  text-transform: none;
}
.support-redesign .support-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.support-redesign .support-content.support.article > p:first-child {
  font-size: 1.05rem;
}
.support-redesign .support-content.support.article > p:first-child {
  font-size: 18.9px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .support-redesign .support-content.support.article > p:first-child {
    font-size: calc(18.9px + 8.7 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .support-redesign .support-content.support.article > p:first-child {
    font-size: 27.6px;
    line-height: 165%;
  }
}
.support-redesign .support-intro {
  margin-bottom: 2.5rem;
}
.support-redesign .support-intro > p {
  font-size: 1.05rem;
}
.support-redesign .support-intro > p {
  font-size: 18.9px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .support-redesign .support-intro > p {
    font-size: calc(18.9px + 8.7 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .support-redesign .support-intro > p {
    font-size: 27.6px;
    line-height: 165%;
  }
}
.support-redesign .support-intro > p:first-child {
  margin-top: 0;
}
.support-redesign .support-intro > :last-child {
  margin-bottom: 0;
}
.support-redesign .support-title__intro {
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.support-redesign .support-content .support.article h1,
.support-redesign .support-content .support.article h2,
.support-redesign .support-content .support.article h3,
.support-redesign .support-content .support.article h4,
.support-redesign .support-content .support.article h5,
.support-redesign .support-content .support.article h6,
.support-redesign .support-content.support.article h1,
.support-redesign .support-content.support.article h2,
.support-redesign .support-content.support.article h3,
.support-redesign .support-content.support.article h4,
.support-redesign .support-content.support.article h5,
.support-redesign .support-content.support.article h6 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.support-redesign .support-content .icon-with-title,
.support-redesign .support-content.support.article .icon-with-title {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.support-redesign .support-platform-tabs {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  margin: 0 0 2rem;
}
.support-redesign .support-platform-tabs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.support-redesign .support-platform-tabs li {
  list-style: none;
  margin: 0;
  text-indent: 0;
}
.support-redesign .support-platform-tabs li::before {
  content: none;
}
.support-redesign .support-platform-tabs__link {
  font-size: 0.9rem;
  line-height: 140%;
}
.support-redesign .support-platform-tabs__link {
  font-size: 13.5px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .support-redesign .support-platform-tabs__link {
    font-size: calc(13.5px + 1.7 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .support-redesign .support-platform-tabs__link {
    font-size: 15.2px;
    line-height: 165%;
  }
}
.support-redesign .support-platform-tabs__link {
  align-items: center;
  border-radius: 10px;
  color: rgb(34, 34, 34);
  display: flex;
  gap: 0.45rem;
  line-height: 1.2;
  padding: 0.52rem 0.72rem;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-platform-tabs__link {
    color: rgb(240, 240, 240);
  }
}
.support-redesign .support-platform-tabs__link:hover, .support-redesign .support-platform-tabs__link:focus-visible {
  background: rgba(0, 0, 0, 0.055);
  box-shadow: none;
  color: rgb(34, 34, 34);
  transform: translateY(-1px);
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-platform-tabs__link:hover, .support-redesign .support-platform-tabs__link:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: rgb(240, 240, 240);
  }
}
.support-redesign .support-platform-tabs__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 0.2rem;
}
.support-redesign .support-platform-tabs__item.is-active .support-platform-tabs__link {
  animation: var(--support-nav-selected-animation);
  background: var(--support-nav-selected-background);
  color: var(--support-nav-selected-color);
  font-weight: 700;
}
.support-redesign .support-platform-tabs__icon {
  display: block;
  flex: 0 0 auto;
  height: 1.2rem;
  margin: 0;
  object-fit: contain;
  width: 1.2rem;
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-platform-tabs__icon {
    filter: invert(1);
  }
}
.support-redesign .support-card-grid {
  column-gap: 2rem;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
  margin-top: 1.75rem;
  max-width: 100%;
  row-gap: 3rem;
}
@media (min-width: 860px) {
  .support-redesign .support-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1040px) {
  .support-redesign .support-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.support-redesign .support-card-grid .click-tile {
  background: transparent;
  color: rgb(34, 34, 34);
  display: block;
  transform-origin: center;
  transition: transform 180ms ease, color 180ms ease;
  will-change: transform;
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-card-grid .click-tile {
    color: rgb(240, 240, 240);
  }
}
.support-redesign .support-card-grid .click-tile:hover, .support-redesign .support-card-grid .click-tile:focus-visible {
  box-shadow: none;
  color: rgb(34, 34, 34);
  transform: scale(1.018);
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-card-grid .click-tile:hover, .support-redesign .support-card-grid .click-tile:focus-visible {
    color: rgb(240, 240, 240);
  }
}
.support-redesign .support-card-grid .click-tile:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 0.45rem;
}
.support-redesign .support-card-grid .tile, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-video-thumb, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-video-thumb,
.support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-video-thumb,
.page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-video-thumb, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-article-banner-link, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-article-banner-link, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-home-grid-wrapper, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-home-grid-wrapper, .support-redesign .support-card-grid .page-template-template-how-to-101-article .breakout-wrapper, .page-template-template-how-to-101-article .support-redesign .support-card-grid .breakout-wrapper, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-article-banner-link, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-article-banner-link, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-home-grid-wrapper, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-article-banner-link, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-article-banner-link, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-home-grid-wrapper {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  overflow: visible;
  padding: 0;
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-card-grid .tile, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-video-thumb, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-video-thumb,
  .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-video-thumb,
  .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-video-thumb, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-article-banner-link, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-article-banner-link, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-home-grid-wrapper, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-home-grid-wrapper, .support-redesign .support-card-grid .page-template-template-how-to-101-article .breakout-wrapper, .page-template-template-how-to-101-article .support-redesign .support-card-grid .breakout-wrapper, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-article-banner-link, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-article-banner-link, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-home-grid-wrapper, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-article-banner-link, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-article-banner-link, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-home-grid-wrapper, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-home-grid-wrapper {
    background: transparent;
    box-shadow: none;
  }
}
.support-redesign .support-card-grid .tile:hover, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-video-thumb:hover, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-video-thumb:hover,
.support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-video-thumb:hover,
.page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-video-thumb:hover, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-article-banner-link:hover, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-article-banner-link:hover, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-home-grid-wrapper:hover, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-home-grid-wrapper:hover, .support-redesign .support-card-grid .page-template-template-how-to-101-article .breakout-wrapper:hover, .page-template-template-how-to-101-article .support-redesign .support-card-grid .breakout-wrapper:hover, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-article-banner-link:hover, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-article-banner-link:hover, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper:hover, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-home-grid-wrapper:hover, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-article-banner-link:hover, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-article-banner-link:hover, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-home-grid-wrapper:hover, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-home-grid-wrapper:hover {
  box-shadow: none;
  color: inherit;
}
.support-redesign .support-card-grid .tile img, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-video-thumb img, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-video-thumb img,
.support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-video-thumb img,
.page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-video-thumb img, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-article-banner-link img, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-article-banner-link img, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-home-grid-wrapper img, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-home-grid-wrapper img, .support-redesign .support-card-grid .page-template-template-how-to-101-article .breakout-wrapper img, .page-template-template-how-to-101-article .support-redesign .support-card-grid .breakout-wrapper img, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-article-banner-link img, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-article-banner-link img, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper img, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-home-grid-wrapper img, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-article-banner-link img, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-article-banner-link img, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-home-grid-wrapper img, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-home-grid-wrapper img {
  border-radius: 14px;
  box-shadow: none;
  display: block;
  height: 12rem;
  margin: 0 0 1rem;
  object-fit: cover;
  width: 100%;
}
.support-redesign .support-card-grid .tile h3, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-video-thumb h3, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-video-thumb h3,
.support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-video-thumb h3,
.page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-video-thumb h3, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-article-banner-link h3, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-article-banner-link h3, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-home-grid-wrapper h3, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-home-grid-wrapper h3, .support-redesign .support-card-grid .page-template-template-how-to-101-article .breakout-wrapper h3, .page-template-template-how-to-101-article .support-redesign .support-card-grid .breakout-wrapper h3, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-article-banner-link h3, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-article-banner-link h3, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper h3, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-home-grid-wrapper h3, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-article-banner-link h3, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-article-banner-link h3, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-home-grid-wrapper h3, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-home-grid-wrapper h3 {
  color: inherit;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
  text-align: left;
}
.support-redesign .support-card-grid .tile p, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-video-thumb p, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-video-thumb p,
.support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-video-thumb p,
.page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-video-thumb p, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-article-banner-link p, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-article-banner-link p, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-home-grid-wrapper p, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-home-grid-wrapper p, .support-redesign .support-card-grid .page-template-template-how-to-101-article .breakout-wrapper p, .page-template-template-how-to-101-article .support-redesign .support-card-grid .breakout-wrapper p, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-article-banner-link p, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-article-banner-link p, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-home-grid-wrapper p, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-article-banner-link p, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-article-banner-link p, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-home-grid-wrapper p,
.support-redesign .support-card-grid .tile p:last-of-type {
  color: rgb(34, 34, 34);
  font-size: 0.8rem;
  line-height: 1.35;
  margin: 0.35rem 0 0;
  text-align: left;
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-card-grid .tile p, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-video-thumb p, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-video-thumb p,
  .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-video-thumb p,
  .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-video-thumb p, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-article-banner-link p, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-article-banner-link p, .support-redesign .support-card-grid .page-template-template-how-to-101-article .how-to-home-grid-wrapper p, .page-template-template-how-to-101-article .support-redesign .support-card-grid .how-to-home-grid-wrapper p, .support-redesign .support-card-grid .page-template-template-how-to-101-article .breakout-wrapper p, .page-template-template-how-to-101-article .support-redesign .support-card-grid .breakout-wrapper p, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-article-banner-link p, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-article-banner-link p, .support-redesign .support-card-grid .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p, .page-template-template-how-to-presenter-top .support-redesign .support-card-grid .how-to-home-grid-wrapper p, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-article-banner-link p, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-article-banner-link p, .support-redesign .support-card-grid .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p, .page-template-template-how-to-writer-top .support-redesign .support-card-grid .how-to-home-grid-wrapper p,
  .support-redesign .support-card-grid .tile p:last-of-type {
    color: rgb(240, 240, 240);
  }
}
.support-redesign .support-nav {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  color: rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-nav {
    color: rgb(240, 240, 240);
  }
}
.support-redesign #how-to-nav-button {
  display: inline;
}
.support-redesign .support-nav__desktop {
  display: none;
}
@media (min-width: 1200px) {
  .support-redesign .support-nav__desktop {
    display: block;
  }
  .support-redesign .support-nav__desktop .support-nav__root {
    display: none;
  }
}
.support-redesign .support-nav__disclosure {
  margin: 0;
}
@media (min-width: 1200px) {
  .support-redesign .support-nav__disclosure {
    display: none;
  }
}
.support-redesign .support-nav__summary {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgb(34, 34, 34);
  cursor: pointer;
  display: flex;
  font-weight: normal;
  justify-content: space-between;
  list-style: none;
  min-height: 3.85rem;
  overflow: visible;
  padding: 0 22px;
  position: relative;
  user-select: none;
}
@media (max-width: 1199px) {
  .support-redesign .support-nav__summary {
    min-height: 2.85em;
  }
}
@media (max-width: 512px) {
  .support-redesign .support-nav__summary {
    font-size: 1em;
    line-height: 155%;
    min-height: 2.75em;
  }
}
@media (min-width: 416px) {
  .support-redesign .support-nav__summary {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 512px) {
  .support-redesign .support-nav__summary {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.support-redesign .support-nav__summary::-webkit-details-marker {
  display: none;
}
.support-redesign .support-nav__summary::marker {
  content: "";
  font-size: 0;
}
.support-redesign .support-nav__summary::before {
  background: rgba(0, 0, 0, 0.14);
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(50% - 50vw);
  position: absolute;
  right: calc(50% - 50vw);
}
.support-redesign .support-nav__summary::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 0.45rem;
  margin-right: 0.35rem;
  transform: rotate(45deg) translateY(-0.12rem);
  width: 0.45rem;
}
.support-redesign .support-nav__summary:hover, .support-redesign .support-nav__summary:focus, .support-redesign .support-nav__summary:focus-visible {
  color: rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-nav__summary {
    color: rgb(240, 240, 240);
  }
  .support-redesign .support-nav__summary::before {
    background: rgba(255, 255, 255, 0.18);
  }
  .support-redesign .support-nav__summary:hover, .support-redesign .support-nav__summary:focus, .support-redesign .support-nav__summary:focus-visible {
    color: rgb(240, 240, 240);
  }
}
@media (min-width: 1200px) {
  .support-redesign .support-nav__summary {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    min-height: 2.75rem;
    padding: 0 0.9rem;
  }
  .support-redesign .support-nav__summary::before {
    content: none;
  }
}
@media (min-width: 1200px) and (prefers-color-scheme: dark) {
  .support-redesign .support-nav__summary {
    background: rgba(42, 42, 42, 0.88);
    border-color: rgba(255, 255, 255, 0.14);
  }
}
.support-redesign .support-nav__disclosure[open] > .support-nav__summary::after {
  transform: rotate(225deg) translate(-0.1rem, -0.1rem);
}
.support-redesign .support-nav__summary-label {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  overflow: visible;
  padding-right: 1rem;
  row-gap: 0.1rem;
}
.support-redesign .support-nav__summary-crumb {
  color: inherit;
  display: block;
  min-width: 0;
  overflow: visible;
  overflow-wrap: break-word;
  text-decoration: none;
  white-space: normal;
}
.support-redesign .support-nav__summary-crumb:visited, .support-redesign .support-nav__summary-crumb:hover, .support-redesign .support-nav__summary-crumb:focus, .support-redesign .support-nav__summary-crumb:focus-visible {
  box-shadow: none;
  color: inherit;
  text-decoration: none;
}
.support-redesign .support-nav__summary-separator {
  flex: 0 0 auto;
  padding: 0 0.45em;
}
.support-redesign .support-nav__panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  padding: 0.45rem 22px 0.8rem;
  position: relative;
}
.support-redesign .support-nav__panel::after {
  background: rgba(0, 0, 0, 0.14);
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(50% - 50vw);
  position: absolute;
  right: calc(50% - 50vw);
}
@media (min-width: 416px) {
  .support-redesign .support-nav__panel {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 512px) {
  .support-redesign .support-nav__panel {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-nav__panel::after {
    background: rgba(255, 255, 255, 0.18);
  }
}
@media (min-width: 1200px) {
  .support-redesign .support-nav__panel {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
  }
  .support-redesign .support-nav__panel::after {
    content: none;
  }
}
.support-redesign .support-nav__disclosure .support-nav__panel {
  max-height: min(70vh, 34rem);
  overflow: auto;
}
.support-redesign .support-nav__desktop .support-nav__panel {
  max-height: calc(100vh - 7rem);
  overflow: auto;
  padding-right: 0.35rem;
}
.support-redesign .support-search__link {
  font-size: 0.9rem;
  line-height: 140%;
}
.support-redesign .support-search__link {
  font-size: 13.5px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .support-redesign .support-search__link {
    font-size: calc(13.5px + 1.7 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .support-redesign .support-search__link {
    font-size: 15.2px;
    line-height: 165%;
  }
}
.support-redesign .support-search__link {
  line-height: 1.25;
}
.support-redesign .support-search__title {
  font-weight: normal;
}
.support-redesign .support-search--page {
  margin: 0;
  max-width: none;
  width: 100%;
  z-index: 1;
}
.support-redesign .support-search--page .support-search__field {
  border-radius: 14px;
  min-height: 3rem;
  padding: 0.3rem 0.45rem 0.3rem 0.9rem;
}
.support-redesign .support-search--page .support-search__icon {
  height: 1rem;
  margin-right: 0.65rem;
  width: 1rem;
}
.support-redesign .support-search--page .support-search__clear {
  font-size: 1.45rem;
  height: 2.1rem;
  width: 2.1rem;
}
.support-redesign .support-search--page .support-search__results {
  margin-top: 0.55rem;
}
.support-redesign .support-search--page .support-search__link,
.support-redesign .support-search--page .support-search__message {
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
}
.support-redesign .support-search--page .support-search__description {
  display: none;
}
.support-redesign .support-nav__root,
.support-redesign .support-tree a {
  font-size: 0.9rem;
  line-height: 140%;
}
.support-redesign .support-nav__root,
.support-redesign .support-tree a {
  font-size: 13.5px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .support-redesign .support-nav__root,
  .support-redesign .support-tree a {
    font-size: calc(13.5px + 1.7 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .support-redesign .support-nav__root,
  .support-redesign .support-tree a {
    font-size: 15.2px;
    line-height: 165%;
  }
}
.support-redesign .support-nav__root,
.support-redesign .support-tree a {
  border-radius: 8px;
  color: inherit;
  display: block;
  line-height: 1.25;
  min-width: 0;
  overflow-wrap: break-word;
  padding: 0.48rem 0.58rem;
  text-decoration: none;
}
.support-redesign .support-nav__root {
  margin-bottom: 0.35rem;
}
.support-redesign .support-tree,
.support-redesign .support-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.support-redesign .support-tree ul {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  margin-left: 0.72rem;
  padding-left: 0.38rem;
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-tree ul {
    border-left-color: rgba(255, 255, 255, 0.12);
  }
}
.support-redesign .support-tree li {
  list-style: none;
  margin: 0.08rem 0;
  text-indent: 0;
}
.support-redesign .support-tree li::before {
  content: none;
}
.support-redesign .support-node > details {
  margin: 0;
}
.support-redesign .support-node > details > summary {
  align-items: center;
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: grid;
  column-gap: 0.18rem;
  grid-template-columns: 1rem minmax(0, 1fr);
  list-style: none;
  padding: 0.48rem 0.58rem;
}
.support-redesign .support-node > details > summary::-webkit-details-marker {
  display: none;
}
.support-redesign .support-node > details > summary::marker {
  content: "";
  font-size: 0;
}
.support-redesign .support-node > details > summary::before {
  align-self: center;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.7);
  content: "";
  display: block;
  height: 0.42rem;
  justify-self: center;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: transform 120ms ease;
  width: 0.42rem;
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-node > details > summary::before {
    color: rgba(255, 255, 255, 0.7);
  }
}
.support-redesign .support-node > details[open] > summary::before {
  transform: rotate(45deg);
}
.support-redesign .support-node > details > summary > a {
  border-radius: 0;
  display: block;
  justify-self: stretch;
  min-width: 0;
  max-width: 100%;
  padding: 0;
}
.support-redesign .support-nav__root:hover,
.support-redesign .support-tree .support-leaf > a:hover,
.support-redesign .support-tree .support-node > details > summary:hover {
  background: rgba(0, 0, 0, 0.055);
  color: rgb(34, 34, 34);
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  .support-redesign .support-nav__root:hover,
  .support-redesign .support-tree .support-leaf > a:hover,
  .support-redesign .support-tree .support-node > details > summary:hover {
    background: rgba(255, 255, 255, 0.08);
    color: rgb(240, 240, 240);
  }
}
.support-redesign .support-tree .support-node > details > summary:hover > a {
  box-shadow: none;
  color: inherit;
}
.support-redesign .support-nav__root.is-selected,
.support-redesign .support-tree .is-selected > a,
.support-redesign .support-tree .is-selected > details > summary {
  animation: var(--support-nav-selected-animation);
  background: var(--support-nav-selected-background);
  color: var(--support-nav-selected-color);
}
.support-redesign .support-tree .is-selected > a,
.support-redesign .support-tree .is-selected > details > summary {
  font-weight: 700;
}
.support-redesign .support-tree .is-selected > details > summary > a {
  color: inherit;
  font-weight: inherit;
}
.support-redesign .support-tree .is-selected > details > summary::before {
  color: currentColor;
}
.support-redesign .support-nav__root.is-selected:hover,
.support-redesign .support-tree .is-selected.support-leaf > a:hover,
.support-redesign .support-tree .is-selected.support-node > details > summary:hover {
  background: var(--support-nav-selected-background);
  color: var(--support-nav-selected-color);
}
.support-redesign.presenter-page {
  --support-nav-selected-background: rgba(111, 0, 255, 0.36);
  --support-nav-selected-animation: support-presenter-selected-background 100s linear infinite;
  --support-nav-selected-color: #fff;
}
.support-redesign.presenter-page .support-layout__sidebar {
  background-color: transparent;
}
.support-redesign.presenter-page .support-page-search {
  background: rgba(7, 7, 7, 0.6);
}
@media (min-width: 1200px) {
  .support-redesign.presenter-page .support-layout__sidebar {
    background-color: transparent;
  }
}
.support-redesign.presenter-page .support-nav,
.support-redesign.presenter-page .support-toc__link,
.support-redesign.presenter-page .support-platform-tabs__link,
.support-redesign.presenter-page .support-card-grid .click-tile,
.support-redesign.presenter-page .support-card-grid .tile p,
.support-redesign.presenter-page .support-card-grid .page-template-template-how-to-writer-top .how-to-video-thumb p,
.page-template-template-how-to-writer-top .support-redesign.presenter-page .support-card-grid .how-to-video-thumb p,
.support-redesign.presenter-page .support-card-grid .page-template-template-how-to-presenter-top .how-to-video-thumb p,
.page-template-template-how-to-presenter-top .support-redesign.presenter-page .support-card-grid .how-to-video-thumb p,
.support-redesign.presenter-page .support-card-grid .page-template-template-how-to-101-article .how-to-article-banner-link p,
.page-template-template-how-to-101-article .support-redesign.presenter-page .support-card-grid .how-to-article-banner-link p,
.support-redesign.presenter-page .support-card-grid .page-template-template-how-to-101-article .how-to-home-grid-wrapper p,
.page-template-template-how-to-101-article .support-redesign.presenter-page .support-card-grid .how-to-home-grid-wrapper p,
.support-redesign.presenter-page .support-card-grid .page-template-template-how-to-101-article .breakout-wrapper p,
.page-template-template-how-to-101-article .support-redesign.presenter-page .support-card-grid .breakout-wrapper p,
.support-redesign.presenter-page .support-card-grid .page-template-template-how-to-presenter-top .how-to-article-banner-link p,
.page-template-template-how-to-presenter-top .support-redesign.presenter-page .support-card-grid .how-to-article-banner-link p,
.support-redesign.presenter-page .support-card-grid .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p,
.page-template-template-how-to-presenter-top .support-redesign.presenter-page .support-card-grid .how-to-home-grid-wrapper p,
.support-redesign.presenter-page .support-card-grid .page-template-template-how-to-writer-top .how-to-article-banner-link p,
.page-template-template-how-to-writer-top .support-redesign.presenter-page .support-card-grid .how-to-article-banner-link p,
.support-redesign.presenter-page .support-card-grid .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p,
.page-template-template-how-to-writer-top .support-redesign.presenter-page .support-card-grid .how-to-home-grid-wrapper p,
.support-redesign.presenter-page .support-card-grid .tile p:last-of-type {
  color: rgb(240, 240, 240);
}
.support-redesign.presenter-page .support-platform-tabs__icon {
  filter: invert(1);
}
.support-redesign.presenter-page .support-platform-tabs__link:hover,
.support-redesign.presenter-page .support-platform-tabs__link:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: rgb(240, 240, 240);
}
.support-redesign.presenter-page .support-tree ul {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.support-redesign.presenter-page .support-toc {
  border-left-color: rgba(255, 255, 255, 0.22);
}
.support-redesign.presenter-page .support-toc__link {
  color: rgba(240, 240, 240, 0.68);
}
.support-redesign.presenter-page .support-toc__link:hover, .support-redesign.presenter-page .support-toc__link:focus-visible {
  color: rgb(240, 240, 240);
}
.support-redesign.presenter-page .support-toc__link.is-active {
  color: rgb(240, 240, 240);
}
.support-redesign.presenter-page .support-node > details > summary::before {
  color: rgba(255, 255, 255, 0.7);
}
.support-redesign.presenter-page .support-nav__summary {
  color: rgb(240, 240, 240);
}
.support-redesign.presenter-page .support-nav__summary::before {
  background: rgba(255, 255, 255, 0.18);
}
.support-redesign.presenter-page .support-nav__summary:hover, .support-redesign.presenter-page .support-nav__summary:focus, .support-redesign.presenter-page .support-nav__summary:focus-visible {
  color: rgb(240, 240, 240);
}
.support-redesign.presenter-page .support-nav__panel::after {
  background: rgba(255, 255, 255, 0.18);
}
.support-redesign.presenter-page .support-nav__root:hover,
.support-redesign.presenter-page .support-tree .support-leaf > a:hover,
.support-redesign.presenter-page .support-tree .support-node > details > summary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgb(240, 240, 240);
}
.support-redesign.presenter-page .support-nav__root.is-selected,
.support-redesign.presenter-page .support-tree .is-selected > a,
.support-redesign.presenter-page .support-tree .is-selected > details > summary,
.support-redesign.presenter-page .support-nav__root.is-selected:hover,
.support-redesign.presenter-page .support-tree .is-selected.support-leaf > a:hover,
.support-redesign.presenter-page .support-tree .is-selected.support-node > details > summary:hover {
  background: var(--support-nav-selected-background);
  color: var(--support-nav-selected-color);
}

@keyframes support-presenter-selected-background {
  0% {
    background-color: rgba(0, 145, 255, 0.36);
  }
  22% {
    background-color: rgba(0, 0, 255, 0.36);
  }
  33% {
    background-color: rgba(111, 0, 255, 0.36);
  }
  44% {
    background-color: rgba(153, 0, 255, 0.36);
  }
  55% {
    background-color: rgba(204, 0, 255, 0.36);
  }
  66% {
    background-color: rgba(255, 0, 221, 0.36);
  }
  77% {
    background-color: rgba(255, 0, 149, 0.36);
  }
  88% {
    background-color: rgba(255, 0, 98, 0.36);
  }
  100% {
    background-color: rgba(255, 0, 25, 0.36);
  }
}
select::-ms-expand {
  display: none;
}

#whats-new::after {
  border-radius: 30px;
  color: white;
  content: "NEW";
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  margin-left: 1em;
  margin-right: 0;
  margin-top: 0.5em;
  padding: 0.1em 0.4em 0em 0.4em;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(-0.1em);
  white-space: nowrap;
  background-color: #00b2ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  #whats-new::after {
    background-color: color(display-p3 0 0.698 1);
  }
}

.sticky {
  background-color: rgb(247, 247, 247);
  opacity: 95%;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  width: 100%;
}

li img {
  display: block;
  margin-bottom: 1em;
}

.play-icon {
  align-items: center;
  backdrop-filter: blur(5px);
  backface-visibility: hidden;
  background-color: rgba(20, 20, 20, 0.8);
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='22px' height='26px' viewBox='0 0 22 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 45.2 (43514) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3Eicon/play%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='button/play/play-shape' transform='translate(-38.000000, -32.000000)' fill='%23FFFFFF'%3E %3Cg id='icon/play' transform='translate(36.000000, 31.000000)'%3E %3Cpath d='M22.7621683,14.8519418 L3.52331064,26.6667556 L3.52331064,26.6667556 C3.05268562,26.9557721 2.4368745,26.8085493 2.14785801,26.3379242 C2.05117846,26.1804944 2,25.9993596 2,25.8146136 L2,2.18498599 L2,2.18498599 C2,1.63270124 2.44771525,1.18498599 3,1.18498599 C3.184746,1.18498599 3.36588082,1.23616445 3.52331064,1.332844 L22.7621683,13.1476578 L22.7621683,13.1476578 C23.2327933,13.4366743 23.3800161,14.0524854 23.0909996,14.5231104 C23.0087528,14.6570385 22.8960964,14.7696949 22.7621683,14.8519418 Z' id='Triangle'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: 55% 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 100px;
  justify-content: center;
  transition: transform 0.2s ease;
  width: 100px;
}
@media (prefers-color-scheme: dark) {
  .play-icon {
    background-color: rgba(247, 247, 247, 0.25);
  }
}
.play-icon:hover {
  transform: scale(1.1);
}

.writer .prodcomp h2 {
  font-weight: bold;
  line-height: 111%;
}

.writer .prodcomp h3 {
  font-weight: bold;
  line-height: 111%;
  margin-top: 3.5em;
}

.writer .prodcomp .desktop {
  margin-left: 0;
  width: 100%;
}

html[lang=ja] body.page-template-template-writer.writer-page .teasers h1,
html[lang=ja] body.page-template-template-writer.writer-page .teasers h2,
html[lang=ja] body.page-template-template-writer.writer-page .teasers h3,
html[lang=ja] body.page-template-template-writer.writer-page .teasers h4,
html[lang=ja] body.page-template-template-writer.writer-page .teasers h5,
html[lang=ja] body.page-template-template-writer.writer-page .teasers h6 {
  line-height: 130%;
}

.writer-page .writer .flexgrids p {
  align-items: initial;
  display: block;
}

.hideandseekmobile.teasers {
  margin: 0em auto 0em;
}

.writer.lightgrey {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  .writer.lightgrey {
    font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
  }
  .writer.lightgrey a {
    color: rgb(34, 34, 34);
  }
  .writer.lightgrey a:hover {
    color: #00b2ff;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: P3), (prefers-color-scheme: dark) and (-webkit-min-device-pixel-ratio: 0) {
  .writer.lightgrey a:hover {
    color: color(display-p3 0 0.698 1);
  }
}

.writer.darkestgrey {
  font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  color: rgb(240, 240, 240);
}
@media (prefers-color-scheme: dark) {
  .writer.darkestgrey {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
    color: rgb(240, 240, 240);
  }
}

.page-template-template-writer.page .img-comp-container .img-comp-slider,
.page-template-template-writer.page .img-comp-container .img-comp-slider::after {
  background-color: #1DB4F0;
}

.page-template-template-paywall h1 {
  margin-bottom: 1em;
  margin-top: 0.2em;
  text-align: center;
}
.page-template-template-paywall .kick {
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  padding-bottom: 0;
  padding-top: 2em;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
.page-template-template-paywall .kick + h2 {
  margin-bottom: 1em;
  margin-top: 0.2em;
}
.page-template-template-paywall .tellme {
  margin-bottom: 0em;
  margin-top: 3em;
  text-align: center;
}

.tight-wrapper {
  align-items: stretch;
  display: grid;
  gap: 0.5em;
  grid-template-columns: repeat(3, 1fr);
  margin: 3em auto;
  max-width: 1024px;
}

.easy-wrapper {
  align-items: stretch;
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(3, 1fr);
  margin: 4em auto 6em;
  max-width: 1024px;
}
@media (max-width: 720px) {
  .easy-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 721px) and (max-width: 1100px) {
  .easy-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.easy-wrapper .action {
  margin-top: 1em;
}

.smooth-wrapper {
  align-items: stretch;
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(2, 1fr);
  margin: 1em auto;
  max-width: 1024px;
}
@media (max-width: 720px) {
  .smooth-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 721px) and (max-width: 1100px) {
  .smooth-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.smooth-wrapper h3 {
  line-height: 145%;
  margin-bottom: 0.25em;
  margin-top: 0;
}
.smooth-wrapper p,
.smooth-wrapper h3 + p {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.smooth-wrapper h2 {
  margin-top: 0;
  vertical-align: top;
}

ul {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}

.single-column {
  grid-column: span 1;
}
@media (min-width: 720px) {
  .single-column {
    grid-column: span 2;
  }
}
@media (min-width: 1100px) {
  .single-column {
    grid-column: span 3;
  }
}

.two-columns-always {
  grid-column: span 2;
}

.two-columns {
  grid-column: span 1;
}
@media (min-width: 720px) {
  .two-columns {
    grid-column: span 2;
  }
}

.ace {
  align-items: center;
  border-radius: 11px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05), 0px 0px 15px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 25px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  display: block;
  height: auto;
  justify-content: center;
  line-height: 135%;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 5;
}
@media (prefers-color-scheme: dark) {
  .ace {
    background: rgb(27, 27, 27);
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15), 0px 0px 15px 0 rgba(0, 0, 0, 0.15), 0px 0px 20px 0 rgba(0, 0, 0, 0.15), 0px 0px 25px 0 rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 512px) {
  .ace {
    box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.05), 0px 0px 12px 0 rgba(0, 0, 0, 0.05), 0px 0px 17px 0 rgba(0, 0, 0, 0.05), 0px 0px 22px 0 rgba(0, 0, 0, 0.05);
  }
}
.ace .toc-icon {
  display: inline-block;
  height: 1.1em;
  margin-right: 5px; /* adjust as needed */
  padding-bottom: 0.1em;
  vertical-align: middle;
  width: auto;
}
.ace img.toc-icon {
  margin-bottom: 0;
  margin-top: 0;
}
@media (prefers-color-scheme: dark) {
  .ace img.toc-icon {
    filter: invert(1);
  }
}
.ace .ace b {
  display: inline-block;
  vertical-align: middle;
}
.ace h3 {
  letter-spacing: 0.5px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5em;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
.ace p {
  line-height: 150%;
  margin-bottom: 1em;
  margin-left: 1em;
  padding-left: 1em;
  padding-right: 1em;
  text-align: left;
  width: 100%;
}
.ace h4 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.2em;
  text-align: center;
  width: auto;
}
.ace .monthly,
.ace .yearly {
  vertical-align: top;
}
.ace .currency {
  vertical-align: middle;
}
.ace ul {
  list-style: none;
  margin-bottom: 1.5em;
  margin-top: 0em;
  padding-left: 0em;
  text-align: left;
}
.ace ul li {
  line-height: 140%;
  margin-top: 0em;
  padding-left: 0;
  padding-right: 0.5em;
  padding-top: 0em;
  text-indent: 0;
}
.ace ul ::before {
  display: none;
}
.ace .action {
  display: inline-block;
  background-color: transparent;
  border: 1.5px solid white;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  width: unset;
}
.ace .inquire {
  width: 10em;
}

a.ace {
  color: white;
  text-decoration: none;
  width: 100%;
}

a.ace:hover,
.ace a:hover {
  box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.05), 0px 0px 12px 0 rgba(0, 0, 0, 0.05), 0px 0px 17px 0 rgba(0, 0, 0, 0.05), 0px 0px 22px 0 rgba(0, 0, 0, 0.05);
  color: white;
  transform: scale(0.95);
}
@media (prefers-color-scheme: dark) {
  a.ace:hover,
  .ace a:hover {
    color: white;
  }
}

a.ace,
.ace a {
  transition: transform 0.3s ease-in-out;
}

img.buynow {
  display: inline;
  height: 1.5em;
  margin-bottom: 2em;
  margin-top: 1em;
  right: 0.5em;
  width: 1.5em;
  z-index: 10;
}

img.actionnow {
  display: inline;
  height: 1.4em;
  margin-bottom: 0;
  margin-top: 0;
  right: 0.5em;
  vertical-align: top;
  width: auto;
  z-index: 10;
}

h3 + p.buyer {
  line-height: 150%;
  margin-bottom: 0.5em;
  margin-top: 0;
  padding-top: 0.25em;
}
h3 + p.buyer .cents {
  font-weight: bold;
  line-height: 0;
  vertical-align: super;
}

img.h3-icon {
  height: 1.5em;
  margin: 0 auto 0.5em 0;
  width: auto;
}

.presenter-page img.h3-icon,
img.buynow,
.presenter-page img.toc-icon {
  filter: invert(1);
}

@media (prefers-color-scheme: dark) {
  img.h3-icon {
    filter: invert(1);
  }
}

h3.bfaq {
  margin-top: 3em;
}

img.h3-icon + h3.bfaq {
  margin-top: 0.5em;
  padding-top: 0;
}

img.buy-icon {
  height: 1.2em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0.2em;
  margin-top: 0.2em;
  position: relative;
  text-align: right;
  vertical-align: middle;
  width: auto;
  z-index: 1000;
}

.support-feature + .container {
  margin-top: 2em;
}

.page-template-template-account-checkout-paywall .paywall__segmented-menu {
  margin-top: 1em;
}
.page-template-template-account-checkout-paywall .account-checkout-pricing-header {
  margin: 0 auto 2.5rem;
  max-width: 32rem;
  padding-top: 2.75rem;
  text-align: center;
}
.page-template-template-account-checkout-paywall .account-checkout-pricing-header h1 {
  color: rgb(34, 34, 34);
  margin-bottom: 0;
}
@media (prefers-color-scheme: dark) {
  .page-template-template-account-checkout-paywall .account-checkout-pricing-header h1 {
    color: rgb(240, 240, 240);
  }
}
.page-template-template-account-checkout-paywall.presenter-page .account-checkout-pricing-header h1 {
  color: white;
}
.page-template-template-account-checkout-paywall .account-checkout-pricing-kick {
  align-items: center;
  display: flex !important;
  gap: 0.5rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 899px) {
  .page-template-template-account-checkout-paywall .account-checkout-pricing-header {
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
}
.page-template-template-account-checkout-paywall .paywall__segmented-control {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 1em 0 2em;
  text-transform: uppercase;
}
.page-template-template-account-checkout-paywall .paywall__segmented-control li {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.5px;
  min-width: 11rem;
  padding: 0.95em 1.6em 0.8em;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}
.page-template-template-account-checkout-paywall .paywall__segmented-control li.active {
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
  color: white;
}
.page-template-template-account-checkout-paywall .paywall__segmented-control li.individual.active {
  background: linear-gradient(135deg, #973cff 0%, #5e14c5 100%);
}
.page-template-template-account-checkout-paywall .paywall__segmented-control li.education.active {
  background: linear-gradient(135deg, #6f9349 0%, #5f8240 100%);
}
.page-template-template-account-checkout-paywall .paywall__segmented-control li.business.active {
  background: linear-gradient(135deg, #2f73d6 0%, #1f5bb4 100%);
}
.page-template-template-account-checkout-paywall .paywall__segmented-control li:hover {
  transform: scale(0.95);
}
@media (max-width: 719px) {
  .page-template-template-account-checkout-paywall .paywall__segmented-control {
    gap: 0.4em;
  }
  .page-template-template-account-checkout-paywall .paywall__segmented-control li {
    min-width: 0;
    padding-left: 1.1em;
    padding-right: 1.1em;
  }
}
.page-template-template-account-checkout-paywall .paywall__pricing {
  display: none;
}
.page-template-template-account-checkout-paywall .paywall__pricing.active {
  display: block;
}
.page-template-template-account-checkout-paywall .paywall__pricing .paywall__free-trial.download-card {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05), 0 18px 36px rgba(0, 0, 0, 0.05);
  margin: 0;
  max-width: none;
}
.page-template-template-account-checkout-paywall .paywall__pricing--store .tight-wrapper {
  margin-top: 0;
}
.page-template-template-account-checkout-paywall .paywall__store-card {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  justify-content: space-between;
  text-align: center;
}
.page-template-template-account-checkout-paywall .paywall__store-card h3,
.page-template-template-account-checkout-paywall .paywall__store-card p {
  color: inherit;
  margin: 0;
}
.page-template-template-account-checkout-paywall .paywall__store-card img.app-store-badge {
  display: block;
  height: 2.4rem;
  margin: 0.75rem auto 0;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
.page-template-template-account-checkout-paywall .paywall__ace.paywall__ace-link.paywall__store-card {
  color: white;
}
.page-template-template-account-checkout-paywall.writer-page .paywall__ace.paywall__ace-link.paywall__store-card {
  background: rgb(247, 247, 247);
  border-color: transparent;
  color: rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  .page-template-template-account-checkout-paywall.writer-page .paywall__ace.paywall__ace-link.paywall__store-card {
    background: #1b1b1b;
    border-color: rgba(255, 255, 255, 0.06);
    color: white;
  }
}
.page-template-template-account-checkout-paywall .paywall__store-visual {
  align-items: center;
  display: flex;
  height: 8rem;
  justify-content: center;
  width: 100%;
}
.page-template-template-account-checkout-paywall .paywall__store-visual img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.page-template-template-account-checkout-paywall .account-checkout-paywall {
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
}
.page-template-template-account-checkout-paywall .account-checkout-newsletter {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}
.page-template-template-account-checkout-paywall.presenter-page .account-checkout-newsletter .newsletter__set {
  background-color: #333;
  border-color: #535353;
}
.page-template-template-account-checkout-paywall .blog-badge-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  justify-content: center;
  margin: 0 auto 2.5rem;
  max-width: 44rem;
}
.page-template-template-account-checkout-paywall .blog-badge-container a.ios-app-store-badge,
.page-template-template-account-checkout-paywall .blog-badge-container a.mac-app-store-badge {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  min-height: 2.4rem;
}
.page-template-template-account-checkout-paywall .blog-badge-container img.app-store-badge {
  display: block;
  height: 2.4rem;
  margin: 0 !important;
  max-width: 100%;
  transform: none;
  transition: none;
  width: auto;
}
.page-template-template-account-checkout-paywall .blog-badge-container img.app-store-badge:hover,
.page-template-template-account-checkout-paywall .blog-badge-container img.app-store-badge:focus-visible,
.page-template-template-account-checkout-paywall .blog-badge-container img.app-store-badge:active {
  transform: none;
}
@media (max-width: 700px) {
  .page-template-template-account-checkout-paywall .blog-badge-container {
    gap: 1rem;
  }
  .page-template-template-account-checkout-paywall .blog-badge-container a.ios-app-store-badge,
  .page-template-template-account-checkout-paywall .blog-badge-container a.mac-app-store-badge {
    min-height: 2.4rem;
  }
  .page-template-template-account-checkout-paywall .blog-badge-container img.app-store-badge {
    height: 2.4rem;
  }
}
.page-template-template-account-checkout-paywall .tight-wrapper {
  align-items: stretch;
  gap: 0.75em;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 3.25em auto 3em auto;
}
.page-template-template-account-checkout-paywall .paywall__ace {
  background: #1b1b1b;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05), 0 18px 36px rgba(0, 0, 0, 0.05);
  color: white;
  min-width: 0;
  overflow: visible;
  padding: 1.55em 1.35em 1.35em;
}
.page-template-template-account-checkout-paywall .paywall__ace .action {
  align-items: center;
  background: white;
  border: 0;
  border-radius: 999px;
  box-sizing: border-box;
  color: black;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 1rem;
  max-width: 100%;
  min-width: 6.75rem;
  padding: 0.9rem 1.4rem 0.82rem;
  text-transform: uppercase;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__price-action {
  box-sizing: border-box;
  gap: 0;
  margin-bottom: 0.9rem;
  max-width: 100%;
  min-width: min(8.5rem, 100%);
  padding-bottom: 0.7rem;
  padding-top: 0.75rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__price {
  display: contents;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__price-action .price-whole {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__price-action .currency,
.page-template-template-account-checkout-paywall .paywall__ace .paywall__price-action .price-decimal,
.page-template-template-account-checkout-paywall .paywall__ace .paywall__price-action .price-fraction,
.page-template-template-account-checkout-paywall .paywall__ace .paywall__price-suffix {
  align-self: center;
  line-height: 1;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__price-action .price-decimal {
  margin-left: 0.12rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__price-action .price-fraction {
  margin-left: 0.03rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__price-action .currency {
  margin-right: 0.22rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__price-action + .paywall__billing-note {
  margin-top: 0;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__price-suffix {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-left: 0.4rem;
  padding-top: 0;
}
.page-template-template-account-checkout-paywall .paywall__ace.paywall__ace-link {
  color: inherit;
  cursor: pointer;
  display: block;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.page-template-template-account-checkout-paywall .paywall__ace.paywall__ace-link:hover, .page-template-template-account-checkout-paywall .paywall__ace.paywall__ace-link:focus-visible {
  transform: scale(1.02);
}
.page-template-template-account-checkout-paywall .paywall__ace.paywall__ace-link:active {
  transform: scale(1.01);
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__label {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  margin-bottom: 0.35rem;
}
.page-template-template-account-checkout-paywall .paywall__ace h2,
.page-template-template-account-checkout-paywall .paywall__ace h3,
.page-template-template-account-checkout-paywall .paywall__ace h4,
.page-template-template-account-checkout-paywall .paywall__ace p,
.page-template-template-account-checkout-paywall .paywall__ace li,
.page-template-template-account-checkout-paywall .paywall__ace label,
.page-template-template-account-checkout-paywall .paywall__ace span {
  color: inherit;
}
.page-template-template-account-checkout-paywall .paywall__ace h2 {
  font-size: clamp(2.6rem, 4.5vw, 4rem);
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin: 0.35rem 0 0.55rem;
}
.page-template-template-account-checkout-paywall .paywall__ace h3 {
  letter-spacing: 0.045em;
  line-height: 1.3;
  margin-top: 0.35rem;
}
.page-template-template-account-checkout-paywall .paywall__ace > h3:first-of-type,
.page-template-template-account-checkout-paywall .paywall__ace .paywall__label + h3 {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-top: 0;
  text-transform: none;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-list {
  display: grid;
  font-size: 0.79rem;
  font-weight: 600;
  gap: 0.45rem;
  list-style: none;
  margin: 1.15rem auto 1.4rem;
  max-width: 11rem;
  padding: 0;
  text-align: left;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-list li {
  align-items: center;
  display: flex;
  gap: 0.55rem;
  justify-content: space-between;
  line-height: 1.15;
  margin: 0;
  padding: 0;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-label {
  align-items: center;
  column-gap: 0.38rem;
  display: inline-grid;
  grid-template-columns: 1.15rem minmax(0, 1fr);
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-label::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 0.56rem;
  justify-self: center;
  opacity: 0.82;
  width: 0.72rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-label--mac::before {
  background-image: url("https://static.ia.net/platform-icons/icon-mac.png");
  filter: brightness(0) invert(1);
  height: 0.74rem;
  width: 0.96rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-label--ipad::before {
  background-image: url("https://static.ia.net/platform-icons/icon-ipad.png");
  filter: brightness(0) invert(1);
  height: 0.74rem;
  width: 1rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-label--iphone::before {
  background-image: url("https://static.ia.net/platform-icons/icon-iphone.png");
  filter: brightness(0) invert(1);
  height: 1rem;
  width: 1rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-label--web-sharing::before {
  background-image: url("https://static.ia.net/platform-icons/icon-web-based-access.png");
  filter: brightness(0) invert(1);
  height: 0.84rem;
  width: 0.84rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-label--windows::before {
  background-image: url("https://static.ia.net/platform-icons/icon-windows.png");
  filter: brightness(0) invert(1);
  height: 0.84rem;
  width: 0.84rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-label--devices::before {
  background-image: url("https://static.ia.net/platform-icons/icon-computers.png");
  filter: brightness(0) invert(1);
  height: 0.88rem;
  width: 0.88rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-label--user::before {
  background-image: url("https://static.ia.net/platform-icons/icon-account.png");
  filter: brightness(0) invert(1);
  height: 0.86rem;
  width: 0.86rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-label--domains::before {
  background-image: url("https://static.ia.net/platform-icons/icon-links.png");
  filter: brightness(0) invert(1);
  height: 0.82rem;
  width: 0.82rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-label--support::before {
  background-image: url("https://static.ia.net/platform-icons/icon-help.png");
  filter: brightness(0) invert(1);
  height: 0.84rem;
  width: 0.84rem;
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__feature-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 0.2rem;
  color: rgba(0, 0, 0, 0.72);
  display: inline-flex;
  font-size: 0.62rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-height: 0.9rem;
  min-width: 1.45rem;
  padding: 0.12rem 0.25rem 0.08rem;
  text-transform: uppercase;
}
.page-template-template-account-checkout-paywall .paywall__free-trial.paywall__ace:not(.download-card) {
  background: #1b1b1b;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  justify-content: center;
  overflow: visible;
  position: relative;
}
.page-template-template-account-checkout-paywall .paywall__free-trial.paywall__ace:not(.download-card)::before {
  color: rgba(255, 255, 255, 0.42);
  content: "✂︎";
  font-family: "SF Pro Text", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  left: -0.48rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.page-template-template-account-checkout-paywall .paywall__free-trial.paywall__ace:not(.download-card) > * {
  position: relative;
  z-index: 1;
}
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time {
  --writer-pricing-value-column: max-content;
  background: rgb(247, 247, 247);
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05), 0 18px 36px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.075);
  color: rgb(34, 34, 34);
}
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-checklist {
  align-content: start;
  height: var(--writer-pricing-detail-height);
  margin-bottom: 2rem;
  margin-top: 2.45rem;
}
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-checklist label {
  grid-template-columns: minmax(0, 1fr) 2rem var(--writer-pricing-value-column);
}
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-checklist .paywall__device-row {
  grid-template-columns: minmax(0, 1fr) var(--writer-pricing-value-column);
}
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__feature-label::before {
  filter: none;
  opacity: 1;
}
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time > h3:first-of-type {
  margin-top: 0.35rem;
}
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-checklist h3:last-child,
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-status,
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-row--muted,
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__billing-note {
  color: rgba(0, 0, 0, 0.58);
}
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-checklist label:has(input:checked) h3:last-child {
  color: rgb(34, 34, 34);
}
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__price-action {
  background: #00b2ff;
  color: white;
  transition: transform 0.24s ease;
}
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__price-action:hover,
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__price-action:focus-visible,
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__price-action:focus {
  transform: scale(1.02);
}
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__price-action:active {
  transform: scale(1.01);
}
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__switch {
  background: rgba(0, 0, 0, 0.82);
}
.page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-checklist input[type=checkbox]:checked + .paywall__switch {
  background: #00b2ff;
}
@media (prefers-color-scheme: dark) {
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time {
    background: rgb(27, 27, 27);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05), 0 18px 36px rgba(0, 0, 0, 0.05);
    color: rgb(240, 240, 240);
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__feature-label::before {
    filter: brightness(0) invert(1);
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-checklist h3:last-child,
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-status,
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-row--muted,
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__billing-note {
    color: rgba(255, 255, 255, 0.58);
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-checklist label:has(input:checked) h3:last-child {
    color: rgb(240, 240, 240);
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__switch {
    background: rgba(255, 255, 255, 0.22);
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-checklist input[type=checkbox]:checked + .paywall__switch {
    background: #00b2ff;
  }
}
.page-template-template-account-checkout-paywall.writer-page .paywall__ace.paywall__ace-link.paywall__store-card {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05), 0 18px 36px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.075);
}
@media (prefers-color-scheme: dark) {
  .page-template-template-account-checkout-paywall.writer-page .paywall__ace.paywall__ace-link.paywall__store-card {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05), 0 18px 36px rgba(0, 0, 0, 0.05);
  }
}
.page-template-template-account-checkout-paywall.writer-page .easy-wrapper .action,
.page-template-template-account-checkout-paywall.writer-page .smooth-wrapper .action {
  animation: none;
  background: #00b2ff;
  border-color: #00b2ff;
  color: rgb(240, 240, 240);
}
.page-template-template-account-checkout-paywall.writer-page .easy-wrapper .action:hover,
.page-template-template-account-checkout-paywall.writer-page .easy-wrapper .action:focus,
.page-template-template-account-checkout-paywall.writer-page .easy-wrapper .action:focus-visible,
.page-template-template-account-checkout-paywall.writer-page .smooth-wrapper .action:hover,
.page-template-template-account-checkout-paywall.writer-page .smooth-wrapper .action:focus,
.page-template-template-account-checkout-paywall.writer-page .smooth-wrapper .action:focus-visible,
.page-template-template-account-checkout-paywall.writer-page .easy-wrapper .action:active,
.page-template-template-account-checkout-paywall.writer-page .smooth-wrapper .action:active {
  background: #00b2ff;
  border-color: #00b2ff;
  color: rgb(240, 240, 240);
}
.page-template-template-account-checkout-paywall .paywall__pricing.business .paywall__ace h3,
.page-template-template-account-checkout-paywall .paywall__pricing.education .paywall__ace h3 {
  line-height: 1.4;
}
.page-template-template-account-checkout-paywall button.action {
  cursor: pointer;
}
.page-template-template-account-checkout-paywall button.action:hover,
.page-template-template-account-checkout-paywall button.action:focus-visible,
.page-template-template-account-checkout-paywall button.action:focus {
  transform: scale(1.02);
  transition: transform 0.24s ease;
}
.page-template-template-account-checkout-paywall button.action:active {
  transform: scale(1.01);
  transition: transform 0.24s ease;
}
.page-template-template-account-checkout-paywall .easy-wrapper .action,
.page-template-template-account-checkout-paywall .smooth-wrapper .action {
  align-items: center;
  color: rgb(240, 240, 240);
  display: inline-flex;
  gap: 0.38rem;
  max-width: 100%;
  min-width: 0;
  transition: transform 0.24s ease;
  width: auto;
}
.page-template-template-account-checkout-paywall .easy-wrapper .action:hover,
.page-template-template-account-checkout-paywall .easy-wrapper .action:focus,
.page-template-template-account-checkout-paywall .easy-wrapper .action:focus-visible,
.page-template-template-account-checkout-paywall .smooth-wrapper .action:hover,
.page-template-template-account-checkout-paywall .smooth-wrapper .action:focus,
.page-template-template-account-checkout-paywall .smooth-wrapper .action:focus-visible {
  color: rgb(240, 240, 240);
  transform: scale(1.02);
}
.page-template-template-account-checkout-paywall .easy-wrapper .action:active,
.page-template-template-account-checkout-paywall .smooth-wrapper .action:active {
  color: rgb(240, 240, 240);
  transform: scale(1.01);
}
.page-template-template-account-checkout-paywall .paywall__pricing.individual .paywall__ace:not(.paywall__free-trial) {
  background: linear-gradient(135deg, #973cff 0%, #5e14c5 100%);
}
.page-template-template-account-checkout-paywall .paywall__pricing.individual .paywall__ace.monthly {
  background: #8d1df5;
}
.page-template-template-account-checkout-paywall .paywall__pricing.individual .paywall__ace.yearly {
  background: #6917b4;
}
.page-template-template-account-checkout-paywall .paywall__pricing.individual .paywall__ace.one-time {
  background: #470088;
}
.page-template-template-account-checkout-paywall .paywall__pricing.individual .paywall__ace.sharing {
  background: #2b064e;
}
.page-template-template-account-checkout-paywall .paywall__pricing.education .paywall__ace.monthly {
  background: #58833d;
}
.page-template-template-account-checkout-paywall .paywall__pricing.education .paywall__ace.sharing {
  background: #466f31;
}
.page-template-template-account-checkout-paywall .paywall__pricing.business .paywall__ace.monthly {
  background: #115daf;
}
.page-template-template-account-checkout-paywall .paywall__pricing.business .paywall__ace.yearly {
  background: #0c4b8f;
}
.page-template-template-account-checkout-paywall .paywall__pricing.business .paywall__ace.sharing {
  background: #06386d;
}
.page-template-template-account-checkout-paywall .paywall__pricing.individual .paywall__ace.monthly,
.page-template-template-account-checkout-paywall .paywall__pricing.individual .paywall__ace.yearly,
.page-template-template-account-checkout-paywall .paywall__pricing.individual .paywall__ace.one-time,
.page-template-template-account-checkout-paywall .paywall__pricing.business .paywall__ace.monthly,
.page-template-template-account-checkout-paywall .paywall__pricing.business .paywall__ace.yearly,
.page-template-template-account-checkout-paywall .paywall__pricing.education .paywall__ace.monthly {
  position: relative;
}
.page-template-template-account-checkout-paywall .paywall__badge {
  align-items: center;
  background: #a457eb;
  border: 0;
  border-radius: 999px;
  box-sizing: border-box;
  color: white;
  display: inline-flex;
  flex-direction: column;
  font-size: 0.95rem;
  font-weight: 700;
  height: 3.5rem;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1;
  padding-top: 0.3rem;
  white-space: pre;
  position: absolute;
  right: -0.2rem;
  top: -0.85rem;
  width: 3.5rem;
}
.page-template-template-account-checkout-paywall .paywall__badge-label {
  font-size: 0.6em;
  line-height: 1;
}
.page-template-template-account-checkout-paywall .paywall__badge-value {
  font-size: 1.1em;
  line-height: 1;
}
.page-template-template-account-checkout-paywall .paywall__badge--education {
  background: #2e4f00;
}
.page-template-template-account-checkout-paywall .paywall__badge--business {
  background: #00244b;
}
.page-template-template-account-checkout-paywall .paywall__pricing.individual .paywall__ace.sharing h2 {
  font-size: clamp(2rem, 3vw, 2.7rem);
}
.page-template-template-account-checkout-paywall .paywall__ace .paywall__billing-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0.4rem;
}
.page-template-template-account-checkout-paywall .paywall__device-checklist {
  display: grid;
  font-size: 0.79rem;
  font-weight: 600;
  gap: 0.45rem;
  margin: 1.15rem auto 1.4rem;
  max-width: 14.5rem;
  width: 100%;
}
.page-template-template-account-checkout-paywall.presenter-page .paywall__pricing.individual .paywall__ace.one-time .paywall__device-checklist {
  gap: 0.38rem;
  margin-bottom: 1.25rem;
  max-width: 11rem;
}
@media (min-width: 900px) {
  .page-template-template-account-checkout-paywall .two-columns-always {
    grid-column: span 2;
  }
  .page-template-template-account-checkout-paywall .three-columns-always {
    grid-column: span 3;
  }
  .page-template-template-account-checkout-paywall .four-columns-always {
    grid-column: span 4;
  }
  .page-template-template-account-checkout-paywall .five-columns-always {
    grid-column: span 5;
  }
  .page-template-template-account-checkout-paywall .six-columns-always {
    grid-column: span 6;
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.individual .tight-wrapper {
    grid-template-areas: "monthly monthly yearly yearly one-time one-time" "trial trial trial trial sharing sharing";
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.education .tight-wrapper {
    grid-template-areas: "education education education education education education" "trial trial trial trial sharing sharing";
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.business .tight-wrapper {
    grid-template-areas: "monthly monthly monthly yearly yearly yearly" "trial trial trial trial sharing sharing";
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .tight-wrapper {
    grid-template-areas: "trial trial trial one-time one-time one-time";
  }
}
@media (max-width: 899px) {
  html:has(.page-template-template-account-checkout-paywall) {
    overflow-x: hidden;
  }
  .page-template-template-account-checkout-paywall .tight-wrapper {
    gap: 0.6em;
    margin-top: 2.25em;
  }
  .page-template-template-account-checkout-paywall .two-columns-always-mobile {
    grid-column: span 2;
  }
  .page-template-template-account-checkout-paywall .three-columns-always-mobile {
    grid-column: span 3;
  }
  .page-template-template-account-checkout-paywall .four-columns-always-mobile {
    grid-column: span 4;
  }
  .page-template-template-account-checkout-paywall .five-columns-always-mobile {
    grid-column: span 5;
  }
  .page-template-template-account-checkout-paywall .six-columns-always-mobile {
    grid-column: span 6;
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.individual .tight-wrapper {
    grid-template-areas: "trial trial trial trial trial trial" "monthly monthly monthly yearly yearly yearly" "one-time one-time one-time one-time one-time one-time" "sharing sharing sharing sharing sharing sharing";
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.education .tight-wrapper {
    grid-template-areas: "trial trial trial trial trial trial" "education education education education education education" "sharing sharing sharing sharing sharing sharing";
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.business .tight-wrapper {
    grid-template-areas: "trial trial trial trial trial trial" "monthly monthly monthly yearly yearly yearly" "sharing sharing sharing sharing sharing sharing";
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .tight-wrapper {
    grid-template-areas: "trial trial trial trial trial trial" "one-time one-time one-time one-time one-time one-time";
  }
  .page-template-template-account-checkout-paywall .paywall__ace {
    padding: 1.15em 1em 1.05em;
  }
  .page-template-template-account-checkout-paywall .paywall__ace h2 {
    font-size: 2.35rem;
  }
  .page-template-template-account-checkout-paywall .paywall__ace .action {
    min-width: 0;
    width: 100%;
  }
  .page-template-template-account-checkout-paywall .paywall__ace .paywall__price-action {
    width: auto;
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-checklist {
    max-width: min(100%, 18rem);
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-checklist label {
    grid-template-columns: minmax(0, 1fr) 2rem var(--writer-pricing-value-column);
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .paywall__ace.one-time .paywall__device-checklist .paywall__device-row {
    grid-template-columns: minmax(0, 1fr) var(--writer-pricing-value-column);
  }
  .page-template-template-account-checkout-paywall .paywall__badge {
    font-size: 0.85rem;
    height: 3rem;
    right: -0.2rem;
    top: -0.55rem;
    width: 3rem;
  }
}
@media (max-width: 520px) {
  .page-template-template-account-checkout-paywall .paywall__pricing.paywall__pricing--writer.individual .tight-wrapper {
    grid-template-areas: "trial trial trial trial trial trial" "one-time one-time one-time one-time one-time one-time";
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.individual .tight-wrapper {
    grid-template-areas: "trial trial trial trial trial trial" "monthly monthly monthly monthly monthly monthly" "yearly yearly yearly yearly yearly yearly" "one-time one-time one-time one-time one-time one-time" "sharing sharing sharing sharing sharing sharing";
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.education .tight-wrapper {
    grid-template-areas: "trial trial trial trial trial trial" "education education education education education education" "sharing sharing sharing sharing sharing sharing";
  }
  .page-template-template-account-checkout-paywall .paywall__pricing.business .tight-wrapper {
    grid-template-areas: "trial trial trial trial trial trial" "monthly monthly monthly monthly monthly monthly" "yearly yearly yearly yearly yearly yearly" "sharing sharing sharing sharing sharing sharing";
  }
}
.page-template-template-account-checkout-paywall .paywall__pricing .paywall__ace.monthly {
  grid-area: monthly;
}
.page-template-template-account-checkout-paywall .paywall__pricing .paywall__ace.yearly {
  grid-area: yearly;
}
.page-template-template-account-checkout-paywall .paywall__pricing .paywall__ace.one-time {
  grid-area: one-time;
}
.page-template-template-account-checkout-paywall .paywall__pricing .paywall__free-trial {
  grid-area: trial;
}
.page-template-template-account-checkout-paywall .paywall__pricing .paywall__ace.sharing {
  grid-area: sharing;
}
.page-template-template-account-checkout-paywall .paywall__pricing.education .paywall__ace.monthly {
  grid-area: education;
}
.page-template-template-account-checkout-paywall .paywall__device-checklist label,
.page-template-template-account-checkout-paywall .paywall__device-row {
  align-items: center;
  display: grid;
  gap: 0.42rem;
  grid-template-columns: minmax(0, 1fr) max-content;
  justify-content: space-between;
}
.page-template-template-account-checkout-paywall .paywall__device-checklist label {
  grid-template-columns: minmax(0, 1fr) 2rem max-content;
}
.page-template-template-account-checkout-paywall .paywall__device-name,
.page-template-template-account-checkout-paywall .paywall__device-checklist h3,
.page-template-template-account-checkout-paywall .paywall__device-status {
  line-height: 1.15;
  margin: 0;
  min-width: 0;
  text-align: left;
}
.page-template-template-account-checkout-paywall .paywall__device-checklist h3:last-child,
.page-template-template-account-checkout-paywall .paywall__device-status {
  font-size: 0.72rem;
  font-weight: 700;
  justify-self: end;
  letter-spacing: 0.02em;
  margin: 0;
  text-align: right;
}
.page-template-template-account-checkout-paywall .paywall__device-checklist h3:last-child {
  white-space: nowrap;
}
.page-template-template-account-checkout-paywall .paywall__device-checklist h3:last-child,
.page-template-template-account-checkout-paywall .paywall__device-status,
.page-template-template-account-checkout-paywall .paywall__device-row--muted {
  color: rgba(255, 255, 255, 0.72);
}
.page-template-template-account-checkout-paywall .paywall__device-checklist h3 .currency {
  font-size: 1em;
  margin-right: 0.12em;
}
.page-template-template-account-checkout-paywall .paywall__device-checklist label.disabled .paywall__feature-label::before,
.page-template-template-account-checkout-paywall .paywall__device-row--muted .paywall__feature-label::before {
  opacity: 0.45;
}
.page-template-template-account-checkout-paywall .paywall__device-row--muted .paywall__feature-badge {
  grid-column: 3;
  justify-self: end;
}
.page-template-template-account-checkout-paywall .paywall__device-checklist label.disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.page-template-template-account-checkout-paywall .paywall__device-checklist label.required {
  opacity: 1;
}
.page-template-template-account-checkout-paywall .paywall__device-checklist input[disabled] {
  cursor: not-allowed;
}
.page-template-template-account-checkout-paywall .paywall__device-checklist input[type=checkbox] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.page-template-template-account-checkout-paywall .paywall__switch {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  display: inline-flex;
  height: 0.9rem;
  justify-self: end;
  position: relative;
  transition: background-color 0.2s ease;
  width: 2rem;
}
.page-template-template-account-checkout-paywall .paywall__switch::after {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  content: "";
  height: 0.78rem;
  left: 0.06rem;
  position: absolute;
  top: 0.06rem;
  transition: transform 0.2s ease;
  width: 0.78rem;
}
.page-template-template-account-checkout-paywall .paywall__device-checklist input[type=checkbox]:checked + .paywall__switch {
  background: rgba(255, 255, 255, 0.62);
}
.page-template-template-account-checkout-paywall .paywall__device-checklist input[type=checkbox]:checked + .paywall__switch::after {
  transform: translateX(1.1rem);
}
.page-template-template-account-checkout-paywall .paywall__device-checklist input[type=checkbox]:disabled + .paywall__switch {
  cursor: not-allowed;
}

.presenter-page .card ul {
  background-color: rgb(27, 27, 27);
}
.presenter-page .card ul a {
  color: rgb(240, 240, 240);
}

.presenter-page {
  background-color: rgb(7, 7, 7);
  color: rgb(240, 240, 240);
  text-align: left;
}
@media (prefers-color-scheme: dark) {
  .presenter-page {
    background-color: rgb(7, 7, 7);
  }
}
.presenter-page .header-primary a {
  color: rgb(240, 240, 240);
}
.presenter-page .header-primary a:hover,
.presenter-page a:hover {
  color: white;
}
.presenter-page .hamburger {
  filter: invert(1);
}
.presenter-page .footer-container {
  background-color: transparent;
}
.presenter-page .footer-primary {
  background-color: transparent;
}
.presenter-page .footer-primary .footer-button {
  background-color: rgb(7, 7, 7);
  color: rgb(240, 240, 240);
}
.presenter-page .footer-primary a {
  color: rgb(240, 240, 240);
}
.presenter-page a {
  color: rgb(240, 240, 240);
}
.presenter-page a:hover {
  color: white;
}
.presenterhome {
  background-color: rgb(7, 7, 7);
  padding: 3em 0;
}
@media (prefers-color-scheme: dark) {
  .presenterhome {
    background-color: rgb(247, 247, 247);
  }
}
.presenterhome .card {
  background-color: rgb(7, 7, 7);
}

.presenter {
  overflow: hidden;
  padding: 4em 0;
}
.presenter h1 {
  color: white;
  line-height: 120%;
  padding-bottom: 3em;
}
.presenter h1:has(+ .download-card) {
  padding-bottom: 1.2em;
}
.presenter h2 {
  font-weight: bold;
  line-height: 110%;
  margin-bottom: 0;
  margin-top: 1em;
  max-width: 70%;
  text-align: center;
}
.presenter h3 {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 5em;
  text-align: left;
  text-transform: uppercase;
}
.presenter h2 + h3 {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 140%;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 90%;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: 20em;
}

.presenter-page .presenter-download-pill {
  display: flex;
  justify-content: center;
  margin: -3rem auto -3rem;
  padding: 0 1rem;
  position: relative;
}

.presenter-page .presenter-download-pill__frame {
  background-color: #000000;
  border-radius: 100px;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.45em;
  position: relative;
  width: auto;
}

.presenter-page .presenter-download-pill__button {
  -webkit-appearance: none;
  appearance: none;
  align-items: center;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-name: animateBg;
  animation-timing-function: linear;
  background-color: #0091ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .presenter-page .presenter-download-pill__button {
    background-color: color(display-p3 0 0.5 1);
  }
}
.presenter-page .presenter-download-pill__button {
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  padding: 11px 20px 9px;
  text-align: center;
  text-decoration: none;
  transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
  white-space: nowrap;
}

.presenter-page .presenter-download-pill__button:hover {
  color: white;
  filter: brightness(1.2);
}

.presenter-page .presenter-download-pill__button:disabled,
.presenter-page .presenter-download-pill__button[disabled] {
  cursor: progress;
  opacity: 1;
}

@media (max-width: 512px) {
  .presenter-page .presenter-download-pill {
    margin: -1.5rem auto -1.5rem;
  }
  .presenter-page .presenter-download-pill__button {
    padding: 11px 17px 9px;
  }
}
.presenter .bgs1,
.presenter .bgs2,
.presenter .bgs3,
.presenter .bgs4,
.presenter .bgs5,
.presenter .bgs6 {
  margin-bottom: 5em;
  margin-top: 5em;
}

.home-contents .card .blog-badge-container img.app-store-badge {
  height: 2.5em;
}

.prodcomp {
  clear: both;
  display: block;
  height: auto;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  overflow: hidden;
  width: auto;
}
@media (max-width: 512px) {
  .prodcomp {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.prodcomp p,
.prodcomp .textboxone h5 + p {
  line-height: 145%;
}
.prodcomp .textboxone {
  margin-left: 2em;
  margin-right: 2em;
}
@media (min-width: 768px) {
  .prodcomp .textboxone {
    float: left;
    font-size: 16px;
    height: auto;
    margin-left: 1em;
    margin-right: 0;
    max-width: 40%;
    padding-left: 0;
    padding-right: 1em;
    width: auto;
  }
}
@media (min-width: 860px) {
  .prodcomp .textboxone {
    margin-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1040px) {
  .prodcomp .textboxone {
    font-size: 1em;
    line-height: 150%;
    margin-left: 4em;
    padding-right: 4em;
  }
}
@media (min-width: 1679px) {
  .prodcomp .textboxone {
    font-size: 1.1em;
    padding-right: 4em;
  }
}
@media (min-width: 1879px) {
  .prodcomp .textboxone {
    font-size: 1.2em;
    padding-right: 5em;
  }
}
.prodcomp .textboxone h4,
.prodcomp .textboxone h5 {
  font-weight: normal;
  line-height: 133%;
  margin-bottom: 0;
  margin-top: 0;
}
.prodcomp .textboxone h5 + p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .prodcomp .textboxone h5 + p {
    margin-bottom: 1em;
  }
}
.prodcomp .videoboxone {
  margin: 2em -10em 2em 2em;
  overflow: hidden;
}
@media (max-width: 512px) {
  .prodcomp .videoboxone {
    margin: 2em;
  }
}
@media (min-width: 768px) {
  .prodcomp .videoboxone {
    margin: 0 0 0 0em;
    overflow: hidden;
  }
}
@media (min-width: 860px) {
  .prodcomp .videoboxone {
    padding-right: 2em;
  }
}
@media (min-width: 1040px) {
  .prodcomp .videoboxone {
    padding-right: 3em;
  }
}
@media (min-width: 1679px) {
  .prodcomp .videoboxone {
    padding-right: 4em;
  }
}
@media (min-width: 1879px) {
  .prodcomp .videoboxone {
    padding-right: 5em;
  }
}
.prodcomp .videoboxone .iphone-top-radius {
  border-top-left-radius: 13.5%;
  border-top-right-radius: 13.5%;
}
.prodcomp .videoboxone .iphone-bottom-top-radius {
  border-bottom-left-radius: 10.5%;
  border-bottom-right-radius: 10.5%;
  border-top-left-radius: 10.5%;
  border-top-right-radius: 10.5%;
}
.prodcomp .videoboxone video.prodcompvid {
  border-radius: 7px;
  height: auto;
  max-width: 90vw;
}
@media (min-width: 768px) {
  .prodcomp .videoboxone video.prodcompvid {
    clear: right;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    vertical-align: top;
  }
}
@media (min-width: 1040px) {
  .prodcomp .videoboxone video.prodcompvid {
    width: 100%;
  }
}

.presenter-page .subsubmenu img,
.presenter-page h2 img {
  filter: invert(1);
}

.iconic-grid-wrapper {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 4em;
}

.iconic-grid-item {
  justify-self: start;
  margin-top: 1em;
}
.iconic-grid-item img {
  margin-top: 3em;
}

/* Mobile */
@media (max-width: 721px) {
  .iconic-grid-wrapper {
    grid-template-columns: 1fr; /* Single column for mobile devices */
  }
  /* Assign explicit order and swap 3rd and 4th elements for mobile */
  .iconic-grid-wrapper > .iconic-grid-item:nth-child(1) {
    order: 1;
  }
  .iconic-grid-wrapper > .iconic-grid-item:nth-child(2) {
    order: 2;
  }
  .iconic-grid-wrapper > .iconic-grid-item:nth-child(3) {
    order: 4;
  }
  .iconic-grid-wrapper > .iconic-grid-item:nth-child(4) {
    order: 3;
  }
  .iconic-grid-wrapper > .iconic-grid-item:nth-child(5) {
    order: 5;
  }
  .iconic-grid-wrapper > .iconic-grid-item:nth-child(6) {
    order: 6;
  }
}
.page-template-template-notebook h1, .page-template-template-notebook h2, .page-template-template-notebook h3,
.special-gallery-excerpt h1,
.special-gallery-excerpt h2,
.special-gallery-excerpt h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-template-notebook h2 + p,
.special-gallery-excerpt h2 + p {
  margin-top: 0;
  padding-top: 0;
}
.page-template-template-notebook img,
.special-gallery-excerpt img {
  width: 100%;
  height: auto;
}
.page-template-template-notebook .notebook-container,
.special-gallery-excerpt .notebook-container {
  background-color: #EDEDED;
  color: #222222;
}
.page-template-template-notebook .light-background,
.special-gallery-excerpt .light-background {
  background-color: #FFFFFF;
}
.page-template-template-notebook .japanese-text,
.special-gallery-excerpt .japanese-text {
  font-size: 90%;
}
.page-template-template-notebook .notebook-grid-wrapper,
.special-gallery-excerpt .notebook-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
}
.page-template-template-notebook .notebook-grid-wrapper .grid-image, .page-template-template-notebook .notebook-grid-wrapper .grid-text-top, .page-template-template-notebook .notebook-grid-wrapper .grid-text-bottom,
.special-gallery-excerpt .notebook-grid-wrapper .grid-image,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-top,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-bottom {
  grid-row: 1/2;
}
.page-template-template-notebook .notebook-grid-wrapper .grid-teaser-image,
.special-gallery-excerpt .notebook-grid-wrapper .grid-teaser-image {
  grid-row: 1/3;
  width: 100%;
  height: 200vw;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (min-width: 416px) {
  .page-template-template-notebook .notebook-grid-wrapper .grid-teaser-image,
  .special-gallery-excerpt .notebook-grid-wrapper .grid-teaser-image {
    height: 200vw;
  }
}
@media (min-width: 512px) {
  .page-template-template-notebook .notebook-grid-wrapper .grid-teaser-image,
  .special-gallery-excerpt .notebook-grid-wrapper .grid-teaser-image {
    height: 150vw;
  }
}
@media (min-width: 630px) {
  .page-template-template-notebook .notebook-grid-wrapper .grid-teaser-image,
  .special-gallery-excerpt .notebook-grid-wrapper .grid-teaser-image {
    height: 100vw;
  }
}
@media (min-width: 768px) {
  .page-template-template-notebook .notebook-grid-wrapper .grid-teaser-image,
  .special-gallery-excerpt .notebook-grid-wrapper .grid-teaser-image {
    height: 80vw;
  }
}
.page-template-template-notebook .notebook-grid-wrapper .grid-text-dark, .page-template-template-notebook .notebook-grid-wrapper .grid-text-light,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-dark,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-light {
  grid-row: 2/3;
}
.page-template-template-notebook .notebook-grid-wrapper .grid-text-dark h2,
.page-template-template-notebook .notebook-grid-wrapper .grid-text-dark h3,
.page-template-template-notebook .notebook-grid-wrapper .grid-text-dark p, .page-template-template-notebook .notebook-grid-wrapper .grid-text-light h2,
.page-template-template-notebook .notebook-grid-wrapper .grid-text-light h3,
.page-template-template-notebook .notebook-grid-wrapper .grid-text-light p,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-dark h2,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-dark h3,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-dark p,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-light h2,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-light h3,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-light p {
  margin: 0;
}
.page-template-template-notebook .notebook-grid-wrapper .grid-image,
.special-gallery-excerpt .notebook-grid-wrapper .grid-image {
  grid-column: 12/-1;
  width: 100%;
}
@media (max-width: 512px) {
  .page-template-template-notebook .notebook-grid-wrapper .grid-image,
  .special-gallery-excerpt .notebook-grid-wrapper .grid-image {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
.page-template-template-notebook .notebook-grid-wrapper .grid-teaser-image,
.special-gallery-excerpt .notebook-grid-wrapper .grid-teaser-image {
  grid-column: 1/-1;
  width: 100%;
}
.page-template-template-notebook .notebook-grid-wrapper .grid-text-top,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-top {
  grid-column: 2/12;
  align-self: center;
  z-index: 2;
  margin-bottom: 3rem;
}
@media (max-width: 512px) {
  .page-template-template-notebook .notebook-grid-wrapper .grid-text-top,
  .special-gallery-excerpt .notebook-grid-wrapper .grid-text-top {
    grid-column: 3/-3;
    margin-top: 3rem;
    margin-bottom: -5rem;
  }
}
.page-template-template-notebook .notebook-grid-wrapper .grid-text-bottom,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-bottom {
  display: grid;
  justify-content: center;
  grid-column: 1/12;
}
.page-template-template-notebook .notebook-grid-wrapper .grid-text-bottom h2,
.page-template-template-notebook .notebook-grid-wrapper .grid-text-bottom h3,
.page-template-template-notebook .notebook-grid-wrapper .grid-text-bottom p,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-bottom h2,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-bottom h3,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-bottom p {
  text-align: center;
}
.page-template-template-notebook .notebook-grid-wrapper .grid-text-bottom,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-bottom {
  align-self: center;
}
.page-template-template-notebook .notebook-grid-wrapper .grid-text-bottom .preorder-cta,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-bottom .preorder-cta {
  margin: 0 auto;
}
.page-template-template-notebook .notebook-grid-wrapper .grid-text-bottom,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-bottom {
  z-index: 2;
  margin-bottom: 3rem;
}
@media (max-width: 512px) {
  .page-template-template-notebook .notebook-grid-wrapper .grid-text-bottom,
  .special-gallery-excerpt .notebook-grid-wrapper .grid-text-bottom {
    grid-column: 3/-3;
    margin-top: 3rem;
    margin-bottom: -5rem;
  }
}
.page-template-template-notebook .notebook-grid-wrapper .grid-text-light,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-light {
  color: rgb(240, 240, 240);
  grid-column: 2/-1;
  z-index: 2;
}
.page-template-template-notebook .notebook-grid-wrapper .grid-text-dark,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-dark {
  grid-column: 10/-1;
  z-index: 2;
}
@media (max-width: 512px) {
  .page-template-template-notebook .notebook-grid-wrapper .grid-text-dark,
  .special-gallery-excerpt .notebook-grid-wrapper .grid-text-dark {
    grid-column: 2/-1;
  }
}
.page-template-template-notebook .notebook-grid-wrapper .grid-text-dark h2 + p, .page-template-template-notebook .notebook-grid-wrapper .grid-text-light h2 + p,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-dark h2 + p,
.special-gallery-excerpt .notebook-grid-wrapper .grid-text-light h2 + p {
  margin-bottom: 3rem;
}
.page-template-template-notebook,
.special-gallery-excerpt {
  /* Founder Quote */
}
.page-template-template-notebook .notebook-founder-quote,
.special-gallery-excerpt .notebook-founder-quote {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-top: 3rem;
  max-width: 500px;
}
@media (max-width: 512px) {
  .page-template-template-notebook .notebook-founder-quote,
  .special-gallery-excerpt .notebook-founder-quote {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 512px) {
  .page-template-template-notebook .container.founder-quote,
  .special-gallery-excerpt .container.founder-quote {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
  }
}
.page-template-template-notebook .gallery1,
.special-gallery-excerpt .gallery1 {
  display: grid;
  grid-template-areas: "top top" "middleleft middleright" "bottom bottom";
  grid-gap: 0.3rem;
}
.page-template-template-notebook .gallery1 #leaf,
.special-gallery-excerpt .gallery1 #leaf {
  grid-area: top;
}
.page-template-template-notebook .gallery1 #held,
.special-gallery-excerpt .gallery1 #held {
  grid-area: middleleft;
}
.page-template-template-notebook .gallery1 #lap,
.special-gallery-excerpt .gallery1 #lap {
  grid-area: middleright;
}
.page-template-template-notebook .gallery1 #wood,
.special-gallery-excerpt .gallery1 #wood {
  grid-area: bottom;
}
@media (max-width: 512px) {
  .page-template-template-notebook .gallery1,
  .special-gallery-excerpt .gallery1 {
    grid-template-areas: "top" "middleleft" "middleright" "bottom";
  }
  .page-template-template-notebook .gallery1 img,
  .special-gallery-excerpt .gallery1 img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.page-template-template-notebook .gallery2,
.special-gallery-excerpt .gallery2 {
  display: grid;
  grid-template-areas: "topleft topright" "bottom bottom";
  grid-gap: 0.3rem;
}
.page-template-template-notebook .gallery2 #band,
.special-gallery-excerpt .gallery2 #band {
  grid-area: topleft;
}
.page-template-template-notebook .gallery2 #box,
.special-gallery-excerpt .gallery2 #box {
  grid-area: topright;
}
.page-template-template-notebook .gallery2 #openbox,
.special-gallery-excerpt .gallery2 #openbox {
  grid-area: bottom;
}
@media (max-width: 512px) {
  .page-template-template-notebook .gallery2,
  .special-gallery-excerpt .gallery2 {
    grid-template-areas: "topleft" "topright" "bottom";
  }
  .page-template-template-notebook .gallery2 img,
  .special-gallery-excerpt .gallery2 img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.page-template-template-notebook .notebook-small,
.special-gallery-excerpt .notebook-small {
  text-align: center;
  margin-bottom: 3rem;
}
.page-template-template-notebook,
.special-gallery-excerpt {
  /* Image Comparison */
}
.page-template-template-notebook .img-comp-container,
.special-gallery-excerpt .img-comp-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  position: relative;
  height: 68vw;
  width: 90vw;
}
@media (min-width: 1140px) {
  .page-template-template-notebook .img-comp-container,
  .special-gallery-excerpt .img-comp-container {
    width: 1024px;
    height: 768px;
  }
}
@media (max-width: 768px) {
  .page-template-template-notebook .img-comp-container,
  .special-gallery-excerpt .img-comp-container {
    height: 135vw;
    width: 180vw;
  }
}
.page-template-template-notebook .img-comp-container,
.special-gallery-excerpt .img-comp-container {
  margin: auto;
}
.page-template-template-notebook .img-comp-img,
.special-gallery-excerpt .img-comp-img {
  position: absolute; /* Keep overlay positioned absolutely */
  height: 68vw;
  width: 90vw;
}
@media (min-width: 1140px) {
  .page-template-template-notebook .img-comp-img,
  .special-gallery-excerpt .img-comp-img {
    width: 1024px;
    height: 768px;
  }
}
@media (max-width: 768px) {
  .page-template-template-notebook .img-comp-img,
  .special-gallery-excerpt .img-comp-img {
    height: 135vw;
    width: 180vw;
  }
}
.page-template-template-notebook .img-comp-img img,
.special-gallery-excerpt .img-comp-img img {
  display: inline-block; /* Remove any space at the bottom */
  height: 100%; /* Maintain height */
  object-fit: cover; /* Maintain aspect ratio */
  object-position: left;
  overflow: hidden;
}
.page-template-template-notebook .img-comp-slider,
.special-gallery-excerpt .img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 40px;
  height: 40px;
  background-color: #B3B3B3;
  opacity: 0.7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-notebook,
.special-gallery-excerpt {
  /* Both arrows inside the ::before pseudo-element */
}
.page-template-template-notebook .img-comp-slider::before,
.special-gallery-excerpt .img-comp-slider::before {
  content: "< >"; /* Unicode symbols for left and right arrows */
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white; /* Arrow color */
  font-size: 20px; /* Size of the arrows */
  padding: 0 5px; /* Space between arrows and edge of the circle */
  transform: translateY(3%);
}
.page-template-template-notebook,
.special-gallery-excerpt {
  /* Vertical line going through the center of the circle using ::after */
}
.page-template-template-notebook .img-comp-slider::after,
.special-gallery-excerpt .img-comp-slider::after {
  content: "";
  position: absolute;
  width: 2px; /* Line thickness */
  height: 43vw; /* Extend the line above and below the circle */
  background-color: #B3B3B3; /* Same color as background */
  top: -19.5vw; /* Center the line vertically */
  left: 50%; /* Position the line horizontally in the center */
  transform: translateX(-50%); /* Center the line properly */
}
@media (max-width: 768px) {
  .page-template-template-notebook .img-comp-slider::after,
  .special-gallery-excerpt .img-comp-slider::after {
    height: 125vw;
    top: -60vw;
  }
}
@media (min-width: 1140px) {
  .page-template-template-notebook .img-comp-slider::after,
  .special-gallery-excerpt .img-comp-slider::after {
    height: 700px;
    top: -335px;
  }
}
.page-template-template-notebook .flexgrids > blockquote b,
.special-gallery-excerpt .flexgrids > blockquote b {
  white-space: nowrap;
}
.page-template-template-notebook .spec-grid,
.special-gallery-excerpt .spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 650px) {
  .page-template-template-notebook .spec-grid,
  .special-gallery-excerpt .spec-grid {
    grid-template-columns: 1fr;
  }
  .page-template-template-notebook .spec-grid .specs + .shipping,
  .special-gallery-excerpt .spec-grid .specs + .shipping {
    margin-top: 3em;
  }
}
.page-template-template-notebook .spec-grid h4, .page-template-template-notebook .spec-grid ul,
.special-gallery-excerpt .spec-grid h4,
.special-gallery-excerpt .spec-grid ul {
  padding-left: 0;
  margin-left: 0;
}
.page-template-template-notebook .spec-grid .specs li,
.special-gallery-excerpt .spec-grid .specs li {
  list-style-type: none;
}
.page-template-template-notebook .spec-grid .shipping li,
.special-gallery-excerpt .spec-grid .shipping li {
  list-style-type: disc;
  margin-left: 1em;
}
.page-template-template-notebook .spec-grid .spec-type,
.special-gallery-excerpt .spec-grid .spec-type {
  color: #757575;
}
@media (max-width: 512px) {
  .page-template-template-notebook #half-and-half,
  .special-gallery-excerpt #half-and-half {
    display: none;
  }
}
.page-template-template-notebook #half-and-half-mobile,
.special-gallery-excerpt #half-and-half-mobile {
  display: none;
}
@media (max-width: 512px) {
  .page-template-template-notebook #half-and-half-mobile,
  .special-gallery-excerpt #half-and-half-mobile {
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
@media (max-width: 512px) {
  .page-template-template-notebook #notebook-spread,
  .special-gallery-excerpt #notebook-spread {
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.page-template-template-notebook .container.faqs h4,
.page-template-template-notebook .container.faqs h5,
.page-template-template-notebook .container.faqs p,
.special-gallery-excerpt .container.faqs h4,
.special-gallery-excerpt .container.faqs h5,
.special-gallery-excerpt .container.faqs p {
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-notebook .container.faqs h4,
.special-gallery-excerpt .container.faqs h4 {
  text-align: center;
  margin-top: 3rem;
}
.page-template-template-notebook .container.faqs h5,
.special-gallery-excerpt .container.faqs h5 {
  font-style: italic;
  margin-bottom: 0;
}
.page-template-template-notebook .container.faqs p + h5,
.special-gallery-excerpt .container.faqs p + h5 {
  margin-top: 2rem;
}
.page-template-template-notebook .container.faqs p:last-of-type,
.special-gallery-excerpt .container.faqs p:last-of-type {
  margin-bottom: 3rem;
}
.page-template-template-notebook a.action.na,
.special-gallery-excerpt a.action.na {
  background-color: rgb(7, 7, 7);
  border: 2px #EDEDED;
  color: rgb(240, 240, 240);
  margin-bottom: 3em;
}
.page-template-template-notebook a.n-action,
.special-gallery-excerpt a.n-action {
  background-color: rgb(7, 7, 7);
  color: rgb(240, 240, 240);
}

.awards {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  gap: 1rem;
  margin: auto;
  max-width: 1024px;
  padding-bottom: 0.25em;
  padding-left: 22px;
  padding-right: 22px;
  text-align: left;
}
@media (min-width: 416px) {
  .awards {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 512px) {
  .awards {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .awards {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1040px) {
  .awards {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (min-width: 1126px) {
  .awards {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.awards > a,
.awards > div {
  display: block;
  flex: 0 0 auto;
}

.awards img {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.awards > :first-child,
.awards > :first-child img {
  height: 75px;
  align-self: center;
}

.reddot-footer > .awards {
  padding-left: 0;
}

.page-template-template-dictionary .featured-image,
.page-template-template-dictionary-letter .featured-image {
  max-width: 100%;
  overflow: hidden;
}
.page-template-template-dictionary .featured-image img,
.page-template-template-dictionary-letter .featured-image img {
  height: 13em;
}
@media (prefers-color-scheme: dark) {
  .page-template-template-dictionary .featured-image,
  .page-template-template-dictionary-letter .featured-image {
    filter: invert(1);
  }
}

.page-template-template-dictionary .featured-image img {
  object-fit: contain;
}

.archive.tag .home-contents .click-tile .tile p.ninety-four, .archive.tag .home-contents .click-tile .page-template-template-how-to-writer-top .how-to-video-thumb p.ninety-four, .page-template-template-how-to-writer-top .archive.tag .home-contents .click-tile .how-to-video-thumb p.ninety-four,
.archive.tag .home-contents .click-tile .page-template-template-how-to-presenter-top .how-to-video-thumb p.ninety-four,
.page-template-template-how-to-presenter-top .archive.tag .home-contents .click-tile .how-to-video-thumb p.ninety-four, .archive.tag .home-contents .click-tile .page-template-template-how-to-101-article .how-to-article-banner-link p.ninety-four, .page-template-template-how-to-101-article .archive.tag .home-contents .click-tile .how-to-article-banner-link p.ninety-four, .archive.tag .home-contents .click-tile .page-template-template-how-to-101-article .how-to-home-grid-wrapper p.ninety-four, .page-template-template-how-to-101-article .archive.tag .home-contents .click-tile .how-to-home-grid-wrapper p.ninety-four, .archive.tag .home-contents .click-tile .page-template-template-how-to-101-article .breakout-wrapper p.ninety-four, .page-template-template-how-to-101-article .archive.tag .home-contents .click-tile .breakout-wrapper p.ninety-four, .archive.tag .home-contents .click-tile .page-template-template-how-to-presenter-top .how-to-article-banner-link p.ninety-four, .page-template-template-how-to-presenter-top .archive.tag .home-contents .click-tile .how-to-article-banner-link p.ninety-four, .archive.tag .home-contents .click-tile .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper p.ninety-four, .page-template-template-how-to-presenter-top .archive.tag .home-contents .click-tile .how-to-home-grid-wrapper p.ninety-four, .archive.tag .home-contents .click-tile .page-template-template-how-to-writer-top .how-to-article-banner-link p.ninety-four, .page-template-template-how-to-writer-top .archive.tag .home-contents .click-tile .how-to-article-banner-link p.ninety-four, .archive.tag .home-contents .click-tile .page-template-template-how-to-writer-top .how-to-home-grid-wrapper p.ninety-four, .page-template-template-how-to-writer-top .archive.tag .home-contents .click-tile .how-to-home-grid-wrapper p.ninety-four {
  font-family: "iAIconic";
  font-size: 5vw;
  margin: 0.5em 8vw 0 8vw;
  overflow: hidden;
  white-space: nowrap;
  z-index: -5;
}

.dictionary-legend {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}

.dictionary-definition {
  margin-top: 2em;
}

a.dictionary-term {
  text-decoration: none;
}

.archive.tag .canvas-wrapper {
  display: grid;
  height: 10em;
}

.archive.tag .canvas-wrapper canvas {
  align-self: center;
  justify-self: center;
}
@media (prefers-color-scheme: dark) {
  .archive.tag .canvas-wrapper canvas {
    filter: invert(1);
  }
}

.page-template-template-how-to-writer-top {
  --item-opened-height: 400px;
  --item-collapsed-height: auto;
  --animation-duration: 260ms;
  --list-item-image-height: 306px;
  --how-to-body-text: 0.9rem;
}
@media (min-width: 991px) {
  .page-template-template-how-to-writer-top {
    --item-collapsed-height: 110px;
    --card-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05),
      0px 0px 15px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05),
      0px 0px 25px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .page-template-template-how-to-writer-top {
    --item-collapsed-height: calc(1.2vw + (45px * 2));
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-writer-top {
    --card-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1),
      0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
.page-template-template-how-to-writer-top .how-to-home-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-template-template-how-to-writer-top .how-to-home-grid-wrapper {
    padding: 0 1rem;
  }
  .page-template-template-how-to-writer-top .how-to-home-grid-wrapper:hover {
    box-shadow: var(--card-shadow);
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-writer-top .how-to-home-grid-wrapper {
    background-color: transparent;
    box-shadow: none;
    gap: 1rem;
    padding: 0;
  }
  .page-template-template-how-to-writer-top .how-to-home-grid-wrapper:hover {
    box-shadow: none;
  }
}
.page-template-template-how-to-writer-top .how-to-article-banner-link {
  overflow: hidden;
  text-decoration: none;
  transition: var(--animation-duration) !important;
  transition-property: height, min-height;
  transition-timing-function: cubic-bezier(0.05, 0.81, 0.43, 1);
}
@media (min-width: 768px) {
  .page-template-template-how-to-writer-top .how-to-article-banner-link {
    background-color: transparent;
    border-bottom: 1px solid;
    border-color: #dfdfdf;
    border-radius: 0;
    box-shadow: none;
    height: var(--item-collapsed-height);
    margin: 0;
    padding: 0;
  }
  .page-template-template-how-to-writer-top .how-to-article-banner-link:hover {
    box-shadow: none !important;
    height: var(--item-opened-height);
  }
  .page-template-template-how-to-writer-top .how-to-article-banner-link:first-child.initiate-auto-open:not(.disable-auto-open) {
    animation: open var(--animation-duration) 400ms cubic-bezier(0.05, 0.81, 0.43, 1) forwards;
  }
  @keyframes open {
    0% {
      min-height: var(--item-collapsed-height);
    }
    100% {
      min-height: var(--item-opened-height);
    }
  }
  .page-template-template-how-to-writer-top .how-to-article-banner-link:first-child.initiate-auto-open.disable-auto-open {
    animation: close var(--animation-duration) 0ms cubic-bezier(0.05, 0.81, 0.43, 1) forwards;
    min-height: var(--item-opened-height);
  }
  @keyframes close {
    0% {
      min-height: var(--item-opened-height);
    }
    100% {
      min-height: var(--item-collapsed-height);
    }
  }
  .page-template-template-how-to-writer-top .how-to-article-banner-link .featured-image > img {
    height: var(--list-item-image-height);
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-writer-top .how-to-article-banner-link {
    box-shadow: var(--card-shadow);
  }
  .page-template-template-how-to-writer-top .how-to-article-banner-link:hover {
    box-shadow: var(--card-shadow) !important;
  }
  .page-template-template-how-to-writer-top .how-to-article-banner-link .how-to-article-banner {
    margin: 0.2rem 1rem 0 0.6rem;
  }
  .page-template-template-how-to-writer-top .how-to-article-banner-link .featured-image > img {
    height: initial;
    margin-top: 1rem;
  }
}
.page-template-template-how-to-writer-top .how-to-article-banner-link:last-child {
  border: none;
}
@media (prefers-color-scheme: dark) {
  .page-template-template-how-to-writer-top .how-to-article-banner-link {
    border-color: #393939;
  }
}
.page-template-template-how-to-writer-top .how-to-article-banner {
  display: grid;
  grid-template-columns: 3.3rem 10fr;
  position: relative;
}
.page-template-template-how-to-writer-top .how-to-article-banner .how-to-article-data {
  margin-left: 0;
  margin-right: auto;
}
.page-template-template-how-to-writer-top .how-to-article-number {
  color: #00b2ff;
  font-family: "iAWriterMono";
  font-size: 3rem;
  height: 100%;
  margin-left: 0.4rem;
}
@media (max-width: 767px) {
  .page-template-template-how-to-writer-top .how-to-article-number {
    line-height: 1;
    margin-left: 0.6rem;
    margin-top: 0.7rem;
  }
}
.page-template-template-how-to-writer-top .how-to-article-title {
  font-size: var(--how-to-body-text);
  font-weight: bold;
  margin-top: 1rem;
}
.page-template-template-how-to-writer-top .how-to-article-excerpt {
  font-size: var(--how-to-body-text);
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-template-template-how-to-writer-top .how-to-article-excerpt {
    white-space: nowrap;
  }
}
.page-template-template-how-to-writer-top .time-icons {
  align-items: center;
  color: #7f7f7f;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right: 0.4rem;
  margin-top: 1.3rem;
}
@media (min-width: 768px) {
  .page-template-template-how-to-writer-top .time-icons {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-writer-top .time-icons {
    grid-column: 2;
    justify-content: flex-start;
    margin-right: initial;
    margin-top: 0.7rem;
  }
}
.page-template-template-how-to-writer-top .time-icons > span {
  align-items: center;
  display: flex;
  line-height: 1;
}
.page-template-template-how-to-writer-top .time-icons > span img {
  align-items: center;
  display: inline-block;
  margin-bottom: 0.05rem;
  opacity: 0.5;
}
@media (prefers-color-scheme: dark) {
  .page-template-template-how-to-writer-top .time-icons > span img {
    filter: invert(1);
  }
}
.page-template-template-how-to-writer-top .featured-image > img {
  animation: none;
  object-fit: contain;
  object-position: bottom;
}
.page-template-template-how-to-writer-top .action {
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-how-to-writer-top .how-to.container .blurb h1,
.page-template-template-how-to-writer-top .how-to.container .blurb h2,
.page-template-template-how-to-writer-top .how-to.container .blurb h3,
.page-template-template-how-to-writer-top .how-to.container .blurb h4,
.page-template-template-how-to-writer-top .how-to.container .blurb h5 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 1024px;
  text-align: center;
}
.page-template-template-how-to-writer-top .how-to.container .blurb p {
  max-width: 60%;
  text-align: center;
}
.page-template-template-how-to-writer-top .how-to.container .blurb p:last-of-type {
  margin-bottom: 3rem;
}

.page-template-template-how-to-presenter-top {
  --item-opened-height: 400px;
  --item-collapsed-height: auto;
  --animation-duration: 260ms;
  --list-item-image-height: 306px;
  --how-to-body-text: 0.9rem;
}
@media (min-width: 991px) {
  .page-template-template-how-to-presenter-top {
    --item-collapsed-height: 110px;
    --card-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05),
      0px 0px 15px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05),
      0px 0px 25px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .page-template-template-how-to-presenter-top {
    --item-collapsed-height: calc(1.2vw + (45px * 2));
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-presenter-top {
    --card-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1),
      0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
.page-template-template-how-to-presenter-top .how-to-home-grid-wrapper {
  background-color: #1b1b1b;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper {
    padding: 0 1rem;
  }
  .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper:hover {
    box-shadow: var(--card-shadow);
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper {
    background-color: transparent;
    box-shadow: none;
    gap: 1rem;
    padding: 0;
  }
  .page-template-template-how-to-presenter-top .how-to-home-grid-wrapper:hover {
    box-shadow: none;
  }
}
.page-template-template-how-to-presenter-top .how-to-article-banner-link {
  overflow: hidden;
  text-decoration: none;
  transition: var(--animation-duration) !important;
  transition-property: height, min-height;
  transition-timing-function: cubic-bezier(0.05, 0.81, 0.43, 1);
}
@media (min-width: 768px) {
  .page-template-template-how-to-presenter-top .how-to-article-banner-link {
    background-color: transparent;
    border-bottom: 1px solid;
    border-color: #dfdfdf;
    border-radius: 0;
    box-shadow: none;
    height: var(--item-collapsed-height);
    margin: 0;
    padding: 0;
  }
  .page-template-template-how-to-presenter-top .how-to-article-banner-link:hover {
    box-shadow: none !important;
    height: var(--item-opened-height);
    color: rgb(240, 240, 240) !important;
  }
  .page-template-template-how-to-presenter-top .how-to-article-banner-link:first-child.initiate-auto-open:not(.disable-auto-open) {
    animation: open var(--animation-duration) 400ms cubic-bezier(0.05, 0.81, 0.43, 1) forwards;
  }
  @keyframes open {
    0% {
      min-height: var(--item-collapsed-height);
    }
    100% {
      min-height: var(--item-opened-height);
    }
  }
  .page-template-template-how-to-presenter-top .how-to-article-banner-link:first-child.initiate-auto-open.disable-auto-open {
    animation: close var(--animation-duration) 0ms cubic-bezier(0.05, 0.81, 0.43, 1) forwards;
    min-height: var(--item-opened-height);
  }
  @keyframes close {
    0% {
      min-height: var(--item-opened-height);
    }
    100% {
      min-height: var(--item-collapsed-height);
    }
  }
  .page-template-template-how-to-presenter-top .how-to-article-banner-link .featured-image > img {
    height: var(--list-item-image-height);
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-presenter-top .how-to-article-banner-link {
    box-shadow: var(--card-shadow);
  }
  .page-template-template-how-to-presenter-top .how-to-article-banner-link:hover {
    box-shadow: var(--card-shadow) !important;
    color: rgb(240, 240, 240) !important;
  }
  .page-template-template-how-to-presenter-top .how-to-article-banner-link .how-to-article-banner {
    margin: 0.2rem 1rem 0 0.6rem;
  }
  .page-template-template-how-to-presenter-top .how-to-article-banner-link .featured-image > img {
    height: initial;
    margin-top: 1rem;
  }
}
.page-template-template-how-to-presenter-top .how-to-article-banner-link:last-child {
  border: none;
}
@media (prefers-color-scheme: dark) {
  .page-template-template-how-to-presenter-top .how-to-article-banner-link {
    border-color: #393939;
  }
}
.page-template-template-how-to-presenter-top .how-to-article-banner {
  display: grid;
  grid-template-columns: 3.3rem 10fr;
  position: relative;
}
.page-template-template-how-to-presenter-top .how-to-article-banner .how-to-article-data {
  margin-left: 0;
  margin-right: auto;
}
.page-template-template-how-to-presenter-top .how-to-article-number {
  color: #00b2ff;
  font-family: "iAWriterMono";
  font-size: 3rem;
  height: 100%;
  margin-left: 0.4rem;
}
@media (max-width: 767px) {
  .page-template-template-how-to-presenter-top .how-to-article-number {
    line-height: 1;
    margin-left: 0.6rem;
    margin-top: 0.7rem;
  }
}
.page-template-template-how-to-presenter-top .how-to-article-title {
  font-size: var(--how-to-body-text);
  font-weight: bold;
  margin-top: 1rem;
}
.page-template-template-how-to-presenter-top .how-to-article-excerpt {
  font-size: var(--how-to-body-text);
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-template-template-how-to-presenter-top .how-to-article-excerpt {
    white-space: nowrap;
  }
}
.page-template-template-how-to-presenter-top .time-icons {
  align-items: center;
  color: #7f7f7f;
  display: flex;
  filter: invert(1);
  flex-direction: row;
  justify-content: center;
  margin-right: 0.4rem;
  margin-top: 1.3rem;
}
@media (min-width: 768px) {
  .page-template-template-how-to-presenter-top .time-icons {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-presenter-top .time-icons {
    grid-column: 2;
    justify-content: flex-start;
    margin-right: initial;
    margin-top: 0.7rem;
  }
}
.page-template-template-how-to-presenter-top .time-icons > span {
  align-items: center;
  display: flex;
  line-height: 1;
}
.page-template-template-how-to-presenter-top .time-icons > span img {
  align-items: center;
  display: inline-block;
  margin-bottom: 0.05rem;
  opacity: 0.5;
}
.page-template-template-how-to-presenter-top .featured-image > img {
  animation: none;
  object-fit: contain;
  object-position: bottom;
}
.page-template-template-how-to-presenter-top .action {
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-how-to-presenter-top .how-to.container .blurb h1,
.page-template-template-how-to-presenter-top .how-to.container .blurb h2,
.page-template-template-how-to-presenter-top .how-to.container .blurb h3,
.page-template-template-how-to-presenter-top .how-to.container .blurb h4,
.page-template-template-how-to-presenter-top .how-to.container .blurb h5 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 1024px;
  text-align: center;
}
.page-template-template-how-to-presenter-top .how-to.container .blurb p {
  max-width: 60%;
  text-align: center;
}
.page-template-template-how-to-presenter-top .how-to.container .blurb p:last-of-type {
  margin-bottom: 3rem;
}

.page-template-template-how-to-101-article {
  --item-opened-height: 400px;
  --item-collapsed-height: auto;
  --animation-duration: 260ms;
  --list-item-image-height: 306px;
  --how-to-body-text: 0.9rem;
}
@media (min-width: 991px) {
  .page-template-template-how-to-101-article {
    --item-collapsed-height: 110px;
    --card-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05),
      0px 0px 15px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05),
      0px 0px 25px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .page-template-template-how-to-101-article {
    --item-collapsed-height: calc(1.2vw + (45px * 2));
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-101-article {
    --card-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1),
      0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
.page-template-template-how-to-101-article .container:not(.reddot-footer) {
  max-width: 750px;
}
.page-template-template-how-to-101-article .how-to-nav-grid-wrapper {
  display: grid;
  gap: 2px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  justify-items: center;
}
.page-template-template-how-to-101-article .arrow {
  justify-content: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.page-template-template-how-to-101-article .arrow a,
.page-template-template-how-to-101-article .arrow span {
  margin-left: 0;
}
.page-template-template-how-to-101-article .arrow.disabled {
  color: #7f7f7f;
}
.page-template-template-how-to-101-article .label {
  grid-column: 2/3;
  text-align: center;
}
.page-template-template-how-to-101-article .progress-bar-container {
  grid-column: 2/3;
  text-align: center;
  width: 100%;
}
.page-template-template-how-to-101-article .progress-bar {
  background-color: #dbdbdb !important;
  border-radius: 15px;
  width: 100%;
}
.page-template-template-how-to-101-article .progress-bar-fill {
  background-color: #00b2fd;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  height: 2px;
  transition: width 0.4s ease;
  width: 0;
}
.page-template-template-how-to-101-article p,
.page-template-template-how-to-101-article li,
.page-template-template-how-to-101-article blockquote,
.page-template-template-how-to-101-article code {
  font-family: "iAWriterMono";
  text-align: left;
}
.page-template-template-how-to-101-article h1:has(+ h1) {
  color: #00b2ff;
  font-size: 0.8rem;
  padding-left: 0;
  padding-top: 2rem;
  text-align: left;
}
.page-template-template-how-to-101-article h1 + h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 0.2rem;
  padding-left: 0;
  text-align: left;
}
.page-template-template-how-to-101-article h2 {
  font-size: 1.56rem;
  padding-left: 0;
  text-align: left;
}
.page-template-template-how-to-101-article figcaption {
  color: #7f7f7f;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  top: 0;
}
@media (min-width: 768px) {
  .page-template-template-how-to-101-article .compare {
    float: left;
    margin-right: 2%;
    width: 48%;
  }
}
.page-template-template-how-to-101-article .compare-grid {
  display: grid;
  gap: 2%;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .page-template-template-how-to-101-article .compare-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-template-template-how-to-101-article figure.single figcaption {
  text-align: center;
}
.page-template-template-how-to-101-article figure.compare + figure.compare {
  margin-right: 0%;
}
.page-template-template-how-to-101-article figure + p,
.page-template-template-how-to-101-article figure + h1,
.page-template-template-how-to-101-article figure + h2,
.page-template-template-how-to-101-article figure + h3,
.page-template-template-how-to-101-article figure + h4,
.page-template-template-how-to-101-article figure + h5,
.page-template-template-how-to-101-article figure + h6,
.page-template-template-how-to-101-article figure + ol,
.page-template-template-how-to-101-article figure + ul,
.page-template-template-how-to-101-article figure + blockquote,
.page-template-template-how-to-101-article figure + hr {
  clear: both;
}
.page-template-template-how-to-101-article .metadata {
  display: grid;
  grid-column-gap: 0.6rem; /* Space between columns */
  grid-row-gap: 0.2rem; /* Space between columns */
  grid-template-columns: max-content 1fr; /* Labels take their natural width, values take the rest */
  line-height: 1.1rem;
  margin-top: 1rem;
}
.page-template-template-how-to-101-article figcaption,
.page-template-template-how-to-101-article .metadata {
  font-size: 0.7rem;
}
.page-template-template-how-to-101-article .metadata-label {
  font-weight: bold;
}
.page-template-template-how-to-101-article .metadata + p {
  margin-top: 2rem;
}
.page-template-template-how-to-101-article .container:not(.reddot-footer) img {
  display: block; /* Remove any inline spacing */
  height: auto; /* Maintain aspect ratio */
  margin-left: 50%;
  max-width: 1044px;
  transform: translateX(-50%);
}
.page-template-template-how-to-101-article .compare img {
  display: block;
  height: auto;
  max-width: 100%;
}
.page-template-template-how-to-101-article video {
  border-radius: 10px;
}
.page-template-template-how-to-101-article .breakout-wrapper {
  left: calc((100% - 750px) / 2 - 137px); /* Horizontal centering adjustment */
  margin: 2rem auto; /* Centers the element horizontally within the container */
  max-width: 1044px;
  position: relative;
  width: 1044px;
}
@media (min-width: 768px) {
  .page-template-template-how-to-101-article .breakout-wrapper {
    padding: 0 1rem;
  }
  .page-template-template-how-to-101-article .breakout-wrapper:hover {
    box-shadow: var(--card-shadow);
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-101-article .breakout-wrapper {
    background-color: transparent;
    gap: 1rem;
    padding: 0;
  }
}
.page-template-template-how-to-101-article .youtube-wrapper,
.page-template-template-how-to-101-article .videoboxone {
  left: calc((100% - 750px) / 2 - 137px); /* Horizontal centering adjustment */
  margin: 0 auto; /* Centers the element horizontally within the container */
  max-width: 1024px;
  position: relative;
  width: 1024px;
}
.page-template-template-how-to-101-article .videoboxone {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 1140px) {
  .page-template-template-how-to-101-article .container:not(.reddot-footer) img {
    margin: auto;
    max-width: 100%;
    transform: translateX(0);
  }
  .page-template-template-how-to-101-article .youtube-wrapper,
  .page-template-template-how-to-101-article .breakout-wrapper,
  .page-template-template-how-to-101-article .videoboxone {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    max-width: 100%;
    width: 100%;
  }
}
.page-template-template-how-to-101-article .how-to-home-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-template-template-how-to-101-article .how-to-home-grid-wrapper {
    padding: 0 1rem;
  }
  .page-template-template-how-to-101-article .how-to-home-grid-wrapper:hover {
    box-shadow: var(--card-shadow);
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-101-article .how-to-home-grid-wrapper {
    background-color: transparent;
    box-shadow: none;
    gap: 1rem;
    padding: 0;
  }
  .page-template-template-how-to-101-article .how-to-home-grid-wrapper:hover {
    box-shadow: none;
  }
}
.page-template-template-how-to-101-article .how-to-article-banner-link {
  overflow: hidden;
  text-decoration: none;
  transition: var(--animation-duration) !important;
  transition-property: height, min-height;
  transition-timing-function: cubic-bezier(0.05, 0.81, 0.43, 1);
}
@media (min-width: 768px) {
  .page-template-template-how-to-101-article .how-to-article-banner-link {
    background-color: transparent;
    border-bottom: 1px solid;
    border-color: #dfdfdf;
    border-radius: 0;
    box-shadow: none;
    height: var(--item-collapsed-height);
    margin: 0;
    padding: 0;
    padding-bottom: 1rem;
  }
  .page-template-template-how-to-101-article .how-to-article-banner-link:hover {
    box-shadow: none !important;
    height: var(--item-opened-height);
  }
  .page-template-template-how-to-101-article .how-to-article-banner-link:first-child.initiate-auto-open:not(.disable-auto-open) {
    animation: open var(--animation-duration) 400ms cubic-bezier(0.05, 0.81, 0.43, 1) forwards;
  }
  @keyframes open {
    0% {
      min-height: var(--item-collapsed-height);
    }
    100% {
      min-height: var(--item-opened-height);
    }
  }
  .page-template-template-how-to-101-article .how-to-article-banner-link:first-child.initiate-auto-open.disable-auto-open {
    animation: close var(--animation-duration) 0ms cubic-bezier(0.05, 0.81, 0.43, 1) forwards;
    min-height: var(--item-opened-height);
  }
  @keyframes close {
    0% {
      min-height: var(--item-opened-height);
    }
    100% {
      min-height: var(--item-collapsed-height);
    }
  }
  .page-template-template-how-to-101-article .how-to-article-banner-link .featured-image > img {
    height: var(--list-item-image-height);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-101-article .how-to-article-banner-link {
    box-shadow: var(--card-shadow);
    padding-bottom: 1rem;
  }
  .page-template-template-how-to-101-article .how-to-article-banner-link:hover {
    box-shadow: var(--card-shadow) !important;
  }
  .page-template-template-how-to-101-article .how-to-article-banner-link .how-to-article-banner {
    margin: 0.2rem 1rem 0 0.6rem;
  }
  .page-template-template-how-to-101-article .how-to-article-banner-link .featured-image > img {
    height: initial;
    margin-top: 1rem;
    margin-left: 0;
  }
}
.page-template-template-how-to-101-article .how-to-article-banner-link:last-child {
  border: none;
}
@media (prefers-color-scheme: dark) {
  .page-template-template-how-to-101-article .how-to-article-banner-link {
    border-color: #393939;
  }
}
.page-template-template-how-to-101-article .how-to-article-banner {
  display: grid;
  grid-template-columns: 3.3rem 10fr;
  position: relative;
}
@media (max-width: 767px) {
  .page-template-template-how-to-101-article .how-to-article-banner {
    padding-bottom: 1rem;
  }
}
.page-template-template-how-to-101-article .how-to-article-banner .how-to-article-data {
  margin-left: 0;
  margin-right: auto;
}
.page-template-template-how-to-101-article .how-to-article-number {
  color: #00b2ff;
  font-family: "iAWriterMono";
  font-size: 3rem;
  height: 100%;
  margin-left: 0.4rem;
}
@media (max-width: 767px) {
  .page-template-template-how-to-101-article .how-to-article-number {
    line-height: 1;
    margin-left: 0.6rem;
    margin-top: 0.7rem;
  }
}
.page-template-template-how-to-101-article .how-to-article-title {
  font-family: "iASansDay", serif;
}
@media (prefers-color-scheme: dark) {
  .page-template-template-how-to-101-article .how-to-article-title {
    font-family: "iASansNight", serif;
    color: rgb(240, 240, 240);
  }
}
.page-template-template-how-to-101-article .how-to-article-title {
  font-size: var(--how-to-body-text);
  font-weight: bold;
  margin-top: 1rem;
}
.page-template-template-how-to-101-article .how-to-article-excerpt {
  font-family: "iASansDay", serif;
}
@media (prefers-color-scheme: dark) {
  .page-template-template-how-to-101-article .how-to-article-excerpt {
    font-family: "iASansNight", serif;
    color: rgb(240, 240, 240);
  }
}
.page-template-template-how-to-101-article .how-to-article-excerpt {
  font-size: var(--how-to-body-text);
  margin-top: 0;
}
.page-template-template-how-to-101-article .time-icons {
  align-items: center;
  color: #7f7f7f;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right: 1rem;
  margin-top: 1.3rem;
}
@media (min-width: 768px) {
  .page-template-template-how-to-101-article .time-icons {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-101-article .time-icons {
    grid-column: 2;
    justify-content: flex-start;
    margin-right: initial;
    margin-top: 0.7rem;
  }
}
.page-template-template-how-to-101-article .time-icons > span {
  align-items: center;
  display: flex;
  line-height: 1;
  padding-right: 1rem;
  white-space: nowrap;
}
.page-template-template-how-to-101-article .time-icons > span img {
  align-items: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.05rem;
  opacity: 0.5;
}
@media (prefers-color-scheme: dark) {
  .page-template-template-how-to-101-article .time-icons > span img {
    filter: invert(1);
  }
}
.page-template-template-how-to-101-article .featured-image > img {
  animation: none;
  object-fit: contain;
  object-position: bottom;
  transform: none;
  margin: auto;
}

.page-template-template-how-to-101-article.presenter-page .time-icons {
  filter: none;
}
.page-template-template-how-to-101-article.presenter-page .time-icons > span {
  white-space: nowrap;
}
.page-template-template-how-to-101-article.presenter-page .time-icons > span img {
  filter: invert(1);
  opacity: 0.5;
}
@media (min-width: 768px) {
  .page-template-template-how-to-101-article.presenter-page .how-to-article-banner-link {
    color: rgb(240, 240, 240) !important;
  }
}
@media (max-width: 767px) {
  .page-template-template-how-to-101-article.presenter-page .how-to-article-banner-link {
    color: rgb(240, 240, 240) !important;
  }
}
.page-template-template-how-to-101-article.presenter-page .breakout-wrapper {
  background-color: #1b1b1b;
  border-radius: 10px;
}

.page-template-template-how-to-writer-top .how-to-video-gallery,
.page-template-template-how-to-presenter-top .how-to-video-gallery {
  margin: 0 auto 3rem;
  max-width: 1044px;
}
.page-template-template-how-to-writer-top .how-to-video-feature,
.page-template-template-how-to-presenter-top .how-to-video-feature {
  margin-bottom: 1rem;
}
.page-template-template-how-to-writer-top .how-to-video-feature .video-embed,
.page-template-template-how-to-presenter-top .how-to-video-feature .video-embed {
  border-radius: 12px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.page-template-template-how-to-writer-top .how-to-video-feature .video-embed iframe,
.page-template-template-how-to-presenter-top .how-to-video-feature .video-embed iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.page-template-template-how-to-writer-top .how-to-video-thumbs,
.page-template-template-how-to-presenter-top .how-to-video-thumbs {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .page-template-template-how-to-writer-top .how-to-video-thumbs,
  .page-template-template-how-to-presenter-top .how-to-video-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.page-template-template-how-to-writer-top .how-to-video-thumb,
.page-template-template-how-to-presenter-top .how-to-video-thumb {
  align-items: flex-start;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 0;
  text-decoration: none;
}
.page-template-template-how-to-writer-top .how-to-video-thumb-image,
.page-template-template-how-to-presenter-top .how-to-video-thumb-image {
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
.page-template-template-how-to-writer-top .how-to-video-thumb-title,
.page-template-template-how-to-presenter-top .how-to-video-thumb-title {
  display: block;
  line-height: 1.3;
  padding-bottom: 1em;
  padding-left: 1em;
  text-align: left;
  width: 100%;
}

.page-template-template-how-to-101-article .youtube,
.page-template-template-how-to-101-article .video {
  margin-top: 0;
}
.page-template-template-how-to-101-article .youtube-wrapper {
  aspect-ratio: 16/9;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  overflow: visible;
  position: relative;
}
.page-template-template-how-to-101-article .youtube .video {
  margin-top: 0;
}
.page-template-template-how-to-101-article .youtube-wrapper iframe,
.page-template-template-how-to-101-article .youtube-wrapper > img,
.page-template-template-how-to-101-article .youtube-wrapper picture > img,
.page-template-template-how-to-101-article .youtube-wrapper video {
  border: 0;
  border-radius: 0;
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
}

.page-template-templatestemplate-survey-php {
  color: #000000;
  background-color: #f7f7f7;
}
.page-template-templatestemplate-survey-php .footer-container,
.page-template-templatestemplate-survey-php .footer-primary,
.page-template-templatestemplate-survey-php .footer-primary a {
  color: #000000;
  background-color: #f7f7f7;
}
.page-template-templatestemplate-survey-php #subheader-container {
  background-color: rgba(247, 247, 247, 0.8);
}
.page-template-templatestemplate-survey-php .header-primary a {
  color: #000000;
}

.accounts__main {
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 100px);
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: -3rem;
  max-height: 1080px;
  min-height: 460px;
}
.accounts__main p {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: auto;
}
.accounts__card .accounts__card-content {
  margin-bottom: 1rem;
  margin-top: 0;
}
.accounts__card .accounts__card-content-text {
  margin-bottom: 1rem;
}
.accounts__footer.footer-primary {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: flex-start;
}

@media (max-width: 480px) {
  .cta-input {
    font-size: 14px;
  }
}

/* New styles for product pages, starting with Writer */
/* Overrides for Writer page */
.page-template-template-writer.page .macos {
  margin-bottom: 0;
  margin-top: 0;
}

.page-template-template-writer.page .trial-switcher {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.page-template-template-writer.page .lightgrey {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.page-template-template-writer.page .darkgrey {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.page-template-template-writer.page .slate {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.page-template-template-writer.page .mobile.cropped-iphone {
  border-radius: 67px 67px 0px 0px;
  margin-bottom: 0;
  margin-top: 0;
}

.page-template-template-writer.page .mobile {
  border-radius: 55px 55px 55px 55px;
  margin-bottom: 0;
  margin-top: 0;
}

.page-template-template-writer.page .teasers .iphone {
  margin-left: 0;
  margin-right: 0;
}

/* Optional headings set above grids */
.grid-heading-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.grid-heading-block h2 {
  padding-bottom: 0;
}
.grid-heading-block .thin-h2 {
  font-weight: normal;
}
.grid-heading-block h3 {
  color: #00a3ff;
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1140px) {
  .grid-heading-block h2,
  .grid-heading-block h3 {
    padding-left: 0;
    padding-right: 0;
  }
}
.grid-heading-block p {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

/* Define Grid Areas */
.feature-grid {
  grid-template-areas: "pairpic pairtext" "solotext solotext" "hero hero" "quote heroblurb" "stack-one stack-two";
}
@media (max-width: 1140px) {
  .feature-grid {
    grid-template-areas: "pairpic" "pairtext" "solotext" "hero" "heroblurb" "stack-one" "stack-two";
  }
}

.alt-feature-grid {
  grid-template-areas: "pairtext pairpic" "solotext solotext" "hero hero" "quote heroblurb" "pairtextbottom pairpicbottom";
}
@media (max-width: 1140px) {
  .alt-feature-grid {
    grid-template-areas: "pairpic" "pairtext" "solotext" "hero" "heroblurb" "pairpicbottom" "pairtextbottom";
  }
}

.small-feature-grid {
  grid-template-areas: "pairpic pairtext" "solotext solotext" "hero hero" "quote heroblurb";
}
@media (max-width: 1140px) {
  .small-feature-grid {
    grid-template-areas: "quote" "pairpic" "pairtext" "solotext" "hero" "heroblurb";
  }
}

.simple-feature-grid {
  display: grid;
  align-items: start;
}
.simple-feature-grid p {
  align-self: start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  line-height: 155%;
  padding-left: 0;
  padding-right: 0;
}

.feature-grid-stack-one {
  grid-area: stack-one;
}

.feature-grid-stack-two {
  grid-area: stack-two;
}

.feature-grid-pair-pic {
  grid-area: pairpic;
}

.feature-grid-hero {
  grid-area: hero;
}

.feature-grid-quote {
  grid-area: quote;
}

.small-feature-grid-quote {
  grid-area: quote;
}

.solotext {
  grid-area: solotext;
}

.feature-grid-heroblurb {
  grid-area: heroblurb;
}

.feature-grid-pair-pic-bottom {
  grid-area: pairpicbottom;
}

.feature-grid-text {
  grid-area: pairtext;
}

.feature-grid-text-bottom {
  grid-area: pairtextbottom;
}

/* Grid Style */
.feature-grid,
.alt-feature-grid,
.small-feature-grid,
.simple-feature-grid,
.structure-content-form-grid {
  display: grid;
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  grid-template-rows: auto auto;
  column-gap: 2rem;
  row-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (max-width: 512px) {
  .feature-grid,
  .alt-feature-grid,
  .small-feature-grid,
  .simple-feature-grid,
  .structure-content-form-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid h2,
  .feature-grid h3,
  .feature-grid p,
  .alt-feature-grid h2,
  .alt-feature-grid h3,
  .alt-feature-grid p,
  .small-feature-grid h2,
  .small-feature-grid h3,
  .small-feature-grid p,
  .simple-feature-grid h2,
  .simple-feature-grid h3,
  .simple-feature-grid p,
  .structure-content-form-grid h2,
  .structure-content-form-grid h3,
  .structure-content-form-grid p {
    padding-left: 0;
    padding-right: 0;
  }
}
.feature-grid h3,
.alt-feature-grid h3,
.small-feature-grid h3,
.simple-feature-grid h3,
.structure-content-form-grid h3 {
  color: #00a3ff;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding-bottom: 0;
}
.feature-grid h3 + p,
.alt-feature-grid h3 + p,
.small-feature-grid h3 + p,
.simple-feature-grid h3 + p,
.structure-content-form-grid h3 + p {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.feature-grid a.learn-more,
.alt-feature-grid a.learn-more,
.small-feature-grid a.learn-more,
.simple-feature-grid a.learn-more,
.structure-content-form-grid a.learn-more {
  background-color: rgb(247, 247, 247);
  border: 2px solid rgb(34, 34, 34);
  border-radius: 30px;
  color: rgb(34, 34, 34);
  display: inline-block;
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin: auto;
  margin-top: 0.5rem;
  padding: 0 1rem 0 1rem;
  text-align: center;
  text-decoration: none;
  transition: padding 0.5s;
  white-space: nowrap;
}
.feature-grid a.learn-more:hover,
.alt-feature-grid a.learn-more:hover,
.small-feature-grid a.learn-more:hover,
.simple-feature-grid a.learn-more:hover,
.structure-content-form-grid a.learn-more:hover {
  padding: 0 1.2rem 0 1.2rem;
}
.feature-grid p,
.alt-feature-grid p,
.small-feature-grid p,
.simple-feature-grid p,
.structure-content-form-grid p {
  font-size: 16.8px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .feature-grid p,
  .alt-feature-grid p,
  .small-feature-grid p,
  .simple-feature-grid p,
  .structure-content-form-grid p {
    font-size: calc(16.8px + 3.2 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .feature-grid p,
  .alt-feature-grid p,
  .small-feature-grid p,
  .simple-feature-grid p,
  .structure-content-form-grid p {
    font-size: 20px;
    line-height: 165%;
  }
}
@media screen and (min-width: 1024px) {
  .feature-grid p,
  .alt-feature-grid p,
  .small-feature-grid p,
  .simple-feature-grid p,
  .structure-content-form-grid p {
    line-height: 155%;
  }
}
.feature-grid .desktop,
.alt-feature-grid .desktop,
.small-feature-grid .desktop,
.simple-feature-grid .desktop,
.structure-content-form-grid .desktop {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.page-template-template-writer.page .standalone.fullwidth .desktop {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.page-template-template-writer.page .standalone.fullwidth .macos {
  margin-top: -2rem;
}

.structure-content-form-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
@media (max-width: 768px) {
  .structure-content-form-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
.structure-content-form-grid p, .structure-content-form-grid p + p {
  margin-top: 0;
}

.simple-feature-grid {
  margin-bottom: 2rem;
}
.simple-feature-grid p + p {
  margin-top: 0;
}
.simple-feature-grid div + p {
  margin-top: 0;
}
.simple-feature-grid div > div + p {
  margin-top: 2rem;
}
.simple-feature-grid .thin-h2 {
  font-weight: normal;
}
.simple-feature-grid h3 {
  margin-top: 0;
}

@media (max-width: 1140px) {
  .simple-feature-grid:has(+ .fullwidth) {
    margin-bottom: 1rem;
  }
}

.simple-feature-grid .fullwidth {
  grid-column: 1/3;
}
@media (max-width: 1140px) {
  .simple-feature-grid .fullwidth {
    grid-column: 1/2;
  }
}

.structure-content-form-grid .fullwidth {
  grid-column: 1/4;
}
@media (max-width: 768px) {
  .structure-content-form-grid .fullwidth {
    grid-column: 1/2;
  }
}

.feature-grid-pair-pic video,
.feature-grid-pair-pic-bottom video {
  display: block;
  height: auto;
  margin-top: 0;
  max-width: 100%;
}

.feature-grid-pair-text,
.feature-grid-pair-text-bottom {
  display: block;
  height: auto;
  max-width: 100%;
}
.feature-grid-pair-text h3,
.feature-grid-pair-text-bottom h3 {
  margin-top: 0;
}
.feature-grid-pair-text h3 + p,
.feature-grid-pair-text-bottom h3 + p {
  margin-bottom: 0;
}

.feature-grid-quote {
  display: none;
  height: 0;
}
@media (min-width: 1140px) {
  .feature-grid-quote {
    display: block;
    height: auto;
  }
  .feature-grid-quote h3 {
    margin-top: 0;
  }
  .feature-grid-quote p {
    font-size: 2rem;
    font-style: italic;
    font-weight: normal;
    line-height: 1.1em;
  }
}

.small-feature-grid-quote h3 {
  margin-top: 0;
}
@media (min-width: 1140px) {
  .small-feature-grid-quote {
    display: block;
    height: auto;
  }
  .small-feature-grid-quote h2 {
    font-size: 2rem;
    font-style: italic;
    font-weight: normal;
    line-height: 1.1em;
  }
  .small-feature-grid-quote p {
    font-size: 2rem;
    font-style: italic;
    font-weight: normal;
    line-height: 1.1em;
  }
}

.feature-grid-heroblurb .blurb-lead-in {
  font-weight: bold;
}
@media (max-width: 1140px) {
  .feature-grid-heroblurb .blurb-lead-in {
    font-weight: normal;
  }
}
.feature-grid-heroblurb .blurb-heading {
  display: none;
}
@media (max-width: 1140px) {
  .feature-grid-heroblurb .blurb-heading {
    display: block;
  }
}
.feature-grid-heroblurb .blurb-span {
  display: none;
}
@media (max-width: 1140px) {
  .feature-grid-heroblurb .blurb-span {
    display: inline;
  }
}
.feature-grid-heroblurb h3 {
  margin-top: 0;
}
.feature-grid-heroblurb h3 + p {
  margin-bottom: 0;
}
@media (min-width: 1140px) {
  .feature-grid-heroblurb h3 + p {
    margin-top: 1rem;
  }
}

@media (min-width: 1140px) {
  .small-feature-grid .feature-grid-heroblurb p {
    margin-top: 1rem;
  }
}

.feature-grid-stack-one h3,
.feature-grid-stack-two h3 {
  margin-top: 2rem;
  margin-top: 2rem;
}
.feature-grid-stack-one h3 + p,
.feature-grid-stack-two h3 + p {
  margin-bottom: 0;
}

@media (prefers-color-scheme: dark) {
  .lightgrey .feature-grid,
  .lightgrey .alt-feature-grid,
  .lightgrey .small-feature-grid,
  .lightgrey .simple-feature-grid {
    font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
  }
  .lightgrey .feature-grid a.learnmore,
  .lightgrey .alt-feature-grid a.learnmore,
  .lightgrey .small-feature-grid a.learnmore,
  .lightgrey .simple-feature-grid a.learnmore {
    background-color: rgb(247, 247, 247);
    color: rgb(34, 34, 34);
  }
}

@media (prefers-color-scheme: dark) {
  .grid-heading-block {
    font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
  }
}

@media (prefers-color-scheme: dark) {
  .lightgrey .trial-switcher {
    color: rgb(240, 240, 240);
  }
}

.darkgrey .feature-grid,
.darkgrey .alt-feature-grid,
.darkgrey .small-feature-grid,
.darkgrey .simple-feature-grid {
  color: rgb(240, 240, 240);
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
}
.darkgrey .feature-grid h3,
.darkgrey .alt-feature-grid h3,
.darkgrey .small-feature-grid h3,
.darkgrey .simple-feature-grid h3 {
  color: #00b4ff;
}
.darkgrey .feature-grid a.learn-more,
.darkgrey .alt-feature-grid a.learn-more,
.darkgrey .small-feature-grid a.learn-more,
.darkgrey .simple-feature-grid a.learn-more {
  background-color: rgb(37, 37, 37);
  border: 2px solid rgb(240, 240, 240);
  color: rgb(240, 240, 240);
}
@media (prefers-color-scheme: dark) {
  .darkgrey .feature-grid,
  .darkgrey .alt-feature-grid,
  .darkgrey .small-feature-grid,
  .darkgrey .simple-feature-grid {
    color: rgb(240, 240, 240);
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
  }
  .darkgrey .feature-grid a.learn-more,
  .darkgrey .alt-feature-grid a.learn-more,
  .darkgrey .small-feature-grid a.learn-more,
  .darkgrey .simple-feature-grid a.learn-more {
    background-color: rgb(37, 37, 37);
    border: 2px solid rgb(240, 240, 240);
    color: rgb(240, 240, 240);
  }
}

.slate {
  color: rgb(240, 240, 240);
  background-color: rgb(67, 67, 67);
  font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  .slate {
    color: rgb(240, 240, 240);
    background-color: rgb(67, 67, 67);
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
  }
}

html[lang=ja] .feature-grid-quote h2,
html[lang=ja] .feature-grid-quote p,
html[lang=ja] .small-feature-grid-quote h2,
html[lang=ja] .small-feature-grid-quote p,
html[lang=zh-Hans] .feature-grid-quote h2,
html[lang=zh-Hans] .feature-grid-quote p,
html[lang=zh-Hans] .small-feature-grid-quote h2,
html[lang=zh-Hans] .small-feature-grid-quote p,
html[lang=zh-Hant] .feature-grid-quote h2,
html[lang=zh-Hant] .feature-grid-quote p,
html[lang=zh-Hant] .small-feature-grid-quote h2,
html[lang=zh-Hant] .small-feature-grid-quote p {
  font-style: normal;
}

html[lang=ja] .grid-heading-block h3,
html[lang=ja] .feature-grid h3,
html[lang=ja] .alt-feature-grid h3,
html[lang=ja] .small-feature-grid h3,
html[lang=ja] .simple-feature-grid h3,
html[lang=zh-Hans] .grid-heading-block h3,
html[lang=zh-Hans] .feature-grid h3,
html[lang=zh-Hans] .alt-feature-grid h3,
html[lang=zh-Hans] .small-feature-grid h3,
html[lang=zh-Hans] .simple-feature-grid h3,
html[lang=zh-Hant] .grid-heading-block h3,
html[lang=zh-Hant] .feature-grid h3,
html[lang=zh-Hant] .alt-feature-grid h3,
html[lang=zh-Hant] .small-feature-grid h3,
html[lang=zh-Hant] .simple-feature-grid h3 {
  letter-spacing: normal;
}
html[lang=ja] .grid-heading-block a.learn-more,
html[lang=ja] .feature-grid a.learn-more,
html[lang=ja] .alt-feature-grid a.learn-more,
html[lang=ja] .small-feature-grid a.learn-more,
html[lang=ja] .simple-feature-grid a.learn-more,
html[lang=zh-Hans] .grid-heading-block a.learn-more,
html[lang=zh-Hans] .feature-grid a.learn-more,
html[lang=zh-Hans] .alt-feature-grid a.learn-more,
html[lang=zh-Hans] .small-feature-grid a.learn-more,
html[lang=zh-Hans] .simple-feature-grid a.learn-more,
html[lang=zh-Hant] .grid-heading-block a.learn-more,
html[lang=zh-Hant] .feature-grid a.learn-more,
html[lang=zh-Hant] .alt-feature-grid a.learn-more,
html[lang=zh-Hant] .small-feature-grid a.learn-more,
html[lang=zh-Hant] .simple-feature-grid a.learn-more {
  letter-spacing: normal;
}

.row, .blog__post, .template__section {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
}

.row-reverse {
  flex-direction: row-reverse;
}

.col-reverse {
  flex-direction: column-reverse;
}

.col-sm-offset-2, .col-sm-offset-1, .col-sm-3, .blog__meta-container, .blog__excerpt, .template__section-heading, .template__section-content, .col-sm-2, .col-sm-1, .col-sm {
  box-sizing: border-box;
  flex: 0 0 auto;
}

.col-sm {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-sm-1 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-sm-2 {
  flex-basis: 66.66666666%;
  max-width: 66.66666666%;
}

.col-sm-3, .blog__meta-container, .blog__excerpt, .template__section-heading, .template__section-content {
  flex-basis: 99.99999999%;
  max-width: 99.99999999%;
}

.col-sm-offset-1 {
  margin-left: 33.33333333%;
}

.col-sm-offset-2 {
  margin-left: 66.66666666%;
}

.start-sm {
  justify-content: flex-start;
  text-align: start;
}

.center-sm {
  justify-content: center;
  text-align: center;
}

.end-sm {
  justify-content: flex-end;
  text-align: end;
}

.top-sm {
  align-items: flex-start;
}

.middle-sm {
  align-items: center;
}

.bottom-sm {
  align-items: flex-end;
}

.around-sm {
  justify-content: space-around;
}

.between-sm {
  justify-content: space-between;
}

.first-sm {
  order: -1;
}

.last-sm {
  order: 1;
}

.hide-sm {
  display: none;
}

.show-sm {
  display: block;
}

@media (min-width: 416px) {
  .col-md-offset-11, .col-md-offset-10, .col-md-offset-9, .col-md-offset-8, .col-md-offset-7, .col-md-offset-6, .col-md-offset-5, .col-md-offset-4, .col-md-offset-3, .col-md-offset-2, .col-md-offset-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-2 {
    flex-basis: 66.66666666%;
    max-width: 66.66666666%;
  }
  .col-md-3 {
    flex-basis: 99.99999999%;
    max-width: 99.99999999%;
  }
  .col-md-4 {
    flex-basis: 133.33333332%;
    max-width: 133.33333332%;
  }
  .col-md-5 {
    flex-basis: 166.66666665%;
    max-width: 166.66666665%;
  }
  .col-md-6 {
    flex-basis: 199.99999998%;
    max-width: 199.99999998%;
  }
  .col-md-7 {
    flex-basis: 233.33333331%;
    max-width: 233.33333331%;
  }
  .col-md-8 {
    flex-basis: 266.66666664%;
    max-width: 266.66666664%;
  }
  .col-md-9 {
    flex-basis: 299.99999997%;
    max-width: 299.99999997%;
  }
  .col-md-10 {
    flex-basis: 333.3333333%;
    max-width: 333.3333333%;
  }
  .col-md-11 {
    flex-basis: 366.66666663%;
    max-width: 366.66666663%;
  }
  .col-md-12 {
    flex-basis: 399.99999996%;
    max-width: 399.99999996%;
  }
  .col-md-offset-1 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 66.66666666%;
  }
  .col-md-offset-3 {
    margin-left: 99.99999999%;
  }
  .col-md-offset-4 {
    margin-left: 133.33333332%;
  }
  .col-md-offset-5 {
    margin-left: 166.66666665%;
  }
  .col-md-offset-6 {
    margin-left: 199.99999998%;
  }
  .col-md-offset-7 {
    margin-left: 233.33333331%;
  }
  .col-md-offset-8 {
    margin-left: 266.66666664%;
  }
  .col-md-offset-9 {
    margin-left: 299.99999997%;
  }
  .col-md-offset-10 {
    margin-left: 333.3333333%;
  }
  .col-md-offset-11 {
    margin-left: 366.66666663%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
  .hide-md {
    display: none;
  }
  .show-md {
    display: block;
  }
}
@media (min-width: 512px) {
  .col-lg-offset-11, .col-lg-offset-10, .col-lg-offset-9, .col-lg-offset-8, .col-lg-offset-7, .col-lg-offset-6, .col-lg-offset-5, .col-lg-offset-4, .col-lg-offset-3, .col-lg-offset-2, .col-lg-offset-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .blog__excerpt, .template__section-content, .col-lg-1, .blog__meta-container, .template__section-heading, .col-lg {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1, .blog__meta-container, .template__section-heading {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-2, .blog__excerpt, .template__section-content {
    flex-basis: 66.66666666%;
    max-width: 66.66666666%;
  }
  .col-lg-3 {
    flex-basis: 99.99999999%;
    max-width: 99.99999999%;
  }
  .col-lg-4 {
    flex-basis: 133.33333332%;
    max-width: 133.33333332%;
  }
  .col-lg-5 {
    flex-basis: 166.66666665%;
    max-width: 166.66666665%;
  }
  .col-lg-6 {
    flex-basis: 199.99999998%;
    max-width: 199.99999998%;
  }
  .col-lg-7 {
    flex-basis: 233.33333331%;
    max-width: 233.33333331%;
  }
  .col-lg-8 {
    flex-basis: 266.66666664%;
    max-width: 266.66666664%;
  }
  .col-lg-9 {
    flex-basis: 299.99999997%;
    max-width: 299.99999997%;
  }
  .col-lg-10 {
    flex-basis: 333.3333333%;
    max-width: 333.3333333%;
  }
  .col-lg-11 {
    flex-basis: 366.66666663%;
    max-width: 366.66666663%;
  }
  .col-lg-12 {
    flex-basis: 399.99999996%;
    max-width: 399.99999996%;
  }
  .col-lg-offset-1 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 66.66666666%;
  }
  .col-lg-offset-3 {
    margin-left: 99.99999999%;
  }
  .col-lg-offset-4 {
    margin-left: 133.33333332%;
  }
  .col-lg-offset-5 {
    margin-left: 166.66666665%;
  }
  .col-lg-offset-6 {
    margin-left: 199.99999998%;
  }
  .col-lg-offset-7 {
    margin-left: 233.33333331%;
  }
  .col-lg-offset-8 {
    margin-left: 266.66666664%;
  }
  .col-lg-offset-9 {
    margin-left: 299.99999997%;
  }
  .col-lg-offset-10 {
    margin-left: 333.3333333%;
  }
  .col-lg-offset-11 {
    margin-left: 366.66666663%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
  .hide-lg {
    display: none;
  }
  .show-lg {
    display: block;
  }
}
#mobile-search {
  display: none;
}

.headroom {
  transition: transform 200ms linear;
  will-change: transform;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

#header-container {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(247, 247, 247, 0.8);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media (prefers-color-scheme: dark) {
  #header-container {
    background-color: rgba(7, 7, 7, 0.6);
  }
}
@media print {
  #header-container {
    background-color: white;
  }
}

#subheader-container {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(247, 247, 247, 0.8);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  overflow: hidden;
}
@media (prefers-color-scheme: dark) {
  #subheader-container {
    background-color: rgba(7, 7, 7, 0.6);
  }
}
@media print {
  #subheader-container {
    background-color: transparent;
  }
}

.presenter-page #subheader-container {
  background-color: rgba(7, 7, 7, 0.6);
}

@media screen and (max-width: 480px) {
  .hamburger {
    display: inline-block !important;
    float: right;
  }
  .menu {
    font-size: 1em;
  }
  .ia,
  .breadcrumbs a {
    margin-top: 0.5em;
  }
  .menu.mobile {
    border-top: 1px solid #dfdfdf;
    display: block;
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 0.8em;
    padding-top: 0.8em;
    width: 100%;
  }
}
@media screen and (max-width: 480px) and (prefers-color-scheme: dark) {
  .menu.mobile {
    border-top: 1px solid #555;
  }
}
@media screen and (max-width: 480px) {
  #writersubmenu,
  #presentersubmenu {
    max-width: 1024px;
  }
  .header-primary {
    padding-bottom: 0;
  }
  #header-container.is-open {
    height: 100vh;
    overflow-y: hidden;
  }
  .is-active + #mobile-search {
    display: block;
    margin: 2.5em 0 0 0;
    width: 100%;
  }
  .is-active + #mobile-search form {
    display: contents;
    height: 1em;
  }
  .is-active + #mobile-search form input.search-field {
    border: 1px solid #dfdfdf;
    padding: 1em 0 0.75em 0.5em;
    width: 100%;
  }
}
@media screen and (max-width: 480px) and (prefers-color-scheme: dark) {
  .is-active + #mobile-search form input.search-field {
    border: 1px solid #000;
  }
}
@media screen and (max-width: 480px) {
  .is-active + #mobile-search form input.search-submit {
    background-color: #00b2ff;
    border: none;
    color: white;
    font-size: 1.7em;
    font-weight: bold;
    padding: 0.45em;
  }
}
header {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 100;
}
@media (prefers-color-scheme: dark) {
  header {
    background: rgb(240, 240, 240);
    background-color: rgba(0, 0, 0, 0);
  }
}

.header-primary {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-bottom: 0.5em;
  padding-top: 0.7em;
}
@media screen and (max-width: 480px) {
  .header-primary {
    font-size: 1em;
  }
}

#writermainmenu,
#presentermainmenu,
#newsmainmenu {
  display: none;
}

.menu {
  float: right;
  justify-content: normal;
}
.menu .product {
  font-weight: normal;
  margin: 0;
}
.menu a {
  margin-left: 1em;
}
@media screen and (max-width: 480px) {
  .menu a {
    margin-left: 0.7em;
  }
}

.categories,
.tags,
.search-box {
  display: none;
}

.categories.active,
.tags.active {
  display: block;
  position: absolute;
  right: 0;
  top: 2em;
  z-index: 100;
}

.search-box.active {
  display: block;
  left: 0;
  position: absolute;
  top: 2em;
  width: 100%;
}

ul.tag-menu,
ul.category-menu {
  background-color: rgb(247, 247, 247);
}
ul.tag-menu li,
ul.category-menu li {
  list-style-type: none;
}

.footer-primary {
  background-color: rgb(247, 247, 247);
  clear: both;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  margin-left: auto;
  margin-right: auto;
}
@media (prefers-color-scheme: dark) {
  .footer-primary {
    background: rgb(7, 7, 7);
  }
}
@media print {
  .footer-primary {
    background-color: transparent;
  }
}

.footer-primary > * {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  margin: 0 !important;
  padding-bottom: 1em;
  page-break-inside: avoid;
}

/* To be added later when masonry is better supported by browsers

@supports (grid-template-rows: masonry) {
  .footer-primary {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    //gap: 1em;
    grid-template-rows: masonry;

  }
} */
.footer-button {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .footer-button {
    background-color: rgb(7, 7, 7);
    color: rgb(240, 240, 240);
  }
}

.footer-menu {
  flex-basis: 300px;
  font-weight: bold;
}

.footer-submenu {
  display: inherit;
}

.footer-container {
  background-color: rgb(247, 247, 247);
  margin: 5em auto 5em auto;
}
@media (prefers-color-scheme: dark) {
  .footer-container {
    background-color: transparent;
  }
}
@media print {
  .footer-container {
    background-color: transparent;
  }
}

@media screen and (max-width: 833px) {
  .footer-primary {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em 0 5em 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
  }
  .footer-primary .footer-row {
    border-top: 1px solid rgb(110, 110, 110);
    display: block;
    margin-bottom: 0em;
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 0.8em;
    padding-bottom: 0.8em;
    padding-top: 0.8em;
    width: 100%;
  }
  .footer-primary .footer-menu,
  .footer-primary .footer-submenu {
    float: left;
    width: 90%;
  }
  .footer-primary .footer-submenu {
    display: none;
  }
  .footer-primary .footer-submenu.is-open {
    display: inherit;
    margin: 1.5em 1.5em 0 0;
  }
  .footer-primary .footer-button {
    background: transparent;
    display: inherit;
    float: left;
    width: 10%;
  }
}
@media screen and (max-width: 833px) and (prefers-color-scheme: dark) {
  .footer-primary .footer-button {
    background: rgb(7, 7, 7);
  }
}
@media screen and (max-width: 833px) {
  .footer-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: background 250ms ease-in-out, transform 150ms ease;
  }
}
.reddot-footer {
  margin-top: -5em;
}
.reddot-footer .awards > a,
.reddot-footer .awards > div {
  display: block;
  flex: 0 0 auto;
}
.reddot-footer .awards img {
  height: 100px;
  width: auto;
  object-fit: contain;
}
.reddot-footer .awards > :first-child,
.reddot-footer .awards > :first-child img {
  height: 75px;
  align-self: center;
}

@media (prefers-color-scheme: dark) {
  .presenter-page .reddot-footer img.hideandseeklight {
    display: none;
  }
  .presenter-page .reddot-footer img.hideandseekdark {
    display: block;
  }
}
@media (prefers-color-scheme: light) {
  .presenter-page .reddot-footer img.hideandseeklight {
    display: none;
  }
  .presenter-page .reddot-footer img.hideandseekdark {
    display: block;
  }
}

.form__wrapper {
  margin: 3rem 0 3rem 0;
}

input[type=email],
input[type=submit],
input[type=search],
input.single-field-with-submit-button {
  -webkit-appearance: none;
  border: none;
  border-radius: 3px;
  height: 100%;
}
@media (prefers-color-scheme: dark) {
  input[type=email],
  input[type=submit],
  input[type=search],
  input.single-field-with-submit-button {
    background-color: #333;
    border: none;
    color: white;
  }
}
input[type=email]:focus,
input[type=submit]:focus,
input[type=search]:focus,
input.single-field-with-submit-button:focus {
  outline: none;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 0.15em;
  color: currentColor;
  display: grid;
  /* Not removed via appearance */
  font: inherit;
  height: 1.15em;
  margin: -0.15em 0 0 0;
  place-content: center;
  transform: translateY(0.25em);
  width: 1.15em;
}
@media (prefers-color-scheme: dark) {
  input[type=checkbox] {
    background-color: #333;
    border: 1px solid #535353;
  }
}

input[type=checkbox]::before {
  box-shadow: inset 1em 1em #00b2ff;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  content: "";
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  width: 0.65em;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:disabled {
  opacity: 0.5;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.enquete-label {
  font-weight: bold;
  vertical-align: middle;
}

.enquete-message {
  vertical-align: middle;
}

.enquete-button {
  background-color: #00b2ff;
  color: white;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  height: 3em;
  margin: 0;
  padding: 0.5em 1em;
}
.enquete-button :disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

#submit-presenter-prices:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

#submit-presenter-prices.done,
#submit-presenter-prices.done:disabled {
  background-color: transparent;
  cursor: default;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#submit-presenter-prices.success {
  color: #028902;
}

#price-message {
  padding: 0.5em 1em 0.5em 0;
}

#price-message.failure,
#submit-presenter-prices.failure {
  color: #c92626;
}

.enquete-inputfield {
  border: 1px solid #dfdfdf;
  font-size: 1em;
  padding: 0.2em;
  width: 3.2em;
}
.enquete-inputfield :disabled {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

select {
  outline: none;
  vertical-align: middle;
}

.media-primary,
.nav-primary {
  display: grid;
  grid-gap: 1em 1em;
  grid-template-columns: repeat(1, 1fr);
  line-height: 160%;
  margin: 0;
  margin-top: 1em;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 320px) {
  .media-primary,
  .nav-primary {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 512px) {
  .media-primary,
  .nav-primary {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 860px) {
  .media-primary,
  .nav-primary {
    grid-template-columns: repeat(4, 1fr);
  }
}
.media__group,
.nav__group {
  line-height: 160%;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.media__group a,
.nav__group a {
  text-decoration: none;
}
.media__group li:first-child,
.nav__group li:first-child {
  font-weight: bold;
}

.media__group {
  font-size: 70%;
}

.media-primary {
  margin: 20px;
  width: auto;
}
@media (min-width: 512px) {
  .media-primary {
    margin: 30px;
  }
}
@media (min-width: 768px) {
  .media-primary {
    margin: 40px;
  }
}
@media (min-width: 1040px) {
  .media-primary {
    grid-template-columns: repeat(6, 1fr);
  }
}

.wpml-ls-legacy-list-horizontal,
.wpml-ls-legacy-list-horizontal a,
.wpml-ls-legacy-list-horizontal * {
  box-sizing: inherit;
  font-weight: normal;
  line-height: 160%;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

/* Style the list like default header-primary*/
.breadcrumbs {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-bottom: 15px;
  padding-top: 15px;
}

/* Ensure our logo is bold */
.breadcrumbs > * > span:first-of-type > a {
  font-weight: bold;
}

.hidden-lightbox {
  display: none;
}

/* Lightbox container */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* Advent Lightbox container */
#advent-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  z-index: 98;
}

/* Dimmed background */
.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Dimmed background */
.advent-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: none;
}

/* Dialog box */
.lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(247, 247, 247);
  color: rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  .lightbox-content {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
    background-color: rgb(7, 7, 7);
    color: rgb(240, 240, 240);
  }
}
.lightbox-content {
  padding: 20px;
  min-width: 300px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.lightbox-content p, .lightbox-content a {
  text-align: center;
}

/* Dialog box */
.advent-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(247, 247, 247);
  color: rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  .advent-lightbox-content {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
    background-color: rgb(7, 7, 7);
    color: rgb(240, 240, 240);
  }
}
.advent-lightbox-content {
  padding: 20px;
  min-width: 300px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.advent-lightbox-content p, .advent-lightbox-content a {
  text-align: center;
}

#lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(247, 247, 247);
  color: rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  #lightbox-content {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
    background-color: rgb(7, 7, 7);
    color: rgb(240, 240, 240);
  }
}
#lightbox-content {
  padding: 20px;
  min-width: 300px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
#lightbox-content p, #lightbox-content a {
  text-align: center;
}

#advent-lightbox-content {
  position: relative;
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: rgb(247, 247, 247);
  color: rgb(34, 34, 34);
  border-radius: 20px;
}
@media (prefers-color-scheme: dark) {
  #advent-lightbox-content {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
    background-color: #1b1b1b;
    color: rgb(240, 240, 240);
  }
}
#advent-lightbox-content {
  min-width: 300px;
}
#advent-lightbox-content p {
  margin-left: 2rem;
  margin-right: 2rem;
}
#advent-lightbox-content img {
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* Close button */
.lightbox-close-btn {
  position: absolute;
  top: -65px;
  right: -10px;
  background: transparent;
  border: none;
  font-family: sans-serif;
  font-size: 48px;
  font-weight: 100;
  cursor: pointer;
  color: rgb(240, 240, 240);
}
@media (prefers-color-scheme: dark) {
  .lightbox-close-btn {
    color: rgb(240, 240, 240);
  }
}
.lightbox-close-btn {
  padding-bottom: 1rem;
}

.advent-lightbox-close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  font-family: sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  cursor: pointer;
  color: rgb(240, 240, 240);
  border-radius: 50%;
  z-index: 9999;
}

.lightbox-interior-btn-wrapper {
  display: flex;
  flex-direction: column;
}

@media (prefers-color-scheme: dark) {
  #lightbox-interior-btn-primary {
    background-color: rgb(247, 247, 247);
    border: 2px solid rgb(34, 34, 34);
    color: rgb(34, 34, 34);
  }
}

#lightbox-interior-btn-secondary {
  background-color: rgb(247, 247, 247);
  border: 2px solid rgb(34, 34, 34);
  color: rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  #lightbox-interior-btn-secondary {
    background-color: rgb(7, 7, 7);
    border: 2px solid rgb(240, 240, 240);
    color: rgb(240, 240, 240);
  }
}

/* Only for the zoom animation */
.lightbox-animate {
  transform-origin: center center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transform: scale(0);
}

.lightbox-animate.show {
  opacity: 1;
  transform: scale(1);
}

.lightbox-zoom-clone {
  position: absolute;
  z-index: 1001;
  transform-origin: top left;
  transition: all 0.3s ease;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.95;
  background-color: rgb(247, 247, 247);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
@media (prefers-color-scheme: dark) {
  .lightbox-zoom-clone {
    font-family: "iASansNight", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
    background-color: rgb(7, 7, 7);
    color: rgb(240, 240, 240);
  }
}

.logo {
  height: 32px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 32px;
}
.logo img {
  height: 32px;
  width: 32px;
}
@media (prefers-color-scheme: dark) {
  .logo {
    filter: invert(1);
  }
}
@media (min-width: 512px) {
  .logo img {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 768px) {
  .logo img {
    height: 48px;
    width: 48px;
  }
}

.newsletter {
  margin: 3em auto 1em auto;
}
.newsletter__text {
  margin-bottom: 1em;
  margin-top: 3em;
}
.newsletter__msg-success {
  font-weight: bold;
  margin-bottom: 1em;
}
.newsletter__msg-error {
  margin-bottom: 1em;
}
.newsletter__msg {
  font-weight: 700;
}
.newsletter__msg .is-hidden {
  display: none;
}
.newsletter__set {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 100px;
  display: flex;
  flex-flow: row wrap;
  height: 51px;
  justify-content: flex-start;
  margin-bottom: 1em;
  margin-left: var(--margin-out);
  margin-right: var(--margin-out);
  padding: 0.45em;
  position: relative;
  --margin-out: -0.65em;
  --input-padding: 0.45em;
}
@media (prefers-color-scheme: dark) {
  .newsletter__set {
    background-color: #333;
    border: 1px solid #535353;
  }
}
.newsletter__set:not(:has(> input[type=email], > input.single-field-with-submit-button)) {
  background-color: transparent;
  border: none;
}
@media (min-width: 512px) {
  .newsletter__set {
    height: 68px;
    --margin-out: -0.3em;
    --input-padding: 1em;
  }
}
@media (min-width: 768px) {
  .newsletter__set {
    height: 82px;
    --margin-out: -0.2em;
  }
}
.newsletter__set input[type=email],
.newsletter__set input[type=search],
.newsletter__set input.single-field-with-submit-button {
  background: transparent;
  border-radius: 100px;
  flex: 1;
  font-size: max(16px, 1em);
  margin-right: 0.45em;
  min-width: 3em;
  padding: 0 0 0 var(--input-padding);
}
.newsletter__set input[type=submit] {
  border-radius: 100px;
  box-shadow: none;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  font-weight: bold;
  padding: 0 1em;
  text-align: center;
  transition: all 0.2s ease-in-out;
  background-color: #00b2ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .newsletter__set input[type=submit] {
    background-color: color(display-p3 0 0.698 1);
  }
}
@media (prefers-color-scheme: dark) {
  .newsletter__set input[type=submit] {
    background-color: #00b2ff;
    border-color: #333;
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: P3), (prefers-color-scheme: dark) and (-webkit-min-device-pixel-ratio: 0) {
  .newsletter__set input[type=submit] {
    background-color: color(display-p3 0 0.698 1);
  }
}
.newsletter__set input[type=submit]:hover {
  transform: scale(0.95);
}
.newsletter__set input[type=submit].message,
.newsletter__set input[type=submit].message:hover,
.newsletter__set input[type=submit].message:disabled {
  background-color: rgba(0, 0, 0, 0.25);
  cursor: default;
}
.newsletter__set input.long-value {
  font-size: 14px;
  letter-spacing: -0.6px;
}
@media (min-width: 416px) {
  .newsletter__set input.long-value {
    font-size: max(16px, 1em);
    letter-spacing: initial;
  }
}
.newsletter__topics label {
  float: left;
}
.newsletter__opt {
  display: grid;
  gap: 0.75em;
  grid-template-columns: 1em auto;
  padding-bottom: 0.25em;
}
@media (max-width: 512px) {
  .newsletter__opt {
    padding-bottom: 0.5em;
  }
}
.newsletter__opt.nested {
  padding-left: 1.75em;
}
.newsletter__opts {
  margin-bottom: 1em;
  padding-top: 0.5em;
}
.newsletter__opts__alt {
  left: -9999px;
  position: absolute;
}

.newsletter__form p,
.card .newsletaire .newsletter__form p {
  margin-bottom: 0.5em;
}

input[type=submit]:disabled {
  background-color: #ccc;
}

.newsletter__form.is-hidden,
.newsletter__set.is-hidden,
.newsletter__msg.is-hidden,
.newsletter__form input.is-hidden,
.newsletter-opts.is-hidden {
  display: none;
}

.newsletter__msg.success {
  color: #028902;
}

.newsletter__msg.error {
  color: #c92626;
}
.newsletter__msg.error a {
  color: #c92626;
  text-decoration: underline;
}
.newsletter__msg.error a::after {
  content: "";
  display: inline;
}

.download {
  margin: 1em auto 1em auto;
}
.download li {
  list-style: none;
}
.download__text {
  margin-bottom: 1em;
  margin-top: 3em;
}
.download__msg-success {
  font-weight: bold;
  margin-bottom: 1em;
}
.download__msg-error {
  margin-bottom: 1em;
}
.download__msg {
  font-weight: 700;
}
.download__msg .is-hidden {
  display: none;
}
.download__set {
  height: 51px;
  position: relative;
}
@media (min-width: 512px) {
  .download__set {
    height: 68px;
  }
}
.download__set input[type=submit] {
  border-radius: 100px;
  box-shadow: none;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  font-weight: bold;
  padding: 0 1em;
  text-align: center;
  transition: transform 0.2s ease-in-out;
  background-color: #00b2ff;
}
@media (prefers-color-scheme: P3), (-webkit-min-device-pixel-ratio: 0) {
  .download__set input[type=submit] {
    background-color: color(display-p3 0 0.698 1);
  }
}
@media (prefers-color-scheme: dark) {
  .download__set input[type=submit] {
    background-color: #00b2ff;
    border-color: #333;
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: P3), (prefers-color-scheme: dark) and (-webkit-min-device-pixel-ratio: 0) {
  .download__set input[type=submit] {
    background-color: color(display-p3 0 0.698 1);
  }
}
.download__set input[type=submit]:hover {
  transform: scale(0.95);
}
.download__set input[type=submit].message,
.download__set input[type=submit].message:hover,
.download__set input[type=submit].message:disabled {
  background-color: transparent;
  color: rgb(34, 34, 34);
  cursor: default;
  padding-left: 0;
  transform: none;
}
@media (prefers-color-scheme: dark) {
  .download__set input[type=submit].message,
  .download__set input[type=submit].message:hover,
  .download__set input[type=submit].message:disabled {
    color: rgb(240, 240, 240);
  }
}

.download__form input[type=submit]:disabled {
  background-color: #ccc;
}

.download__form input[type=submit]:disabled {
  background-color: #ccc;
}

.download__form.is-hidden,
.download__msg.is-hidden,
.download__form input.is-hidden {
  display: none;
}

.download__msg.success {
  color: #028902;
}

.download__msg.error {
  color: #c92626;
}

.download-card-page {
  padding-top: 0.8em;
}
.download-card-page .download-card--presenter .download-card__visual {
  align-items: center;
  display: flex;
  height: 8.85rem;
  justify-content: center;
  overflow: visible;
}
.download-card-page .download-card--presenter .download-card__image {
  height: 100%;
  max-width: none;
  width: auto;
}

.page .download-section-heading {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 2.2rem 0 1.2rem;
}

.page h3 + .download-section-heading {
  margin-top: 1.3rem;
}

.product-download-cards {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  margin: 1.6em 0 1.4em;
}
@media (max-width: 768px) {
  .product-download-cards {
    grid-template-columns: 1fr;
  }
}
.product-download-cards .download-card {
  height: 100%;
  margin: 0;
  max-width: none;
}
.product-download-cards .download-card__visual {
  align-items: center;
  display: flex;
  height: 8.85rem;
  justify-content: center;
  margin-top: 1.15rem;
  overflow: visible;
}
.product-download-cards .download-card__image {
  height: 100%;
  max-width: none;
  width: auto;
}

.app-store-download-links {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4.5rem 0 3em;
}
@media (max-width: 768px) {
  .app-store-download-links {
    grid-template-columns: 1fr;
  }
}

.page-template-template-blog .article-body .product-download-cards {
  margin: 2.4em 0 2.2em;
}

.app-store-download-card {
  align-items: center;
  background: rgb(247, 247, 247);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-sizing: border-box;
  color: rgb(34, 34, 34);
  display: flex;
  flex-direction: column;
  min-height: 7.7rem;
  padding: 1rem;
}
@media (prefers-color-scheme: dark) {
  .app-store-download-card {
    background: rgb(7, 7, 7);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(240, 240, 240);
  }
}

.app-store-download-card__title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.app-store-download-card__note {
  color: rgba(0, 0, 0, 0.58);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.25;
  margin: 0.35rem 0 0;
  padding: 0;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  .app-store-download-card__note {
    color: rgba(255, 255, 255, 0.58);
  }
}

.app-store-download-card__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  justify-content: center;
  margin-top: auto;
  padding-top: 1rem;
}

.app-store-download-link {
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.24s ease;
}

.app-store-download-link:hover,
.app-store-download-link:focus,
.app-store-download-link:focus-visible {
  transform: scale(1.02);
}

.app-store-download-link:active {
  transform: scale(1.01);
}

.app-store-download-link__badge {
  display: block;
  height: 2.4rem;
  max-width: 100%;
  width: auto;
}

.writer-template-cards {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 2.4em;
  padding-top: 1.75rem;
}
@media (max-width: 768px) {
  .writer-template-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 512px) {
  .writer-template-cards {
    grid-template-columns: 1fr;
  }
}

.page p:has(+ .writer-template-cards) {
  margin-bottom: 0;
}

.page p + .writer-template-cards {
  padding-top: 1.9rem;
}

.page .writer-template-section-heading {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 1.2em 0 0;
}

.page .writer-template-section-heading + .writer-template-cards {
  padding-top: 1.75rem;
}

.writer-template-card {
  --download-card-button-background: rgb(7, 7, 7);
  --download-card-button-color: #fff;
  --download-card-button-icon-filter: brightness(0) invert(1);
  background: rgb(247, 247, 247);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-sizing: border-box;
  color: rgb(34, 34, 34);
  display: flex;
  overflow: hidden;
}
@media (prefers-color-scheme: dark) {
  .writer-template-card {
    --download-card-button-background: rgb(247, 247, 247);
    --download-card-button-color: rgb(34, 34, 34);
    --download-card-button-icon-filter: none;
    background: rgb(7, 7, 7);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(240, 240, 240);
  }
}

.writer-template-card__body {
  display: flex;
  flex-direction: column;
  min-height: 7rem;
  padding: 1rem;
  width: 100%;
}

.writer-template-card__title {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.writer-template-card__description {
  color: rgba(0, 0, 0, 0.58);
  font-size: 0.75rem;
  line-height: 1.35;
  margin: 0.35rem 0 0.85rem;
}
@media (prefers-color-scheme: dark) {
  .writer-template-card__description {
    color: rgba(255, 255, 255, 0.58);
  }
}

.download-card {
  --download-card-button-background: #00b2ff;
  --download-card-button-color: rgb(240, 240, 240);
  --download-card-button-icon-filter: brightness(0) invert(1);
  --download-card-outline-color: rgba(0, 0, 0, 0.09);
  --download-card-scissors-color: rgba(0, 0, 0, 0.42);
  --download-card-trial-border-color: rgba(0, 0, 0, 0.3);
  --download-card-requirement-spacing: 0.9rem;
  --download-card-padding-inline: 1.35em;
  --download-card-visual-max-width: 28rem;
  background: rgb(247, 247, 247);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 0 0 1px var(--download-card-outline-color), 0 8px 18px rgba(0, 0, 0, 0.05), 0 18px 36px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  color: rgb(34, 34, 34);
  font-family: "iASansDay", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  margin: 1em auto;
  max-width: 34rem;
  min-width: 0;
  overflow: visible;
  padding: 1.55em var(--download-card-padding-inline) 1.35em;
  text-align: center;
  width: 100%;
}
@media (prefers-color-scheme: dark) {
  .download-card {
    --download-card-outline-color: rgba(255, 255, 255, 0.12);
    --download-card-scissors-color: rgba(255, 255, 255, 0.42);
    --download-card-trial-border-color: rgba(255, 255, 255, 0.22);
    background: rgb(27, 27, 27);
    color: rgb(240, 240, 240);
  }
}
.download-card > * {
  color: inherit;
}

.download-card--dark {
  --download-card-button-background: white;
  --download-card-button-color: black;
  --download-card-button-icon-filter: none;
  --download-card-outline-color: rgba(255, 255, 255, 0.08);
  --download-card-scissors-color: rgba(255, 255, 255, 0.42);
  --download-card-trial-border-color: rgba(255, 255, 255, 0.18);
  background: rgb(27, 27, 27);
  color: rgb(240, 240, 240);
}
@media (prefers-color-scheme: dark) {
  .download-card--dark {
    --download-card-outline-color: rgba(255, 255, 255, 0.08);
    background: rgb(27, 27, 27);
    color: rgb(240, 240, 240);
  }
}

.download-card--trial {
  border: 1px dashed var(--download-card-trial-border-color);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05), 0 18px 36px rgba(0, 0, 0, 0.05);
  justify-content: center;
  position: relative;
}

.download-card--trial::before {
  color: var(--download-card-scissors-color);
  content: "✂︎";
  font-family: "SF Pro Text", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  left: -0.48rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.download-card--trial > * {
  position: relative;
  z-index: 1;
}

.download-card--writer {
  --download-card-button-background: rgb(7, 7, 7);
  --download-card-button-color: rgb(240, 240, 240);
  --download-card-button-icon-filter: brightness(0) invert(1);
}
@media (prefers-color-scheme: dark) {
  .download-card--writer {
    --download-card-button-background: rgb(247, 247, 247);
    --download-card-button-color: rgb(34, 34, 34);
    --download-card-button-icon-filter: none;
  }
}

.download-card--light {
  --download-card-outline-color: rgba(0, 0, 0, 0.09);
  --download-card-scissors-color: rgba(0, 0, 0, 0.42);
  --download-card-trial-border-color: rgba(0, 0, 0, 0.3);
  background: rgb(247, 247, 247);
  color: rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  .download-card--light {
    --download-card-outline-color: rgba(0, 0, 0, 0.09);
    --download-card-scissors-color: rgba(0, 0, 0, 0.42);
    --download-card-trial-border-color: rgba(0, 0, 0, 0.3);
    background: rgb(247, 247, 247);
    color: rgb(34, 34, 34);
  }
}

.download-card--light.download-card--trial {
  border-color: var(--download-card-trial-border-color);
}

.download-card--light.download-card--writer {
  --download-card-button-background: rgb(7, 7, 7);
  --download-card-button-color: rgb(240, 240, 240);
  --download-card-button-icon-filter: brightness(0) invert(1);
}
@media (prefers-color-scheme: dark) {
  .download-card--light.download-card--writer {
    --download-card-button-background: rgb(7, 7, 7);
    --download-card-button-color: rgb(240, 240, 240);
    --download-card-button-icon-filter: brightness(0) invert(1);
  }
}

.download-card--light > * {
  color: rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  .download-card--light > * {
    color: rgb(34, 34, 34);
  }
}

.download-card--presenter {
  --download-card-visual-min-width: 20rem;
}

.download-card .download-card__title {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0.35rem 0 0;
  padding: 0;
  text-align: center;
  text-transform: none;
}

.download-card__visual {
  margin: 0 auto 1.4rem;
  max-width: var(--download-card-visual-max-width);
  width: 100%;
}

.download-card__image {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.download-card--writer .download-card__image {
  margin-left: auto;
  margin-right: auto;
  max-height: 8.85rem;
  width: auto;
}

.download-card--trial.download-card--writer .download-card__visual {
  height: 6rem;
  margin: 1.15rem auto 1.4rem;
  max-width: 14.5rem;
  overflow: visible;
  position: relative;
}

.download-card--trial.download-card--writer .download-card__image {
  height: 13rem;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.download-card--pricing.download-card--writer .download-card__visual {
  height: 6rem;
  margin: 1.15rem auto 1.4rem;
  max-width: none;
  overflow: visible;
}

.download-card--pricing.download-card--writer .download-card__image {
  height: 100%;
  max-width: none;
  position: static;
  transform: none;
  width: auto;
}

.download-card--writer .download-card__visual,
.download-card--pricing.download-card--writer .download-card__visual {
  margin-left: calc(-1 * var(--download-card-padding-inline));
  margin-right: calc(-1 * var(--download-card-padding-inline));
  max-width: none;
  overflow: hidden;
  width: calc(100% + var(--download-card-padding-inline) + var(--download-card-padding-inline));
}

.download-card .download-card__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.4rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 100%;
  width: fit-content;
}

.download-card--writer .download-card__actions {
  column-gap: 2.4rem;
}

.download-card--trial.download-card--writer .download-card__actions {
  column-gap: 0.4rem;
}

.download-card__option {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--download-card-requirement-spacing);
  min-width: 7.5rem;
}

.download-card__requirements {
  color: rgba(0, 0, 0, 0.58);
  display: flex;
  flex-wrap: wrap;
  font-family: inherit;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 400;
  gap: 0.35rem 0.9rem;
  justify-content: center;
  line-height: 1.2;
  margin: var(--download-card-requirement-spacing) auto 0;
}
@media (prefers-color-scheme: dark) {
  .download-card__requirements {
    color: rgba(255, 255, 255, 0.58);
  }
}

.download-card--dark .download-card__requirements {
  color: rgba(255, 255, 255, 0.58);
}

.download-card--light .download-card__title {
  color: rgb(34, 34, 34);
}
@media (prefers-color-scheme: dark) {
  .download-card--light .download-card__title {
    color: rgb(34, 34, 34);
  }
}

.download-card__requirement {
  color: rgba(0, 0, 0, 0.54);
  font-family: inherit;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}
@media (prefers-color-scheme: dark) {
  .download-card__requirement {
    color: rgba(255, 255, 255, 0.54);
  }
}

.download-card--dark .download-card__requirement {
  color: rgba(255, 255, 255, 0.54);
}

.download-card--light .download-card__requirement {
  color: rgba(0, 0, 0, 0.54);
}
@media (prefers-color-scheme: dark) {
  .download-card--light .download-card__requirement {
    color: rgba(0, 0, 0, 0.54);
  }
}

.download-card.presenter-hero__trial {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--download-card-visual-max-width);
  min-width: var(--download-card-visual-min-width);
}

.download-card.writer-landing__trial {
  max-width: 24rem;
}

.simple-feature-grid .download-card.writer-landing__trial {
  padding-top: 1.35em;
  margin-top: 4em;
}

.download-card .download-card__note {
  color: rgba(0, 0, 0, 0.58);
  font-family: inherit;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: var(--download-card-requirement-spacing);
  padding: 0;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  .download-card .download-card__note {
    color: rgba(255, 255, 255, 0.58);
  }
}

.download-card--dark .download-card__note {
  color: rgba(255, 255, 255, 0.58);
}

.download-card--light .download-card__note {
  color: rgba(0, 0, 0, 0.58);
}
@media (prefers-color-scheme: dark) {
  .download-card--light .download-card__note {
    color: rgba(0, 0, 0, 0.58);
  }
}

.download-card .download-card__title + .download-card__note {
  margin-top: 0.35rem;
}

.download-card .download-card__actions .download-card__button,
.writer-template-card .download-card__button {
  align-items: center;
  background: var(--download-card-button-background);
  border: 0;
  border-radius: 999px;
  box-sizing: border-box;
  color: var(--download-card-button-color);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 0.32rem;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  min-width: 6rem;
  padding: 1.05rem 1.1rem 1rem;
  text-decoration: none;
  text-transform: none;
  transition: transform 0.24s ease;
  width: auto;
}

.writer-template-card .download-card__button {
  align-self: flex-start;
  font-size: 0.76rem;
  gap: 0.26rem;
  height: calc(1em + 1.2rem);
  margin-top: auto;
  min-width: 0;
  padding: 0.62rem 0.76rem 0.58rem;
}

.download-card .download-card__actions .download-card__button--mac {
  gap: 0.19rem;
}

.download-card .download-card__actions .download-card__button--windows {
  gap: 0.28rem;
}

.writer-template-card .download-card__button--loading::before {
  background-size: contain;
  height: 1em;
  margin: 0;
  width: 1em;
}

.download-card .download-card__actions .download-card__button:hover,
.download-card .download-card__actions .download-card__button:focus,
.download-card .download-card__actions .download-card__button:focus-visible,
.writer-template-card .download-card__button:hover,
.writer-template-card .download-card__button:focus,
.writer-template-card .download-card__button:focus-visible {
  transform: scale(1.02);
}

.download-card .download-card__actions .download-card__button:active,
.writer-template-card .download-card__button:active {
  transform: scale(1.01);
}

.download-card .download-card__actions .download-card__button:disabled,
.writer-template-card .download-card__button:disabled {
  cursor: progress;
  opacity: 0.82;
  transform: none;
}

.download-card__button-label {
  display: inline-block;
  transform: translateY(0.08rem);
}

.download-card__button--ios::before,
.download-card__button--mac::before,
.download-card__button--loading::before,
.download-card__button--windows::before {
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  filter: var(--download-card-button-icon-filter);
  flex: 0 0 auto;
  height: 1.22rem;
  margin-bottom: -0.11rem;
  margin-top: -0.11rem;
  width: 1.22rem;
}

.download-card__button--ios::before,
.download-card__button--mac::before {
  background-image: url("https://static.ia.net/icons/apple.svg");
  background-size: 1.08rem 1.08rem;
  width: 1.08rem;
}

.download-card__button--ios:not(.download-card__button--loading)::before,
.download-card__button--mac:not(.download-card__button--loading)::before {
  transform: translateY(-0.04rem);
}

.download-card__button--windows::before {
  background-image: url("https://static.ia.net/icons/windows.svg");
  background-size: 0.91rem 0.91rem;
}

.download-card__button--loading::before {
  background-image: url("https://static.ia.net/icons/download.svg");
  background-size: 1rem 1rem;
}

.presskit {
  margin: 3em auto 3em auto;
}
.presskit__text {
  margin: 3em 0;
}

@media (prefers-color-scheme: dark) {
  .tabs img.appicon {
    filter: invert(0);
  }
}

.tweets {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 3em;
}
@media (min-width: 512px) {
  .tweets {
    grid-gap: 3em;
    grid-template-columns: repeat(2, 1fr);
  }
}

.twitter-tweet {
  margin: 0;
  width: 100% !important;
}

blockquote.twitter-tweet {
  background-color: white;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: inline-block;
  margin: 0;
  max-width: 468px;
  padding: 1.6rem 3em;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  outline: 0 none;
  text-decoration: none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

.atomicsupport {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-left: auto;
  margin-right: auto;
}

.atomicsupport-title {
  font-weight: bold;
}

.atomicsupport-link {
  display: inherit;
}

.atomicsupport > * {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  margin: 0 !important;
  padding-bottom: 1em;
  page-break-inside: avoid;
}

@media screen and (max-width: 833px) {
  .atomicsupport {
    column-count: 1;
  }
}
.asl_w *,
.asl_r *,
p.asl_desc * {
  font-size: 1em !important;
  line-height: 140% !important;
}

div.asl_r .results .item {
  padding: 1em !important;
}

.asl_w_container,
.asl_w_container_1 {
  border-radius: 10px;
  margin: 0 !important;
}

.asl_image {
  padding-right: 1em !important;
}

.div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  color: #00b2ff;
}

div.asl_r .results .item .asl_content h3 a:hover {
  color: #0097d8;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  padding: 1em !important;
}

div.asl_m .probox .proclose svg {
  display: none;
}

.download_badges {
  align-items: center;
  display: grid;
  grid-auto-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 512px) {
  .download_badges {
    grid-template-columns: repeat(2, 1fr);
  }
}
.download_badges img {
  max-height: 40px;
}

.support_platform_switcher {
  border-radius: 10px;
  box-shadow: 0 0.65rem 3em 0 hsla(0, 0%, 0%, 0.175);
}

.support_tab_labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 2em;
  margin-right: 2em;
}
.support_tab_labels input[type=radio] {
  display: none;
}

.support_tab_contents {
  margin-left: 2em;
  margin-right: 2em;
  padding-bottom: 2em;
}

.mac_support_tab_contents.hidden,
.iphone_support_tab_contents.hidden,
.ipad_support_tab_contents.hidden,
.windows_support_tab_contents.hidden,
.android_support_tab_contents.hidden {
  display: none;
}

.tile.trial-switcher img, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper img, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link img, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper img, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link img, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper img, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper img, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link img, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb img,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb img {
  margin-bottom: 2em;
  margin-top: 2em;
}
.tile.trial-switcher .platform-tab, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper .platform-tab, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link .platform-tab, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper .platform-tab, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link .platform-tab, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper .platform-tab, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper .platform-tab, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link .platform-tab, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb .platform-tab,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb .platform-tab {
  align-items: center;
  display: inline-flex;
  font-style: bold;
  gap: 0.45em;
  line-height: 1.2;
}
.tile.trial-switcher .platform-tab input[type=radio], .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper .platform-tab input[type=radio], .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link .platform-tab input[type=radio], .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper .platform-tab input[type=radio], .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link .platform-tab input[type=radio], .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper .platform-tab input[type=radio], .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper .platform-tab input[type=radio], .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link .platform-tab input[type=radio], .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb .platform-tab input[type=radio],
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb .platform-tab input[type=radio] {
  margin: 0;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .tile.trial-switcher .platform-tab-container > p, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper .platform-tab-container > p, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link .platform-tab-container > p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper .platform-tab-container > p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link .platform-tab-container > p, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper .platform-tab-container > p, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper .platform-tab-container > p, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link .platform-tab-container > p, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb .platform-tab-container > p,
  .page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb .platform-tab-container > p {
    padding-bottom: 0.5em;
  }
}
.tile.trial-switcher p, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper p, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper p, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link p, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb p,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb p {
  margin-left: 2em;
}
.tile.trial-switcher h3.bfaq, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper h3.bfaq, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link h3.bfaq, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper h3.bfaq, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link h3.bfaq, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper h3.bfaq, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper h3.bfaq, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link h3.bfaq, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb h3.bfaq,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb h3.bfaq {
  margin-left: 2em;
  padding-bottom: 1em;
}
.tile.trial-switcher p:last-of-type, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper p:last-of-type, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link p:last-of-type, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper p:last-of-type, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link p:last-of-type, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper p:last-of-type, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper p:last-of-type, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link p:last-of-type, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb p:last-of-type,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb p:last-of-type {
  margin-bottom: 0;
  margin-left: 2em;
}
.tile.trial-switcher div.trial-form, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper div.trial-form, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link div.trial-form, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper div.trial-form, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link div.trial-form, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper div.trial-form, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper div.trial-form, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link div.trial-form, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb div.trial-form,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb div.trial-form {
  margin-bottom: 2em;
  margin-left: 1em;
}
.tile.trial-switcher ul, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper ul, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link ul, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper ul, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link ul, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper ul, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper ul, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link ul, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb ul,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb ul {
  list-style-type: none;
}
.tile.trial-switcher .newsletter__text, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper .newsletter__text, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link .newsletter__text, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper .newsletter__text, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link .newsletter__text, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper .newsletter__text, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper .newsletter__text, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link .newsletter__text, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb .newsletter__text,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb .newsletter__text {
  margin-right: 2em;
  margin-top: 0;
}
.tile.trial-switcher .newsletter__msg p, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper .newsletter__msg p, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link .newsletter__msg p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper .newsletter__msg p, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link .newsletter__msg p, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper .newsletter__msg p, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper .newsletter__msg p, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link .newsletter__msg p, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb .newsletter__msg p,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb .newsletter__msg p {
  margin-left: 0;
}
.tile.trial-switcher .newsletter__set, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper .newsletter__set, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link .newsletter__set, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper .newsletter__set, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link .newsletter__set, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper .newsletter__set, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper .newsletter__set, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link .newsletter__set, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb .newsletter__set,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb .newsletter__set {
  margin-right: 2em;
}
.tile.trial-switcher #mac-trial.hidden, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper #mac-trial.hidden, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link #mac-trial.hidden, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper #mac-trial.hidden, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link #mac-trial.hidden, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper #mac-trial.hidden, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper #mac-trial.hidden, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link #mac-trial.hidden, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb #mac-trial.hidden,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb #mac-trial.hidden,
.tile.trial-switcher #windows-trial.hidden,
.page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper #windows-trial.hidden,
.page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link #windows-trial.hidden,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper #windows-trial.hidden,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link #windows-trial.hidden,
.page-template-template-how-to-101-article .trial-switcher.breakout-wrapper #windows-trial.hidden,
.page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper #windows-trial.hidden,
.page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link #windows-trial.hidden,
.page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb #windows-trial.hidden,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb #windows-trial.hidden {
  display: none;
}

.tile.trial-switcher:hover, .page-template-template-how-to-writer-top .trial-switcher.how-to-home-grid-wrapper:hover, .page-template-template-how-to-writer-top .trial-switcher.how-to-article-banner-link:hover, .page-template-template-how-to-presenter-top .trial-switcher.how-to-home-grid-wrapper:hover, .page-template-template-how-to-presenter-top .trial-switcher.how-to-article-banner-link:hover, .page-template-template-how-to-101-article .trial-switcher.breakout-wrapper:hover, .page-template-template-how-to-101-article .trial-switcher.how-to-home-grid-wrapper:hover, .page-template-template-how-to-101-article .trial-switcher.how-to-article-banner-link:hover, .page-template-template-how-to-writer-top .trial-switcher.how-to-video-thumb:hover,
.page-template-template-how-to-presenter-top .trial-switcher.how-to-video-thumb:hover {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05), 0px 0px 15px 0 rgba(0, 0, 0, 0.05), 0px 0px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 25px 0 rgba(0, 0, 0, 0.05);
}

.shortcuts-grid {
  font-family: "iASansDay", system-ui, -apple-system, sans-serif, "Hiragino Sans", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(166px, 1fr));
  margin: 2em 0;
}

.shortcuts-tile {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)), linear-gradient(var(--shortcuts-tile-background), var(--shortcuts-tile-background));
  background-blend-mode: screen;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0), 0 6px 12px rgba(0, 0, 0, 0);
  color: white;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 12px;
  min-height: 100px;
  padding: 12px 16px;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.2s ease-out;
  will-change: transform;
}

.shortcuts-tile-title {
  align-self: flex-end;
  bottom: 0;
  color: white;
  display: inline-block;
}

.shortcuts-tile-description {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 8px 16px;
}

.shortcuts-tile-icon,
.shortcuts-tile-add {
  background-size: 100% 100%;
  height: 24px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.shortcuts-tile-icon {
  left: 16px;
}

.shortcuts-tile-add {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eadd%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='add' fill='%23FFFFFF'%3E%3Cpath d='M12,0 C18.6,0 24,5.4 24,12 C24,18.6 18.6,24 12,24 C5.4,24 0,18.6 0,12 C0,5.4 5.4,0 12,0 Z' id='Path' opacity='0.2'%3E%3C/path%3E%3Cpath d='M12,6 C11.36,6 10.88,6.48 10.8,7.12 L10.8,7.2 L10.8,10.8 L7.2,10.8 C6.56,10.8 6.08,11.28 6,11.92 L6,12 C6,12.64 6.48,13.12 7.12,13.2 L7.2,13.2 L10.8,13.2 L10.8,16.8 C10.8,17.44 11.28,17.92 11.92,18 L12,18 C12.64,18 13.12,17.52 13.2,16.88 L13.2,16.8 L13.2,13.2 L16.8,13.2 C17.44,13.2 17.92,12.72 18,12.08 L18,12 C18,11.36 17.52,10.88 16.88,10.8 L16.8,10.8 L13.2,10.8 L13.2,7.2 C13.2,6.56 12.72,6.08 12.08,6 L12,6 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  right: 12px;
}

@media (min-width: 500px) {
  .shortcuts-grid {
    grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  }
}
.shortcuts-tile:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
}

.shortcuts-tile-red {
  --shortcuts-tile-background: rgba(237, 80, 87, 1);
}

.shortcuts-tile-orange {
  --shortcuts-tile-background: rgba(251, 117, 82, 1);
}

.shortcuts-tile-tangerine {
  --shortcuts-tile-background: rgba(241, 154, 54, 1);
}

.shortcuts-tile-yellow {
  --shortcuts-tile-background: rgba(228, 187, 0, 1);
}

.shortcuts-tile-lime {
  --shortcuts-tile-background: rgba(33, 186, 68, 1);
}

.shortcuts-tile-teal {
  --shortcuts-tile-background: rgba(0, 194, 162, 1);
}

.shortcuts-tile-light-blue {
  --shortcuts-tile-background: rgba(0, 191, 212, 1);
}

.shortcuts-tile-blue {
  --shortcuts-tile-background: rgba(0, 165, 238, 1);
}

.shortcuts-tile-navy {
  --shortcuts-tile-background: rgba(48, 82, 179, 1);
}

.shortcuts-tile-grape {
  --shortcuts-tile-background: rgba(116, 66, 174, 1);
}

.shortcuts-tile-purple {
  --shortcuts-tile-background: rgba(170, 101, 212, 1);
}

.shortcuts-tile-pink {
  --shortcuts-tile-background: rgba(231, 116, 194, 1);
}

.shortcuts-tile-gray-blue {
  --shortcuts-tile-background: rgba(120, 130, 141, 1);
}

.shortcuts-tile-gray-green {
  --shortcuts-tile-background: rgba(132, 145, 134, 1);
}

.shortcuts-tile-gray-brown {
  --shortcuts-tile-background: rgba(142, 129, 124, 1);
}

@supports (color: color(display-p3 1 1 1)) {
  .shortcuts-tile-red {
    --shortcuts-tile-background: color(display-p3 0.86 0.36 0.36 / 1);
  }
  .shortcuts-tile-orange {
    --shortcuts-tile-background: color(display-p3 0.92 0.49 0.36 / 1);
  }
  .shortcuts-tile-tangerine {
    --shortcuts-tile-background: color(display-p3 0.9 0.62 0.3 / 1);
  }
  .shortcuts-tile-yellow {
    --shortcuts-tile-background: color(display-p3 0.87 0.74 0.2 / 1);
  }
  .shortcuts-tile-lime {
    --shortcuts-tile-background: color(display-p3 0.35 0.72 0.33 / 1);
  }
  .shortcuts-tile-teal {
    --shortcuts-tile-background: color(display-p3 0.15 0.75 0.64 / 1);
  }
  .shortcuts-tile-light-blue {
    --shortcuts-tile-background: color(display-p3 0.23 0.74 0.82 / 1);
  }
  .shortcuts-tile-blue {
    --shortcuts-tile-background: color(display-p3 0.21 0.64 0.91 / 1);
  }
  .shortcuts-tile-navy {
    --shortcuts-tile-background: color(display-p3 0.22 0.32 0.68 / 1);
  }
  .shortcuts-tile-grape {
    --shortcuts-tile-background: color(display-p3 0.43 0.27 0.66 / 1);
  }
  .shortcuts-tile-purple {
    --shortcuts-tile-background: color(display-p3 0.63 0.41 0.81 / 1);
  }
  .shortcuts-tile-pink {
    --shortcuts-tile-background: color(display-p3 0.85 0.48 0.75 / 1);
  }
  .shortcuts-tile-gray-blue {
    --shortcuts-tile-background: color(display-p3 0.48 0.51 0.55 / 1);
  }
  .shortcuts-tile-gray-green {
    --shortcuts-tile-background: color(display-p3 0.53 0.57 0.53 / 1);
  }
  .shortcuts-tile-gray-brown {
    --shortcuts-tile-background: color(display-p3 0.55 0.51 0.49 / 1);
  }
}
