@charset "UTF-8";
/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

html { min-width: 320px; scroll-behavior: smooth; }

/** Basic styling */
body { font: 400 16px/1.7 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #2a343e; background-color: #ffffff; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: 'kern' 1; -moz-font-feature-settings: 'kern' 1; -o-font-feature-settings: 'kern' 1; font-feature-settings: 'kern' 1; font-kerning: normal; display: flex; min-height: 100vh; flex-direction: column; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/** `main` element */
main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/** Images */
img { max-width: 100%; vertical-align: middle; }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 14.4px; }

/** Lists */
li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4 { font-family: "Prodigy"; }

h5, h6 { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: 400; }

h1 { font-weight: 400; }

/** Links */
a:not(.table-of-contents a, .getting_started_card a, footer a, .button-mono, .cta-link, .border-b) { color: #23907E; text-decoration: none; font-weight: 600; }
a:not(.table-of-contents a, .getting_started_card a, footer a, .button-mono, .cta-link, .border-b):hover { text-decoration: underline; }
.social-media-list a:not(.table-of-contents a, .getting_started_card a, footer a, .button-mono, .cta-link, .border-b):hover { text-decoration: none; }
.social-media-list a:not(.table-of-contents a, .getting_started_card a, footer a, .button-mono, .cta-link, .border-b):hover .username { text-decoration: underline; }

/** Blockquotes */
blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 14px; font-size: 18px; letter-spacing: -1px; font-style: italic; }
blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-family: "IBM Plex Mono"; margin: 28px 0; }

