@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
*/
.ia__window-preview, .ia__window-editor {
  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;
  letter-spacing: 0.03;
}
@media (prefers-color-scheme: dark) {
  .ia__window-preview, .ia__window-editor {
    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;
  }
}

.ia__window-preview .cursor, .ia__window-editor .cursor, .ia__window-toolbar--mac .title-text, .ia__window-toolbar--windows .actions li, .ia__window-toolbar--windows {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

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 .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] .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;
}

.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: "iAWriter", 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;
  font-weight: 500;
  margin: 0;
  padding: 0em 0.5em 0.1em;
  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: "iASansDay";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/iA_Sans/iASans-BoldC.woff2") format("woff2");
}
@font-face {
  font-family: "iASansDay";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/iA_Sans/iASansItalic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "iASansDay";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iA_Sans/iASans-MediumC.woff2") format("woff2");
}
@font-face {
  font-family: "iASansDay";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iA_Sans/iASans-TextC.woff2") format("woff2");
}
@font-face {
  font-family: "iASansDay";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/iA_Sans/iASansItalic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "iASansNight";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/iA_Sans/iASans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "iASansNight";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/iA_Sans/iASansItalic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "iASansNight";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iA_Sans/iASans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "iASansNight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iA_Sans/iASans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "iASansNight";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/iA_Sans/iASansItalic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifDaySC";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iA_Serif/iASerif-MediumS.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifDayHeadline";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iA_Serif/iASerif-TextL.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifDay";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/iA_Serif/iASerif-BoldS.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifDay";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iA_Serif/iASerif-MediumS.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifDay";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iA_Serif/iASerif-TextS.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifDay";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/iA_Serif/iASerifItalic-TextSc.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifDay";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/iA_Serif/iASerifItalic-MediumSc.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifDay";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/iA_Serif/iASerifItalic-BoldSc.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifDayBlock";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/iA_Serif/iASerifItalic-TextSa.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifDayBlock";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/iA_Serif/iASerifItalic-MediumSa.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifDayBlock";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/iA_Serif/iASerifItalic-BoldSa.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifNightSC";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iA_Serif/iASerif-MediumS.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifNightHeadline";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iA_Serif/iASerif-RegularL.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifNight";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/iA_Serif/iASerif-BoldS.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifNight";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iA_Serif/iASerif-MediumS.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifNight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iA_Serif/iASerif-RegularS.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifNight";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/iA_Serif/iASerifItalic-Sc.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifNight";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/iA_Serif/iASerifItalic-MediumSc.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifNight";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/iA_Serif/iASerifItalic-BoldSc.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifNightBlock";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/iA_Serif/iASerifItalic-Sa.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifNightBlock";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/iA_Serif/iASerifItalic-MediumSa.woff2") format("woff2");
}
@font-face {
  font-family: "iASerifNightBlock";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/iA_Serif/iASerifItalic-BoldSa.woff2") format("woff2");
}
@font-face {
  font-family: "iAIconic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Iconic/Iconic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "iAWriter";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iAWriterDuoS-Text.woff2") format("woff2");
}
@font-face {
  font-family: "iAWriter";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/iAWriterDuoS-TextItalic.woff2") format("woff2");
}
@font-face {
  font-family: "iAWriter";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/iAWriterDuoS-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "iAWriter";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/iAWriterDuoS-BoldItalic.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, .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, .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, .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, .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,
.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,
.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, .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,
.writer__group .blog__meta h2,
.writer__group .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-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-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-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-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-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-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-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-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,
.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,
.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, .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,
.writer__group .blog__meta h2,
.writer__group .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-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-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-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-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-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-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-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-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,
  .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,
  .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, .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,
  .writer__group .blog__meta h2,
  .writer__group .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-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-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-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-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-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-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-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-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,
  .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,
  .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, .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,
  .writer__group .blog__meta h2,
  .writer__group .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-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-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-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-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-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-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-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-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, .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, .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, .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, .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,
.card > ul ul > li, article .card > ul,
.card > 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,
.card > ul ul > li, article .card > ul,
.card > 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,
  .card > ul ul > li, article .card > ul,
  .card > 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,
  .card > ul ul > li, article .card > ul,
  .card > ul {
    font-size: 18.4px;
    line-height: 165%;
  }
}
.text__level--tiny, .menu, .header-primary, .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, .ace ul li, .ace h3, .page-template-template-paywall .kick, .segmented-control, .previous-sibling-button,
.next-sibling-button, .tabs .tab a, 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-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-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, .ace ul li, .ace h3, .page-template-template-paywall .kick, .segmented-control, .previous-sibling-button,
.next-sibling-button, .tabs .tab a, 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-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-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, .ace ul li, .ace h3, .page-template-template-paywall .kick, .segmented-control, .previous-sibling-button,
  .next-sibling-button, .tabs .tab a, 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-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-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, .ace ul li, .ace h3, .page-template-template-paywall .kick, .segmented-control, .previous-sibling-button,
  .next-sibling-button, .tabs .tab a, 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-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, .article-body > p:nth-of-type(2):first-letter, .dropcap {
  font-size: 1.1025rem;
}
.text__level--woohoo, .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, .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, .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-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-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-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-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-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-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-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-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-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-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-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-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,
img.app-store-badge:hover {
  text-decoration: none;
  transform: scale(0.98);
}
.click-tile,
img.app-store-badge {
  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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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("/wp-content/themes/iA-library/assets/images/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("/wp-content/themes/iA-library/assets/images/platform_icons/wicon-more.png");
}

.article .tile 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-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-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-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-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-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-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-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 > ul,
.card > 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 0 1em 0;
  padding: 1.5em;
  position: relative;
  transform: translateZ(0);
}
@media (max-width: 830px) {
  article .card > ul,
  .card > ul {
    flex: 0 1 100%;
  }
}
article .card > ul li,
.card > ul li {
  line-height: 155%;
}
article .card > ul li p + p,
.card > ul li p + p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (prefers-color-scheme: dark) {
  article .card > ul,
  .card > 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,
.card > ul .social-buttons {
  margin-top: 1em;
}
article .card > ul li:last-of-type,
.card > ul li:last-of-type {
  margin-bottom: none;
}
@media (max-width: 830px) {
  article .card > ul li:last-of-type,
  .card > ul li:last-of-type {
    margin-bottom: none;
  }
}
@media (max-width: 512px) {
  article .card > ul li:last-of-type,
  .card > ul li:last-of-type {
    margin-bottom: none;
  }
}
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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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[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;
}
.footnotes a[href^="#fnref"]::before {
  color: rgb(34, 34, 34);
  content: "☜";
  display: none;
  font-family: "iASerifDay", 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;
}

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

.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,
.writer__group .blog__post {
  margin-bottom: 2em;
}
.blog__excerpt p,
.writer__group .blog__excerpt p {
  margin: 0;
  padding: 0;
}
.blog__meta,
.writer__group .blog__meta {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 512px) {
  .blog__meta,
  .writer__group .blog__meta {
    flex-direction: column;
  }
}
.blog__meta h2,
.blog__meta h2 a,
.writer__group .blog__meta h2,
.writer__group .blog__meta h2 a {
  font-weight: bold;
}
.blog__feed,
.writer__group .blog__feed {
  list-style: none;
  margin: 0;
  margin-bottom: 3em;
  padding: 0;
}
.blog__feed a,
.writer__group .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", 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,
  .support {
    font-family: "iASerifNight", 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 .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__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,
.support figure + p {
  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 {
  clear: both;
}

.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", 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-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;
}
.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 > 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-feature {
  background: linear-gradient(rgb(247, 247, 247), rgb(235, 235, 235));
}
@media (prefers-color-scheme: dark) {
  .support-feature {
    background: linear-gradient(rgb(7, 7, 7), rgb(24, 24, 24));
  }
}

.presenter-page .support-feature {
  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 {
  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;
}

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%;
}

.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;
}

.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 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 .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-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: "iAWriter";
  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: "iAWriter";
  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 {
  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: "iAWriter";
  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 {
  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 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 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: "iAWriter";
  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;
}
.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: invert(1);
}
@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-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";
  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";
  }
  .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";
}
.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";
  }
  .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";
}
@media (prefers-color-scheme: dark) {
  .slate {
    color: rgb(240, 240, 240);
    background-color: rgb(67, 67, 67);
    font-family: "iASansNight";
  }
}

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,
.writer__group .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,
.writer__group .blog__meta-container, .blog__excerpt,
.writer__group .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,
.writer__group .blog__meta-container, .blog__excerpt,
.writer__group .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,
  .writer__group .blog__excerpt, .template__section-content, .col-lg-1, .blog__meta-container,
  .writer__group .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,
  .writer__group .blog__meta-container, .template__section-heading {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-2, .blog__excerpt,
  .writer__group .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;
}

