@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

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

sub {
  font-variant-position: sub;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "iASansDay", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  border: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

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

html[lang=ja] body {
  font-feature-settings: normal;
  font-variant-ligatures: normal;
}
html[lang=ja] body #breadcrumbs,
html[lang=ja] body #i-a,
html[lang=ja] body .i-a,
html[lang=ja] body .ia,
html[lang=ja] body #ia,
html[lang=ja] body .product,
html[lang=ja] body .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;
}

.text, code,
pre, sup {
  font-size: 1.05rem;
}
.text, code,
pre, sup {
  font-size: 16.8px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text, code,
  pre, sup {
    font-size: calc(16.8px + 6.2 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text, code,
  pre, sup {
    font-size: 23px;
    line-height: 165%;
  }
}
.text__level--bigger {
  font-size: 1.05rem;
}
.text__level--bigger {
  font-size: 18.9px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--bigger {
    font-size: calc(18.9px + 8.7 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--bigger {
    font-size: 27.6px;
    line-height: 165%;
  }
}
.text__level--lists {
  font-size: 1.05rem;
}
.text__level--lists {
  font-size: 15.75px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--lists {
    font-size: calc(15.75px + 6.1 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--lists {
    font-size: 21.85px;
    line-height: 165%;
  }
}
.text__level--quote, table, code {
  font-size: 1.05rem;
}
.text__level--quote, table, code {
  font-size: 14.7px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--quote, table, code {
    font-size: calc(14.7px + 6 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--quote, table, code {
    font-size: 20.7px;
    line-height: 165%;
  }
}
.text__level--caption {
  font-size: 0.9rem;
  line-height: 140%;
}
.text__level--caption {
  font-size: 13.5px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--caption {
    font-size: calc(13.5px + 1.7 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--caption {
    font-size: 15.2px;
    line-height: 165%;
  }
}
.text__level--nav {
  font-size: 0.9rem;
  line-height: 180%;
}
.text__level--nav {
  font-size: 18.9px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--nav {
    font-size: calc(18.9px + -0.5 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--nav {
    font-size: 18.4px;
    line-height: 165%;
  }
}
.text__level--tiny {
  font-size: 0.9rem;
}
.text__level--tiny {
  font-size: 12.6px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--tiny {
    font-size: calc(12.6px + 4.5 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--tiny {
    font-size: 17.1px;
    line-height: 165%;
  }
}
.text__level--micro {
  font-size: 0.9rem;
}
.text__level--micro {
  font-size: 9px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--micro {
    font-size: calc(9px + 4.3 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--micro {
    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 {
  font-size: 1.1025rem;
}
.text__level--woohoo {
  font-size: 56.2840169063px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--woohoo {
    font-size: calc(56.2840169063px + 70.3595296029 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--woohoo {
    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 {
  font-size: 1.21550625rem;
}
.text__level--one {
  font-size: 36.5846109891px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--one {
    font-size: calc(36.5846109891px + 23.5549689172 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--one {
    font-size: 60.1395799062px;
    line-height: 165%;
  }
}
.text__level--two {
  font-size: 1.21550625rem;
}
.text__level--two {
  font-size: 35.1775105664px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--two {
    font-size: calc(35.1775105664px + 22.6490085742 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--two {
    font-size: 57.8265191406px;
    line-height: 165%;
  }
}
.text__level--three {
  font-size: 1.157625rem;
}
.text__level--three {
  font-size: 27.783px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--three {
    font-size: calc(27.783px + 8.718 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--three {
    font-size: 36.501px;
    line-height: 165%;
  }
}
@media (min-width: 512px) {
  .text__level--three {
    line-height: 155%;
  }
}
.text__level--four {
  font-size: 1.157625rem;
}
.text__level--four {
  font-size: 22.05px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--four {
    font-size: calc(22.05px + 7.045 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--four {
    font-size: 29.095px;
    line-height: 165%;
  }
}
.text__level--five {
  font-size: 1.1025rem;
}
.text__level--five {
  font-size: 19.845px;
  line-height: 155%;
}
@media screen and (min-width: 560px) {
  .text__level--five {
    font-size: calc(19.845px + 6.605 * (100vw - 320px) / 704);
    line-height: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .text__level--five {
    font-size: 26.45px;
    line-height: 165%;
  }
}

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

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

/* Platform specific things */
/* Resets of breakpoints for form */
@media (min-width: 640px) {
  body main form.single-row {
    display: block;
  }
}
@media (min-width: 640px) {
  body main form.single-row .input {
    border-radius: 0.125rem;
    border-width: 1px;
    flex: none;
    width: 100%;
  }
}
@media (min-width: 640px) {
  body main form.single-row .button {
    flex: none;
    width: 100%;
  }
}
/* New breakpoints */
@media (min-width: 1024px) {
  body main form.single-row {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body main form.single-row .input {
    border-bottom-right-radius: 0;
    border-right-width: 0px;
    border-top-right-radius: 0;
    flex: 3 1 0%;
    width: auto;
  }
}
@media (min-width: 1024px) {
  body main form.single-row .button {
    border-bottom-left-radius: 0;
    border-left-width: 0px;
    border-top-left-radius: 0;
    flex: 1;
    width: auto;
  }
}
