@media all, bookshop { /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** Remove the margin in all browsers. */ body { margin: 0; } /** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** Add the correct font size in all browsers. */ small { font-size: 80%; } /** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** Show the overflow in IE. 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** Add the correct display in IE 10+. */ template { display: none; } /** Add the correct display in IE 10. */ [hidden] { display: none; } /** A very simple reset that sits on top of Normalize.css. */ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, fieldset, legend, figure, hr { margin: 0; padding: 0; } /** Remove trailing margins from nested lists. */ li > ul, li > ol { margin-bottom: 0; } /** Remove default table spacing. */ table { border-collapse: collapse; border-spacing: 0; } @use "variables"; *, *::after, *::before { box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } pre { overflow: auto; padding: 15px; margin-bottom: 0; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; word-break: break-all; } img { max-width: 100%; height: auto; vertical-align: middle; } a { text-decoration: none; } hr { position: relative; display: block; height: 1px; margin: 60px 0; border: 0; } hr::before { content: ". . ."; position: absolute; top: -6px; left: 50%; transform: translateX(-50%); font-size: 24px; line-height: 0; } .table-container { display: block; max-width: 100%; overflow-x: auto; } table { font-size: 12px; width: 100%; } table th { padding: 10px; font-size: 16px; text-align: left; font-weight: 700; } table tr { transition: all .3s ease; } table tr:nth-child(odd) { background-color: transparent; } table td { padding: 10px; font-size: 14px; } .lazy { opacity: 0; transition: 0.8s ease-in-out; } .lazy.loaded { opacity: 1; } .banner-small-text p { color: #6b7280; line-height: 1.5rem; } .banner-small-text a { color: #ff8a4c; } .banner-small-text li { list-style-type: disc; list-style-position: inside; } .banner-small-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .banner-small-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .banner-small-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .banner-text p { color: #6b7280; } .banner-text a { color: #ff8a4c; } .banner-text li { list-style-type: disc; list-style-position: inside; } .banner-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .banner-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .banner-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .card-grid-three-column-text p { margin-top: 1rem; } .card-grid-three-column-text a { color: #ff8a4c; } .card-grid-three-column-text li { list-style-type: disc; list-style-position: inside; } .card-grid-three-column-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .card-grid-three-column-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .card-grid-three-column-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .faq-expanded-text p { color: #6b7280; line-height: 1.5rem; } .faq-expanded-text a { color: #ff8a4c; } .faq-expanded-text li { list-style-type: disc; list-style-position: inside; } .faq-expanded-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .faq-expanded-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .faq-expanded-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .faq-text p { line-height: 1.5rem; color: #4b5563; } .faq-text a { color: #ff8a4c; } .faq-text li { list-style-type: disc; list-style-position: inside; } .faq-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .faq-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .faq-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .hero-simple-subtitle p { color: #6b7280; line-height: 1.5rem; } .hero-simple-subtitle a { color: #ff8a4c; } .hero-simple-subtitle li { list-style-type: disc; list-style-position: inside; } .hero-simple-subtitle h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .hero-simple-subtitle h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .hero-simple-subtitle h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .icon-card-text p { color: inherit; line-height: 1.5rem; } .icon-card-text a { color: #ff8a4c; } .icon-card-text li { list-style-type: disc; list-style-position: inside; } .icon-card-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .icon-card-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .icon-card-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .icon-grid-two-column-text p { margin-top: 1rem; line-height: 1.5rem; } .icon-grid-two-column-text a { color: #ff8a4c; } .icon-grid-two-column-text li { list-style-type: disc; list-style-position: inside; } .icon-grid-two-column-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .icon-grid-two-column-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .icon-grid-two-column-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .icon-grid-text p { color: #6b7280; line-height: 1.5rem; } .icon-grid-text a { color: #ff8a4c; } .icon-grid-text li { list-style-type: disc; list-style-position: inside; } .icon-grid-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .icon-grid-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .icon-grid-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .icon-img { mask-size: 100%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; mask-position: center; width: 100%; } .text-block p { margin-bottom: 1.5rem; } .text-block img { margin-bottom: 1rem; } .text-block a { color: #FF8A4C; } .text-block li { list-style-type: disc; list-style-position: inside; } .text-block h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .text-block h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .text-block h3 { color: #4B5563; margin-bottom: 0.2rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.5rem; } .left-right-bottom-uneven-cards-pricing-list-text a { color: #ff8a4c; } .left-right-bottom-uneven-cards-pricing-list-text li { list-style-type: disc; list-style-position: inside; } .left-right-bottom-uneven-cards-pricing-list-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .left-right-bottom-uneven-cards-pricing-list-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .left-right-bottom-uneven-cards-pricing-list-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .left-right-uneven-card-text p { margin-top: 1rem; } .left-right-uneven-card-text a { color: #ff8a4c; } .left-right-uneven-card-text li { list-style-type: disc; list-style-position: inside; } .left-right-uneven-card-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .left-right-uneven-card-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .left-right-uneven-card-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .left-right-text p { margin-top: 0.75rem; } .left-right-text a { color: #ff8a4c; } .left-right-text li { list-style-type: disc; list-style-position: inside; } .left-right-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .left-right-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .left-right-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .left-rights-shared-bg-text p { margin-top: 0.5rem; color: inherit; } .left-rights-shared-bg-text a { color: #ff8a4c; } .left-rights-shared-bg-text li { list-style-type: disc; list-style-position: inside; } .left-rights-shared-bg-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .left-rights-shared-bg-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .left-rights-shared-bg-text h3 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .list-item-text p { margin-top: 0rem; } .list-item-text a { color: #ff8a4c; } .list-item-text li { list-style-type: disc; list-style-position: inside; } .list-item-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .list-item-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .list-item-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .table-code-text p { margin-bottom: 1rem; } .table-code-text img { margin-bottom: 1rem; } .table-code-text a { color: #ff8a4c; } .table-code-text li { list-style-type: disc; list-style-position: inside; } .table-code-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .table-code-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .table-code-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.5rem; } .testimonials-text p { margin-top: 1rem; } .testimonials-text a { color: #ff8a4c; } .testimonials-text li { list-style-type: disc; list-style-position: inside; } .testimonials-text h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .testimonials-text h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .testimonials-text h3 { color: #4b5563; margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .text-block p { margin-bottom: 1.5rem; } .text-block img { margin-bottom: 1rem; } .text-block a { color: #FF8A4C; } .text-block li { list-style-type: disc; list-style-position: inside; } .text-block h1 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 2.5rem; } .text-block h2 { margin-bottom: 1rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.875rem; } .text-block h3 { color: #4B5563; margin-bottom: 0.2rem; font-weight: 700; line-height: 1.75rem; margin-top: 2rem; font-size: 1.5rem; } }

/*# sourceMappingURL=main.css.map */