@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;
}

/*
iA Writer component
Main Class Name: .ia__window
Device classes: .ia__window--android, .ia__window--iphone, .ia__window--ipad, .ia__window--mac, .ia__window--windows
Parameter: .ia__window--notoolbar, .ia__window--nokeyboard, .ia__window--keyboard2
*/
:root {
  --windows_toolbar-button--color: rgba(125, 125, 125, 1);
  --windows_toolbar-text--color: rgba(24, 24, 24, 1);
  --mac_icon--color: rgba(74, 74, 74, 1);
}
@media (prefers-color-scheme: dark) {
  :root {
    --windows_toolbar-button--color: rgba(150, 150, 150, 1);
    --windows_toolbar-text--color: rgba(255, 255, 255, 1);
    --mac_icon--color: rgba(255, 255, 255, 1);
  }
}

.ia__window--mac .ia__window-preview, .ia__window--windows .ia__window-preview, .ia__window--windows .ia__window-preview p, .ia__window--mac .ia__window-preview p,
.ia__window--windows .ia__window-preview h1,
.ia__window--mac .ia__window-preview h1,
.ia__window--windows .ia__window-preview h2,
.ia__window--mac .ia__window-preview h2,
.ia__window--windows .ia__window-preview h3,
.ia__window--mac .ia__window-preview h3,
.ia__window--windows .ia__window-preview h4,
.ia__window--mac .ia__window-preview h4,
.ia__window--windows .ia__window-preview h5,
.ia__window--mac .ia__window-preview h5,
.ia__window--windows .ia__window-preview h6,
.ia__window--mac .ia__window-preview h6,
.ia__window--windows .ia__window-preview em,
.ia__window--mac .ia__window-preview em,
.ia__window--windows .ia__window-preview b,
.ia__window--mac .ia__window-preview b,
.ia__window--windows .ia__window-preview strong,
.ia__window--mac .ia__window-preview strong, .ia__window--mac .ia__window-editor, .ia__window--windows .ia__window-editor, .ia__window--windows .ia__window-editor p, .ia__window--mac .ia__window-editor p,
.ia__window--windows .ia__window-editor h1,
.ia__window--mac .ia__window-editor h1,
.ia__window--windows .ia__window-editor h2,
.ia__window--mac .ia__window-editor h2,
.ia__window--windows .ia__window-editor h3,
.ia__window--mac .ia__window-editor h3,
.ia__window--windows .ia__window-editor h4,
.ia__window--mac .ia__window-editor h4,
.ia__window--windows .ia__window-editor h5,
.ia__window--mac .ia__window-editor h5,
.ia__window--windows .ia__window-editor h6,
.ia__window--mac .ia__window-editor h6,
.ia__window--windows .ia__window-editor em,
.ia__window--mac .ia__window-editor em,
.ia__window--windows .ia__window-editor b,
.ia__window--mac .ia__window-editor b,
.ia__window--windows .ia__window-editor strong,
.ia__window--mac .ia__window-editor strong {
  line-height: 1.77;
}
@media (min-width: 320px) {
  .ia__window--mac .ia__window-preview, .ia__window--windows .ia__window-preview, .ia__window--windows .ia__window-preview p, .ia__window--mac .ia__window-preview p,
  .ia__window--windows .ia__window-preview h1,
  .ia__window--mac .ia__window-preview h1,
  .ia__window--windows .ia__window-preview h2,
  .ia__window--mac .ia__window-preview h2,
  .ia__window--windows .ia__window-preview h3,
  .ia__window--mac .ia__window-preview h3,
  .ia__window--windows .ia__window-preview h4,
  .ia__window--mac .ia__window-preview h4,
  .ia__window--windows .ia__window-preview h5,
  .ia__window--mac .ia__window-preview h5,
  .ia__window--windows .ia__window-preview h6,
  .ia__window--mac .ia__window-preview h6,
  .ia__window--windows .ia__window-preview em,
  .ia__window--mac .ia__window-preview em,
  .ia__window--windows .ia__window-preview b,
  .ia__window--mac .ia__window-preview b,
  .ia__window--windows .ia__window-preview strong,
  .ia__window--mac .ia__window-preview strong, .ia__window--mac .ia__window-editor, .ia__window--windows .ia__window-editor, .ia__window--windows .ia__window-editor p, .ia__window--mac .ia__window-editor p,
  .ia__window--windows .ia__window-editor h1,
  .ia__window--mac .ia__window-editor h1,
  .ia__window--windows .ia__window-editor h2,
  .ia__window--mac .ia__window-editor h2,
  .ia__window--windows .ia__window-editor h3,
  .ia__window--mac .ia__window-editor h3,
  .ia__window--windows .ia__window-editor h4,
  .ia__window--mac .ia__window-editor h4,
  .ia__window--windows .ia__window-editor h5,
  .ia__window--mac .ia__window-editor h5,
  .ia__window--windows .ia__window-editor h6,
  .ia__window--mac .ia__window-editor h6,
  .ia__window--windows .ia__window-editor em,
  .ia__window--mac .ia__window-editor em,
  .ia__window--windows .ia__window-editor b,
  .ia__window--mac .ia__window-editor b,
  .ia__window--windows .ia__window-editor strong,
  .ia__window--mac .ia__window-editor strong {
    line-height: 1.7;
  }
}
@media (min-width: 512px) {
  .ia__window--mac .ia__window-preview, .ia__window--windows .ia__window-preview, .ia__window--windows .ia__window-preview p, .ia__window--mac .ia__window-preview p,
  .ia__window--windows .ia__window-preview h1,
  .ia__window--mac .ia__window-preview h1,
  .ia__window--windows .ia__window-preview h2,
  .ia__window--mac .ia__window-preview h2,
  .ia__window--windows .ia__window-preview h3,
  .ia__window--mac .ia__window-preview h3,
  .ia__window--windows .ia__window-preview h4,
  .ia__window--mac .ia__window-preview h4,
  .ia__window--windows .ia__window-preview h5,
  .ia__window--mac .ia__window-preview h5,
  .ia__window--windows .ia__window-preview h6,
  .ia__window--mac .ia__window-preview h6,
  .ia__window--windows .ia__window-preview em,
  .ia__window--mac .ia__window-preview em,
  .ia__window--windows .ia__window-preview b,
  .ia__window--mac .ia__window-preview b,
  .ia__window--windows .ia__window-preview strong,
  .ia__window--mac .ia__window-preview strong, .ia__window--mac .ia__window-editor, .ia__window--windows .ia__window-editor, .ia__window--windows .ia__window-editor p, .ia__window--mac .ia__window-editor p,
  .ia__window--windows .ia__window-editor h1,
  .ia__window--mac .ia__window-editor h1,
  .ia__window--windows .ia__window-editor h2,
  .ia__window--mac .ia__window-editor h2,
  .ia__window--windows .ia__window-editor h3,
  .ia__window--mac .ia__window-editor h3,
  .ia__window--windows .ia__window-editor h4,
  .ia__window--mac .ia__window-editor h4,
  .ia__window--windows .ia__window-editor h5,
  .ia__window--mac .ia__window-editor h5,
  .ia__window--windows .ia__window-editor h6,
  .ia__window--mac .ia__window-editor h6,
  .ia__window--windows .ia__window-editor em,
  .ia__window--mac .ia__window-editor em,
  .ia__window--windows .ia__window-editor b,
  .ia__window--mac .ia__window-editor b,
  .ia__window--windows .ia__window-editor strong,
  .ia__window--mac .ia__window-editor strong {
    line-height: 1.68;
  }
}
@media (min-width: 768px) {
  .ia__window--mac .ia__window-preview, .ia__window--windows .ia__window-preview, .ia__window--windows .ia__window-preview p, .ia__window--mac .ia__window-preview p,
  .ia__window--windows .ia__window-preview h1,
  .ia__window--mac .ia__window-preview h1,
  .ia__window--windows .ia__window-preview h2,
  .ia__window--mac .ia__window-preview h2,
  .ia__window--windows .ia__window-preview h3,
  .ia__window--mac .ia__window-preview h3,
  .ia__window--windows .ia__window-preview h4,
  .ia__window--mac .ia__window-preview h4,
  .ia__window--windows .ia__window-preview h5,
  .ia__window--mac .ia__window-preview h5,
  .ia__window--windows .ia__window-preview h6,
  .ia__window--mac .ia__window-preview h6,
  .ia__window--windows .ia__window-preview em,
  .ia__window--mac .ia__window-preview em,
  .ia__window--windows .ia__window-preview b,
  .ia__window--mac .ia__window-preview b,
  .ia__window--windows .ia__window-preview strong,
  .ia__window--mac .ia__window-preview strong, .ia__window--mac .ia__window-editor, .ia__window--windows .ia__window-editor, .ia__window--windows .ia__window-editor p, .ia__window--mac .ia__window-editor p,
  .ia__window--windows .ia__window-editor h1,
  .ia__window--mac .ia__window-editor h1,
  .ia__window--windows .ia__window-editor h2,
  .ia__window--mac .ia__window-editor h2,
  .ia__window--windows .ia__window-editor h3,
  .ia__window--mac .ia__window-editor h3,
  .ia__window--windows .ia__window-editor h4,
  .ia__window--mac .ia__window-editor h4,
  .ia__window--windows .ia__window-editor h5,
  .ia__window--mac .ia__window-editor h5,
  .ia__window--windows .ia__window-editor h6,
  .ia__window--mac .ia__window-editor h6,
  .ia__window--windows .ia__window-editor em,
  .ia__window--mac .ia__window-editor em,
  .ia__window--windows .ia__window-editor b,
  .ia__window--mac .ia__window-editor b,
  .ia__window--windows .ia__window-editor strong,
  .ia__window--mac .ia__window-editor strong {
    line-height: 1.67;
  }
}
@media (min-width: 1040px) {
  .ia__window--mac .ia__window-preview, .ia__window--windows .ia__window-preview, .ia__window--windows .ia__window-preview p, .ia__window--mac .ia__window-preview p,
  .ia__window--windows .ia__window-preview h1,
  .ia__window--mac .ia__window-preview h1,
  .ia__window--windows .ia__window-preview h2,
  .ia__window--mac .ia__window-preview h2,
  .ia__window--windows .ia__window-preview h3,
  .ia__window--mac .ia__window-preview h3,
  .ia__window--windows .ia__window-preview h4,
  .ia__window--mac .ia__window-preview h4,
  .ia__window--windows .ia__window-preview h5,
  .ia__window--mac .ia__window-preview h5,
  .ia__window--windows .ia__window-preview h6,
  .ia__window--mac .ia__window-preview h6,
  .ia__window--windows .ia__window-preview em,
  .ia__window--mac .ia__window-preview em,
  .ia__window--windows .ia__window-preview b,
  .ia__window--mac .ia__window-preview b,
  .ia__window--windows .ia__window-preview strong,
  .ia__window--mac .ia__window-preview strong, .ia__window--mac .ia__window-editor, .ia__window--windows .ia__window-editor, .ia__window--windows .ia__window-editor p, .ia__window--mac .ia__window-editor p,
  .ia__window--windows .ia__window-editor h1,
  .ia__window--mac .ia__window-editor h1,
  .ia__window--windows .ia__window-editor h2,
  .ia__window--mac .ia__window-editor h2,
  .ia__window--windows .ia__window-editor h3,
  .ia__window--mac .ia__window-editor h3,
  .ia__window--windows .ia__window-editor h4,
  .ia__window--mac .ia__window-editor h4,
  .ia__window--windows .ia__window-editor h5,
  .ia__window--mac .ia__window-editor h5,
  .ia__window--windows .ia__window-editor h6,
  .ia__window--mac .ia__window-editor h6,
  .ia__window--windows .ia__window-editor em,
  .ia__window--mac .ia__window-editor em,
  .ia__window--windows .ia__window-editor b,
  .ia__window--mac .ia__window-editor b,
  .ia__window--windows .ia__window-editor strong,
  .ia__window--mac .ia__window-editor strong {
    line-height: 1.65;
  }
}

