/*! 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.15; /* 1 */-webkit-text-size-adjust:100% /* 2 */}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */body{margin:0}

/**
 * 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{font-size:2em;margin:.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.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */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{font-family:monospace,monospace; /* 1 */font-size:1em /* 2 */}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* 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,select{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.
 */[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}

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

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

/**
 * Correct the padding in Firefox.
 */

/**
 * 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+.
 */

/**
 * 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.
 */

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

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

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

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */html{box-sizing:border-box; /* 1 */font-family:sans-serif /* 2 */}*,:after,:before{box-sizing:inherit}

/**
 * Removes the default spacing and border for appropriate elements.
 */blockquote,figure,h1,h2,h3,p,pre{margin:0}button{background:transparent;padding:0}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}ul{margin:0}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */*,:after,:before{border:0 solid #dae1e7}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */img{border-style:solid}img{max-width:100%;height:auto}input::-webkit-input-placeholder{color:inherit;opacity:.5}input::-moz-placeholder{color:inherit;opacity:.5}input:-ms-input-placeholder{color:inherit;opacity:.5}input::-ms-input-placeholder{color:inherit;opacity:.5}input::placeholder{color:inherit;opacity:.5}[role=button],button{cursor:pointer}html{font-size:12px}@media (min-width:420px){html{font-size:14px}}@media (min-width:576px){html{font-size:16px}}.markdown{line-height:1.5;font-size:15px;font-size:1.25rem}.markdown p{margin-bottom:1.5rem}.markdown ul{list-style:none;padding:0 0 0 .5rem;margin-bottom:1.5rem}.markdown li{margin-bottom:1rem;padding-left:2rem;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM7.707 9.293L9 10.586l3.293-3.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414z' fill='%231CAF83' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 3.75px;background-position:left .3125rem;background-size:1.25rem}.markdown a{color:#122531}.markdown{/*@screen sm {
        @apply text-xl;
    } */}.checklist{list-style:none;padding:0 0 0 .5rem;margin-bottom:1.5rem}.checklist li{margin-bottom:1rem;padding-left:2rem;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM7.707 9.293L9 10.586l3.293-3.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414z' fill='%231CAF83' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 1.5px;background-position:left .125rem;background-size:1.25rem}.list-reset{list-style:none!important;padding:0!important}.appearance-none{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.bg-grey-darker{background-color:#606f7b!important}.bg-grey-light{background-color:#dae1e7!important}.bg-grey-lighter{background-color:#f1f5f8!important}.bg-white{background-color:#fff!important}.bg-green{background-color:#40bc91!important}.bg-navy-darkest{background-color:#2a3849!important}.bg-navy-darker{background-color:#3e5066!important}.bg-navy-dark{background-color:#14456a!important}.bg-blue{background-color:#3490dc!important}.bg-blue-lightest{background-color:#eff8ff!important}.bg-twitter-blue{background-color:#26a0f0!important}.bg-yellow-light{background-color:#fffcb7!important}.hover\:bg-grey:hover{background-color:#b8c2cc!important}.hover\:bg-green-dark:hover{background-color:#32a27b!important}.hover\:bg-navy:hover{background-color:#2c7aa0!important}.hover\:bg-twitter-blue-light:hover{background-color:#3eaaf2!important}.bg-left{background-position:0!important}.bg-no-repeat{background-repeat:no-repeat!important}.bg-cover{background-size:cover!important}.border-grey{border-color:#b8c2cc!important}.border-grey-light{border-color:#dae1e7!important}.border-grey-lighter{border-color:#f1f5f8!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-lg{border-radius:.5rem!important}.rounded-full{border-radius:9999px!important}.border-2{border-width:2px!important}.border{border-width:1px!important}.border-r-2{border-right-width:2px!important}.border-t{border-top-width:1px!important}.border-r{border-right-width:1px!important}.border-b{border-bottom-width:1px!important}.cursor-pointer{cursor:pointer!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.hidden{display:none!important}.flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.flex-col{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.items-start{-webkit-box-align:start!important;align-items:flex-start!important}.items-center{-webkit-box-align:center!important;align-items:center!important}.justify-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.flex-1{-webkit-box-flex:1!important;flex:1 1 0%!important}.flex-auto{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-none{-webkit-box-flex:0!important;flex:none!important}.flex-no-shrink{flex-shrink:0!important}.font-sans{font-family:proxima-nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Fira Sans,sans-serif!important}.font-helvetica{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}.font-serif{font-family:ff-meta-serif-web-pro,Georgia,Times,Times New Roman,serif!important}.font-mono{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.font-black{font-weight:900!important}.h-2{height:6px!important;height:.5rem!important}.h-4{height:12px!important;height:1rem!important}.h-6{height:18px!important;height:1.5rem!important}.h-10{height:30px!important;height:2.5rem!important}.h-12{height:36px!important;height:3rem!important}.h-20{height:60px!important;height:5rem!important}.h-24{height:72px!important;height:6rem!important}.h-auto{height:auto!important}.h-screen{height:100vh!important}.leading-none{line-height:1!important}.leading-tight{line-height:1.25!important}.leading-normal{line-height:1.5!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-12{margin-top:3rem!important;margin-bottom:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mb-0{margin-bottom:0!important}.mt-1{margin-top:.25rem!important}.mb-1{margin-bottom:.25rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.mt-6{margin-top:1.5rem!important}.mr-6{margin-right:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.mt-8{margin-top:2rem!important}.mr-8{margin-right:2rem!important}.mb-8{margin-bottom:2rem!important}.ml-8{margin-left:2rem!important}.mt-12{margin-top:3rem!important}.mb-12{margin-bottom:3rem!important}.mt-16{margin-top:4rem!important}.ml-auto{margin-left:auto!important}.max-h-full{max-height:100%!important}.max-w-xs{max-width:240px!important;max-width:20rem!important}.max-w-sm{max-width:360px!important;max-width:30rem!important}.max-w-md{max-width:504px!important;max-width:42rem!important}.max-w-lg{max-width:600px!important;max-width:50rem!important}.max-w-xl{max-width:720px!important;max-width:60rem!important}.max-w-full{max-width:100%!important}.min-h-screen{min-height:100vh!important}.-mx-6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.-mt-2{margin-top:-.5rem!important}.-mb-12{margin-bottom:-3rem!important}.-mt-20{margin-top:-5rem!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.overflow-hidden{overflow:hidden!important}.overflow-scroll{overflow:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-scroll{overflow-y:scroll!important}.scrolling-auto{-webkit-overflow-scrolling:auto!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-6{padding:1.5rem!important}.p-8{padding:2rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.px-12{padding-left:3rem!important;padding-right:3rem!important}.py-16{padding-top:4rem!important;padding-bottom:4rem!important}.pl-3{padding-left:.75rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pt-6{padding-top:1.5rem!important}.pb-6{padding-bottom:1.5rem!important}.pt-8{padding-top:2rem!important}.pb-8{padding-bottom:2rem!important}.pl-8{padding-left:2rem!important}.pt-16{padding-top:4rem!important}.pb-16{padding-bottom:4rem!important}.pl-16{padding-left:4rem!important}.pt-24{padding-top:6rem!important}.pb-24{padding-bottom:6rem!important}.pt-28{padding-top:7rem!important}.pb-32{padding-bottom:8rem!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.pin{top:0!important;right:0!important;bottom:0!important;left:0!important}.pin-y{top:0!important;bottom:0!important}.pin-x{right:0!important;left:0!important}.pin-t{top:0!important}.pin-r{right:0!important}.pin-l{left:0!important}.shadow{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)!important}.shadow-md{box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)!important}.shadow-lg{box-shadow:0 15px 35px 0 rgba(18,37,49,.1),0 5px 15px 0 rgba(0,0,0,.05)!important}.fill-current{fill:currentColor!important}.stroke-current{stroke:currentColor!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-black{color:#122531!important}.text-grey-darkest{color:#384e5c!important}.text-grey-darker{color:#606f7b!important}.text-grey-dark{color:#8795a1!important}.text-grey{color:#b8c2cc!important}.text-white{color:#fff!important}.text-green{color:#40bc91!important}.text-teal-light{color:#bae4e8!important}.text-cyan-light{color:#b7f3f6!important}.text-navy-darkest{color:#23446b!important}.text-navy-darker{color:#3e5066!important}.text-blue{color:#3490dc!important}.hover\:text-black:hover{color:#122531!important}.hover\:text-blue-dark:hover{color:#2779bd!important}.text-xs{font-size:9px!important;font-size:.75rem!important}.text-sm{font-size:10.5px!important;font-size:.875rem!important}.text-base{font-size:12px!important;font-size:1rem!important}.text-lg{font-size:13.5px!important;font-size:1.125rem!important}.text-xl{font-size:15px!important;font-size:1.25rem!important}.text-2xl{font-size:18px!important;font-size:1.5rem!important}.text-3xl{font-size:22.5px!important;font-size:1.875rem!important}.text-4xl{font-size:27px!important;font-size:2.25rem!important}.text-5xl{font-size:36px!important;font-size:3rem!important}.italic{font-style:italic!important}.uppercase{text-transform:uppercase!important}.underline{text-decoration:underline!important}.no-underline{text-decoration:none!important}.antialiased{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.hover\:underline:hover{text-decoration:underline!important}.tracking-wide{letter-spacing:.025em!important}.align-middle{vertical-align:middle!important}.whitespace-no-wrap{white-space:nowrap!important}.whitespace-pre{white-space:pre!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.w-2{width:6px!important;width:.5rem!important}.w-4{width:12px!important;width:1rem!important}.w-6{width:18px!important;width:1.5rem!important}.w-10{width:30px!important;width:2.5rem!important}.w-12{width:36px!important;width:3rem!important}.w-20{width:60px!important;width:5rem!important}.w-24{width:72px!important;width:6rem!important}.w-32{width:96px!important;width:8rem!important}.w-64{width:192px!important;width:16rem!important}.w-1\/2{width:50%!important}.w-2\/3{width:66.66667%!important}.w-full{width:100%!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.-bg-x-64{background-position-x:-192px;background-position-x:-16rem}.bg-y-center{background-position-y:center}.text-shadow{text-shadow:0 2px 6px rgba(0,0,0,.2)}.bg-gradient-green-blue{background-image:linear-gradient(120deg,#30c37f,#356b80,#194c5f);background-image:linear-gradient(135deg,#47b784,#009d90 25%,#00818e 50%,#25647b 75%,#36495d);background-image:linear-gradient(-134deg,#47b784,#009d90 29%,#00818e 49%,#25647b 71%,#36495d)}.transform-origin-top{-webkit-transform-origin:top;transform-origin:top}.transform-origin-bottom{-webkit-transform-origin:bottom;transform-origin:bottom}.transform-origin-right{-webkit-transform-origin:right;transform-origin:right}.skew-x{-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.skew-y{-webkit-transform:skewY(10deg);transform:skewY(10deg)}@media (min-width:576px){.sm\:pl-24{padding-left:6rem!important}.sm\:pt-28{padding-top:7rem!important}.sm\:-bg-x-68{background-position-x:-17rem}}@media (min-width:768px){.md\:block{display:block!important}.md\:hidden{display:none!important}.md\:flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.md\:h-12{height:3rem!important}.md\:my-16{margin-top:4rem!important;margin-bottom:4rem!important}.md\:mb-2{margin-bottom:.5rem!important}.md\:mb-4{margin-bottom:1rem!important}.md\:-mx-12{margin-left:-3rem!important;margin-right:-3rem!important}.md\:opacity-100{opacity:1!important}.md\:px-0{padding-left:0!important;padding-right:0!important}.md\:px-8{padding-left:2rem!important;padding-right:2rem!important}.md\:px-16{padding-left:4rem!important;padding-right:4rem!important}.md\:pt-6{padding-top:1.5rem!important}.md\:pr-6{padding-right:1.5rem!important}.md\:pb-40{padding-bottom:10rem!important}.md\:text-center{text-align:center!important}.md\:text-grey-dark{color:#8795a1!important}.md\:text-grey{color:#b8c2cc!important}.md\:text-2xl{font-size:1.5rem!important}.md\:text-6xl{font-size:3.75rem!important}.md\:w-12{width:3rem!important}.md\:w-1\/3{width:33.33333%!important}.md\:-bg-x-72{background-position-x:-18rem}}@media (min-width:992px){.lg\:rounded-r-none{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.lg\:flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.lg\:flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.lg\:h-20{height:5rem!important}.lg\:leading-tight{line-height:1.25!important}.lg\:mb-0{margin-bottom:0!important}.lg\:mt-4{margin-top:1rem!important}.lg\:max-w-full{max-width:100%!important}.lg\:py-16{padding-top:4rem!important;padding-bottom:4rem!important}.lg\:px-24{padding-left:6rem!important;padding-right:6rem!important}.lg\:pr-12{padding-right:3rem!important}.lg\:pl-32{padding-left:8rem!important}.lg\:text-3xl{font-size:1.875rem!important}.lg\:w-20{width:5rem!important}.lg\:w-48{width:12rem!important}.lg\:w-45\/100{width:45%!important}.lg\:w-55\/100{width:55%!important}}@media (min-width:1200px){.xl\:w-64{width:16rem!important}.xl\:w-1\/4{width:25%!important}}