/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
a{background-color:transparent}
b,strong{font-weight:bolder}
code{font-family:monospace,monospace;font-size:1em}
sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}
img{border-style:none}
button,input,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
textarea{overflow:auto}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}
html{box-sizing:border-box;font-family:sans-serif}
*,*::before,*::after{box-sizing:inherit}
h1,h2,h3,h4,hr,p{margin:0}
button{background:transparent;padding:0}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}
ol,ul{list-style:none;margin:0;padding:0}
html{font-family:-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";line-height:1.5}
*,*::before,*::after{border-width:0;border-style:solid;border-color:#e0e0e0}
hr{border-top-width:1px}
img{border-style:solid}
textarea{resize:vertical}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a0aec0}
input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a0aec0}
input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#a0aec0}
input::placeholder,textarea::placeholder{color:#a0aec0}
button,[role="button"]{cursor:pointer}
table{border-collapse:collapse}
h1,h2,h3,h4{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
button,input,select,textarea{padding:0;line-height:inherit;color:inherit}
code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
img,svg,canvas,iframe{display:block;vertical-align:middle}
img{max-width:100%;height:auto}
.container{width:100%}
@media(min-width:640px){.container{max-width:640px}
}@media(min-width:768px){.container{max-width:768px}
}@media(min-width:1024px){.container{max-width:1024px}
}@media(min-width:1280px){.container{max-width:1280px}
}.bg-black{background-color:#000}
.bg-white{background-color:#fff}
.bg-gray-50{background-color:#fafbfc}
.bg-gray-100{background-color:#f5f5f5}
.bg-gray-900{background-color:#2d2d2d}
.bg-orange-500{background-color:#f3470e}
.bg-yellow-500{background-color:#ffd452}
.bg-green-500{background-color:#48bb78}
.bg-blue-100{background-color:#ebf8ff}
.hover\:bg-orange-500:hover{background-color:#f3470e}
.hover\:bg-orange-700:hover{background-color:#c2380b}
.border-gray-100{border-color:#f5f5f5}
.border-gray-200{border-color:#eee}
.border-gray-700{border-color:#616161}
.border-gray-900{border-color:#2d2d2d}
.border-orange-500{border-color:#f3470e}
.border-yellow-600{border-color:#e5be49}
.border-blue-300{border-color:#90cdf4}
.rounded-sm{border-radius:.125rem}
.rounded{border-radius:.25rem}
.rounded-lg{border-radius:.5rem}
.rounded-full{border-radius:9999px}
.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.border-dotted{border-style:dotted}
.border{border-width:1px}
.border-b-2{border-bottom-width:2px}
.border-t{border-top-width:1px}
.border-r{border-right-width:1px}
.border-b{border-bottom-width:1px}
.border-l{border-left-width:1px}
.block{display:block}
.inline-block{display:inline-block}
.inline{display:inline}
.flex{display:flex}
.table{display:table}
.hidden{display:none}
.flex-row-reverse{flex-direction:row-reverse}
.flex-col{flex-direction:column}
.flex-col-reverse{flex-direction:column-reverse}
.flex-wrap{flex-wrap:wrap}
.items-start{align-items:flex-start}
.items-end{align-items:flex-end}
.items-center{align-items:center}
.items-stretch{align-items:stretch}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.content-center{align-content:center}
.content-between{align-content:space-between}
.flex-1{flex:1 1 0}
.flex-grow-0{flex-grow:0}
.flex-grow{flex-grow:1}
.flex-shrink-0{flex-shrink:0}
.clearfix:after{content:"";display:table;clear:both}
.font-sans{font-family:"Roboto",sans-serif}
.font-light{font-weight:300}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.h-5{height:1.25rem}
.h-40{height:10rem}
.leading-none{line-height:1}
.leading-tight{line-height:1.25}
.leading-relaxed{line-height:1.625}
.leading-loose{line-height:2}
.list-disc{list-style-type:disc}
.m-0{margin:0}
.my-3{margin-top:.75rem;margin-bottom:.75rem}
.mx-5{margin-left:1.25rem;margin-right:1.25rem}
.my-8{margin-top:2rem;margin-bottom:2rem}
.mx-10{margin-left:2.5rem;margin-right:2.5rem}
.my-16{margin-top:4rem;margin-bottom:4rem}
.mx-auto{margin-left:auto;margin-right:auto}
.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}
.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}
.mt-0{margin-top:0}
.mb-0{margin-bottom:0}
.mt-1{margin-top:.25rem}
.mr-1{margin-right:.25rem}
.mb-1{margin-bottom:.25rem}
.mt-2{margin-top:.5rem}
.mr-2{margin-right:.5rem}
.mb-2{margin-bottom:.5rem}
.ml-2{margin-left:.5rem}
.mt-3{margin-top:.75rem}
.mr-3{margin-right:.75rem}
.mb-3{margin-bottom:.75rem}
.mt-4{margin-top:1rem}
.mb-4{margin-bottom:1rem}
.ml-4{margin-left:1rem}
.mt-5{margin-top:1.25rem}
.mb-5{margin-bottom:1.25rem}
.mt-6{margin-top:1.5rem}
.mr-6{margin-right:1.5rem}
.mb-6{margin-bottom:1.5rem}
.mt-8{margin-top:2rem}
.mr-8{margin-right:2rem}
.mb-8{margin-bottom:2rem}
.mt-10{margin-top:2.5rem}
.mb-10{margin-bottom:2.5rem}
.ml-10{margin-left:2.5rem}
.mt-12{margin-top:3rem}
.mt-16{margin-top:4rem}
.mb-16{margin-bottom:4rem}
.mt-20{margin-top:5rem}
.mb-20{margin-bottom:5rem}
.mt-24{margin-top:6rem}
.mb-24{margin-bottom:6rem}
.mb-48{margin-bottom:12rem}
.-mr-3{margin-right:-0.75rem}
.-ml-6{margin-left:-1.5rem}
.-mt-8{margin-top:-2rem}
.-mt-10{margin-top:-2.5rem}
.-mt-16{margin-top:-4rem}
.-mb-48{margin-bottom:-12rem}
.max-w-lg{max-width:32rem}
.max-w-4xl{max-width:56rem}
.max-w-5xl{max-width:64rem}
.opacity-75{opacity:.75}
.outline-none{outline:0}
.overflow-hidden{overflow:hidden}
.p-1{padding:.25rem}
.p-2{padding:.5rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-10{padding:2.5rem}
.px-1{padding-left:.25rem;padding-right:.25rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.px-10{padding-left:2.5rem;padding-right:2.5rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.px-20{padding-left:5rem;padding-right:5rem}
.pt-1{padding-top:.25rem}
.pb-2{padding-bottom:.5rem}
.pt-3{padding-top:.75rem}
.pb-4{padding-bottom:1rem}
.pt-10{padding-top:2.5rem}
.pb-10{padding-bottom:2.5rem}
.pt-12{padding-top:3rem}
.pb-12{padding-bottom:3rem}
.pt-16{padding-top:4rem}
.pb-16{padding-bottom:4rem}
.pt-20{padding-top:5rem}
.pb-20{padding-bottom:5rem}
.pt-24{padding-top:6rem}
.pb-24{padding-bottom:6rem}
.pb-32{padding-bottom:8rem}
.absolute{position:absolute}
.relative{position:relative}
.inset-0{top:0;right:0;bottom:0;left:0}
.resize{resize:both}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}
.fill-current{fill:currentColor}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.text-black{color:#000}
.text-white{color:#fff}
.text-gray-500{color:#9e9e9e}
.text-gray-800{color:#424242}
.text-gray-900{color:#2d2d2d}
.text-orange-500{color:#f3470e}
.text-green-500{color:#48bb78}
.hover\:text-white:hover{color:#fff}
.hover\:text-gray-900:hover{color:#2d2d2d}
.text-xs{font-size:.75rem}
.text-sm{font-size:.875rem}
.text-lg{font-size:1.125rem}
.text-xl{font-size:1.25rem}
.text-2xl{font-size:1.5rem}
.text-3xl{font-size:1.875rem}
.text-4xl{font-size:2.25rem}
.text-5xl{font-size:3rem}
.text-6xl{font-size:4rem}
.italic{font-style:italic}
.uppercase{text-transform:uppercase}
.underline{text-decoration:underline}
.no-underline{text-decoration:none}
.hover\:no-underline:hover{text-decoration:none}
.align-baseline{vertical-align:baseline}
.align-top{vertical-align:top}
.invisible{visibility:hidden}
.whitespace-no-wrap{white-space:nowrap}
.w-4{width:1rem}
.w-5{width:1.25rem}
.w-16{width:4rem}
.w-20{width:5rem}
.w-32{width:8rem}
.w-40{width:10rem}
.w-64{width:16rem}
.w-auto{width:auto}
.w-1\/2{width:50%}
.w-1\/3{width:33.333333%}
.w-full{width:100%}
.z-0{z-index:0}
.z-10{z-index:10}
.z-20{z-index:20}
html{color:#2d2d2d}
a{color:#f3470e}
a:hover{color:#c2380b;text-decoration:underline}
.btn{font-weight:500}
.btn-orange{background-color:#f3470e;color:#fff}
.btn-orange:hover{background-color:#c2380b;color:#fff}
#bd-template p{line-height:1.625;margin-bottom:2rem}
.price-normal{position:relative;display:inline-block}
.price-normal:after{content:' ';width:100%;height:1px;border-bottom:1px solid red;position:absolute;top:50%;left:0}
.offer-logo-img{position:absolute;top:4px;right:-30px;width:128px;height:auto;transform:rotate(-15deg);-webkit-animation:ring 6.5s 1s ease-in-out infinite;-webkit-transform-origin:40% 150px;-moz-animation:ring 6.5s 1s ease-in-out infinite;-moz-transform-origin:40% 150px;animation:ring 6.5s 1s ease-in-out infinite;transform-origin:40% 150px}
.feature-highlight{border-bottom-width:1px;border-color:#bdbdbd;border-style:dotted}
.bg-yellow-highlight{background:yellow}
.hkb-entry-content h1{margin-bottom:20px}
@-webkit-keyframes ring{0%{transform:rotate(-15deg)}
1%{transform:rotate(-20deg)}
2%{transform:rotate(-10deg)}
3%{transform:rotate(-20deg)}
4%{transform:rotate(-10deg)}
5%{transform:rotate(-18deg)}
6%{transform:rotate(-12deg)}
7%{transform:rotate(-17deg)}
8%{transform:rotate(-14deg)}
9%{transform:rotate(-16deg)}
10%{transform:rotate(-15deg)}
100%{transform:rotate(-15deg)}
}@keyframes ring{0%{transform:rotate(-15deg)}
1%{transform:rotate(-20deg)}
2%{transform:rotate(-10deg)}
3%{transform:rotate(-20deg)}
4%{transform:rotate(-10deg)}
5%{transform:rotate(-18deg)}
6%{transform:rotate(-12deg)}
7%{transform:rotate(-17deg)}
8%{transform:rotate(-14deg)}
9%{transform:rotate(-16deg)}
10%{transform:rotate(-15deg)}
100%{transform:rotate(-15deg)}
}#sidebar{width:300px;margin-left:2.5rem}
#sidebar .sidebar-item{margin-bottom:30px}
.searchform{display:flex}
.searchform__searchterm{padding:12px 15px;height:48px;border-radius:4px 0 0 4px;width:100%}
.searchform:placeholder{color:#bdbdbd;font-size:16px;line-height:24px}
.search-btn{width:55px;height:48px;padding:17px 17.5px 13.5px 20px;border-radius:0 4px 4px 0}
.blog-topics__list li{border-top-width:1px;border-color:#f5f5f5;margin-left:-20px;margin-right:-20px;padding:15px 20px}
.blog-topics__list li a{display:block;font-weight:600;color:#757575}
.blog-topics__list li a:hover{display:block;text-decoration:none}
h4{font-size:24px;font-weight:700;line-height:33px}
.post-title{margin:0 0 20px 0;font-size:28px;line-height:1.1}
.post-title a{color:#2d2d2d}
.post-title a:hover{color:#2d2d2d;text-decoration:none;color:#f3470e}
#blog{max-width:960px}
.post-header-meta{font-size:13px;color:#666;margin-bottom:20px}
.post-wrapper{max-width:620px;margin-left:auto;margin-right:auto}
.post-wrapper article{margin:0 0 40px 0;padding:0;border:1px solid #ebebeb}
.entry-content{padding:30px}
.entry-content p{line-height:1.625}
.entry-content h2{font-size:1.5rem;margin-bottom:2rem;font-weight:700}
.entry-content img,.entry-content iframe{margin-bottom:20px}
pre{white-space:pre-wrap}
.entry-content h3{font-size:1.25rem;margin-bottom:2rem;font-weight:700}
.entry-content h4{font-size:1.125rem;margin-bottom:2rem;font-weight:700}
.entry-content ul{display:block;list-style-type:disc;margin-left:2rem;line-height:1.625;margin-bottom:2rem}
.entry-content ol{display:block;list-style-type:decimal;margin-left:2rem;line-height:1.625;margin-bottom:2rem}
.entry-content li{padding-left:.5rem;padding-right:.5rem}
.entry-content p:not(:last-child){margin-bottom:2rem}
#bd-template h2{font-size:1.5rem;margin-bottom:2rem;font-weight:700}
#bd-template h3{font-size:1.25rem;margin-bottom:2rem;font-weight:700}
#bd-template ul{display:block;list-style-type:disc;margin-left:2rem;line-height:1.625;margin-bottom:2rem}
#bd-template li{padding-left:.5rem;padding-right:.5rem}
#bd-template p{line-height:1.625;margin-bottom:2rem}
#bd-template ol{display:block;list-style-type:decimal;margin-left:2rem;line-height:1.625;margin-bottom:2rem}
#features{display:flex;margin-bottom:100px}
.features__nav{position:-webkit-sticky;position:sticky;top:75px;min-width:150px;align-self:flex-start;text-transform:uppercase;font-size:14px}
#features__navcta{border-radius:6px;display:inline-block;text-decoration:none;padding:5px 15px;font-weight:normal !important}
.features__nav li{margin-bottom:10px}
.features__nav a{text-decoration:none}
.features__nav a.active{font-weight:bold}
.features__nav a:hover{font-weight:bold}
#features h2{font-size:26px;line-height:1;font-weight:bold;margin:0 0 20px 28px}
.features__lists{display:flex;padding-left:40px;flex-wrap:wrap;margin-bottom:20px}
.features__lists li{flex-basis:50%;width:100%;display:list-item;list-style:disc;list-style-position:inside;padding-bottom:6px}
.features__lists-block li:nth-child(1),.features__lists-block li:nth-child(2){list-style:none}
.features__listnote{font-size:16px;margin:0 0 20px 40px}
@media(max-width:600px){.features__nav{display:none}
.features__card{padding-left:0}
.features__lists li{flex-basis:100%}
}.siema{width:100%}
.siema p{font-weight:300;margin-bottom:.5rem}
.siema h3{font-size:1.5rem;margin-bottom:.5rem}
.sb{width:8px;height:8px;display:inline-block;background-color:#9e9e9e;border-radius:9999px;margin-left:.25rem;margin-right:.25rem}
.popper,.tooltip{position:absolute;background:black;color:black;width:150px;border-radius:3px;box-shadow:0 0 2px rgba(0,0,0,0.5);padding:10px;text-align:center}
.tooltip{background:#1e252b;color:#fff;max-width:200px;width:auto;font-size:.8rem;padding:.5em 1em}
.popper .popper__arrow,.tooltip .tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px}
.tooltip .tooltip-arrow,.popper .popper__arrow{border-color:black}
.tooltip .tooltip-arrow{border-color:#1e252b}
.popper[x-placement^="top"],.tooltip[x-placement^="top"]{margin-bottom:5px}
.popper[x-placement^="top"] .popper__arrow,.tooltip[x-placement^="top"] .tooltip-arrow{border-width:5px 5px 0 5px;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;bottom:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}
.popper[x-placement^="bottom"],.tooltip[x-placement^="bottom"]{margin-top:5px}
.tooltip[x-placement^="bottom"] .tooltip-arrow,.popper[x-placement^="bottom"] .popper__arrow{border-width:0 5px 5px 5px;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;top:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}
.tooltip[x-placement^="right"],.popper[x-placement^="right"]{margin-left:5px}
.popper[x-placement^="right"] .popper__arrow,.tooltip[x-placement^="right"] .tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:transparent;border-top-color:transparent;border-bottom-color:transparent;left:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}
.popper[x-placement^="left"],.tooltip[x-placement^="left"]{margin-right:5px}
.popper[x-placement^="left"] .popper__arrow,.tooltip[x-placement^="left"] .tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;right:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}
.video-responsive{overflow:hidden;padding-bottom:56.25%;position:relative;height:0}
.video-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f3f4f5}
.wp-block-table td{padding:8px}
.wp-block-table{margin-bottom:30px}
#goog-wm-sb{display:inline-block;line-height:1;padding-left:1rem;padding-right:1rem;padding-top:.75rem;padding-bottom:.75rem;border-radius:.25rem;background-color:#f3470e;color:#fff;margin-top:1rem;font-weight:300;display:inline-block}
#goog-wm-qt{border-width:1px;border-color:#eee;border-radius:.25rem;padding:.5rem;display:inline-block;margin-right:.75rem}
#particles-js{opacity:.05}
#particles-js{animation:fadein 4s;-moz-animation:fadein 4s;-webkit-animation:fadein 4s;-o-animation:fadein 4s}
@keyframes fadein{from{opacity:0}
to{opacity:.05}
}@-webkit-keyframes fadein{from{opacity:0}
to{opacity:.05}
}details[open] summary:before{width:16px;content:"-";padding:6px 0 10px 0;font-size:22px;background:#f3470e;font-weight:normal !important}
details[open] summary{color:#f3470e}
summary{font-weight:bold;cursor:pointer;outline:0;list-style:none}
summary::-webkit-details-marker{display:none}
summary:before{width:16px;font-weight:normal !important;background:#2d2d2d;border-radius:3px;content:"+";color:#fff;font-size:20px;font-weight:bold;padding:7px 0 10px 0;vertical-align:baseline;text-align:center;margin-right:18px;line-height:0;display:inline-block}
#h-card-1{margin-top:8px;margin-left:3px}
#h-card-2{margin-top:-9px;margin-left:16px}
#h-card-3{margin-top:11px}
#h-card-4{margin-top:19px}
#ft li a{color:#bdbdbd;font-size:1rem;font-weight:100}
#ft h3{margin-bottom:1.8rem;font-weight:500}
#ft li{margin-bottom:.25rem}
.wp-block-columns.has-3-columns{display:flex}
.wp-block-columns.has-3-columns .wp-block-column{width:33.333333%}
.wp-block-columns.has-4-columns{display:flex}
.wp-block-columns.has-4-columns .wp-block-column{width:25%}
figure{margin:0}
.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden;margin-bottom:20px}
.embed-responsive .embed-responsive-item,.embed-responsive iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive-16by9{padding-bottom:56.25%}
.video-responsive{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}
.video-responsive iframe,.video-responsive object,.video-responsive embed{position:absolute;top:0;left:0;width:100%;height:100%}
@media(min-width:640px){.sm\:flex{display:flex}
.sm\:mt-0{margin-top:0}
}@media(min-width:768px){.md\:border-r-0{border-right-width:0}
.md\:border-l-0{border-left-width:0}
.md\:border-t{border-top-width:1px}
.md\:border-b{border-bottom-width:1px}
.md\:inline-block{display:inline-block}
.md\:flex{display:flex}
.md\:items-center{align-items:center}
.md\:flex-grow{flex-grow:1}
.md\:mt-0{margin-top:0}
.md\:pl-10{padding-left:2.5rem}
.md\:w-auto{width:auto}
.md\:w-1\/3{width:33.333333%}
.md\:w-1\/12{width:8.333333%}
.md\:w-2\/12{width:16.666667%}
.md\:w-4\/12{width:33.333333%}
.md\:w-5\/12{width:41.666667%}
}@media(min-width:1024px){.lg\:block{display:block}
.lg\:flex{display:flex}
.lg\:flex-row{flex-direction:row}
.lg\:mt-0{margin-top:0}
.lg\:mb-0{margin-bottom:0}
.lg\:mr-10{margin-right:2.5rem}
.lg\:pr-16{padding-right:4rem}
.lg\:pl-16{padding-left:4rem}
.lg\:visible{visibility:visible}
.lg\:w-1\/2{width:50%}
.lg\:w-1\/3{width:33.333333%}
.lg\:w-2\/3{width:66.666667%}
.lg\:w-1\/4{width:25%}
}@media(min-width:1280px){.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.xl\:w-3\/5{width:60%}
.xl\:w-4\/5{width:80%}
.xl\:w-11\/12{width:91.666667%}
}