.ia__window-toolbar--mac .zoom, .ia__window-toolbar--mac .minimize, .ia__window-toolbar--mac .close {
  border-radius: 50%;
  display: inline-flex;
  height: 12px;
  margin: 0 4px;
  width: 12px;
}

.ia__window-preview .focus-off, .ia__window-editor .focus-off {
  color: rgb(204, 204, 204);
}
@media (prefers-color-scheme: dark) {
  .ia__window-preview .focus-off, .ia__window-editor .focus-off {
    color: rgb(105, 104, 104);
  }
}

.ia__window--iphone .ia__window-preview .adjective, .ia__window--mac .ia__window-preview .adjective, .ia__window--ipad .ia__window-preview .adjective, .ia__window--windows .ia__window-preview .adjective, .ia__window--iphone .ia__window-editor .adjective, .ia__window--mac .ia__window-editor .adjective, .ia__window--ipad .ia__window-editor .adjective, .ia__window--windows .ia__window-editor .adjective {
  color: rgb(160, 102, 0);
}
@media (prefers-color-scheme: dark) {
  .ia__window--iphone .ia__window-preview .adjective, .ia__window--mac .ia__window-preview .adjective, .ia__window--ipad .ia__window-preview .adjective, .ia__window--windows .ia__window-preview .adjective, .ia__window--iphone .ia__window-editor .adjective, .ia__window--mac .ia__window-editor .adjective, .ia__window--ipad .ia__window-editor .adjective, .ia__window--windows .ia__window-editor .adjective {
    color: rgb(193, 148, 78);
  }
}
.ia__window--iphone .ia__window-preview .noun, .ia__window--mac .ia__window-preview .noun, .ia__window--ipad .ia__window-preview .noun, .ia__window--windows .ia__window-preview .noun, .ia__window--iphone .ia__window-editor .noun, .ia__window--mac .ia__window-editor .noun, .ia__window--ipad .ia__window-editor .noun, .ia__window--windows .ia__window-editor .noun {
  color: rgb(167, 1, 0);
}
@media (prefers-color-scheme: dark) {
  .ia__window--iphone .ia__window-preview .noun, .ia__window--mac .ia__window-preview .noun, .ia__window--ipad .ia__window-preview .noun, .ia__window--windows .ia__window-preview .noun, .ia__window--iphone .ia__window-editor .noun, .ia__window--mac .ia__window-editor .noun, .ia__window--ipad .ia__window-editor .noun, .ia__window--windows .ia__window-editor .noun {
    color: rgb(217, 132, 103);
  }
}
.ia__window--iphone .ia__window-preview .verb, .ia__window--mac .ia__window-preview .verb, .ia__window--ipad .ia__window-preview .verb, .ia__window--windows .ia__window-preview .verb, .ia__window--iphone .ia__window-editor .verb, .ia__window--mac .ia__window-editor .verb, .ia__window--ipad .ia__window-editor .verb, .ia__window--windows .ia__window-editor .verb {
  color: rgb(4, 115, 178);
}
@media (prefers-color-scheme: dark) {
  .ia__window--iphone .ia__window-preview .verb, .ia__window--mac .ia__window-preview .verb, .ia__window--ipad .ia__window-preview .verb, .ia__window--windows .ia__window-preview .verb, .ia__window--iphone .ia__window-editor .verb, .ia__window--mac .ia__window-editor .verb, .ia__window--ipad .ia__window-editor .verb, .ia__window--windows .ia__window-editor .verb {
    color: rgb(123, 158, 194);
  }
}
.ia__window--iphone .ia__window-preview .adverb, .ia__window--mac .ia__window-preview .adverb, .ia__window--ipad .ia__window-preview .adverb, .ia__window--windows .ia__window-preview .adverb, .ia__window--iphone .ia__window-editor .adverb, .ia__window--mac .ia__window-editor .adverb, .ia__window--ipad .ia__window-editor .adverb, .ia__window--windows .ia__window-editor .adverb {
  color: rgb(153, 27, 129);
}
@media (prefers-color-scheme: dark) {
  .ia__window--iphone .ia__window-preview .adverb, .ia__window--mac .ia__window-preview .adverb, .ia__window--ipad .ia__window-preview .adverb, .ia__window--windows .ia__window-preview .adverb, .ia__window--iphone .ia__window-editor .adverb, .ia__window--mac .ia__window-editor .adverb, .ia__window--ipad .ia__window-editor .adverb, .ia__window--windows .ia__window-editor .adverb {
    color: rgb(186, 141, 179);
  }
}
.ia__window--iphone .ia__window-preview .conjunction, .ia__window--mac .ia__window-preview .conjunction, .ia__window--ipad .ia__window-preview .conjunction, .ia__window--windows .ia__window-preview .conjunction, .ia__window--iphone .ia__window-editor .conjunction, .ia__window--mac .ia__window-editor .conjunction, .ia__window--ipad .ia__window-editor .conjunction, .ia__window--windows .ia__window-editor .conjunction {
  color: rgb(1, 130, 94);
}
@media (prefers-color-scheme: dark) {
  .ia__window--iphone .ia__window-preview .conjunction, .ia__window--mac .ia__window-preview .conjunction, .ia__window--ipad .ia__window-preview .conjunction, .ia__window--windows .ia__window-preview .conjunction, .ia__window--iphone .ia__window-editor .conjunction, .ia__window--mac .ia__window-editor .conjunction, .ia__window--ipad .ia__window-editor .conjunction, .ia__window--windows .ia__window-editor .conjunction {
    color: rgb(130, 165, 112);
  }
}