code { padding: 4px 6px; background: #102B2D; color: #e8e8e8; border: 1px solid #B4F3C9; border-radius: 4px; }

pre { padding: 20px; overflow-x: auto; border-radius: 10px; }
pre > code { border: 0; padding-right: 0; padding-left: 0; background: none; }

/** Wrapper */
/** Clearfix */
/** Icons */
.svg-icon { width: 16px; height: 16px; display: inline-block; fill: #828282; padding-right: 5px; vertical-align: text-top; }

.social-media-list li + li { padding-top: 5px; }

/** Tables */
table { margin-bottom: 28px; width: 100%; text-align: left; color: #2a343e; border-collapse: collapse; border: 1px solid #e8e8e8; }
table tr:nth-child(even) { background-color: #F7FAF9; }
table th, table td { padding: 9.3333333333px 14px; }
table th { background-color: #f0f0f0; border: 1px solid #dedede; border-bottom-color: #c9c9c9; }
table td { border: 1px solid #e8e8e8; vertical-align: top; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }

/** Site header */
.site-header { transition: all .25s ease-in-out; will-change: transform; position: fixed; z-index: 10; right: 0; left: 0; top: 0; width: 100%; z-index: 20; }
@media screen and (max-width: 775px) { .site-header { min-height: 56px; } }
@media screen and (max-width: 600px) { .site-header { min-height: 28px; } }
.site-header.is-specification-markdown .site-nav ul li a { color: #2a343e; }
.site-header.is-specification-markdown svg path { fill: #2a343e; }
@media screen and (max-width: 775px) { .site-header.is-specification-markdown svg path { fill: white; } }
.site-header .logo-white { visibility: hidden; opacity: 0; transition: all .25s ease-in-out; height: 0; width: 0; }
.site-header .logo-green { visibility: visible; opacity: 1; transition: all .25s ease-in-out; width: 100px; }
.site-header.fixed { transform: translateY(-100%); background-color: #155757; position: fixed; }
.site-header.sticky { transform: translateY(0%); background-color: #155757; position: fixed; }
.site-header.sticky .logo-white { visibility: visible; opacity: 1; transition: all .25s ease-in-out; }
.site-header.sticky .logo-green { visibility: hidden; opacity: 0; transition: all .25s ease-in-out; height: 0; width: 0; }
.site-header.sticky .mobile-menu-button span { background-color: white; }
.site-header.sticky.is-specification-markdown .site-nav ul li a { color: white; }
.site-header.sticky.is-specification-markdown .site-nav ul li ul li a { color: #2a343e; }
.site-header.sticky.is-specification-markdown .site-nav ul li ul li a:hover:after { background-color: #2a343e; }
.site-header.sticky.is-specification-markdown .site-nav ul li ul li a.active:after { background-color: #2a343e; }
.site-header.sticky.is-specification-markdown svg path { fill: white; }
.site-header.static { transform: translateY(0%); background-color: transparent; transition: all .25s ease-in-out; }
.site-header.static .logo-white { visibility: hidden; opacity: 0; transition: all .25s ease-in-out; }
.site-header.static .logo-green { visibility: visible; opacity: 1; transition: all .25s ease-in-out; }
.site-header.static.is-specification-markdown .site-nav ul li a { color: #2a343e; }
@media screen and (max-width: 775px) { .site-header.static.is-specification-markdown .site-nav ul li a { color: white; } }
.site-header.static.is-specification-markdown .site-nav ul li a:hover:after { background-color: #2a343e; }
.site-header.static.is-specification-markdown .site-nav ul li a.active:after { background-color: #2a343e; }
@media screen and (max-width: 775px) { .site-header.static.is-specification-markdown .site-nav ul li a.active:after { display: none; } }
.site-header.static.is-specification-markdown .site-nav ul li > ul li a { color: #2a343e; }
.site-header.static.is-specification-markdown .site-nav ul li > ul li a:hover:after { background-color: #2a343e; }
.site-header.static.is-specification-markdown .site-nav ul li > ul li a.active:after { background-color: #2a343e; }

.logo { width: 100px; z-index: 10; }

.mobile-menu-button { background: none; border: 0px; width: 22px; height: 16px; position: relative; z-index: 25; padding: 0px; outline: none; user-select: none; }
.mobile-menu-button span { display: block; background-color: #102B2D; width: 100%; height: 2px; margin-bottom: 5px; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1) 0s, background-color 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0s, opacity 0.55s ease 0s; }
.mobile-menu-button.active span { opacity: 1; transform: rotate(45deg) translate(0px, 1px); background-color: white; }
.mobile-menu-button.active span:nth-child(2) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); background-color: white; }
.mobile-menu-button.active span:last-child { transform: rotate(-45deg) translate(1px, -4px); }

.site-title { font-size: 17px; font-weight: 700; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #2a343e; letter-spacing: 0.06em; padding: 20px 0 8px 0; margin-right: 33.6px; border-bottom: 3px solid #000; }
.site-title, .site-title:visited { color: #2a343e; }
.site-title:hover { text-decoration: none; }

.site-nav { padding: 20px 0 20px 0; }
.site-nav .nav-trigger { display: none; }
.site-nav .menu-icon { display: none; }
.site-nav ul li a { color: #ffffff; font-weight: 400; line-height: 1.7; position: relative; font-family: "Prodigy"; width: 100%; }
.site-nav ul li a:hover { text-decoration: none; }
.site-nav ul li a:hover:after { content: ''; width: 100%; height: 1px; background-color: white; position: absolute; bottom: 0px; }
.site-nav ul li a.active:after { content: ''; width: 100%; height: 1px; background-color: white; position: absolute; bottom: 0px; }
.site-nav ul li:not(:last-child) { margin-right: 20px; }
.site-nav ul li ul li:not(:last-child) { margin-right: 0px; }
.site-nav ul li ul li { margin: 0; }
.site-nav ul li ul li a { color: #2a343e; font-weight: 400; line-height: 1.7; font-family: "Prodigy"; display: block; }
.site-nav ul li ul li a:hover { text-decoration: none; }
.site-nav ul li ul li a:hover:after { content: ''; width: auto; height: 1px; background-color: white; position: absolute; bottom: 0px; }
.site-nav .dropdown ul { min-width: 115px; }
@media screen and (max-width: 775px) { .site-nav { display: none; } }

.site-nav-mobile { display: none; }
@media screen and (max-width: 775px) { .site-nav-mobile { width: 100%; position: absolute; top: -100vh; left: 0; transition: all cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s; background-color: #102B2D; z-index: 1; display: block; }
  .site-nav-mobile.active { top: 0; transition: all cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s; }
  .site-nav-mobile label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; }
  .site-nav-mobile .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; }
  .site-nav-mobile input ~ .trigger { clear: both; display: none; }
  .site-nav-mobile input:checked ~ .trigger { display: block; padding-bottom: 5px; }
  .site-nav-mobile .page-link { display: block; padding: 10px 0; font-family: "Prodigy"; color: white; font-weight: normal; }
  .site-nav-mobile .dropdown ul { padding-left: 15px; }
  .site-nav-mobile .dropdown ul li a { display: block; padding: 9px 0; font-family: "Prodigy"; color: white; font-weight: normal; } }

/** Site footer */
.site-footer { padding: 40px 0; color: white; background-color: #102B2D; font-size: 12px; }
.site-footer ul li:not(:last-child) { margin-right: 20px; }
.site-footer a { color: white; text-decoration: underline; }

.footer-heading { font-size: 18px; margin-bottom: 14px; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.post-list-heading { font-size: 28px; }

.post-list { margin-left: 0; list-style: none; }
.post-list > li { margin-bottom: 28px; }

.post-meta { font-size: 14.4px; color: #828282; }

.post-link { display: block; font-size: 24px; }

/** Posts */
.post-header { margin-bottom: 28px; }

.post-title { font-size: 76px; font-weight: 400; line-height: 1; }

.post-content { margin-bottom: 28px; }

.markdown .post-author { margin-top: 28px; margin-bottom: 8px; }

.markdown .post-date { color: #828282; }

.markdown .guest-post-banner { margin-left: 40px; margin-right: 40px; font-style: italic; font-size: 14.4px; color: #828282; }

.hero { position: relative; padding: 80px 0; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); background-color: #155757; height: 85vh; z-index: 10; }
.hero.home { background-position: center; background-repeat: no-repeat; background-size: cover; }
.hero.specifications, .hero.post-list { background-color: #58DA95; height: auto; }
.hero.markdown-page, .hero.post { background-color: white; height: auto; padding-bottom: 0; }

.section { position: relative; padding: 100px 0 100px; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); height: auto; }
@media screen and (max-width: 440px) { .section { padding: 40px 0 40px; } }
.section.intro { padding: 160px 0 160px; }
.section.cta_banner { padding: 0; }
.section.cta_banner a { padding: 30px 0 30px; display: inline-block; }
.section.cta_banner a:hover { text-decoration: none; }

.highlight pre { background-color: #102B2D; }

.highlight .hll { background-color: #102B2D; }

.highlight .c { color: #828282; }

/* Comment */
.highlight .err { color: #960050; background-color: #1e0010; }

/* Error */
.highlight .k { color: #66d9ef; }

/* Keyword */
.highlight .l { color: #ae81ff; }

/* Literal */
.highlight .n { color: #f8f8f2; }

/* Name */
.highlight .o { color: #f92672; }

/* Operator */
.highlight .p { color: #f8f8f2; }

/* Punctuation */
.highlight .cm { color: #828282; }

/* Comment.Multiline */
.highlight .cp { color: #828282; }

/* Comment.Preproc */
.highlight .c1 { color: #828282; }

/* Comment.Single */
.highlight .cs { color: #828282; }

/* Comment.Special */
.highlight .ge { font-style: italic; }

/* Generic.Emph */
.highlight .gs { font-weight: bold; }

/* Generic.Strong */
.highlight .kc { color: #66d9ef; }

/* Keyword.Constant */
.highlight .kd { color: #66d9ef; }

/* Keyword.Declaration */
.highlight .kn { color: #f92672; }

/* Keyword.Namespace */
.highlight .kp { color: #66d9ef; }

/* Keyword.Pseudo */
.highlight .kr { color: #66d9ef; }

/* Keyword.Reserved */
.highlight .kt { color: #66d9ef; }

/* Keyword.Type */
.highlight .ld { color: #58DA95; }

/* Literal.Date */
.highlight .m { color: #ae81ff; }

/* Literal.Number */
.highlight .s { color: #58DA95; }

/* Literal.String */
.highlight .na { color: #a6e22e; }

/* Name.Attribute */
.highlight .nb { color: #f8f8f2; }

/* Name.Builtin */
.highlight .nc { color: #a6e22e; }

/* Name.Class */
.highlight .no { color: #66d9ef; }

/* Name.Constant */
.highlight .nd { color: #a6e22e; }

/* Name.Decorator */
.highlight .ni { color: #f8f8f2; }

/* Name.Entity */
.highlight .ne { color: #a6e22e; }

/* Name.Exception */
.highlight .nf { color: #a6e22e; }

/* Name.Function */
.highlight .nl { color: #f8f8f2; }

/* Name.Label */
.highlight .nn { color: #f8f8f2; }

/* Name.Namespace */
.highlight .nx { color: #a6e22e; }

/* Name.Other */
.highlight .py { color: #f8f8f2; }

/* Name.Property */
.highlight .nt { color: #f92672; }

/* Name.Tag */
.highlight .nv { color: #f8f8f2; }

/* Name.Variable */
.highlight .ow { color: #f92672; }

/* Operator.Word */
.highlight .w { color: #f8f8f2; }

/* Text.Whitespace */
.highlight .mf { color: #ae81ff; }

/* Literal.Number.Float */
.highlight .mh { color: #ae81ff; }

/* Literal.Number.Hex */
.highlight .mi { color: #ae81ff; }

/* Literal.Number.Integer */
.highlight .mo { color: #ae81ff; }

/* Literal.Number.Oct */
.highlight .sb { color: #58DA95; }

/* Literal.String.Backtick */
.highlight .sc { color: #58DA95; }

/* Literal.String.Char */
.highlight .sd { color: #58DA95; }

/* Literal.String.Doc */
.highlight .s2 { color: #58DA95; }

/* Literal.String.Double */
.highlight .se { color: #ae81ff; }

/* Literal.String.Escape */
.highlight .sh { color: #58DA95; }

/* Literal.String.Heredoc */
.highlight .si { color: #58DA95; }

/* Literal.String.Interpol */
.highlight .sx { color: #58DA95; }

/* Literal.String.Other */
.highlight .sr { color: #58DA95; }

/* Literal.String.Regex */
.highlight .s1 { color: #58DA95; }

/* Literal.String.Single */
.highlight .ss { color: #58DA95; }

/* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2; }

/* Name.Builtin.Pseudo */
.highlight .vc { color: #f8f8f2; }

/* Name.Variable.Class */
.highlight .vg { color: #f8f8f2; }

/* Name.Variable.Global */
.highlight .vi { color: #f8f8f2; }

/* Name.Variable.Instance */
.highlight .il { color: #ae81ff; }

/* Literal.Number.Integer.Long */
.highlight .gu { color: #828282; }

/* Generic.Subheading & Diff Unified/Comment? */
.highlight .gd { color: #f92672; }

/* Generic.Deleted & Diff Deleted */
.highlight .gi { color: #a6e22e; }

/* Generic.Inserted & Diff Inserted */
[x-cloak] { display: none; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }

.text-green { color: #58DA95; }
.text-green-darkest { color: #102B2D; }
.text-green-button { color: #23907E; }
.text-green-dark { color: #155757; }
.text-green-darker { color: #23907E; }

.bg-light-green { background-color: #58DA95; }
.bg-light-pastel-green { background-color: #B4F3C9; }
.bg-pastel-green { background-color: #ECF8F2; }
.bg-green-dark { background-color: #155757; }
.bg-green-darkest { background-color: #102B2D; }
.bg-button-green { background-color: #23907E; }
.bg-green-transparent::before { content: ''; position: absolute; left: 0; right: 0; height: 100%; width: 100%; background-color: #155757; }

.co-logo { object-fit: cover; width: 100%; height: 250px; }

.border-green { border-color: #23907E; }

.content-block { padding: 20px 0; }

.table-of-contents { min-height: 300px; }
.table-of-contents ul { margin-top: 5px; }
.table-of-contents ul:hover > li { transition: 150ms all ease; opacity: 0.3; }
.table-of-contents ul li { margin-bottom: 5px; font-family: 'Prodigy'; }
.table-of-contents ul li:hover { opacity: 1; }
.table-of-contents a { color: inherit; text-decoration: none; font-weight: 400; }
.table-of-contents ul li ul { padding-left: 20px; }

.col-2 { margin: 10px 0; display: grid; gap: 40px; grid-template-columns: 1fr 1fr; }
@media screen and (max-width: 600px) { .col-2 { grid-template-columns: 1fr; gap: 40px; } }

@media screen and (max-width: 600px) { .nogap { gap: 0; } }

.breakout { position: relative; background: #f5f5f1; margin: 28px 0; padding: 80px 0; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }

.wrapper { max-width: 1180px; padding: 0 20px; margin: 0 auto; width: 100%; }
.wrapper.inner, .wrapper .inner { padding-left: 70px; padding-right: 70px; }
@media screen and (max-width: 440px) { .wrapper.inner, .wrapper .inner { padding: 0 40px; } }

.main-content ul:not(.custom-list) { list-style: disc; padding-left: 25px; }
.main-content ul:not(.custom-list) > li { margin-top: 10px; }
.main-content blockquote { margin: 30px 0; }
.main-content blockquote > p { margin: 12px 0; }

.max-width { align-items: center; flex-grow: 1; }

h1, .h1, h2, .h2, h5, .h5 { font-family: "Prodigy"; font-weight: normal; }

h1, .h1 { font-weight: 400; font-size: 76px; letter-spacing: -0.01em; line-height: 1; font-family: "Prodigy"; }
@media screen and (max-width: 440px) { h1, .h1 { font-size: 48px; } }
@media screen and (max-width: 320px) { h1, .h1 { font-size: 32px; } }

h2, .h2 { font-size: 40px; line-height: 1; letter-spacing: -0.01em; }

h3, .h3 { font-size: 24px; line-height: 1.3; letter-spacing: 0; font-family: "Prodigy medium"; font-weight: 500; }

h4, .h4 { line-height: 1.3; font-size: 20px; letter-spacing: 0; font-family: "Prodigy semibold"; font-weight: 600; }

h5, .h5 { line-height: 1; font-size: 16px; }

.header-small { font-size: 12px; font-family: "Prodigy"; }

.subtitle { display: block; padding-bottom: 20px; font-size: 18px; }
.subtitle.flushed { padding-bottom: 0; margin-bottom: -20px; }

.markdown h2 { color: #102B2D; margin-bottom: 32px; margin-top: 60px; }
.markdown h3, .markdown h4 { margin-bottom: 30px; color: #102B2D; }
.markdown p { margin-bottom: 30px; color: #102B2D; }
.markdown ul { list-style: disc; padding-left: 25px; margin-bottom: 30px; }
.markdown ul > li { margin-bottom: 10px; }
.markdown table { margin-bottom: 28px; width: 100%; text-align: left; color: #102B2D; border-collapse: collapse; border: 1px solid #CECECE; border-radius: 20px; }
.markdown table th { background-color: #F7FAF9; }
.markdown blockquote { display: flex; flex-direction: row; align-items: flex-start; padding: 12px; /* Green - Lightest */ border: none; background: #F7FAF9; border-radius: 10px; margin-bottom: 30px; letter-spacing: normal; font-style: normal; }
.markdown blockquote > p { margin: 0; color: #155757; }
.markdown a { color: #102B2D; text-decoration: underline; font-weight: normal; }

details { border: 1px solid #e8e8e8; border-radius: 10px; display: block; padding: 9.3333333333px 14px; margin-bottom: 1rem; }
details[open] > summary { margin-bottom: 20px; }
details summary { list-style: none; position: relative; display: flex; justify-content: space-between; padding-left: 30px; cursor: pointer; font-weight: 600; color: #102B2D; }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: ' ►'; position: absolute; top: 0; left: 0; color: #102B2D; }
details[open] > summary:after { content: " ▼"; }
details > summary > span { margin-left: 30px; }
details:last-child { margin-bottom: 40px; }

.m-b-0 { margin: 0px; }

.m-b-l { margin-bottom: 28px; }

.m-b-xl { margin-bottom: 100px; }

.m-t-s { margin-top: 8px; }

.m-t-m { margin-top: 20px; }

.m-t-l { margin-top: 28px; }

.m-t-xl { margin-top: 40px; }

.button-mono { font-family: "IBM Plex Mono", monospace; font-size: 16px; line-height: 1; }

.cta-link { position: relative; display: flex; align-items: center; line-height: 1; padding-left: 25px; color: #155757; font-family: "Prodigy semibold"; font-weight: 600; }
.cta-link::before { content: ''; transition: all .25s ease-in-out; will-change: transform; position: absolute; left: 0; top: auto; height: 14px; width: 14px; background-repeat: no-repeat; background-position: center; background-size: 13px; background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.697085 14.1509C-0.232361 9.52348 -0.232362 4.77828 0.697083 0.150878C5.54439 1.72628 10.0667 4.10277 14 7.15088C10.0667 10.199 5.54439 12.5755 0.697085 14.1509Z' fill='%2340DB88'/%3E%3C/svg%3E%0A"); }
.cta-link:hover { text-decoration: none; }
.cta-link:hover::before { transform: translateX(3px); }
.cta-link.white { color: white; }
.cta-link.center { justify-content: center; display: inline-block; }
.cta-link.center::before { content: ''; position: absolute; left: 0; right: auto; }

.select-dropdown { background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7L11.1962 0.25H0.803847L6 7Z' fill='%23000000'/%3E%3C/svg%3E%0A"); background-position: right 10px center; background-repeat: no-repeat; background-size: auto 15%; background-color: transparent; outline: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; cursor: pointer; position: relative; min-width: 100%; outline: none; font-family: "Prodigy"; line-height: 1; }
.select-dropdown::-ms-expand { display: none; }

.fix-paragraph-spacing p, .fix-paragraph-spacing ul, .fix-paragraph-spacing ol { margin-bottom: 12px; }
.fix-paragraph-spacing p:last-child, .fix-paragraph-spacing ul:last-child, .fix-paragraph-spacing ol:last-child { margin-bottom: 0; }