.ia__window-toolbar--mac .focusbar, .ia__window-toolbar--mac .library {
  background-color: white;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  display: flex;
  height: 24px;
  margin: 0 6px;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  .ia__window-toolbar--mac .focusbar, .ia__window-toolbar--mac .library {
    background-color: rgb(105, 104, 104);
    border: none;
  }
}
.ia__window-toolbar--mac .focusbar span, .ia__window-toolbar--mac .library span {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.ia__window-toolbar--mac .focusbar span:first-child, .ia__window-toolbar--mac .library span:first-child {
  border-right: 1px solid #bdbdbd;
  padding: 0 10px;
}
@media (prefers-color-scheme: dark) {
  .ia__window-toolbar--mac .focusbar span:first-child, .ia__window-toolbar--mac .library span:first-child {
    border-right: 1px solid #343536;
  }
}
.ia__window-toolbar--mac .focusbar span:last-child, .ia__window-toolbar--mac .library span:last-child {
  padding: 0 5px;
}

.ia__window-toolbar--ipad, .ia__window-toolbar--android {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 0.1rem solid rgb(238, 238, 238);
  display: none;
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 998;
}
@media (prefers-color-scheme: dark) {
  .ia__window-toolbar--ipad, .ia__window-toolbar--android {
    border-bottom: 0.1rem solid rgb(24, 24, 24);
  }
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@keyframes fadein {
  from {
    opacity: 0%;
  }
  to {
    opacity: 1;
  }
}
.ia__window-toolbar--mac, .ia__window-toolbar--windows, .ia__window-toolbar--ipad, .ia__window-toolbar--android {
  animation-duration: 0.1s;
  animation-name: fadein;
}

.ia__window {
  animation-duration: 3s;
  animation-name: fadein;
}

.ia__window-preview p,
.ia__window-preview h1,
.ia__window-preview h2,
.ia__window-preview h3,
.ia__window-preview h4,
.ia__window-preview h5,
.ia__window-preview h6,
.ia__window-preview em,
.ia__window-preview b,
.ia__window-preview strong, .ia__window-editor p,
.ia__window-editor h1,
.ia__window-editor h2,
.ia__window-editor h3,
.ia__window-editor h4,
.ia__window-editor h5,
.ia__window-editor h6,
.ia__window-editor em,
.ia__window-editor b,
.ia__window-editor strong {
  animation-duration: 5s;
  animation-name: fadein;
}

.ia__window {
  background-color: rgb(255, 255, 255);
  border: 0.1rem solid rgb(200, 200, 200);
  border-radius: 0.6rem;
  box-shadow: 0 0.65rem 2.5rem 0 hsla(0, 0%, 0%, 0.175);
  margin: 8rem auto;
  overflow: hidden;
  width: 100%;
  will-change: transform;
}
@media (prefers-color-scheme: dark) {
  .ia__window {
    background-color: rgb(32, 32, 32);
    border: 0.1rem solid rgb(0, 0, 0);
    box-shadow: 0 0.65rem 2.5rem 0 hsla(0, 0%, 0%, 0.6);
  }
}
.ia__window--ipad {
  height: 1024px;
  position: relative;
  width: 100%;
}
.ia__window--iphone {
  border-radius: 3rem;
  height: 750px;
  position: relative;
  width: 100%;
}
.ia__window--mac {
  border: 0.5px solid rgba(175, 175, 175, 0.75);
  min-width: 280px;
}
@media (prefers-color-scheme: dark) {
  .ia__window--mac {
    border: 0.5px solid rgba(93, 94, 95, 0.75);
  }
}
.ia__window--mac .ia__window-editor {
  padding: 12rem 10% 12rem;
}
.ia__window--android {
  height: 869px;
  position: relative;
  width: 100%;
}
.ia__window--windows {
  border: 0;
  border-radius: 0;
  min-width: 280px;
}
.ia__window--windows .ia__window-editor {
  padding: 12rem 10% 12rem;
}
.ia__window--android.ia__window--notoolbar .ia__window-toolbar--android {
  display: none;
}
.ia__window--android .ia__window-toolbar--android {
  background-image: url("../../assets/images/iawindow/android-toolbar.png");
}
@media (prefers-color-scheme: dark) {
  .ia__window--android .ia__window-toolbar--android {
    background-image: url("../../assets/images/iawindow/android-toolbar-dark.png");
  }
}
.ia__window--android .ia__window-toolbar--android {
  /* Load image only when display is block */
  display: block;
}
.ia__window--ipad.ia__window--notoolbar .ia__window-toolbar--ipad {
  display: none;
}
.ia__window--ipad .ia__window-toolbar--ipad {
  background-image: url("../../assets/images/iawindow/ipad-toolbar&statusbar.png");
}
@media (prefers-color-scheme: dark) {
  .ia__window--ipad .ia__window-toolbar--ipad {
    background-image: url("../../assets/images/iawindow/ipad-toolbar&statusbar-dark.png");
  }
}
.ia__window--ipad .ia__window-toolbar--ipad {
  /* Load image only when display is block */
  display: block;
}
.ia__window-toolbar--windows {
  background-color: #fbfbfb;
  border-bottom: 1px solid #c8c8c8;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 998;
}
@media (prefers-color-scheme: dark) {
  .ia__window-toolbar--windows {
    background-color: #181818;
    border-bottom: 1px solid #1e1e1e;
  }
}
.ia__window--windows.ia__window--notoolbar .ia__window-toolbar--windows {
  display: none;
}
.ia__window--windows .ia__window-toolbar--windows {
  display: flex;
}
.ia__window-toolbar--windows .toolbar-row {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  width: 100%;
}
.ia__window-toolbar--windows .actions {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ia__window-toolbar--windows .actions li {
  cursor: pointer;
  display: inline-flex;
  padding: 0 7px;
}
.ia__window-toolbar--windows .actions li .underline {
  text-decoration: underline;
}
.ia__window-toolbar--windows .title-text {
  align-items: center;
  display: flex;
  font-weight: 600;
}
@media (min-width: 512px) {
  .ia__window-toolbar--windows .title-text {
    padding-left: 115px;
  }
}
.ia__window-toolbar--windows .menu {
  cursor: pointer;
  padding: 0 7px;
}
.ia__window-toolbar--windows .wordcounter {
  padding: 0 7px;
}
.ia__window-toolbar--windows .wordcounter .icon-arrowdown {
  cursor: pointer;
  padding-left: 7px;
}
.ia__window-toolbar--windows .button,
.ia__window-toolbar--windows .article p button {
  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-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  width: auto;
}
.ia__window-toolbar--windows .close,
.ia__window-toolbar--windows .zoom,
.ia__window-toolbar--windows .minimize {
  cursor: pointer;
  display: flex;
  padding: 0 15px;
}
.ia__window-toolbar--windows .close {
  padding-right: 12px;
}
.ia__window--mac.ia__window--notoolbar .ia__window-toolbar--mac {
  display: none;
}
.ia__window--mac .ia__window-toolbar--mac {
  display: flex;
}
.ia__window-toolbar--mac {
  align-items: center;
  background: linear-gradient(to bottom, #ebebeb, #d5d5d5);
  border-bottom: 1px solid #b1aeb1;
  border-radius: 0.5rem 0.5rem 0 0;
  border-top: 1px solid #f3f1f3;
  box-sizing: border-box;
  display: none;
  height: 38px;
  justify-content: space-between;
  padding: 0 8px 0 13px;
  position: relative;
  width: 100%;
  z-index: 998;
}
@media (prefers-color-scheme: dark) {
  .ia__window-toolbar--mac {
    background: linear-gradient(to bottom, #444242, #383636);
    border-bottom: 1px solid #111;
    border-top: 1px solid rgb(74, 74, 74);
  }
}
.ia__window-toolbar--mac .left {
  display: flex;
}
.ia__window-toolbar--mac .right {
  display: flex;
}
.ia__window-toolbar--mac .buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ia__window-toolbar--mac .close {
  background: rgb(255, 95, 88);
  border: 1px solid rgb(226, 71, 63);
}
.ia__window-toolbar--mac .minimize {
  background: rgb(255, 192, 46);
  border: 1px solid rgb(226, 161, 40);
}
.ia__window-toolbar--mac .text-ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80px;
}
@media (min-width: 512px) {
  .ia__window-toolbar--mac .text-ellipse {
    overflow: initial;
    text-overflow: initial;
    white-space: normal;
    width: auto;
  }
}
.ia__window-toolbar--mac .zoom {
  background: rgb(44, 205, 67);
  border: 1px solid rgb(46, 172, 47);
}
.ia__window-toolbar--mac .preview {
  align-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 0 15px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .ia__window-toolbar--mac .preview {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  .ia__window-toolbar--mac .preview {
    background-color: rgb(105, 104, 104);
    border: none;
  }
}
.ia__window-toolbar--mac .collapse {
  align-content: flex-end;
  align-items: flex-end;
  display: none;
  justify-content: flex-end;
  padding: 0 15px;
}
@media only screen and (max-width: 480px) {
  .ia__window-toolbar--mac .collapse {
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  .ia__window-toolbar--mac .focusbar {
    display: none !important;
  }
}
.ia__window-toolbar--mac .title-text {
  align-items: center;
  color: #222;
  display: flex;
  font-weight: 500;
  line-height: 2.4rem;
}
@media (prefers-color-scheme: dark) {
  .ia__window-toolbar--mac .title-text {
    color: #c7c4c7;
  }
}
.ia__window-toolbar--mac .fileicon {
  background-image: url("../../assets/images/iawindow/document-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  margin-right: 6px;
  width: 15px;
}
.ia__window-keyboard {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-top: 0.1rem solid rgb(238, 238, 238);
  bottom: 0;
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 997;
}
@media (prefers-color-scheme: dark) {
  .ia__window-keyboard {
    border-top: 0.1rem solid rgb(24, 24, 24);
  }
}
.ia__window--nokeyboard .ia__window-keyboard {
  display: none;
}
.ia__window--keyboard.ia__window--android .ia__window-keyboard {
  background-image: url("../../assets/images/iawindow/android-keyboard.png");
}
@media (prefers-color-scheme: dark) {
  .ia__window--keyboard.ia__window--android .ia__window-keyboard {
    background-image: url("../../assets/images/iawindow/android-keyboard-dark.png");
  }
}
.ia__window--keyboard.ia__window--ipad .ia__window-keyboard {
  background-image: url("../../assets/images/iawindow/ipad-keyboard.png");
}
@media (prefers-color-scheme: dark) {
  .ia__window--keyboard.ia__window--ipad .ia__window-keyboard {
    background-image: url("../../assets/images/iawindow/ipad-keyboard-dark.png");
  }
}
.ia__window--keyboard2.ia__window--ipad .ia__window-keyboard {
  background-image: url("../../assets/images/iawindow/ipad-keyboard2.png");
}
@media (prefers-color-scheme: dark) {
  .ia__window--keyboard2.ia__window--ipad .ia__window-keyboard {
    background-image: url("../../assets/images/iawindow/ipad-keyboard2-dark.png");
  }
}
.ia__window--keyboard2.ia__window--iphone .ia__window-keyboard {
  background-image: url("../../assets/images/iawindow/iphone-keyboard2.png");
}
@media (prefers-color-scheme: dark) {
  .ia__window--keyboard2.ia__window--iphone .ia__window-keyboard {
    background-image: url("../../assets/images/iawindow/iphone-keyboard2-dark.png");
  }
}
.ia__window--keyboard.ia__window--iphone .ia__window-keyboard {
  background-image: url("../../assets/images/iawindow/iphone.png");
}
@media (prefers-color-scheme: dark) {
  .ia__window--keyboard.ia__window--iphone .ia__window-keyboard {
    background-image: url("../../assets/images/iawindow/iphone-dark.png");
  }
}
.ia__window--mac .ia__window-keyboard, .ia__window--windows .ia__window-keyboard {
  display: none !important;
}

.ia__window-frames {
  background-color: #f7f7f7;
  display: flex;
}

.ia__window-editor {
  background-color: #f7f7f7;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  overflow: auto;
  overscroll-behavior: auto;
  -webkit-overscroll-scrolling: touch;
  padding: 2rem 10% 2.3rem;
  position: relative;
  width: 50%;
  z-index: 996;
}
@media (prefers-color-scheme: dark) {
  .ia__window-editor {
    background-color: #181818;
  }
}
.ia__window-editor::-webkit-scrollbar {
  display: none;
}
.ia__window-editor p,
.ia__window-editor h1,
.ia__window-editor h2,
.ia__window-editor h3,
.ia__window-editor h4,
.ia__window-editor h5,
.ia__window-editor h6,
.ia__window-editor em,
.ia__window-editor b,
.ia__window-editor strong {
  font-family: "iAWriter", 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-variation-settings: "SPCG" 2, "wght" 450;
  margin: 0;
}
.ia__window--android .ia__window-editor p, .ia__window--iphone .ia__window-editor p,
.ia__window--android .ia__window-editor h1,
.ia__window--iphone .ia__window-editor h1,
.ia__window--android .ia__window-editor h2,
.ia__window--iphone .ia__window-editor h2,
.ia__window--android .ia__window-editor h3,
.ia__window--iphone .ia__window-editor h3,
.ia__window--android .ia__window-editor h4,
.ia__window--iphone .ia__window-editor h4,
.ia__window--android .ia__window-editor h5,
.ia__window--iphone .ia__window-editor h5,
.ia__window--android .ia__window-editor h6,
.ia__window--iphone .ia__window-editor h6,
.ia__window--android .ia__window-editor em,
.ia__window--iphone .ia__window-editor em,
.ia__window--android .ia__window-editor b,
.ia__window--iphone .ia__window-editor b,
.ia__window--android .ia__window-editor strong,
.ia__window--iphone .ia__window-editor strong {
  line-height: 1.78;
}
.ia__window--ipad .ia__window-editor p,
.ia__window--ipad .ia__window-editor h1,
.ia__window--ipad .ia__window-editor h2,
.ia__window--ipad .ia__window-editor h3,
.ia__window--ipad .ia__window-editor h4,
.ia__window--ipad .ia__window-editor h5,
.ia__window--ipad .ia__window-editor h6,
.ia__window--ipad .ia__window-editor em,
.ia__window--ipad .ia__window-editor b,
.ia__window--ipad .ia__window-editor strong {
  line-height: 1.75;
}
.ia__window-editor em {
  font-style: italic;
}
.ia__window-editor b,
.ia__window-editor strong,
.ia__window-editor h1 {
  font-weight: bold;
}
.ia__window-editor h1 {
  left: -1.2em;
  position: relative;
}
.ia__window-editor p {
  hyphens: none;
  margin-bottom: 3.7rem;
}
.ia__window-editor p:last-child {
  margin-bottom: 0;
}
.ia__window-editor .cursor {
  color: #00b1f3;
  font-style: normal;
  line-height: 0;
  vertical-align: sub;
}
.ia__window--ipad .ia__window-editor {
  padding-bottom: 272px;
  padding-top: calc(49px + 2rem);
}
.ia__window--iphone .ia__window-editor, .ia__window--android .ia__window-editor {
  padding: 3rem 1.5rem;
}
.ia__window--iphone .ia__window-editor h1, .ia__window--android .ia__window-editor h1 {
  left: 0;
}
.ia__window--iphone .ia__window-editor {
  padding-bottom: 314px;
}
.ia__window--android .ia__window-editor {
  padding-bottom: 289px;
  padding-top: calc(65px + 2rem);
}
.ia__window--iphone.ia__window--nokeyboard .ia__window-editor, .ia__window--android.ia__window--nokeyboard .ia__window-editor, .ia__window--ipad.ia__window--nokeyboard .ia__window-editor {
  padding-bottom: 2rem;
}
.ia__window--windows.ia__window--notoolbar .ia__window-editor {
  padding-top: 84px;
}
.ia__window--mac.ia__window--notoolbar .ia__window-editor {
  padding-top: 58px;
}
.ia__window-editor .panel--preview {
  background-color: red;
}

.ia__window-preview {
  background-color: #ffffff;
  box-sizing: border-box;
  flex: 1;
  height: auto;
  overflow: auto;
  overscroll-behavior: auto;
  -webkit-overscroll-scrolling: touch;
  padding: 2rem 10% 2.3rem;
  position: relative;
  width: 50%;
  z-index: 996;
}
@media (prefers-color-scheme: dark) {
  .ia__window-preview {
    background-color: #181818;
  }
}
.ia__window-preview::-webkit-scrollbar {
  display: none;
}
.ia__window-preview p,
.ia__window-preview h1,
.ia__window-preview h2,
.ia__window-preview h3,
.ia__window-preview h4,
.ia__window-preview h5,
.ia__window-preview h6,
.ia__window-preview em,
.ia__window-preview b,
.ia__window-preview strong {
  font-family: "iAWriter", 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-variation-settings: "SPCG" 2, "wght" 450;
  margin: 0;
}
.ia__window--android .ia__window-preview p, .ia__window--iphone .ia__window-preview p,
.ia__window--android .ia__window-preview h1,
.ia__window--iphone .ia__window-preview h1,
.ia__window--android .ia__window-preview h2,
.ia__window--iphone .ia__window-preview h2,
.ia__window--android .ia__window-preview h3,
.ia__window--iphone .ia__window-preview h3,
.ia__window--android .ia__window-preview h4,
.ia__window--iphone .ia__window-preview h4,
.ia__window--android .ia__window-preview h5,
.ia__window--iphone .ia__window-preview h5,
.ia__window--android .ia__window-preview h6,
.ia__window--iphone .ia__window-preview h6,
.ia__window--android .ia__window-preview em,
.ia__window--iphone .ia__window-preview em,
.ia__window--android .ia__window-preview b,
.ia__window--iphone .ia__window-preview b,
.ia__window--android .ia__window-preview strong,
.ia__window--iphone .ia__window-preview strong {
  line-height: 1.78;
}
.ia__window--ipad .ia__window-preview p,
.ia__window--ipad .ia__window-preview h1,
.ia__window--ipad .ia__window-preview h2,
.ia__window--ipad .ia__window-preview h3,
.ia__window--ipad .ia__window-preview h4,
.ia__window--ipad .ia__window-preview h5,
.ia__window--ipad .ia__window-preview h6,
.ia__window--ipad .ia__window-preview em,
.ia__window--ipad .ia__window-preview b,
.ia__window--ipad .ia__window-preview strong {
  line-height: 1.75;
}
.ia__window-preview em {
  font-style: italic;
}
.ia__window-preview b,
.ia__window-preview strong,
.ia__window-preview h1 {
  font-weight: bold;
}
.ia__window-preview h1 {
  left: -1.2em;
  position: relative;
}
.ia__window-preview p {
  hyphens: none;
  margin-bottom: 3.7rem;
}
.ia__window-preview p:last-child {
  margin-bottom: 0;
}
.ia__window-preview .cursor {
  color: #00b1f3;
  font-style: normal;
  line-height: 0;
  vertical-align: sub;
}
.ia__window--ipad .ia__window-preview {
  padding-bottom: 272px;
  padding-top: calc(49px + 2rem);
}
.ia__window--iphone .ia__window-preview, .ia__window--android .ia__window-preview {
  padding: 3rem 1.5rem;
}
.ia__window--iphone .ia__window-preview h1, .ia__window--android .ia__window-preview h1 {
  left: 0;
}
.ia__window--iphone .ia__window-preview {
  padding-bottom: 314px;
}
.ia__window--android .ia__window-preview {
  padding-bottom: 289px;
  padding-top: calc(65px + 2rem);
}
.ia__window--iphone.ia__window--nokeyboard .ia__window-preview, .ia__window--android.ia__window--nokeyboard .ia__window-preview, .ia__window--ipad.ia__window--nokeyboard .ia__window-preview {
  padding-bottom: 2rem;
}
.ia__window--windows.ia__window--notoolbar .ia__window-preview {
  padding-top: 84px;
}
.ia__window--mac.ia__window--notoolbar .ia__window-preview {
  padding-top: 58px;
}
.ia__window-preview .panel--preview {
  background-color: red;
}

.writer__group h1 {
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.writer__group h2 {
  color: rgb(240, 240, 240);
  font-weight: bold;
}
.writer__group h3 {
  margin-bottom: 0.5em;
  margin-top: 2em;
}

.subtitle {
  font-weight: normal;
  text-align: center;
}

.ia__window-background-dark {
  background-color: rgb(7, 7, 7);
  color: rgb(34, 34, 34);
}

.ia__window-background-white,
.writer__group {
  background-color: rgb(247, 247, 247);
  color: rgb(240, 240, 240);
}
@media (prefers-color-scheme: dark) {
  .ia__window-background-white,
  .writer__group {
    background-color: rgb(7, 7, 7);
    color: rgb(34, 34, 34);
  }
}

.ia__window-background-white,
.ia__window-background-dark {
  margin: 0 auto;
  padding: 10% 0;
}
.ia__window-background-white p,
.ia__window-background-white h2,
.ia__window-background-dark p,
.ia__window-background-dark h2 {
  margin: auto;
  max-width: 1200px;
  padding: 0 6%;
}
.ia__window-background-white h2 + p,
.ia__window-background-dark h2 + p {
  margin-top: 1em;
}
.ia__window-background-white .mac,
.ia__window-background-white .ipad,
.ia__window-background-white .iphone,
.ia__window-background-white .android,
.ia__window-background-white .windows,
.ia__window-background-dark .mac,
.ia__window-background-dark .ipad,
.ia__window-background-dark .iphone,
.ia__window-background-dark .android,
.ia__window-background-dark .windows {
  align-items: center;
  display: flex;
  margin: 3em auto;
  max-width: 1200px;
  width: 100%;
}

.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;
}

.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 {
  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 {
  font-style: bold;
}
@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 {
    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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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,
.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 {
  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 {
  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);
  }
}
