input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;outline:none}.fratch-caption{color:var(--fratch-caption-color);font-size:var(--fratch-caption-font-size);font-weight:var(--fratch-caption-font-weight);line-height:var(--fratch-caption-line-height)}.fratch-label{display:var(--fratch-label-display);color:var(--fratch-label-color);font-size:var(--fratch-label-font-size);font-weight:var(--fratch-label-font-weight);line-height:var(--fratch-label-line-height);margin-bottom:var(--fratch-label-margin-bottom)}.fratch-label-required:after{content:"*";display:inline-block;color:var(--fratch-color-accent);margin-left:.25rem}a[href],.fratch-link{color:var(--fratch-link-color);text-decoration:var(--fratch-link-text-decoration);text-underline-offset:var(--fratch-link-text-underline-offset);transition:color .15s linear;cursor:pointer}a[href]:hover,.fratch-link:hover{color:var(--fratch-link-hover-color)}a[href]:focus-visible,.fratch-link:focus-visible{outline-color:var(--fratch-link-focus-outline-color, var(--primary-lilac));outline-width:2px}.fratch-link-active{--fratch-icon-color: var(--fratch-color-accent);color:var(--fratch-link-active-color)!important;text-decoration:var(--fratch-link-active-text-decoration)}.fratch-link-grey{--fratch-link-color: var(--basic-grey)}.fratch-link-grey:hover{--fratch-link-hover-color: var(--basic-main-dark)}.fratch-link-grey-active{--fratch-link-color: var(--basic-main-dark)}.fratch-text-secondary{color:var(--fratch-text-secondary-color)}.fratch-text-muted{color:var(--fratch-text-muted-color)}.fratch-text-extra-small{font-size:.75rem}.fratch-rich-text p{margin-bottom:1.5rem;line-height:1.6;color:var(--fratch-text-secondary-color)}.fratch-rich-text ul{list-style:none;margin-bottom:1.5rem}.fratch-rich-text ul li{margin-bottom:.75rem;line-height:1.6;color:var(--fratch-text-secondary-color);padding-left:2.5rem;position:relative}.fratch-rich-text ul li:before{position:absolute;content:"";height:1.25rem;width:1.25rem;background-color:currentColor;-webkit-mask:var(--fratch-icon-chevron) no-repeat 100% 100%;mask:var(--fratch-icon-chevron) no-repeat 100% 100%;transform:rotate(-90deg);-webkit-mask-size:cover;mask-size:cover;margin-left:-2rem;z-index:1;top:1px}:root{--basic-super-light: #f7f7fa;--basic-light-grey: #ccd1e9;--basic-grey: #565b87;--basic-main-dark: #070e52;--primary-blue: #0819d4;--primary-purple: #6026f0;--primary-violet: #9747ff;--primary-red: #c54573;--primary-error: #b12155;--primary-lilac: #bb45c5;--primary-violet-47: rgba(151, 71, 255, .47);--true-blue: #0819cd;--dark-sky-blue: #3097e2;--vivid-blue: #1f34f5;--primary-green: #15b773;--fratch-headline-1-color: var(--fratch-body-color);--fratch-headline-1-font-size: 2.25rem;--fratch-headline-1-font-weight: 600;--fratch-headline-1-line-height: 2.5rem;--fratch-headline-2-color: var(--fratch-body-color);--fratch-headline-2-font-size: 1.5rem;--fratch-headline-2-font-weight: 500;--fratch-headline-2-line-height: 2rem;--fratch-headline-3-color: var(--basic-grey);--fratch-headline-3-font-size: 1rem;--fratch-headline-3-font-weight: 700;--fratch-headline-3-line-height: 1.5rem;--fratch-headline-4-color: var(--fratch-body-color);--fratch-headline-4-font-size: 1rem;--fratch-headline-4-font-weight: 500;--fratch-headline-4-line-height: 1.5rem;--fratch-headline-5-color: var(--fratch-body-color);--fratch-headline-5-font-size: .9375rem;--fratch-headline-5-font-weight: 400;--fratch-headline-5-line-height: 1.25rem;--fratch-text-secondary-color: var(--basic-grey);--fratch-text-muted-color: var(--basic-light-grey);--fratch-text-extra-small: .75rem;--fratch-caption-color: var(--basic-grey);--fratch-caption-font-size: .875rem;--fratch-caption-font-weight: 400;--fratch-caption-line-height: 1.25rem;--fratch-label-display: block;--fratch-label-color: var(--fratch-body-color);--fratch-label-font-size: 1rem;--fratch-label-font-weight: 400;--fratch-label-line-height: 1.5rem;--fratch-label-margin-bottom: .75rem;--fratch-link-color: var(--fratch-color-brand);--fratch-link-text-decoration: none;--fratch-link-text-underline-offset: 0;--fratch-link-hover-color: var(--fratch-color-accent);--fratch-link-active-color: var(--fratch-color-accent);--fratch-link-active-text-decoration: none}.fratch-text-accent-gradient{background:linear-gradient(90deg,var(--primary-blue) 0%,var(--primary-purple) 17%,var(--primary-violet) 34%,var(--primary-blue) 50%,var(--primary-purple) 67%,var(--primary-violet) 84%,var(--primary-blue) 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradientSlide 10s linear infinite}@keyframes gradientSlide{0%{background-position-x:200%}to{background-position-x:0%}}.fratch-button{display:inline-flex;align-items:center;justify-content:center;font-size:.9375rem;line-height:1;text-align:center;transition:all .2s linear!important;border:2px solid transparent}.fratch-button:focus-visible:not(.fratch-button--disabled){border-color:var(--primary-lilac);outline:none}.fratch-button:hover:not(.fratch-button--disabled){cursor:pointer;box-shadow:0 2px 4px #070e521a,0 4px 8px #070e521a,0 4px 8px #6026f026,0 12px 24px #0819d426}.fratch-button--primary{padding:.75rem 1.5rem;border-radius:12px;font-weight:700}.fratch-button--primary fratch-icon{--fratch-icon-color: #fff;margin-right:var(--fratch-button-icon-margin-right, .5rem)}.fratch-button--primary.fratch-button--default{background-color:var(--primary-blue);color:#fff!important}.fratch-button--primary.fratch-button--accent{background-color:var(--primary-purple);color:#fff!important}.fratch-button--primary.fratch-button--disabled{background-color:var(--basic-light-grey);color:#fff!important}.fratch-button--primary.fratch-button--inverse{background-color:#fff;color:var(--primary-blue)!important}.fratch-button--secondary{padding:.75rem 1.5rem;border-radius:12px;font-weight:700}.fratch-button--secondary fratch-icon{--fratch-icon-color: var(--primary-blue);margin-right:.5rem}.fratch-button--secondary.fratch-button--default{border:1px solid var(--primary-blue);color:var(--primary-blue)!important}.fratch-button--secondary.fratch-button--disabled{border:1px solid var(--basic-light-grey);color:var(--basic-light-grey)!important}.fratch-button--secondary.fratch-button--inverse{background-color:transparent;border:1px solid #fff;color:#fff!important}.fratch-button--secondary.fratch-button--default:hover:not(.fratch-button--disabled){background-color:#fff;color:var(--primary-blue)!important;border-color:transparent}.fratch-button--tertiary{padding:.5rem .75rem;border-radius:9999px;font-weight:500}.fratch-button--tertiary fratch-icon{--fratch-icon-color: #fff;margin-left:.5rem}.fratch-button--tertiary.fratch-button--default{background:linear-gradient(90deg,var(--vivid-blue) 0%,var(--primary-purple) 100%);color:#fff!important}.fratch-button--tertiary.fratch-button--disabled{background-color:var(--basic-light-grey);color:#fff!important}.fratch-button--tertiary.fratch-button--inverse{background-color:#fff;color:var(--primary-blue)!important}.fratch-button--disabled{cursor:not-allowed}.fratch-button--small{height:2rem}.fratch-button--medium{height:2.75rem}.fratch-button--large{height:3.25rem}@media (min-width: 768px){.fratch-button--primary,.fratch-button--secondary{padding:1rem 2.5rem}.fratch-button--tertiary{padding:.75rem 1.5rem}}@media (min-width: 1024px){.fratch-button--tertiary{padding:1rem 2rem}}:root{--fratch-icon-chain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='-25.6 -25.6 563.20 563.20' xml:space='preserve' fill='currentColor'%3E%3Cpath d='M509.681,102.798c-4.641-24-16.344-47.141-34.875-65.578C462.462,24.86,448.087,15.501,432.79,9.298 c-22.984-9.297-48.047-11.609-72.047-7c-23.953,4.641-47.047,16.391-65.578,34.922l-98.578,98.594 c-0.516,0.484-0.984,1-1.438,1.531c0.172-0.031,0.328-0.094,0.5-0.094c28.969-5.797,58.734-3.094,86.125,7.828 c0.141,0.031,0.297,0.125,0.438,0.172l60.516-60.516c5.906-5.891,12.578-10.203,19.781-13.109 c10.719-4.375,22.609-5.484,33.922-3.266c11.359,2.188,21.984,7.594,30.813,16.375c5.906,5.906,10.234,12.578,13.156,19.766 c4.375,10.719,5.469,22.625,3.266,33.953c-2.219,11.344-7.594,21.969-16.422,30.797l-98.609,98.625 c-5.891,5.906-12.547,10.234-19.734,13.156c-10.75,4.359-22.672,5.438-33.984,3.266c-11.297-2.219-21.953-7.594-30.813-16.422 c-4.766-4.797-8.484-10.078-11.297-15.75c-0.281-0.063-0.578-0.156-0.875-0.203c-6.578-1.234-13.625-0.547-19.797,2.031 c-4.266,1.781-8.141,4.359-11.484,7.734l-1.922,1.953c-10,12.125-17.875,29.266-2.109,51.828 c12.328,12.297,26.672,21.656,42,27.859c22.984,9.328,47.984,11.609,71.984,6.969c23.969-4.609,47.063-16.328,65.594-34.891 l98.609-98.594c12.313-12.328,21.688-26.719,27.891-42.047C512.009,151.813,514.306,126.782,509.681,102.798z'/%3E%3Cpath class='st0' d='M230.259,366.907c-0.188-0.094-0.313-0.125-0.469-0.188l-60.516,60.531 c-5.891,5.906-12.563,10.203-19.734,13.156c-10.75,4.375-22.641,5.438-33.953,3.266c-11.328-2.219-21.984-7.594-30.813-16.422 c-5.906-5.922-10.219-12.563-13.156-19.766c-4.359-10.719-5.453-22.609-3.25-33.953c2.188-11.328,7.578-21.953,16.406-30.797 l98.625-98.641c5.875-5.891,12.547-10.188,19.734-13.109c10.734-4.406,22.609-5.469,33.969-3.297 c11.313,2.234,21.953,7.594,30.781,16.406c4.797,4.781,8.516,10.109,11.344,15.781c0.266,0.078,0.563,0.141,0.859,0.219 c6.594,1.203,13.641,0.484,19.766-2.047c4.313-1.797,8.172-4.406,11.516-7.781l1.922-1.922c10-12.109,17.844-29.281,2.109-51.828 c-12.297-12.313-26.672-21.641-41.984-27.859c-23-9.297-48-11.609-72.031-6.984c-23.969,4.625-47.047,16.391-65.594,34.906 l-98.578,98.625c-12.344,12.266-21.719,26.703-27.891,42.031c-9.328,22.953-11.641,47.984-6.984,71.953 c4.641,24.047,16.359,47.094,34.875,65.594c12.328,12.359,26.719,21.719,42.031,27.938c22.984,9.313,48,11.594,72,6.953 c24-4.609,47.078-16.313,65.578-34.891l98.609-98.641c0.516-0.453,0.984-1,1.453-1.453c-0.156,0-0.344,0.063-0.5,0.063 C287.399,380.517,257.634,377.829,230.259,366.907z'/%3E%3C/svg%3E%0A");--fratch-icon-check-circle: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18zM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm16.207-3.707a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414l2.293 2.293 5.293-5.293a1 1 0 0 1 1.414 0z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-chevron: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.293 8.293a1 1 0 0 1 1.414 0L12 13.586l5.293-5.293a1 1 0 1 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 0 1 0-1.414z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-chevron-left: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.107 5.29289C15.4975 5.68342 15.4975 6.31658 15.107 6.70711L9.81412 12L15.107 17.2929C15.4975 17.6834 15.4975 18.3166 15.107 18.7071C14.7165 19.0976 14.0833 19.0976 13.6928 18.7071L7.6928 12.7071C7.30227 12.3166 7.30227 11.6834 7.6928 11.2929L13.6928 5.29289C14.0833 4.90237 14.7165 4.90237 15.107 5.29289Z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-close: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.26 4.26a.889.889 0 0 1 1.257 0L12 10.743l6.483-6.483a.889.889 0 0 1 1.257 1.257L13.257 12l6.483 6.483a.889.889 0 0 1-1.257 1.257L12 13.257 5.517 19.74a.889.889 0 0 1-1.257-1.257L10.743 12 4.26 5.517a.889.889 0 0 1 0-1.257z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-document: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 1.51a6.392 6.392 0 0 0-.494-.01H4.4c-.428 0-.72 0-.944.019-.22.018-.332.05-.41.09a1 1 0 0 0-.437.437c-.04.078-.072.19-.09.41-.019.225-.019.516-.019.944v5.2c0 .428 0 .72.019.944.018.22.05.332.09.41a1 1 0 0 0 .437.437c.078.04.19.072.41.09.225.019.516.019.944.019h3.2c.428 0 .72 0 .944-.019.22-.018.332-.05.41-.09a1 1 0 0 0 .437-.437c.04-.078.072-.19.09-.41.019-.225.019-.516.019-.944V4.994c0-.264-.001-.401-.01-.494H7.784c-.126 0-.249 0-.353-.008a1.01 1.01 0 0 1-.385-.101 1 1 0 0 1-.437-.437 1.011 1.011 0 0 1-.1-.385 4.59 4.59 0 0 1-.009-.353V1.51zm.697-.835a2 2 0 0 0-.351-.12C6.614.5 6.374.5 6.056.5H4.38c-.402 0-.734 0-1.005.022-.281.023-.54.072-.782.196a2 2 0 0 0-.874.874c-.124.243-.173.501-.196.782-.022.27-.022.603-.022 1.005v5.242c0 .402 0 .734.022 1.005.023.28.072.54.196.782a2 2 0 0 0 .874.874c.243.124.501.173.782.196.27.022.603.022 1.005.022h3.242c.402 0 .734 0 1.005-.022.281-.023.54-.072.782-.196a2 2 0 0 0 .874-.874c.124-.243.173-.501.196-.782.022-.27.022-.603.022-1.005V4.944c0-.318 0-.558-.055-.79a2.002 2.002 0 0 0-.24-.578c-.124-.203-.294-.372-.518-.597l-.036-.036L8.056 1.35l-.036-.036C7.796 1.09 7.627.92 7.424.795a2 2 0 0 0-.227-.12zM7.5 2.207V3.2a4.096 4.096 0 0 0 .006.294h.006c.059.006.14.006.288.006h.993L7.5 2.207zM3.5 6.5A.5.5 0 0 1 4 6h4a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5zm0 2A.5.5 0 0 1 4 8h3a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-edit: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6L18 9M13 20H21M5 16L4 20L8 19L19.586 7.414C19.9609 7.03895 20.1716 6.53033 20.1716 6C20.1716 5.46967 19.9609 4.96106 19.586 4.586L19.414 4.414C19.0389 4.03906 18.5303 3.82843 18 3.82843C17.4697 3.82843 16.9611 4.03906 16.586 4.414L5 16Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--fratch-icon-email: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.75879 3H17.2414C18.0464 2.99999 18.7107 2.99998 19.2519 3.04419C19.814 3.09012 20.3307 3.18868 20.816 3.43597C21.5687 3.81947 22.1806 4.43139 22.5641 5.18404C22.8027 5.65238 22.9029 6.14994 22.9509 6.68931C23.0043 6.8527 23.0137 7.02505 22.9819 7.18959C23.0001 7.63971 23.0001 8.16035 23.0001 8.75868V15.2413C23.0001 16.0463 23.0001 16.7106 22.9559 17.2518C22.91 17.8139 22.8114 18.3306 22.5641 18.816C22.1806 19.5686 21.5687 20.1805 20.816 20.564C20.3307 20.8113 19.814 20.9099 19.2519 20.9558C18.7107 21 18.0464 21 17.2414 21H6.75876C5.9538 21 5.28945 21 4.74826 20.9558C4.18616 20.9099 3.66946 20.8113 3.18412 20.564C2.43148 20.1805 1.81955 19.5686 1.43606 18.816C1.18877 18.3306 1.0902 17.8139 1.04428 17.2518C1.00006 16.7106 1.00007 16.0463 1.00009 15.2413V8.7587C1.00008 8.16037 1.00007 7.63972 1.01822 7.1896C0.986466 7.02505 0.995839 6.85269 1.0493 6.6893C1.09729 6.14993 1.19743 5.65238 1.43606 5.18404C1.81955 4.43139 2.43148 3.81947 3.18412 3.43597C3.66946 3.18868 4.18616 3.09012 4.74826 3.04419C5.28946 2.99998 5.95382 2.99999 6.75879 3ZM3.00009 8.92066V15.2C3.00009 15.5832 3.00024 15.9115 3.00371 16.1976L7.54106 12.0993L3.00009 8.92066ZM9.69856 11.1683L3.08286 6.53728C3.11858 6.33012 3.16506 6.19607 3.21807 6.09202C3.40982 5.7157 3.71578 5.40973 4.0921 5.21799C4.2485 5.1383 4.47271 5.07337 4.91112 5.03755C5.36121 5.00078 5.94351 5 6.80009 5H17.2001C18.0567 5 18.639 5.00078 19.089 5.03755C19.5275 5.07337 19.7517 5.1383 19.9081 5.21799C20.2844 5.40973 20.5904 5.7157 20.7821 6.09202C20.8351 6.19607 20.8816 6.33012 20.9173 6.53728L14.3016 11.1683C14.2901 11.176 14.2786 11.184 14.2673 11.1923L13.2617 11.8962C12.5328 12.4065 12.3783 12.495 12.242 12.529C12.0831 12.5686 11.917 12.5686 11.7582 12.529C11.6218 12.495 11.4674 12.4065 10.7385 11.8962L9.73279 11.1922C9.72152 11.184 9.7101 11.176 9.69856 11.1683ZM9.22208 13.276L3.56121 18.3891C3.71425 18.5476 3.89336 18.6807 4.0921 18.782C4.2485 18.8617 4.47271 18.9266 4.91112 18.9624C5.36121 18.9992 5.94351 19 6.80009 19H17.2001C18.0567 19 18.639 18.9992 19.089 18.9624C19.5275 18.9266 19.7517 18.8617 19.9081 18.782C20.1068 18.6807 20.2859 18.5476 20.439 18.3891L14.7781 13.2761L14.4086 13.5347C14.3698 13.5618 14.3314 13.5888 14.2933 13.6156C13.7486 13.998 13.2704 14.3338 12.7257 14.4696C12.2492 14.5884 11.7509 14.5884 11.2745 14.4696C10.7298 14.3338 10.2515 13.998 9.70689 13.6156C9.66878 13.5888 9.63035 13.5618 9.59154 13.5347L9.22208 13.276ZM16.4591 12.0993L20.9965 16.1976C20.9999 15.9115 21.0001 15.5832 21.0001 15.2V8.92066L16.4591 12.0993Z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-euro: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23qgiv5jbtya)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9zM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0zm3.515-.25a2.02 2.02 0 0 0 0 .5H5.5a.5.5 0 0 1 0 1H4.439a1.996 1.996 0 0 0 2.894.24.5.5 0 0 1 .667.746 3 3 0 0 1-4.728-.986H3a.5.5 0 0 1 0-1h.01a3.04 3.04 0 0 1 0-.5H3a.5.5 0 0 1 0-1h.272A3 3 0 0 1 8 3.764a.5.5 0 1 1-.667.745 1.996 1.996 0 0 0-2.895.24H5.5a.5.5 0 0 1 0 1.001H4.015z' fill='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='qgiv5jbtya'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");--fratch-icon-eye: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16.01C14.2091 16.01 16 14.2191 16 12.01C16 9.80087 14.2091 8.01001 12 8.01001C9.79086 8.01001 8 9.80087 8 12.01C8 14.2191 9.79086 16.01 12 16.01Z' stroke='currentColor' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 11.98C8.09 1.31996 15.91 1.32996 22 11.98' stroke='currentColor' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 12.01C15.91 22.67 8.09 22.66 2 12.01' stroke='currentColor' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--fratch-icon-eye-off: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.83 9.17999C14.2706 8.61995 13.5576 8.23846 12.7813 8.08386C12.0049 7.92926 11.2002 8.00851 10.4689 8.31152C9.73758 8.61453 9.11264 9.12769 8.67316 9.78607C8.23367 10.4444 7.99938 11.2184 8 12.01C7.99916 13.0663 8.41619 14.08 9.16004 14.83' stroke='currentColor' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16.01C13.0609 16.01 14.0783 15.5886 14.8284 14.8384C15.5786 14.0883 16 13.0709 16 12.01' stroke='currentColor' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.61 6.39004L6.38 17.62C4.6208 15.9966 3.14099 14.0944 2 11.99C6.71 3.76002 12.44 1.89004 17.61 6.39004Z' stroke='currentColor' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9994 3L17.6094 6.39' stroke='currentColor' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.38 17.62L3 21' stroke='currentColor' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.5695 8.42999C20.4801 9.55186 21.2931 10.7496 21.9995 12.01C17.9995 19.01 13.2695 21.4 8.76953 19.23' stroke='currentColor' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--fratch-icon-info: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%236zwo6ox8ja)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9zM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0zm5-2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5zM6 5.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5z' fill='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='6zwo6ox8ja'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--fratch-icon-linkedin: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_336_1385)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.32427 19.9796V9.41876H4.06017V19.9796H7.32427ZM7.32427 5.67541C7.30483 4.73032 6.67496 4.01074 5.65172 4.01074C4.62822 4.01074 3.95947 4.73032 3.95947 5.67541C3.95947 6.59997 4.60878 7.34035 5.61257 7.34035H5.63202C6.67496 7.34035 7.32427 6.59997 7.32427 5.67541ZM12.6495 19.9796V13.9625C12.6495 13.6405 12.6727 13.3185 12.7674 13.0889C13.0263 12.4452 13.6155 11.7788 14.6049 11.7788C15.9009 11.7788 16.7138 12.5144 16.7138 13.9625V19.9796H19.9999V13.8015C19.9999 10.492 18.2332 8.95205 15.8767 8.95205C13.9446 8.95205 13.0965 10.0323 12.6255 10.7675L12.6491 9.35503H9.36869C9.41588 10.3661 9.36869 19.9796 9.36869 19.9796H12.6495Z' fill='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_336_1385'%3E%3Crect width='24' height='24.4764' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");--fratch-icon-location: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 2a3.5 3.5 0 0 0-3.5 3.5c0 .946.427 1.839 1.146 2.773.608.79 1.385 1.56 2.22 2.389l.134.132.134-.132c.835-.828 1.612-1.6 2.22-2.389C9.074 7.34 9.5 6.446 9.5 5.5A3.5 3.5 0 0 0 6 2zM1.5 5.5a4.5 4.5 0 0 1 9 0c0 1.263-.573 2.37-1.354 3.384-.652.846-1.487 1.674-2.32 2.5-.158.157-.316.313-.472.47a.5.5 0 0 1-.708 0l-.471-.47c-.834-.826-1.669-1.654-2.321-2.5C2.074 7.87 1.5 6.764 1.5 5.5zm4.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-search: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 4a7 7 0 1 0 4.856 12.041.998.998 0 0 1 .185-.185A7 7 0 0 0 11 4zm7.032 12.618a9 9 0 1 0-1.414 1.414l3.675 3.675a1 1 0 0 0 1.414-1.414l-3.675-3.675z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-share: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3333 4C16.4245 4 15.6667 4.74937 15.6667 5.7C15.6667 5.9957 15.74 6.27192 15.8684 6.51218C15.8765 6.52464 15.8844 6.53735 15.8921 6.55029C15.9033 6.56933 15.9138 6.5886 15.9237 6.60805C16.221 7.0866 16.7456 7.4 17.3333 7.4C18.2421 7.4 19 6.65063 19 5.7C19 4.74937 18.2421 4 17.3333 4ZM14.7885 8.36385C15.4462 9.00439 16.3415 9.4 17.3333 9.4C19.3701 9.4 21 7.73171 21 5.7C21 3.66829 19.3701 2 17.3333 2C15.2966 2 13.6667 3.66829 13.6667 5.7C13.6667 6.02218 13.7077 6.33522 13.7848 6.63392L9.21147 9.33615C8.55383 8.69561 7.65848 8.3 6.66667 8.3C4.62995 8.3 3 9.96829 3 12C3 14.0317 4.62995 15.7 6.66667 15.7C7.65868 15.7 8.5542 15.3042 9.21188 14.6634L13.7858 17.3621C13.708 17.662 13.6667 17.9764 13.6667 18.3C13.6667 20.3317 15.2966 22 17.3333 22C19.3701 22 21 20.3317 21 18.3C21 16.2683 19.3701 14.6 17.3333 14.6C16.343 14.6 15.4488 14.9944 14.7915 15.6333L10.2154 12.9334C10.2924 12.6348 10.3333 12.322 10.3333 12C10.3333 11.6778 10.2923 11.3648 10.2152 11.0661L14.7885 8.36385ZM8.0763 11.092C8.08615 11.1114 8.0967 11.1307 8.10795 11.1497C8.1156 11.1626 8.12349 11.1754 8.13162 11.1878C8.26001 11.4281 8.33333 11.7043 8.33333 12C8.33333 12.2957 8.26001 12.5719 8.13162 12.8122C8.12338 12.8248 8.11537 12.8377 8.10762 12.8508C8.0965 12.8697 8.08606 12.8888 8.0763 12.908C7.77898 13.3866 7.25439 13.7 6.66667 13.7C5.75787 13.7 5 12.9506 5 12C5 11.0494 5.75787 10.3 6.66667 10.3C7.25438 10.3 7.77898 10.6134 8.0763 11.092ZM15.8432 17.5369C15.8638 17.509 15.8832 17.4797 15.9013 17.4492C15.9221 17.4138 15.9406 17.3777 15.9566 17.341C16.2588 16.8913 16.7667 16.6 17.3333 16.6C18.2421 16.6 19 17.3494 19 18.3C19 19.2506 18.2421 20 17.3333 20C16.4245 20 15.6667 19.2506 15.6667 18.3C15.6667 18.0242 15.7304 17.7654 15.8432 17.5369Z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-warning: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4.076c-.114.166-.253.411-.478.81L3.508 19.09a12.383 12.383 0 0 0-.474.889l.016.002c.196.018.472.019.936.019h16.028a11.638 11.638 0 0 0 .952-.021 12.384 12.384 0 0 0-.474-.889L12.478 4.887c-.225-.4-.365-.645-.478-.811zm.81-1.9c.398.182.653.499.828.752.173.25.358.579.562.94l8.054 14.276c.205.362.39.692.516.97.129.285.265.662.222 1.091a2.006 2.006 0 0 1-.793 1.405c-.353.263-.754.333-1.061.362-.302.028-.675.028-1.082.028H3.944c-.407 0-.78 0-1.082-.028-.307-.03-.708-.099-1.06-.362a2.006 2.006 0 0 1-.794-1.405c-.043-.429.093-.806.221-1.09.126-.28.312-.609.517-.971L9.8 3.868c.204-.361.39-.69.562-.94.175-.253.43-.57.827-.752a1.952 1.952 0 0 1 1.622 0zM12 8.503a1 1 0 0 1 1 1v3.999a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1zM11 17.5a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1z' fill='currentColor'/%3E%3C/svg%3E ");--fratch-icon-whatsapp: url("data:image/svg+xml,%0A%3Csvg fill='currentColor' height='24px' width='24px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 308 308'%3E%3Cg%3E%3Cpath id='XMLID_469_' d='M227.904,176.981c-0.6-0.288-23.054-11.345-27.044-12.781c-1.629-0.585-3.374-1.156-5.23-1.156 c-3.032,0-5.579,1.511-7.563,4.479c-2.243,3.334-9.033,11.271-11.131,13.642c-0.274,0.313-0.648,0.687-0.872,0.687 c-0.201,0-3.676-1.431-4.728-1.888c-24.087-10.463-42.37-35.624-44.877-39.867c-0.358-0.61-0.373-0.887-0.376-0.887 c0.088-0.323,0.898-1.135,1.316-1.554c1.223-1.21,2.548-2.805,3.83-4.348c0.607-0.731,1.215-1.463,1.812-2.153 c1.86-2.164,2.688-3.844,3.648-5.79l0.503-1.011c2.344-4.657,0.342-8.587-0.305-9.856c-0.531-1.062-10.012-23.944-11.02-26.348 c-2.424-5.801-5.627-8.502-10.078-8.502c-0.413,0,0,0-1.732,0.073c-2.109,0.089-13.594,1.601-18.672,4.802 c-5.385,3.395-14.495,14.217-14.495,33.249c0,17.129,10.87,33.302,15.537,39.453c0.116,0.155,0.329,0.47,0.638,0.922 c17.873,26.102,40.154,45.446,62.741,54.469c21.745,8.686,32.042,9.69,37.896,9.69c0.001,0,0.001,0,0.001,0 c2.46,0,4.429-0.193,6.166-0.364l1.102-0.105c7.512-0.666,24.02-9.22,27.775-19.655c2.958-8.219,3.738-17.199,1.77-20.458 C233.168,179.508,230.845,178.393,227.904,176.981z'/%3E%3Cpath d='M156.734,0C73.318,0,5.454,67.354,5.454,150.143c0,26.777,7.166,52.988,20.741,75.928L0.212,302.716 c-0.484,1.429-0.124,3.009,0.933,4.085C1.908,307.58,2.943,308,4,308c0.405,0,0.813-0.061,1.211-0.188l79.92-25.396 c21.87,11.685,46.588,17.853,71.604,17.853C240.143,300.27,308,232.923,308,150.143C308,67.354,240.143,0,156.734,0z M156.734,268.994c-23.539,0-46.338-6.797-65.936-19.657c-0.659-0.433-1.424-0.655-2.194-0.655c-0.407,0-0.815,0.062-1.212,0.188 l-40.035,12.726l12.924-38.129c0.418-1.234,0.209-2.595-0.561-3.647c-14.924-20.392-22.813-44.485-22.813-69.677 c0-65.543,53.754-118.867,119.826-118.867c66.064,0,119.812,53.324,119.812,118.867 C276.546,215.678,222.799,268.994,156.734,268.994z'/%3E%3C/g%3E%3C/svg%3E%0A");--fratch-icon-chat: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.52592 0.166626H8.47411C8.94367 0.166619 9.33122 0.166613 9.64691 0.192406C9.9748 0.219196 10.2762 0.276692 10.5593 0.420945C10.9984 0.644649 11.3553 1.0016 11.579 1.44065C11.7233 1.72376 11.7808 2.02517 11.8076 2.35306C11.8334 2.66876 11.8334 3.05629 11.8333 3.52585V6.72407C11.8334 7.19362 11.8334 7.58116 11.8076 7.89686C11.7808 8.22475 11.7233 8.52616 11.579 8.80927C11.3553 9.24832 10.9984 9.60527 10.5593 9.82897C10.2762 9.97323 9.9748 10.0307 9.64691 10.0575C9.33122 10.0833 8.94368 10.0833 8.47412 10.0833H6.9822C6.5948 10.0833 6.48199 10.086 6.37933 10.1071C6.27636 10.1282 6.17671 10.1632 6.0831 10.211C5.98978 10.2587 5.89997 10.327 5.59746 10.569L4.1898 11.6952C4.08266 11.7809 3.97344 11.8683 3.87742 11.9318C3.78559 11.9925 3.60753 12.1012 3.37596 12.1014C3.10949 12.1017 2.8574 11.9806 2.69117 11.7723C2.5467 11.5913 2.52033 11.3844 2.51037 11.2748C2.49996 11.1601 2.49999 11.0202 2.50001 10.883L2.50002 10.0785C2.27146 10.071 2.07546 10.0518 1.8961 10.0038C1.09089 9.78803 0.461945 9.15909 0.246189 8.35387C0.166216 8.05541 0.166402 7.71086 0.166654 7.24688C0.166668 7.22052 0.166682 7.19377 0.166682 7.16663L0.166682 3.52587C0.166675 3.0563 0.166668 2.66876 0.192462 2.35306C0.219252 2.02517 0.276747 1.72376 0.421 1.44065C0.644705 1.0016 1.00166 0.644649 1.4407 0.420945C1.72382 0.276692 2.02523 0.219196 2.35312 0.192406C2.66881 0.166613 3.05636 0.166619 3.52592 0.166626ZM2.44812 1.3552C2.19238 1.37609 2.06159 1.41397 1.97036 1.46045C1.75084 1.5723 1.57236 1.75078 1.46051 1.9703C1.41402 2.06154 1.37615 2.19232 1.35525 2.44807C1.3338 2.71062 1.33335 3.05029 1.33335 3.54996V7.16663C1.33335 7.74667 1.33836 7.92225 1.3731 8.05192C1.48098 8.45452 1.79545 8.769 2.19806 8.87687C2.32772 8.91162 2.50331 8.91663 3.08335 8.91663C3.40551 8.91663 3.66668 9.17779 3.66668 9.49996V10.6196L4.86865 9.65802C4.88191 9.64741 4.895 9.63693 4.90792 9.62659C5.15413 9.42946 5.34024 9.28044 5.55233 9.17209C5.73955 9.07644 5.93884 9.00653 6.14478 8.96427C6.37808 8.91639 6.61651 8.91648 6.93191 8.91661C6.94846 8.91662 6.96522 8.91663 6.9822 8.91663H8.45002C8.94969 8.91663 9.28936 8.91617 9.55191 8.89472C9.80765 8.87383 9.93844 8.83595 10.0297 8.78947C10.2492 8.67762 10.4277 8.49914 10.5395 8.27962C10.586 8.18838 10.6239 8.0576 10.6448 7.80185C10.6662 7.5393 10.6667 7.19963 10.6667 6.69996V3.54996C10.6667 3.05029 10.6662 2.71062 10.6448 2.44807C10.6239 2.19232 10.586 2.06154 10.5395 1.9703C10.4277 1.75078 10.2492 1.5723 10.0297 1.46045C9.93844 1.41397 9.80765 1.37609 9.55191 1.3552C9.28936 1.33375 8.94969 1.33329 8.45002 1.33329H3.55002C3.05034 1.33329 2.71067 1.33375 2.44812 1.3552Z' fill='currentColor'/%3E%3C/svg%3E");--fratch-icon-plane: url("data:image/svg+xml,%3Csvg viewBox='0 -1 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.03896 0.820813C3.05008 0.82582 3.0612 0.830828 3.07232 0.835832L19.8227 8.37345C20.0509 8.47608 20.2797 8.57902 20.4583 8.6795C20.6241 8.77282 20.9442 8.96627 21.1266 9.33522C21.3338 9.75422 21.3338 10.2458 21.1266 10.6648C20.9442 11.0338 20.6241 11.2272 20.4583 11.3206C20.2797 11.421 20.0509 11.524 19.8227 11.6266L3.04468 19.1767C2.8105 19.2821 2.57723 19.3872 2.38055 19.4553C2.20026 19.5178 1.83657 19.6322 1.43414 19.5199C0.979692 19.3931 0.611406 19.0598 0.43993 18.6203C0.288081 18.2311 0.365739 17.8578 0.409925 17.6722C0.458136 17.4696 0.539394 17.2271 0.620969 16.9835L2.94636 10.0373L0.625311 3.04431C0.621469 3.03274 0.617624 3.02116 0.61378 3.00959C0.533098 2.76664 0.452659 2.52442 0.405076 2.32218C0.361392 2.13651 0.285008 1.76389 0.437274 1.37565C0.609344 0.936923 0.977597 0.604566 1.43162 0.478236C1.83338 0.366447 2.19625 0.480515 2.37648 0.542946C2.57279 0.610949 2.80552 0.715722 3.03896 0.820813ZM2.66697 2.8466L4.70936 9.00003H9.50045C10.0527 9.00003 10.5005 9.44775 10.5005 10C10.5005 10.5523 10.0527 11 9.50045 11H4.73316L2.67426 17.1502L18.5636 10L2.66697 2.8466Z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-plus: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2h-6v6a1 1 0 1 1-2 0v-6H5a1 1 0 1 1 0-2h6V5a1 1 0 0 1 1-1z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-copy: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11C6 8.172 6 6.757 6.879 5.879C7.757 5 9.172 5 12 5H15C17.828 5 19.243 5 20.121 5.879C21 6.757 21 8.172 21 11V16C21 18.828 21 20.243 20.121 21.121C19.243 22 17.828 22 15 22H12C9.172 22 7.757 22 6.879 21.121C6 20.243 6 18.828 6 16V11Z' stroke='currentColor' stroke-width='1.5'/%3E%3Cpath d='M6 19C5.20435 19 4.44129 18.6839 3.87868 18.1213C3.31607 17.5587 3 16.7956 3 16V10C3 6.229 3 4.343 4.172 3.172C5.344 2.001 7.229 2 11 2H15C15.7956 2 16.5587 2.31607 17.1213 2.87868C17.6839 3.44129 18 4.20435 18 5' stroke='currentColor' stroke-width='1.5'/%3E%3C/svg%3E%0A");--fratch-icon-link: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 6L9 4C8 3 6 3 5 4L4 5C3 6 3 8 4 9L9 14C10 15 12 15 13 14M13 18L15 20C16 21 18 21 19 20L20 19C21 18 21 16 20 15L15 10C14 9 12 9 11 10' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--fratch-icon-money: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.571533 1.71472C0.571533 1.16244 1.01925 0.714722 1.57153 0.714722H14.5714C15.1237 0.714722 15.5714 1.16244 15.5714 1.71472V10.0004C15.5714 10.5527 15.1237 11.0004 14.5714 11.0004H1.57153C1.01925 11.0004 0.571533 10.5527 0.571533 10.0004V1.71472Z' stroke='currentColor'/%3E%3Cpath d='M16.0717 2.71484H17.5717C18.124 2.71484 18.5717 3.16256 18.5717 3.71484V12.5719C18.5717 13.1242 18.124 13.5719 17.5717 13.5719H4.07178C3.51949 13.5719 3.07178 13.1242 3.07178 12.5719V10.7148' stroke='currentColor'/%3E%3Cpath d='M3.57151 0.428874C3.57151 2.32241 2.22838 3.85742 0.571533 3.85742' stroke='currentColor'/%3E%3Cpath d='M0.571553 7.28556C2.2284 7.28556 3.57153 8.82058 3.57153 10.7141' stroke='currentColor'/%3E%3Cpath d='M12.5713 10.7132C12.5713 8.81968 13.9144 7.28467 15.5713 7.28467' stroke='currentColor'/%3E%3Cpath d='M15.5713 3.85653C13.9144 3.85653 12.5713 2.32151 12.5713 0.427978' stroke='currentColor'/%3E%3Cpath d='M6.57153 4.78612C6.57153 3.9577 7.2431 3.28613 8.07152 3.28613V3.28613C8.89994 3.28613 9.57151 3.9577 9.57151 4.78612V6.35754C9.57151 7.18596 8.89994 7.85753 8.07152 7.85753V7.85753C7.2431 7.85753 6.57153 7.18596 6.57153 6.35754V4.78612Z' stroke='currentColor'/%3E%3Cmask id='path-8-inside-1_1516_32374' fill='white'%3E%3Cellipse cx='11.5715' cy='5.57265' rx='0.499997' ry='0.571425'/%3E%3C/mask%3E%3Cellipse cx='11.5715' cy='5.57265' rx='0.499997' ry='0.571425' fill='currentColor'/%3E%3Cpath d='M11.0715 5.57265C11.0715 5.49532 11.0989 5.40236 11.1725 5.3182C11.2479 5.23207 11.3866 5.14407 11.5715 5.14407V7.14407C12.5212 7.14407 13.0715 6.31091 13.0715 5.57265H11.0715ZM11.5715 5.14407C11.7564 5.14407 11.8952 5.23207 11.9706 5.3182C12.0442 5.40236 12.0715 5.49532 12.0715 5.57265H10.0715C10.0715 6.31091 10.6219 7.14407 11.5715 7.14407V5.14407ZM12.0715 5.57265C12.0715 5.64997 12.0442 5.74293 11.9706 5.82709C11.8952 5.91322 11.7564 6.00122 11.5715 6.00122V4.00122C10.6219 4.00122 10.0715 4.83438 10.0715 5.57265H12.0715ZM11.5715 6.00122C11.3866 6.00122 11.2479 5.91322 11.1725 5.82709C11.0989 5.74293 11.0715 5.64997 11.0715 5.57265H13.0715C13.0715 4.83438 12.5212 4.00122 11.5715 4.00122V6.00122Z' fill='currentColor' mask='url(%23path-8-inside-1_1516_32374)'/%3E%3Cmask id='path-10-inside-2_1516_32374' fill='white'%3E%3Cellipse cx='4.57153' cy='5.57265' rx='0.499997' ry='0.571425'/%3E%3C/mask%3E%3Cellipse cx='4.57153' cy='5.57265' rx='0.499997' ry='0.571425' fill='currentColor'/%3E%3Cpath d='M4.07153 5.57265C4.07153 5.49532 4.09887 5.40236 4.1725 5.3182C4.24787 5.23207 4.38663 5.14407 4.57153 5.14407V7.14407C5.52121 7.14407 6.07153 6.31091 6.07153 5.57265H4.07153ZM4.57153 5.14407C4.75643 5.14407 4.89519 5.23207 4.97056 5.3182C5.04419 5.40236 5.07153 5.49532 5.07153 5.57265H3.07153C3.07153 6.31091 3.62185 7.14407 4.57153 7.14407V5.14407ZM5.07153 5.57265C5.07153 5.64997 5.04419 5.74293 4.97056 5.82709C4.89519 5.91322 4.75643 6.00122 4.57153 6.00122V4.00122C3.62185 4.00122 3.07153 4.83438 3.07153 5.57265H5.07153ZM4.57153 6.00122C4.38663 6.00122 4.24787 5.91322 4.1725 5.82709C4.09887 5.74293 4.07153 5.64997 4.07153 5.57265H6.07153C6.07153 4.83438 5.52121 4.00122 4.57153 4.00122V6.00122Z' fill='currentColor' mask='url(%23path-10-inside-2_1516_32374)'/%3E%3C/svg%3E%0A");--fratch-icon-language: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.571533 3.6667H11.2382M5.90487 1.38098V3.6667M8.95249 3.6667C7.93661 7.73019 5.6509 10.5238 2.09534 12.0476M3.61915 6.71432C4.63503 8.74606 6.15883 10.2699 8.19058 11.2857M8.95249 16.6191L12.762 8.23812L16.5715 16.6191M15.5049 14.3334H10.0192' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--fratch-icon-language-book: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='none'%3E%3Cpath d='M10.4815 13.2407L8.26601 1.60918C8.17617 1.13753 7.7638 0.796295 7.28367 0.796295H2.00006C1.44778 0.796295 1.00006 1.24401 1.00006 1.79629V12.2407C1.00006 12.793 1.44778 13.2407 2.00006 13.2407H10.4815ZM10.4815 13.2407L8.11117 16.2037' stroke='%23260B64'/%3E%3Cpath d='M8.70376 3.75926H16.0001C16.5523 3.75926 17.0001 4.20698 17.0001 4.75926V15.2037C17.0001 15.756 16.5523 16.2037 16.0001 16.2037H8.19561C7.7867 16.2037 7.41899 15.9548 7.26713 15.5751L6.33339 13.2407' stroke='%23260B64' stroke-linecap='round'/%3E%3Cpath d='M6.92599 9.09259L6.3334 6.72222M3.37044 9.09259L3.96303 6.72222M3.96303 6.72222L4.55562 4.35185H5.74081L6.3334 6.72222M3.96303 6.72222H6.3334' stroke='%23260B64' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.6668 7.90739C12.0618 8.89505 13.326 11.1074 15.2223 12.0555' stroke='%23260B64' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.2223 7.90739C14.8273 8.89505 13.5631 11.1074 11.6668 12.0555' stroke='%23260B64' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.6667 7.9074H13.4445M15.2223 7.9074H13.4445M13.4445 6.72221V7.9074' stroke='%23260B64' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--fratch-icon-case: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='3.82605' width='16' height='10.7826' stroke='currentColor'/%3E%3Cpath d='M12.4783 3.73918V1.39136H5.52173V3.73918' stroke='currentColor'/%3E%3Cpath d='M1 3.82605L7.26087 8.69561M10.5652 8.69561L16.6522 3.82605' stroke='currentColor'/%3E%3Crect x='7.06519' y='8.84814' width='3.86957' height='2.13043' stroke='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-clip: url("data:image/svg+xml,%3Csvg viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.1753 7.38379V15.4772C4.18479 16.069 4.43009 16.6334 4.85827 17.0486C5.28644 17.4638 5.86316 17.6965 6.46397 17.6965C7.06477 17.6965 7.64149 17.4638 8.06967 17.0486C8.49785 16.6334 8.74315 16.069 8.75264 15.4772L8.76006 4.86885C8.76629 4.36301 8.67054 3.86098 8.47836 3.39187C8.28618 2.92276 8.00139 2.4959 7.64051 2.13602C7.27962 1.77615 6.84981 1.49043 6.37601 1.29542C5.9022 1.10041 5.39381 1 4.88032 1C4.36682 1 3.85844 1.10041 3.38463 1.29542C2.91082 1.49043 2.48101 1.77615 2.12013 2.13602C1.75924 2.4959 1.47445 2.92276 1.28227 3.39187C1.09009 3.86098 0.994341 4.36301 1.00057 4.86885V15.5486C0.99011 16.2608 1.12345 16.9678 1.39284 17.6288C1.66224 18.2897 2.06231 18.8913 2.56979 19.3985C3.07728 19.9058 3.68206 20.3086 4.34896 20.5835C5.01587 20.8584 5.7316 21 6.45455 21C7.17749 21 7.89322 20.8584 8.56013 20.5835C9.22703 20.3086 9.83181 19.9058 10.3393 19.3985C10.8468 18.8913 11.2469 18.2897 11.5162 17.6288C11.7856 16.9678 11.919 16.2608 11.9085 15.5486V5.56876' stroke='currentColor' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");--fratch-icon-refresh: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2929 0.892503C10.6834 0.501978 11.3166 0.501978 11.7071 0.892503L13.7071 2.8925C14.0976 3.28303 14.0976 3.91619 13.7071 4.30672L11.7071 6.30672C11.3166 6.69724 10.6834 6.69724 10.2929 6.30672C9.90237 5.91619 9.90237 5.28303 10.2929 4.8925L10.5447 4.64071C7.09909 5.31824 4.5 8.3554 4.5 11.9996C4.5 14.492 5.71475 16.7006 7.58885 18.066C8.03523 18.3912 8.13345 19.0167 7.80824 19.4631C7.48302 19.9094 6.85752 20.0077 6.41114 19.6824C4.04258 17.9568 2.5 15.1583 2.5 11.9996C2.5 7.2321 6.01184 3.28483 10.5897 2.60357L10.2929 2.30672C9.90237 1.91619 9.90237 1.28303 10.2929 0.892503ZM16.1918 4.53615C16.517 4.08978 17.1425 3.99155 17.5889 4.31677C19.9574 6.04242 21.5 8.84092 21.5 11.9996C21.5 16.7671 17.9882 20.7144 13.4103 21.3957L13.7071 21.6925C14.0976 22.083 14.0976 22.7162 13.7071 23.1067C13.3166 23.4972 12.6834 23.4972 12.2929 23.1067L10.2929 21.1067C9.90237 20.7162 9.90237 20.083 10.2929 19.6925L12.2929 17.6925C12.6834 17.302 13.3166 17.302 13.7071 17.6925C14.0976 18.083 14.0976 18.7162 13.7071 19.1067L13.4553 19.3585C16.9009 18.681 19.5 15.6438 19.5 11.9996C19.5 9.50722 18.2853 7.29866 16.4111 5.93325C15.9648 5.60803 15.8665 4.98253 16.1918 4.53615Z' fill='%230819D5'/%3E%3C/svg%3E%0A");--fratch-icon-save: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 21C4.45 21 3.97933 20.8043 3.588 20.413C3.19667 20.0217 3.00067 19.5507 3 19V5C3 4.45 3.196 3.97933 3.588 3.588C3.98 3.19667 4.45067 3.00067 5 3H16.175C16.4417 3 16.696 3.05 16.938 3.15C17.18 3.25 17.3923 3.39167 17.575 3.575L20.425 6.425C20.6083 6.60833 20.75 6.821 20.85 7.063C20.95 7.305 21 7.559 21 7.825V19C21 19.55 20.8043 20.021 20.413 20.413C20.0217 20.805 19.5507 21.0007 19 21H5ZM12 18C12.8333 18 13.5417 17.7083 14.125 17.125C14.7083 16.5417 15 15.8333 15 15C15 14.1667 14.7083 13.4583 14.125 12.875C13.5417 12.2917 12.8333 12 12 12C11.1667 12 10.4583 12.2917 9.875 12.875C9.29167 13.4583 9 14.1667 9 15C9 15.8333 9.29167 16.5417 9.875 17.125C10.4583 17.7083 11.1667 18 12 18ZM7 10H14C14.2833 10 14.521 9.904 14.713 9.712C14.905 9.52 15.0007 9.28267 15 9V7C15 6.71667 14.904 6.47933 14.712 6.288C14.52 6.09667 14.2827 6.00067 14 6H7C6.71667 6 6.47933 6.096 6.288 6.288C6.09667 6.48 6.00067 6.71733 6 7V9C6 9.28333 6.096 9.521 6.288 9.713C6.48 9.905 6.71733 10.0007 7 10Z' fill='currentColor'/%3E%3Cpath d='M12 7C12 6.72386 12.2239 6.5 12.5 6.5H13.5C13.7761 6.5 14 6.72386 14 7V9C14 9.27614 13.7761 9.5 13.5 9.5H12.5C12.2239 9.5 12 9.27614 12 9V7Z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-cancel: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='13' cy='13' r='9.25' stroke='currentColor' stroke-width='1.5'/%3E%3Cpath d='M6 6L19.5 19.5' stroke='currentColor' stroke-width='1.5'/%3E%3C/svg%3E");--fratch-icon-phone: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.16146 1H15.8385C16.3657 0.999983 16.8205 0.999967 17.195 1.03057C17.5904 1.06287 17.9836 1.13419 18.362 1.32698C18.9265 1.6146 19.3854 2.07354 19.673 2.63803C19.8658 3.01641 19.9371 3.40963 19.9694 3.80497C20 4.17955 20 4.63432 20 5.16148V18.8385C20 19.3657 20 19.8205 19.9694 20.195C19.9371 20.5904 19.8658 20.9836 19.673 21.362C19.3854 21.9265 18.9265 22.3854 18.362 22.673C17.9836 22.8658 17.5904 22.9371 17.195 22.9694C16.8205 23 16.3657 23 15.8386 23H8.16144C7.6343 23 7.17954 23 6.80497 22.9694C6.40963 22.9371 6.01641 22.8658 5.63803 22.673C5.07354 22.3854 4.6146 21.9265 4.32698 21.362C4.13419 20.9836 4.06287 20.5904 4.03057 20.195C3.99997 19.8205 3.99998 19.3657 4 18.8385V5.16146C3.99998 4.63431 3.99997 4.17955 4.03057 3.80497C4.06287 3.40963 4.13419 3.01641 4.32698 2.63803C4.6146 2.07354 5.07354 1.6146 5.63803 1.32698C6.01641 1.13419 6.40963 1.06287 6.80497 1.03057C7.17955 0.999967 7.63431 0.999983 8.16146 1ZM6.96784 3.02393C6.69617 3.04612 6.59546 3.0838 6.54601 3.109C6.35785 3.20487 6.20487 3.35785 6.109 3.54601C6.0838 3.59546 6.04612 3.69617 6.02393 3.96784C6.00078 4.25118 6 4.62345 6 5.2V18.8C6 19.3766 6.00078 19.7488 6.02393 20.0322C6.04612 20.3038 6.0838 20.4046 6.109 20.454C6.20487 20.6422 6.35785 20.7951 6.54601 20.891C6.59546 20.9162 6.69617 20.9539 6.96784 20.9761C7.25117 20.9992 7.62345 21 8.2 21H15.8C16.3766 21 16.7488 20.9992 17.0322 20.9761C17.3038 20.9539 17.4045 20.9162 17.454 20.891C17.6422 20.7951 17.7951 20.6422 17.891 20.454C17.9162 20.4045 17.9539 20.3038 17.9761 20.0322C17.9992 19.7488 18 19.3766 18 18.8V5.2C18 4.62345 17.9992 4.25117 17.9761 3.96784C17.9539 3.69617 17.9162 3.59546 17.891 3.54601C17.7951 3.35785 17.6422 3.20487 17.454 3.109C17.4045 3.0838 17.3038 3.04612 17.0322 3.02393C16.7488 3.00078 16.3766 3 15.8 3H8.2C7.62345 3 7.25117 3.00078 6.96784 3.02393ZM10.5 17.5C10.5 16.6716 11.1716 16 12 16C12.8284 16 13.5 16.6716 13.5 17.5C13.5 18.3284 12.8284 19 12 19C11.1716 19 10.5 18.3284 10.5 17.5Z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-cv: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 20' fill='none'%3E%3Cpath d='M16.2695 10.9902V5.60965C16.2695 5.34444 16.1641 5.09008 15.9766 4.90255L12.3571 1.28313C12.1696 1.09559 11.9153 0.990234 11.65 0.990234H3.60254C3.05025 0.990234 2.60254 1.43795 2.60254 1.99023V5.19544M11.5386 17.2854H3.60254C3.05025 17.2854 2.60254 16.8377 2.60254 16.2854V14.6571' stroke='currentColor' stroke-linecap='round'/%3E%3Cpath d='M14.0002 16.7598L16.2695 18.99L18.4997 16.7598' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0642 0.990234V4.19544C12.0642 4.74772 12.5119 5.19544 13.0642 5.19544H16.2694' stroke='currentColor'/%3E%3Cpath d='M16.2695 18.7895V13.9902' stroke='currentColor' stroke-linecap='round'/%3E%3Cpath d='M6.80424 7.36768L8.04092 11.2551H8.08839L9.32756 7.36768H10.5268L8.76294 12.4843H7.36887L5.60254 7.36768H6.80424Z' fill='currentColor'/%3E%3Cpath d='M5.10444 9.15911H4.01017C3.99018 9.01754 3.94937 8.89179 3.88775 8.78186C3.82612 8.67027 3.74701 8.57534 3.65041 8.49706C3.5538 8.41877 3.44221 8.35881 3.31563 8.31717C3.19071 8.27554 3.05497 8.25472 2.9084 8.25472C2.64358 8.25472 2.4129 8.32051 2.21636 8.45208C2.01982 8.582 1.86742 8.77187 1.75916 9.02171C1.6509 9.26987 1.59677 9.57134 1.59677 9.92611C1.59677 10.2909 1.6509 10.5973 1.75916 10.8455C1.86909 11.0937 2.02232 11.281 2.21886 11.4076C2.41539 11.5342 2.64274 11.5975 2.9009 11.5975C3.04581 11.5975 3.17989 11.5783 3.30314 11.54C3.42805 11.5017 3.53881 11.4459 3.63542 11.3726C3.73202 11.2977 3.81197 11.2069 3.87526 11.1003C3.94021 10.9937 3.98518 10.8721 4.01017 10.7356L5.10444 10.7406C5.07613 10.9754 5.00534 11.2019 4.89208 11.4201C4.78049 11.6366 4.62976 11.8307 4.43988 12.0022C4.25167 12.1721 4.02682 12.307 3.76533 12.407C3.5055 12.5052 3.21153 12.5544 2.88342 12.5544C2.42705 12.5544 2.01899 12.4511 1.65923 12.2446C1.30113 12.038 1.01799 11.7391 0.809794 11.3477C0.603265 10.9563 0.5 10.4824 0.5 9.92611C0.5 9.36814 0.60493 8.89346 0.814791 8.50205C1.02465 8.11064 1.30946 7.81251 1.66922 7.60765C2.02898 7.40112 2.43371 7.29785 2.88342 7.29785C3.17989 7.29785 3.4547 7.33949 3.70787 7.42277C3.9627 7.50605 4.18838 7.62763 4.38492 7.78753C4.58145 7.94575 4.74135 8.13979 4.8646 8.36964C4.98952 8.59949 5.06946 8.86265 5.10444 9.15911Z' fill='currentColor'/%3E%3C/svg%3E");--fratch-icon-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M19.5 10C19.5 15.2467 15.2467 19.5 10 19.5C4.75329 19.5 0.5 15.2467 0.5 10C0.5 4.75329 4.75329 0.5 10 0.5C15.2467 0.5 19.5 4.75329 19.5 10Z' stroke='%231F34F5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7.5L10.7692 11M14 6L8.61538 11' stroke='%231F34F5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--fratch-icon-lock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.56 5.615C9.124 6.4 9 7.459 9 8.429a1.01 1.01 0 0 1-1 1.02c-.552 0-1-.457-1-1.02 0-1.07.125-2.561.816-3.814a4.303 4.303 0 0 1 1.58-1.657c.716-.424 1.583-.648 2.604-.648 1.021 0 1.887.224 2.603.648a4.304 4.304 0 0 1 1.581 1.657c.691 1.253.816 2.744.816 3.814a1.01 1.01 0 0 1-1 1.02c-.552 0-1-.457-1-1.02 0-.97-.125-2.028-.56-2.814a2.284 2.284 0 0 0-.84-.893c-.362-.214-.871-.372-1.6-.372-.729 0-1.238.158-1.6.372a2.284 2.284 0 0 0-.84.893zM10 14.549c0-1.127.895-2.04 2-2.04s2 .913 2 2.04c0 1.126-.895 2.04-2 2.04s-2-.914-2-2.04z' fill='currentColor'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 14.548c.552 0 1 .457 1 1.02v2.04a1.01 1.01 0 0 1-1 1.02c-.552 0-1-.457-1-1.02v-2.04c0-.563.448-1.02 1-1.02z' fill='currentColor'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 11.489c0-1.69 1.343-3.06 3-3.06h12c1.657 0 3 1.37 3 3.06v8.159c0 1.69-1.343 3.06-3 3.06H6c-1.657 0-3-1.37-3-3.06v-8.16zm3-1.02c-.552 0-1 .457-1 1.02v8.159c0 .563.448 1.02 1 1.02h12c.552 0 1-.457 1-1.02v-8.16a1.01 1.01 0 0 0-1-1.02H6z' fill='currentColor'/%3E%3C/svg%3E");--fratch-icon-three-dots: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' viewBox='0 0 32.055 32.055' xml:space='preserve' fill='currentColor' style='&%2310;'%3E%3Cg%3E%3Cpath d='M3.968,12.061C1.775,12.061,0,13.835,0,16.027c0,2.192,1.773,3.967,3.968,3.967c2.189,0,3.966-1.772,3.966-3.967 C7.934,13.835,6.157,12.061,3.968,12.061z M16.233,12.061c-2.188,0-3.968,1.773-3.968,3.965c0,2.192,1.778,3.967,3.968,3.967 s3.97-1.772,3.97-3.967C20.201,13.835,18.423,12.061,16.233,12.061z M28.09,12.061c-2.192,0-3.969,1.774-3.969,3.967 c0,2.19,1.774,3.965,3.969,3.965c2.188,0,3.965-1.772,3.965-3.965S30.278,12.061,28.09,12.061z'/%3E%3C/g%3E%3C/svg%3E");--fratch-icon-pin-fill: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4839 1.45161L6.87097 5.06452L3.25806 6.41935L1.90323 7.77419L8.22581 14.0968L9.58064 12.7419L10.9355 9.12903L14.5484 5.51613M5.06452 10.9355L1 15L5.06452 10.9355ZM10.0323 1L15 5.96774L10.0323 1Z' fill='currentColor'/%3E%3Cpath d='M10.4839 1.45161L6.87097 5.06452L3.25806 6.41935L1.90323 7.77419L8.22581 14.0968L9.58064 12.7419L10.9355 9.12903L14.5484 5.51613M5.06452 10.9355L1 15M10.0323 1L15 5.96774' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--fratch-icon-unpin: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.658 15.936L17.244 17.35L13.709 13.815L13.636 13.889L12.929 17.425L11.514 18.839L7.27196 14.596L2.32196 19.546L0.907959 18.132L5.85796 13.182L1.61496 8.93898L3.02796 7.52498L6.56396 6.81798L6.63696 6.74398L3.10096 3.20798L4.51596 1.79398L18.658 15.936ZM8.05296 8.15798L7.55096 8.65998L4.72896 9.22498L11.229 15.725L11.793 12.903L12.295 12.401L8.05296 8.15798ZM16.464 8.23198L15.124 9.57198L16.538 10.987L17.878 9.64698L18.585 10.354L20 8.93898L11.514 0.453979L10.1 1.86798L10.807 2.57498L9.46696 3.91498L10.881 5.32998L12.221 3.98998L16.464 8.23198Z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-return: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 18.1765L20 14.7427C20 11.9813 17.7614 9.74269 15 9.74269L4 9.74269M4 9.74269L8.84034 14.4854M4 9.74269L8.84034 5' stroke='%231F34F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--fratch-icon-pin: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4839 5.45161L10.871 9.06452L7.25806 10.4194L5.90323 11.7742L12.2258 18.0968L13.5806 16.7419L14.9355 13.129L18.5484 9.51613M9.06452 14.9355L5 19M14.0323 5L19 9.96774' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--fratch-icon-contact: url("data:image/svg+xml,%3Csvg   viewBox='0 -3 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='0.5' width='18' height='13' rx='1' stroke='currentColor'/%3E%3Ccircle cx='6.42852' cy='5.21429' r='1.71429' stroke='currentColor'/%3E%3Cpath d='M9 11C9 8.79086 8.5 7.5 6.5 7.5C4.5 7.5 4 8.79086 4 11' stroke='currentColor'/%3E%3Cpath d='M11 5.5H16M11 8.5H14' stroke='currentColor' stroke-linecap='round'/%3E%3C/svg%3E%0A");--fratch-icon-heart: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.21462 17.458L9.21607 17.4593L9.33393 17.5645C9.71335 17.9033 10.2867 17.9033 10.6661 17.5645L10.7854 17.458C13.3803 15.1498 15.4527 13.3014 16.888 11.5789C18.313 9.86884 19 8.40904 19 6.89509C19 4.43556 17.0472 2.5 14.5 2.5C13.0552 2.5 11.6573 3.16486 10.7526 4.19881C10.5627 4.41584 10.2884 4.54033 10 4.54033C9.71163 4.54033 9.4373 4.41584 9.24741 4.19881C8.34274 3.16486 6.94479 2.5 5.5 2.5C2.95284 2.5 1 4.43556 1 6.89509C1 8.40904 1.68704 9.86884 3.112 11.5789C4.54731 13.3014 6.61966 15.1498 9.21462 17.458ZM9.27767 2.84749C8.23678 2.0076 6.89075 1.5 5.5 1.5C2.42 1.5 0 3.86403 0 6.89509C0 10.5932 3.4 13.6243 8.55 18.2052L8.66787 18.3104C9.4267 18.9881 10.5733 18.9881 11.3321 18.3104L11.45 18.2052C16.6 13.6243 20 10.5932 20 6.89509C20 3.86403 17.58 1.5 14.5 1.5C13.1093 1.5 11.7632 2.0076 10.7223 2.84749C10.4609 3.05841 10.2188 3.29028 10 3.54033C9.78122 3.29028 9.53907 3.05841 9.27767 2.84749Z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-heart-fill: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3321 18.3104C10.5733 18.9881 9.4267 18.9881 8.66787 18.3104L8.55 18.2052C3.4 13.6243 0 10.5932 0 6.89509C0 3.86403 2.42 1.5 5.5 1.5C7.24 1.5 8.91 2.29455 10 3.54033C11.09 2.29455 12.76 1.5 14.5 1.5C17.58 1.5 20 3.86403 20 6.89509C20 10.5932 16.6 13.6243 11.45 18.2052L11.3321 18.3104Z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-underscore: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4093_3435)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8767 15.0961C17.8767 15.5628 17.5314 15.9411 17.1055 15.9411L2.89451 15.9411C2.4686 15.9411 2.12333 15.5628 2.12333 15.0961C2.12333 14.6294 2.4686 14.2511 2.89451 14.2511L17.1055 14.2511C17.5314 14.2511 17.8767 14.6294 17.8767 15.0961Z' fill='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4093_3435'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");--fratch-icon-wand: 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='M4.52942 5.73529H5.94118M5.5026 2.47317L6.64706 3.61765M8.76471 2.91176V1.5M10.8824 3.61765L12.0268 2.47322M11.5882 5.73529H13M10.8824 7.85294L12.0268 8.9974M8.76471 9.97058V8.55882M1 13.5L6.64706 7.85294' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--fratch-icon-check: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6667 5.625L9.92587 18.1456C9.66773 18.3992 9.31773 18.5417 8.95277 18.5417C8.58781 18.5417 8.2378 18.3992 7.97969 18.1456L1.33333 11.6142' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--fratch-icon-arrow-down: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5018_396)'%3E%3Cpath d='M10.4882 1.66723L5.32103 11.1422L0.153817 1.66722L5.32101 6.14216L10.4882 1.66723Z' fill='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5018_396'%3E%3Crect width='11' height='11' fill='currentColor' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");--fratch-icon-arrow-up: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.153881 10.1539L5.32106 0.67891L10.4883 10.1539L5.32108 6.67891L0.153881 10.1539Z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-minus: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--fratch-icon-cross-circle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='11.5' stroke='currentColor'/%3E%3Cpath d='M14.2938 8.64124C14.5867 8.34835 15.0625 8.34835 15.3553 8.64124C15.6479 8.93407 15.6479 9.40895 15.3553 9.70179L13.0604 11.9967L15.3622 14.2985C15.6547 14.5914 15.6549 15.0662 15.3622 15.359C15.0693 15.6519 14.5935 15.6519 14.3007 15.359L11.9989 13.0573L9.69812 15.359C9.40529 15.6517 8.93044 15.6516 8.63757 15.359C8.34472 15.0662 8.34481 14.5914 8.63757 14.2985L10.9384 11.9957L8.64441 9.70179C8.35151 9.40889 8.35151 8.93413 8.64441 8.64124C8.93731 8.34844 9.41209 8.34838 9.70495 8.64124L11.9989 10.9352L14.2938 8.64124Z' fill='currentColor'/%3E%3C/svg%3E");--fratch-icon-calendar: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1C8.55229 1 9 1.44772 9 2V3H15V2C15 1.44772 15.4477 1 16 1C16.5523 1 17 1.44772 17 2V3.00163C17.4755 3.00489 17.891 3.01471 18.2518 3.04419C18.8139 3.09012 19.3306 3.18868 19.816 3.43597C20.5686 3.81947 21.1805 4.43139 21.564 5.18404C21.8113 5.66937 21.9099 6.18608 21.9558 6.74817C22 7.28936 22 7.95372 22 8.75868V17.2413C22 18.0463 22 18.7106 21.9558 19.2518C21.9099 19.8139 21.8113 20.3306 21.564 20.816C21.1805 21.5686 20.5686 22.1805 19.816 22.564C19.3306 22.8113 18.8139 22.9099 18.2518 22.9558C17.7106 23 17.0463 23 16.2413 23H7.75868C6.95372 23 6.28936 23 5.74817 22.9558C5.18608 22.9099 4.66937 22.8113 4.18404 22.564C3.43139 22.1805 2.81947 21.5686 2.43597 20.816C2.18868 20.3306 2.09012 19.8139 2.04419 19.2518C1.99998 18.7106 1.99999 18.0463 2 17.2413V8.7587C1.99999 7.95373 1.99998 7.28937 2.04419 6.74817C2.09012 6.18608 2.18868 5.66937 2.43597 5.18404C2.81947 4.43139 3.43139 3.81947 4.18404 3.43597C4.66937 3.18868 5.18608 3.09012 5.74818 3.04419C6.10898 3.01471 6.52454 3.00489 7 3.00163V2C7 1.44772 7.44772 1 8 1ZM7 5.00176C6.55447 5.00489 6.20463 5.01356 5.91104 5.03755C5.47262 5.07337 5.24842 5.1383 5.09202 5.21799C4.7157 5.40973 4.40973 5.71569 4.21799 6.09202C4.1383 6.24842 4.07337 6.47262 4.03755 6.91104C4.00078 7.36113 4 7.94342 4 8.8V9H20V8.8C20 7.94342 19.9992 7.36113 19.9624 6.91104C19.9266 6.47262 19.8617 6.24842 19.782 6.09202C19.5903 5.7157 19.2843 5.40973 18.908 5.21799C18.7516 5.1383 18.5274 5.07337 18.089 5.03755C17.7954 5.01356 17.4455 5.00489 17 5.00176V6C17 6.55228 16.5523 7 16 7C15.4477 7 15 6.55228 15 6V5H9V6C9 6.55228 8.55229 7 8 7C7.44772 7 7 6.55228 7 6V5.00176ZM20 11H4V17.2C4 18.0566 4.00078 18.6389 4.03755 19.089C4.07337 19.5274 4.1383 19.7516 4.21799 19.908C4.40973 20.2843 4.7157 20.5903 5.09202 20.782C5.24842 20.8617 5.47262 20.9266 5.91104 20.9624C6.36113 20.9992 6.94342 21 7.8 21H16.2C17.0566 21 17.6389 20.9992 18.089 20.9624C18.5274 20.9266 18.7516 20.8617 18.908 20.782C19.2843 20.5903 19.5903 20.2843 19.782 19.908C19.8617 19.7516 19.9266 19.5274 19.9624 19.089C19.9992 18.6389 20 18.0566 20 17.2V11Z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-skills: url("data:image/svg+xml,%3Csvg fill='currentColor' viewBox='0 0 128 128' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%0A%3E%3Cg%3E%3Cpath d='M22,54c7.7,0,14-6.3,14-14s-6.3-14-14-14S8,32.3,8,40S14.3,54,22,54z M22,34c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6 S18.7,34,22,34z' %3E%3C/path%3E%3Cpath d='M78,16c0-7.7-6.3-14-14-14S50,8.3,50,16s6.3,14,14,14S78,23.7,78,16z M58,16c0-3.3,2.7-6,6-6s6,2.7,6,6s-2.7,6-6,6 S58,19.3,58,16z' %3E%3C/path%3E%3Cpath d='M78,112c0-7.7-6.3-14-14-14s-14,6.3-14,14s6.3,14,14,14S78,119.7,78,112z M64,118c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6 S67.3,118,64,118z' %3E%3C/path%3E%3Cpath d='M22,102c7.7,0,14-6.3,14-14s-6.3-14-14-14S8,80.3,8,88S14.3,102,22,102z M22,82c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6 S18.7,82,22,82z' %3E%3C/path%3E%3Cpath d='M106,54c7.7,0,14-6.3,14-14s-6.3-14-14-14s-14,6.3-14,14S98.3,54,106,54z M106,34c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6 S102.7,34,106,34z' %3E%3C/path%3E%3Cpath d='M106,102c7.7,0,14-6.3,14-14s-6.3-14-14-14s-14,6.3-14,14S98.3,102,106,102z M106,82c3.3,0,6,2.7,6,6s-2.7,6-6,6 s-6-2.7-6-6S102.7,82,106,82z' %3E%3C/path%3E%3Cpath d='M40,64c0,13.2,10.8,24,24,24c13.2,0,24-10.8,24-24S77.2,40,64,40C50.8,40,40,50.8,40,64z M64,48c8.8,0,16,7.2,16,16 s-7.2,16-16,16s-16-7.2-16-16S55.2,48,64,48z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");--fratch-icon-remote-ratio: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 14.5H2.5V8H0.5L7 1L12.5 6.5' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 8.5L14.5 8.5V12.5H8.5V8.5Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 14.5H15' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--fratch-icon-adjustments: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.74268 6.91468C6.74268 7.74311 6.0711 8.41468 5.24268 8.41468C4.41425 8.41468 3.74268 7.74311 3.74268 6.91468M6.74268 6.91468C6.74268 6.08625 6.0711 5.41468 5.24268 5.41468C4.41425 5.41468 3.74268 6.08625 3.74268 6.91468M6.74268 6.91468H14.2427M3.74268 6.91468H0.242676M11.1246 11.5C11.1246 12.3284 10.453 13 9.62462 13C8.7962 13 8.12462 12.3284 8.12462 11.5M11.1246 11.5C11.1246 10.6716 10.453 10 9.62462 10C8.7962 10 8.12462 10.6716 8.12462 11.5M11.1246 11.5H14.2427M8.12462 11.5H0.242676M8.12462 2.5C8.12462 3.32843 8.7962 4 9.62462 4C10.453 4 11.1246 3.32843 11.1246 2.5C11.1246 1.67157 10.453 1 9.62462 1C8.7962 1 8.12462 1.67157 8.12462 2.5ZM8.12462 2.5H0.242676M11.2427 2.5H14.2427' stroke='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-bulb: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.586 12.6347C17.2593 15.3555 15.4772 16.4427 14.7076 17.2319C13.9368 18.0234 14.0748 18.181 14.1266 19.3418C14.1352 19.4854 14.1144 19.6293 14.0653 19.7646C14.0162 19.8998 13.94 20.0236 13.8412 20.1282C13.7425 20.2329 13.6234 20.3162 13.4912 20.3731C13.3591 20.43 13.2167 20.4592 13.0728 20.4589H10.0149C9.87112 20.4587 9.7289 20.4291 9.59691 20.3721C9.46492 20.3151 9.34594 20.2317 9.24722 20.1272C9.1485 20.0227 9.07211 19.8991 9.02272 19.7641C8.97333 19.6291 8.95197 19.4854 8.95994 19.3418C8.95994 18.2029 9.06578 17.9383 8.38011 17.2319C7.50577 16.3576 5.44877 15.1231 5.44877 11.7282C5.44352 10.8849 5.61302 10.0497 5.94659 9.27514C6.28015 8.50062 6.77055 7.8036 7.38687 7.22801C8.00319 6.65243 8.73206 6.21076 9.52755 5.93085C10.323 5.65095 11.1679 5.53886 12.0088 5.60168C12.8498 5.66449 13.6686 5.90083 14.4137 6.29581C15.1588 6.69079 15.8139 7.23583 16.3379 7.89658C16.8619 8.55734 17.2433 9.31948 17.4581 10.135C17.6729 10.9504 17.7165 11.8016 17.586 12.6347Z' stroke='%239747FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.77216 20.3954V22.1349C9.77216 22.61 10.0368 23 10.3623 23H12.7242C13.0521 23 13.3155 22.6088 13.3155 22.1349V20.3954M10.6465 8.26968C9.9672 8.26998 9.31583 8.54004 8.8356 9.02049C8.35538 9.50093 8.0856 10.1524 8.0856 10.8317M19.9789 11.9603H22.0888M17.8552 5.04382L19.3519 3.54709M19.0056 17.823L20.5024 19.3186M11.5438 1V2.70611M3.76682 3.54594L5.2532 5.04382M2.61638 19.3186L4.10276 17.823M3.10877 11.9603H1' stroke='%239747FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--fratch-icon-advance-search: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 2.57143H15.4328V0H14.1492V2.57143H11.582V3.85714H14.1492V6.42857H15.4328V3.85714H18V2.57143ZM14.1492 17.091L10.3144 13.2499C11.2387 12.0918 11.6851 10.6231 11.5619 9.14561C11.4388 7.66808 10.7555 6.29387 9.65232 5.30526C8.54916 4.31665 7.10993 3.7887 5.63027 3.82985C4.1506 3.871 2.74283 4.47814 1.69615 5.52654C0.64946 6.57495 0.0433192 7.98502 0.0022334 9.46712C-0.0388524 10.9492 0.488236 12.3908 1.47523 13.4958C2.46222 14.6007 3.83418 15.2852 5.30929 15.4085C6.7844 15.5318 8.25066 15.0847 9.40688 14.1589L13.2417 18L14.1492 17.091ZM1.31309 9.64286C1.31309 8.75284 1.57658 7.88281 2.07023 7.14279C2.56389 6.40277 3.26554 5.82599 4.08646 5.4854C4.90738 5.1448 5.8107 5.05569 6.68219 5.22932C7.55367 5.40296 8.35418 5.83154 8.98249 6.46088C9.61079 7.09021 10.0387 7.89204 10.212 8.76495C10.3854 9.63787 10.2964 10.5427 9.95637 11.3649C9.61633 12.1872 9.0405 12.89 8.30169 13.3845C7.56288 13.8789 6.69428 14.1429 5.80572 14.1429C4.61472 14.1412 3.47299 13.6665 2.63083 12.823C1.78866 11.9794 1.31479 10.8358 1.31309 9.64286Z' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-search-count: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33921 3.84473C5.19792 4.28168 5.09825 4.73719 5.04526 5.20703C4.71795 5.26332 4.39625 5.35675 4.08628 5.48535C3.26539 5.82595 2.56332 6.40258 2.06968 7.14258C1.57611 7.88251 1.3129 8.75269 1.31284 9.64258C1.31454 10.8355 1.78904 11.9797 2.6312 12.8232C3.47333 13.6666 4.61518 14.1409 5.80601 14.1426C6.69444 14.1425 7.56339 13.8792 8.3021 13.3848C8.68387 13.1292 9.02036 12.8165 9.30503 12.4619C9.71749 12.6341 10.15 12.7673 10.598 12.8584C10.5086 12.9918 10.4157 13.1236 10.3148 13.25L14.1488 17.0908L13.2416 18L9.40659 14.1592C8.25041 15.0848 6.78394 15.5315 5.30894 15.4082C3.83398 15.2848 2.46187 14.6009 1.47495 13.4961C0.48796 12.3911 -0.0387901 10.9489 0.00229574 9.4668C0.0434588 7.98488 0.649118 6.57468 1.69566 5.52637C2.6735 4.54692 3.96686 3.95222 5.33921 3.84473Z' fill='currentColor'/%3E%3Ccircle cx='12' cy='6' r='6' fill='currentColor'/%3E%3C/svg%3E%0A");--fratch-icon-scale: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9 2V5M9 2C6.03887 2 3.4535 3.60879 2.07026 6M9 2C11.9611 2 14.5465 3.60879 15.9297 6M4 13.5L2.07026 14C1.38958 12.8233 1 11.4571 1 10C1 8.54285 1.38958 7.17669 2.07026 6M14.5 13.5L15.9297 14C16.6104 12.8233 17 11.4571 17 10C17 8.54285 16.6104 7.17669 15.9297 6M2.07026 6L4 7.5M15.9297 6L14 7.5' stroke='%23260B64'/%3E%3Cpath d='M10.1565 15.1306C10.5317 14.7337 10.5732 14.1374 10.2983 13.6688C10.1713 13.4523 9.95738 13.3066 9.74594 13.1713L4.60345 9.88098L8.17722 14.8307C8.32416 15.0342 8.48167 15.2396 8.70496 15.3542C9.18822 15.6024 9.78124 15.5275 10.1565 15.1306Z' fill='%23260B64'/%3E%3C/svg%3E");--fratch-icon-settings: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.81 12.81C20.647 12.6251 20.5579 12.3865 20.56 12.14V11.86C20.5579 11.6134 20.647 11.3748 20.81 11.19L21.45 10.47C21.9406 9.91935 22.2111 9.20737 22.21 8.46996C22.2052 7.94424 22.0676 7.42827 21.81 6.96996L21.25 5.96996C20.9866 5.51362 20.6076 5.13472 20.1511 4.8714C19.6947 4.60808 19.177 4.46962 18.65 4.46996C18.4486 4.47009 18.2476 4.49019 18.05 4.52996L17.11 4.71996H16.9C16.7285 4.71729 16.5603 4.67266 16.41 4.58996L16.16 4.43996C15.9666 4.34555 15.8088 4.19123 15.71 3.99996L15.4 3.08996C15.1926 2.50319 14.8078 1.99546 14.2989 1.63712C13.7901 1.27877 13.1824 1.08756 12.56 1.08996H11.44C10.8225 1.08461 10.2183 1.26998 9.71004 1.62077C9.20175 1.97155 8.81411 2.47066 8.60004 3.04996L8.29004 3.99996C8.21244 4.2322 8.05232 4.4279 7.84004 4.54996L7.60004 4.69996C7.44565 4.78132 7.27451 4.82581 7.10004 4.82996H6.90004L6.00004 4.57996C5.80252 4.54019 5.60153 4.52009 5.40004 4.51996C4.86663 4.50872 4.33987 4.63994 3.87406 4.90009C3.40825 5.16024 3.02025 5.53991 2.75004 5.99996L2.19004 6.99996C1.87618 7.54586 1.74205 8.17669 1.80667 8.80307C1.87128 9.42945 2.13135 10.0196 2.55004 10.49L3.19004 11.21C3.35311 11.3948 3.44214 11.6334 3.44004 11.88V12.16C3.44214 12.4065 3.35311 12.6451 3.19004 12.83L2.55004 13.55C2.05951 14.1006 1.78896 14.8125 1.79004 15.55C1.79487 16.0757 1.93246 16.5916 2.19004 17.05L2.75004 18.05C3.01351 18.5063 3.39253 18.8852 3.84895 19.1485C4.30538 19.4118 4.82311 19.5503 5.35004 19.55C5.55153 19.5498 5.75252 19.5297 5.95004 19.49L6.89004 19.3H7.09004C7.26154 19.3026 7.42978 19.3473 7.58004 19.43L7.83004 19.58C8.04232 19.702 8.20244 19.8977 8.28004 20.13L8.60004 21C8.80749 21.5867 9.1923 22.0945 9.70114 22.4528C10.21 22.8111 10.8177 23.0024 11.44 23H12.56C13.1824 23.0024 13.7901 22.8111 14.2989 22.4528C14.8078 22.0945 15.1926 21.5867 15.4 21L15.71 20.09C15.7876 19.8577 15.9478 19.662 16.16 19.54L16.4 19.39C16.5544 19.3086 16.7256 19.2641 16.9 19.26H17.1L18.05 19.45C18.2476 19.4897 18.4486 19.5098 18.65 19.51C19.177 19.5103 19.6947 19.3718 20.1511 19.1085C20.6076 18.8452 20.9866 18.4663 21.25 18.01L21.81 17.01C22.0676 16.5516 22.2052 16.0357 22.21 15.51C22.2111 14.7725 21.9406 14.0606 21.45 13.51L20.81 12.81ZM19.32 14.13L19.96 14.85C20.1231 15.0348 20.2121 15.2734 20.21 15.52C20.2082 15.696 20.1599 15.8685 20.07 16.02L19.51 17.02C19.4228 17.1711 19.2975 17.2968 19.1466 17.3845C18.9958 17.4722 18.8246 17.5189 18.65 17.52H18.45L17.51 17.33C16.7888 17.1804 16.0378 17.3014 15.4 17.67L15.16 17.81C14.5232 18.1761 14.0428 18.7632 13.81 19.46L13.51 20.38C13.443 20.5786 13.3151 20.7511 13.1447 20.8731C12.9742 20.9951 12.7697 21.0605 12.56 21.06H11.44C11.2304 21.0605 11.0259 20.9951 10.8554 20.8731C10.6849 20.7511 10.5571 20.5786 10.49 20.38L10.19 19.46C9.95723 18.7632 9.47688 18.1761 8.84004 17.81L8.59004 17.67C8.13674 17.409 7.62309 17.2711 7.10004 17.27C6.89524 17.2701 6.69094 17.2902 6.49004 17.33L5.55004 17.52H5.35004C5.17383 17.5207 5.00057 17.4748 4.84779 17.387C4.69501 17.2992 4.56815 17.1726 4.48004 17.02L3.93004 16.02C3.84017 15.8685 3.79187 15.696 3.79004 15.52C3.77676 15.2786 3.85136 15.0406 4.00004 14.85L4.64004 14.13C5.13057 13.5794 5.40112 12.8674 5.40004 12.13V11.85C5.40112 11.1125 5.13057 10.4006 4.64004 9.84996L4.00004 9.14996C3.83697 8.96507 3.74794 8.72647 3.75004 8.47996C3.76732 8.30703 3.82935 8.1416 3.93004 7.99996L4.49004 6.99996C4.5773 6.84882 4.70259 6.72315 4.85346 6.63543C5.00433 6.54772 5.17553 6.50101 5.35004 6.49996H5.55004L6.49004 6.68996C6.69087 6.73019 6.89522 6.75029 7.10004 6.74996C7.62309 6.74879 8.13674 6.6109 8.59004 6.34996L8.84004 6.20996C9.46941 5.85357 9.94883 5.28181 10.19 4.59996L10.49 3.67996C10.5571 3.48134 10.6849 3.30882 10.8554 3.1868C11.0259 3.06478 11.2304 2.99942 11.44 2.99996H12.56C12.7697 2.99942 12.9742 3.06478 13.1447 3.1868C13.3151 3.30882 13.443 3.48134 13.51 3.67996L13.81 4.59996C14.0428 5.29669 14.5232 5.88379 15.16 6.24996L15.41 6.38996C15.8633 6.6509 16.377 6.78879 16.9 6.78996C17.1049 6.79029 17.3092 6.77019 17.51 6.72996L18.45 6.53996H18.65C18.8263 6.53926 18.9995 6.58513 19.1523 6.67294C19.3051 6.76074 19.4319 6.88735 19.52 7.03996L20.07 8.03996C20.1599 8.19139 20.2082 8.36387 20.21 8.53996C20.2121 8.78647 20.1231 9.02507 19.96 9.20996L19.32 9.92996C18.8295 10.4806 18.559 11.1925 18.56 11.93V12.21C18.559 12.9474 18.8295 13.6594 19.32 14.21' fill='%23070E52'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12Z' fill='currentColor'/%3E%3C/svg%3E%0A")}.fratch-input{border-radius:12px;background-color:var(--fratch-input-background-color, rgba(255, 255, 255, .75));padding-top:var(--fratch-input-padding-top, 1rem);padding-right:var(--fratch-input-padding-right, 1.25rem);padding-bottom:var(--fratch-input-padding-bottom, 1rem);padding-left:var(--fratch-input-padding-left, 1.25rem);line-height:1.1875;border:1px solid var(--basic-light-grey);outline:none;color:var(--basic-main-dark);transition:background-color .15s,border-color .15s,color .15s}.fratch-input::placeholder{color:#7e82ab}.fratch-input:focus-visible:not(.fratch-input--disabled),.fratch-input:focus-within:not(.fratch-input--disabled){border-color:var(--primary-lilac);background-color:#fff}.fratch-input:hover{border-color:var(--primary-blue)}.fratch-input--disabled{background-color:#ccd1e9;color:#fff}@media (min-width: 768px){.fratch-input{padding-top:var(--fratch-input-padding-top, 1rem);padding-right:var(--fratch-input-padding-right, 1.25rem);padding-bottom:var(--fratch-input-padding-bottom, 1rem);padding-left:var(--fratch-input-padding-left, 1.25rem)}}.ng-invalid.ng-touched.fratch-input{border-color:var(--fratch-color-error)}.fratch-toggle{color:var(--basic-main-dark)!important;border-radius:4px;padding:.5rem 1rem;border:1px solid var(--basic-light-grey);text-transform:uppercase;font-weight:500;font-size:.75rem;transition:background-color .15s,border-color .15s,color .15s}.fratch-toggle:hover{color:var(--basic-main-dark)}.fratch-toggle:hover:not(.fratch-toggle--active){background-color:var(--fratch-border-color)}.fratch-toggle:focus-visible{outline:none;border-color:var(--primary-lilac)}.fratch-toggle--active{background-color:var(--basic-main-dark);border-color:var(--basic-main-dark);color:#fff!important}.fratch-typewriter span{opacity:0;animation-duration:0s;animation-fill-mode:forwards}@keyframes fadeIn{to{opacity:1}}.fratch-typewriter-animation span{animation-name:fadeIn;animation-delay:calc(.7s + var(--i) * .04s)}.fratch-typewriter-display span{animation-name:fadeIn;animation-delay:0s}.fratch-card{padding:1.25rem 1.5rem 1.25rem 2rem;border-radius:6px;border:solid 1px var(--basic-super-light);background-color:var(--fratch-color-surface)}.fratch-error{color:var(--fratch-color-error);font-size:.875rem}:root{--fratch-drawer-background-color: var(--fratch-color-surface);--fratch-drawer-padding-top: 2rem;--fratch-drawer-padding-right: 2rem;--fratch-drawer-padding-bottom: 2rem;--fratch-drawer-padding-left: 2rem;--fratch-drawer-z-index: 101;--fratch-drawer-box-shadow: -24px 0 24px 0 rgba(34, 72, 114, .16);--fratch-drawer-backdrop-top: 0;--fratch-drawer-backdrop-right: 0;--fratch-drawer-backdrop-bottom: 0;--fratch-drawer-backdrop-left: 0;--fratch-drawer-right-width: 33%;--fratch-drawer-right-min-width: unset;--fratch-drawer-right-max-width: unset;--fratch-drawer-right-height: 100%;--fratch-drawer-right-top: 0;--fratch-drawer-right-right: 0;--fratch-drawer-right-bottom: 0;--fratch-drawer-right-left: unset;--fratch-drawer-left-width: 33%;--fratch-drawer-left-min-width: unset;--fratch-drawer-left-max-width: unset;--fratch-drawer-left-height: 100%;--fratch-drawer-left-top: 0;--fratch-drawer-left-right: unset;--fratch-drawer-left-bottom: 0;--fratch-drawer-left-left: 0;--fratch-drawer-top-width: 100%;--fratch-drawer-top-min-width: unset;--fratch-drawer-top-max-width: unset;--fratch-drawer-top-height: auto;--fratch-drawer-top-top: 0;--fratch-drawer-top-right: 0;--fratch-drawer-top-bottom: unset;--fratch-drawer-top-left: 0;--fratch-drawer-bottom-width: 100%;--fratch-drawer-bottom-min-width: unset;--fratch-drawer-bottom-max-width: unset;--fratch-drawer-bottom-height: auto;--fratch-drawer-bottom-top: unset;--fratch-drawer-bottom-right: 0;--fratch-drawer-bottom-bottom: 0;--fratch-drawer-bottom-left: 0;--fratch-drawer-backdrop-z-index: 100;--fratch-drawer-backdrop-background-color: rgba(8, 25, 212, .4);--fratch-drawer-backdrop-backdrop-filter: blur(16px);--fratch-select-border-width: var(--fratch-input-border-width);--fratch-select-border-style: var(--fratch-input-border-style);--fratch-select-border-color: var(--fratch-input-border-color);--fratch-select-background-color: var(--fratch-color-surface);--fratch-select-hover-border-color: var(--fratch-input-hover-border-color);--fratch-select-item-hover-background-color: var(--basic-super-light);--fratch-select-icon-check-color: var(--fratch-color-accent);--fratch-select-content-background-color: var(--fratch-color-surface);--fratch-select-content-border-width: 1px;--fratch-select-content-border-style: solid;--fratch-select-content-border-color: var(--fratch-color-brand);--fratch-select-content-box-shadow: 0px 8px 35px 3px rgba(24, 28, 75, .13);--fratch-select-border-radius: 6px;--fratch-select-padding-top: var(--fratch-input-padding-top);--fratch-select-padding-right: 4rem;--fratch-select-padding-bottom: var(--fratch-input-padding-bottom);--fratch-select-padding-left: var(--fratch-input-padding-left);--fratch-select-color: var(--fratch-input-color);--fratch-select-item-padding-top: .75rem;--fratch-select-item-padding-right: 1.25rem;--fratch-select-item-padding-bottom: .75rem;--fratch-select-item-padding-left: 1.25rem;--fratch-select-icon-check-width: 3rem;--fratch-select-icon-check-height: 3rem;--fratch-select-icon-chevron-width: 4rem;--fratch-select-icon-chevron-height: 100%;--fratch-select-content-padding-top: .25rem;--fratch-select-content-padding-right: .25rem;--fratch-select-content-padding-bottom: .25rem;--fratch-select-content-padding-left: .25rem;--fratch-select-extra-small-padding-top: .5rem;--fratch-select-extra-small-padding-right: 2.25rem;--fratch-select-extra-small-padding-bottom: .5rem;--fratch-select-extra-small-padding-left: .75rem;--fratch-select-extra-small-icon-chevron-width: 2.25rem;--fratch-select-extra-small-icon-chevron-height: 100%;--fratch-select-extra-small-content-padding-top: .25rem;--fratch-select-extra-small-content-padding-right: .25rem;--fratch-select-extra-small-content-padding-bottom: .25rem;--fratch-select-extra-small-content-padding-left: .25rem;--fratch-select-extra-small-item-padding-top: .25rem;--fratch-select-extra-small-item-padding-right: .5rem;--fratch-select-extra-small-item-padding-bottom: .25rem;--fratch-select-extra-small-item-padding-left: .5rem}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{border-radius:8px}::-webkit-scrollbar-thumb{background-color:var(--basic-light-grey);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,var(--vivid-blue) 0%,var(--fratch-color-brand) 100%)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%;margin-right:auto;margin-left:auto}@media (min-width: 475px){.container{max-width:475px}}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 960px){.container{max-width:960px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-3{inset:.75rem}.inset-x-0{left:0;right:0}.inset-x-4{left:1rem;right:1rem}.-bottom-0\.5{bottom:-.125rem}.-bottom-10{bottom:-2.5rem}.-bottom-\[10\%\]{bottom:-10%}.-left-1{left:-.25rem}.-left-5{left:-1.25rem}.-left-6{left:-1.5rem}.-left-\[10\%\]{left:-10%}.-right-2{right:-.5rem}.-right-3{right:-.75rem}.-right-4{right:-1rem}.-right-5{right:-1.25rem}.-right-6{right:-1.5rem}.-right-60{right:-15rem}.-right-7{right:-1.75rem}.-right-\[10\%\]{right:-10%}.-top-10{top:-2.5rem}.-top-12{top:-3rem}.-top-2{top:-.5rem}.-top-8{top:-2rem}.-top-\[10\%\]{top:-10%}.-top-\[3px\]{top:-3px}.bottom-0{bottom:0}.bottom-0\.5{bottom:.125rem}.bottom-1{bottom:.25rem}.bottom-1\.5{bottom:.375rem}.bottom-10{bottom:2.5rem}.bottom-12{bottom:3rem}.bottom-14{bottom:3.5rem}.bottom-20{bottom:5rem}.bottom-28{bottom:7rem}.bottom-6{bottom:1.5rem}.bottom-\[calc\(100\%-2px\)\]{bottom:calc(100% - 2px)}.bottom-full{bottom:100%}.bottom-px{bottom:1px}.end-0{inset-inline-end:0px}.left-0{left:0}.left-0\.5{left:.125rem}.left-1{left:.25rem}.left-1\.5{left:.375rem}.left-1\/2{left:50%}.left-3{left:.75rem}.left-32{left:8rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-\[calc\(50\%\+2px\)\]{left:calc(50% + 2px)}.left-full{left:100%}.left-px{left:1px}.right-0{right:0}.right-0\.5{right:.125rem}.right-10{right:2.5rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.right-\[8\%\]{right:8%}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\/2{top:50%}.top-12{top:3rem}.top-14{top:3.5rem}.top-2{top:.5rem}.top-20{top:5rem}.top-3{top:.75rem}.top-32{top:8rem}.top-4{top:1rem}.top-44{top:11rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-\[27rem\]{top:27rem}.top-\[3\.9375rem\]{top:3.9375rem}.top-\[40\%\]{top:40%}.top-\[51\%\]{top:51%}.top-\[7\.5rem\]{top:7.5rem}.top-\[calc\(50\%\+2px\)\]{top:calc(50% + 2px)}.top-full{top:100%}.-z-10{z-index:-10}.-z-\[1\]{z-index:-1}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-\[3\]{z-index:3}.z-\[51\]{z-index:51}.z-\[5\]{z-index:5}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.col-\[1\/-1\]{grid-column:1/-1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-full{grid-column:1 / -1}.col-start-1{grid-column-start:1}.col-start-3{grid-column-start:3}.col-end-2{grid-column-end:2}.row-span-2{grid-row:span 2 / span 2}.row-start-1{grid-row-start:1}.row-start-2{grid-row-start:2}.row-start-3{grid-row-start:3}.row-start-4{grid-row-start:4}.row-end-3{grid-row-end:3}.m-0{margin:0}.m-0\.5{margin:.125rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.-mb-1\.5{margin-bottom:-.375rem}.-mb-5{margin-bottom:-1.25rem}.-ml-2{margin-left:-.5rem}.-ml-2\.5{margin-left:-.625rem}.-ml-3{margin-left:-.75rem}.-ml-5{margin-left:-1.25rem}.-ml-8{margin-left:-2rem}.-mr-2{margin-right:-.5rem}.-mt-1{margin-top:-.25rem}.-mt-10{margin-top:-2.5rem}.-mt-11{margin-top:-2.75rem}.-mt-2{margin-top:-.5rem}.-mt-20{margin-top:-5rem}.-mt-3{margin-top:-.75rem}.-mt-6{margin-top:-1.5rem}.-mt-8{margin-top:-2rem}.-mt-px{margin-top:-1px}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-28{margin-bottom:7rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.ml-\[7\.5rem\]{margin-left:7.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-16{margin-right:4rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-\[0\.5625rem\]{margin-right:.5625rem}.mr-auto{margin-right:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-\[3px\]{margin-top:3px}.mt-\[4\.75rem\]{margin-top:4.75rem}.mt-auto{margin-top:auto}.\!line-clamp-1{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.line-clamp-6{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.\!hidden{display:none!important}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.size-10{width:2.5rem;height:2.5rem}.size-11{width:2.75rem;height:2.75rem}.size-12{width:3rem;height:3rem}.size-14{width:3.5rem;height:3.5rem}.size-16{width:4rem;height:4rem}.size-2{width:.5rem;height:.5rem}.size-20{width:5rem;height:5rem}.size-24{width:6rem;height:6rem}.size-3{width:.75rem;height:.75rem}.size-4{width:1rem;height:1rem}.size-40{width:10rem;height:10rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-80{width:20rem;height:20rem}.size-9{width:2.25rem;height:2.25rem}.size-\[0\.875rem\]{width:.875rem;height:.875rem}.size-\[1\.125rem\]{width:1.125rem;height:1.125rem}.size-\[1\.375rem\]{width:1.375rem;height:1.375rem}.size-full{width:100%;height:100%}.\!h-11{height:2.75rem!important}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[1\.375rem\]{height:1.375rem}.h-\[13\.5rem\]{height:13.5rem}.h-\[16\.25rem\]{height:16.25rem}.h-\[180\%\]{height:180%}.h-\[1px\]{height:1px}.h-\[215px\]{height:215px}.h-\[30rem\]{height:30rem}.h-\[312px\]{height:312px}.h-\[33rem\]{height:33rem}.h-\[46px\]{height:46px}.h-\[clamp\(200px\,40vh\,350px\)\]{height:clamp(200px,40vh,350px)}.h-auto{height:auto}.h-dvh{height:100dvh}.h-fit{height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.h-svh{height:100svh}.\!max-h-max{max-height:max-content!important}.max-h-36{max-height:9rem}.max-h-8{max-height:2rem}.max-h-\[30dvh\]{max-height:30dvh}.max-h-\[35dvh\]{max-height:35dvh}.max-h-\[inherit\]{max-height:inherit}.max-h-full{max-height:100%}.min-h-0{min-height:0px}.min-h-28{min-height:7rem}.min-h-4{min-height:1rem}.min-h-40{min-height:10rem}.min-h-48{min-height:12rem}.min-h-8{min-height:2rem}.min-h-9{min-height:2.25rem}.min-h-96{min-height:24rem}.min-h-\[100px\]{min-height:100px}.min-h-\[1lh\]{min-height:1lh}.min-h-\[37\.5rem\]{min-height:37.5rem}.min-h-dvh{min-height:100dvh}.min-h-screen{min-height:100vh}.w-0\.5{width:.125rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-1\/6{width:16.666667%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2\/3{width:66.666667%}.w-2\/5{width:40%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\/12{width:25%}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-6\/12{width:50%}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-8\/12{width:66.666667%}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[13rem\]{width:13rem}.w-\[150\%\]{width:150%}.w-\[18\.75rem\]{width:18.75rem}.w-\[203\%\]{width:203%}.w-\[22ch\]{width:22ch}.w-\[3\.1875rem\]{width:3.1875rem}.w-\[30rem\]{width:30rem}.w-\[314px\]{width:314px}.w-\[37rem\]{width:37rem}.w-\[4\.5rem\]{width:4.5rem}.w-\[740px\]{width:740px}.w-\[calc\(100\%-100px\)\]{width:calc(100% - 100px)}.w-\[calc\(100dvw-5rem\)\]{width:calc(100dvw - 5rem)}.w-\[calc\(100vw-1rem\)\]{width:calc(100vw - 1rem)}.w-\[min\(100\%\,35rem\)\]{width:min(100%,35rem)}.w-dvw{width:100dvw}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-min{width:min-content}.w-screen{width:100vw}.min-w-0{min-width:0px}.min-w-11{min-width:2.75rem}.min-w-16{min-width:4rem}.min-w-28{min-width:7rem}.min-w-32{min-width:8rem}.min-w-36{min-width:9rem}.min-w-40{min-width:10rem}.min-w-48{min-width:12rem}.min-w-5{min-width:1.25rem}.min-w-6{min-width:1.5rem}.min-w-80{min-width:20rem}.min-w-\[22\.5rem\]{min-width:22.5rem}.min-w-\[33\%\]{min-width:33%}.min-w-\[50\%\]{min-width:50%}.min-w-full{min-width:100%}.max-w-14{max-width:3.5rem}.max-w-2xl{max-width:42rem}.max-w-32{max-width:8rem}.max-w-36{max-width:9rem}.max-w-3xl{max-width:48rem}.max-w-40{max-width:10rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-60{max-width:15rem}.max-w-64{max-width:16rem}.max-w-6xl{max-width:72rem}.max-w-72{max-width:18rem}.max-w-7xl{max-width:80rem}.max-w-80{max-width:20rem}.max-w-96{max-width:24rem}.max-w-\[100vw\]{max-width:100vw}.max-w-\[1200px\]{max-width:1200px}.max-w-\[20\.5rem\]{max-width:20.5rem}.max-w-\[22rem\]{max-width:22rem}.max-w-\[26rem\]{max-width:26rem}.max-w-\[27rem\]{max-width:27rem}.max-w-\[28rem\]{max-width:28rem}.max-w-\[30rem\]{max-width:30rem}.max-w-\[34rem\]{max-width:34rem}.max-w-\[37rem\]{max-width:37rem}.max-w-\[42\.5rem\]{max-width:42.5rem}.max-w-\[444px\]{max-width:444px}.max-w-\[450px\]{max-width:450px}.max-w-\[57rem\]{max-width:57rem}.max-w-\[60\%\]{max-width:60%}.max-w-\[60rem\]{max-width:60rem}.max-w-\[65\%\]{max-width:65%}.max-w-\[75dvw\]{max-width:75dvw}.max-w-\[90rem\]{max-width:90rem}.max-w-\[calc\(100vw-2\.5rem\)\]{max-width:calc(100vw - 2.5rem)}.max-w-fit{max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-\[1\.3\]{flex:1.3}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.basis-1\/2{flex-basis:50%}.origin-left{transform-origin:left}.origin-right{transform-origin:right}.origin-top{transform-origin:top}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-20{--tw-translate-y: 5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-45{--tw-rotate: -45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-\[135deg\]{--tw-rotate: -135deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[45deg\]{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-scale-100{--tw-scale-x: -1;--tw-scale-y: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-140{--tw-scale-x: 1.4;--tw-scale-y: 1.4;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\.2\]{--tw-scale-x: 1.2;--tw-scale-y: 1.2;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-scale-x-100{--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-scale-y-100{--tw-scale-y: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.break-inside-avoid{break-inside:avoid}.grid-flow-col{grid-auto-flow:column}.auto-rows-max{grid-auto-rows:max-content}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-\[10rem_1fr\]{grid-template-columns:10rem 1fr}.grid-cols-\[1fr\,_1fr\],.grid-cols-\[1fr_1fr\]{grid-template-columns:1fr 1fr}.grid-cols-\[1fr_2rem\]{grid-template-columns:1fr 2rem}.grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.grid-cols-\[7rem_1fr\]{grid-template-columns:7rem 1fr}.grid-cols-\[8rem_1fr\]{grid-template-columns:8rem 1fr}.grid-cols-\[auto\,1fr\],.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.grid-cols-\[minmax\(0\,8rem\)\,auto\,minmax\(0\,8rem\)\]{grid-template-columns:minmax(0,8rem) auto minmax(0,8rem)}.grid-cols-\[repeat\(2\,_minmax\(0\,_max-content\)\)\]{grid-template-columns:repeat(2,minmax(0,max-content))}.grid-cols-\[repeat\(3\,_minmax\(0\,_max-content\)\)\]{grid-template-columns:repeat(3,minmax(0,max-content))}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.grid-rows-\[0fr\]{grid-template-rows:0fr}.grid-rows-\[1fr\,auto\]{grid-template-rows:1fr auto}.grid-rows-\[1fr\]{grid-template-rows:1fr}.grid-rows-\[1fr_auto\]{grid-template-rows:1fr auto}.grid-rows-\[auto\,_1fr\],.grid-rows-\[auto_1fr\]{grid-template-rows:auto 1fr}.grid-rows-\[auto_1fr_auto\]{grid-template-rows:auto 1fr auto}.grid-rows-\[minmax\(0\,1fr\)\,auto\]{grid-template-rows:minmax(0,1fr) auto}.grid-rows-\[repeat\(3\,_3rem\)\]{grid-template-rows:repeat(3,3rem)}.grid-rows-subgrid{grid-template-rows:subgrid}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-content-center{place-content:center}.place-items-center{place-items:center}.content-center{align-content:center}.content-between{align-content:space-between}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.justify-items-start{justify-items:start}.justify-items-center{justify-items:center}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-x-1{column-gap:.25rem}.gap-x-10{column-gap:2.5rem}.gap-x-12{column-gap:3rem}.gap-x-2{column-gap:.5rem}.gap-x-3{column-gap:.75rem}.gap-x-4{column-gap:1rem}.gap-x-6{column-gap:1.5rem}.gap-x-8{column-gap:2rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.gap-y-8{row-gap:2rem}.gap-y-9{row-gap:2.25rem}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-clip{overflow-x:clip}.overflow-y-visible{overflow-y:visible}.overflow-y-scroll{overflow-y:scroll}.overscroll-contain{overscroll-behavior:contain}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-ellipsis,.text-ellipsis{text-overflow:ellipsis}.hyphens-auto{-webkit-hyphens:auto;hyphens:auto}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.text-nowrap{text-wrap:nowrap}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[1\.25rem\]{border-radius:1.25rem}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.\!rounded-b-none{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-b-\[2rem\]{border-bottom-right-radius:2rem;border-bottom-left-radius:2rem}.rounded-b-\[4\.5rem\]{border-bottom-right-radius:4.5rem;border-bottom-left-radius:4.5rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-\[2\.5rem\]{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.rounded-t-\[4rem\]{border-top-left-radius:4rem;border-top-right-radius:4rem}.rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl-2xl{border-bottom-left-radius:1rem}.rounded-bl-3xl{border-bottom-left-radius:1.5rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-bl-none{border-bottom-left-radius:0}.rounded-br-3xl{border-bottom-right-radius:1.5rem}.rounded-br-\[2rem\]{border-bottom-right-radius:2rem}.rounded-br-\[3rem\]{border-bottom-right-radius:3rem}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tl-3xl{border-top-left-radius:1.5rem}.rounded-tl-\[3rem\]{border-top-left-radius:3rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr-2xl{border-top-right-radius:1rem}.rounded-tr-3xl{border-top-right-radius:1.5rem}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-tr-xl{border-top-right-radius:.75rem}.border{border-width:1px}.\!border-b-0{border-bottom-width:0px!important}.border-solid{border-style:solid}.border-\[\#7e82ab\]\/15{border-color:#7e82ab26}.border-\[rgba\(255\,255\,255\,0\.4\)\]{border-color:#fff6}.border-transparent{border-color:transparent}.bg-\[\#fdfdfe\]{--tw-bg-opacity: 1;background-color:rgb(253 253 254 / var(--tw-bg-opacity, 1))}.bg-\[--basic-super-light\]{background-color:var(--basic-super-light)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-60{--tw-bg-opacity: .6}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-right{background-position:right}.bg-top{background-position:top}.bg-no-repeat{background-repeat:no-repeat}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-left-top{object-position:left top}.object-top{object-position:top}.\!p-0{padding:0!important}.\!p-8{padding:2rem!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[0\.188rem\]{padding:.188rem}.\!px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.\!py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-32{padding-left:8rem;padding-right:8rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[0\.375rem\]{padding-top:.375rem;padding-bottom:.375rem}.py-\[0\.875rem\]{padding-top:.875rem;padding-bottom:.875rem}.py-\[1\.875rem\]{padding-top:1.875rem;padding-bottom:1.875rem}.py-px{padding-top:1px;padding-bottom:1px}.\!pl-11{padding-left:2.75rem!important}.\!pr-10{padding-right:2.5rem!important}.\!pr-\[10rem\]{padding-right:10rem!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-28{padding-bottom:7rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[4\.25rem\]{padding-bottom:4.25rem}.pb-\[4\.5rem\]{padding-bottom:4.5rem}.pb-\[5\.75rem\]{padding-bottom:5.75rem}.pl-0{padding-left:0}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pr-1{padding-right:.25rem}.pr-1\.5{padding-right:.375rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pr-\[10rem\]{padding-right:10rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-11{padding-top:2.75rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-9{padding-top:2.25rem}.pt-\[2\.375rem\]{padding-top:2.375rem}.pt-\[3\.25rem\]{padding-top:3.25rem}.pt-\[4\.375rem\]{padding-top:4.375rem}.pt-\[4rem\]{padding-top:4rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-bottom{vertical-align:bottom}.align-text-top{vertical-align:text-top}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-\[0\.625rem\]{font-size:.625rem}.text-\[0\.6875rem\]{font-size:.6875rem}.text-\[0\.688rem\]{font-size:.688rem}.text-\[0\.8125rem\]{font-size:.8125rem}.text-\[0\.875rem\]{font-size:.875rem}.text-\[0\.938rem\]{font-size:.938rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.\!leading-snug{line-height:1.375!important}.\!leading-tight{line-height:1.25!important}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-9{line-height:2.25rem}.leading-\[1\.125rem\]{line-height:1.125rem}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[1px_0px_32px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow: 1px 0px 32px rgba(0,0,0,.1);--tw-shadow-colored: 1px 0px 32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[1px_0px_50px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow: 1px 0px 50px rgba(0,0,0,.1);--tw-shadow-colored: 1px 0px 50px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-0{outline-width:0px}.outline-offset-4{outline-offset:4px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[1px\]{--tw-blur: blur(1px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[2px\]{--tw-blur: blur(2px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[5px\]{--tw-blur: blur(5px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-sm{--tw-blur: blur(4px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[1px\]{--tw-backdrop-blur: blur(1px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[grid-template-rows\]{transition-property:grid-template-rows;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[opacity\,visibility\]{transition-property:opacity,visibility;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\@container{container-type:inline-size}.\@container-\[size\]{container-type:size}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}:root{--fratch-body-background: var(--basic-super-light);--fratch-body-color: var(--basic-main-dark);--fratch-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--fratch-color-brand: var(--primary-blue);--fratch-color-brand-gradient: linear-gradient( 162.59deg, var(--true-blue) .99%, var(--primary-violet-47) 34.51%, var(--dark-sky-blue) 100% ), var(--fratch-color-brand);--fratch-color-white: #fff;--fratch-color-surface: #fff;--fratch-color-error: var(--primary-red);--fratch-color-success: var(--primary-green);--fratch-color-accent: var(--primary-purple);--fratch-color-accent-light: var(--primary-lilac);--fratch-color-muted: var(--basic-light-grey);--fratch-blog-background-color: #f7f7fa;--fratch-border-color: var(--basic-light-grey);--fratch-label-font-size: .875rem;--fratch-label-margin-bottom: .5rem}*{box-sizing:border-box}body{margin:0;font-family:var(--fratch-body-font-family);color:var(--fratch-body-color);min-width:fit-content;--fratch-header-top-height: 9.5rem;--fratch-header-bottom-height: 0px}.fratch-list{list-style:none}.fratch-list li{--fratch-icon-color: var(--fratch-color-accent);line-height:1.6;color:var(--fratch-body-color);padding-left:3rem}.fratch-list li:before{display:inline-block;position:absolute;content:"";height:24px;width:24px;background-color:var(--fratch-icon-color);-webkit-mask:var(--fratch-icon-check-circle) no-repeat 100% 100%;mask:var(--fratch-icon-check-circle) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover;vertical-align:top;margin-left:-3rem}.fratch-background-surface{background:var(--fratch-color-surface)}.fratch-website-card{padding:40px;border-radius:12px;box-shadow:0 6px 12px #181c4b0a;border:solid 1px var(--basic-light-grey)}.fratch-text-inverse{color:var(--fratch-color-white)}.fratch-text-accent-light{color:var(--fratch-color-accent-light)}.fratch-text-accent{color:var(--fratch-color-accent)}.fratch-text-brand{color:var(--fratch-color-brand)}.fratch-text-accent-dark{color:var(--primary-blue)}.fratch-text-base{color:var(--fratch-body-color)}.fratch-text-muted{color:var(--fratch-color-muted)}.fratch-background-placeholder{background-color:#f9f9ff}.fratch-background-placeholder-inverse{background-color:#fff}.fratch-border{border:1px solid var(--fratch-border-color)}.fratch-dialog-background{background-size:cover;background-image:url("./media/waves-NJP5WHUI.svg"),linear-gradient(106deg,var(--true-blue) 2%,var(--primary-violet-47) 35%,var(--dark-sky-blue) 100%),linear-gradient(to bottom,var(--fratch-color-brand),var(--fratch-color-brand));background-position:bottom;background-repeat:no-repeat}.fratch-placeholder-block{background-color:#ccd1e959}.pt-18{padding-top:4.5rem}.fratch-separator{border-top:1px solid;border-image:linear-gradient(90deg,#260b6400,#260b6426 25.5% 75%,#260b6400) 1;background:linear-gradient(90deg,#fff0,#fff 25.5% 75%,#fff0);height:2px}.fratch-separator-vertical{border-right:1px solid;border-image:linear-gradient(0deg,#260b6400,#260b641a 25.5% 75%,#260b6400) 1;background:linear-gradient(0deg,#fff0,#fff 25.5% 75%,#fff0);width:2px}.hyphened{word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.fratch-blog-background{background-image:linear-gradient(to top,transparent,var(--fratch-blog-background-color) 100px,var(--fratch-blog-background-color) 80%,transparent)}@property --glow-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@property --glow-x{syntax: "<percentage>"; initial-value: 10%; inherits: false;}.fratch-circling-glow{--gradient-start: 28%;--gradient-end: 72%;--animation-duration: 7s;--glow-width: 2px;--glow-animation: turn var(--animation-duration) linear infinite;position:relative;z-index:1}.fratch-circling-glow--hidden:before,.fratch-circling-glow--hidden:after{opacity:0}.fratch-circling-glow:before,.fratch-circling-glow:after{content:"";position:absolute;border-radius:inherit;transition:opacity .5s}.fratch-circling-glow:after{--blur: 1px;inset:calc(var(--glow-width) * -1 - var(--blur) * 2);z-index:-2;-webkit-backdrop-filter:blur(var(--blur));backdrop-filter:blur(var(--blur));mask:conic-gradient(from var(--glow-angle) at var(--glow-x) 50%,transparent var(--gradient-start),black calc(var(--gradient-start) + 1%) calc(var(--gradient-end) - 1%),transparent var(--gradient-end));animation:var(--glow-animation)}.fratch-circling-glow:before{inset:calc(var(--glow-width) * -1);border:var(--glow-width) solid transparent;background-image:conic-gradient(from var(--glow-angle) at var(--glow-x) 50%,rgba(0,0,0,0) var(--gradient-start),var(--vivid-blue) 33%,#6127f1 67%,rgba(0,0,0,0) var(--gradient-end));background-origin:border-box;mask:conic-gradient(#000 0 0) padding-box exclude,conic-gradient(#000 0 0);z-index:-3;animation:var(--glow-animation);transform:translateZ(0)}@keyframes turn{0%{--glow-x: 10%;--glow-angle: 0deg}20%{--glow-x: 10%;--glow-angle: 180deg}50%{--glow-x: 90%;--glow-angle: 180deg}70%{--glow-x: 90%;--glow-angle: 360deg}to{--glow-x: 10%;--glow-angle: 360deg}}.fratch-resizable-textarea__field{min-height:1lh;max-height:10rem;resize:none}.fratch-resizable-textarea__container{min-height:1lh;max-height:10rem;transition:height .3s}.fratch-search-highlight{color:var(--font-color);background:rgb(from var(--font-color) r g b/.1);font-weight:600;-webkit-text-fill-color:var(--font-color)}.fratch-search-highlight--0{--font-color: var(--primary-purple)}.fratch-search-highlight--1{--font-color: #238b6c}.fratch-search-highlight--2{--font-color: #586e75}.fratch-search-highlight--3{--font-color: #b04178}.fratch-search-highlight--4{--font-color: #e67300}.max-w-8xl{max-width:86rem}.before\:pointer-events-none:before{content:var(--tw-content);pointer-events:none}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:left-0:before{content:var(--tw-content);left:0}.before\:top-0:before{content:var(--tw-content);top:0}.before\:size-20:before{content:var(--tw-content);width:5rem;height:5rem}.before\:bg-center:before{content:var(--tw-content);background-position:center}.before\:bg-no-repeat:before{content:var(--tw-content);background-repeat:no-repeat}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:top-0:after{content:var(--tw-content);top:0}.after\:ml-8:after{content:var(--tw-content);margin-left:2rem}.after\:block:after{content:var(--tw-content);display:block}.after\:size-16:after{content:var(--tw-content);width:4rem;height:4rem}.after\:h-9:after{content:var(--tw-content);height:2.25rem}.after\:w-8:after{content:var(--tw-content);width:2rem}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:-translate-y-1\/2:after{content:var(--tw-content);--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:bg-center:after{content:var(--tw-content);background-position:center}.after\:bg-no-repeat:after{content:var(--tw-content);background-repeat:no-repeat}.after\:content-none:after{--tw-content: none;content:var(--tw-content)}.first\:mt-3:first-child{margin-top:.75rem}.last\:mb-0:last-child{margin-bottom:0}.hover\:rounded-br-2xl:hover{border-bottom-right-radius:1rem}.hover\:opacity-100:hover{opacity:1}.hover\:backdrop-blur-md:hover{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}@container (min-width: 24rem){.\@sm\:flex-row{flex-direction:row}.\@sm\:gap-x-6{column-gap:1.5rem}}@container (min-width: 28rem){.\@md\:flex-row{flex-direction:row}.\@md\:items-center{align-items:center}}@container (min-width: 42rem){.\@2xl\:block{display:block}.\@2xl\:hidden{display:none}.\@2xl\:min-w-60{min-width:15rem}.\@2xl\:min-w-fit{min-width:fit-content}.\@2xl\:flex-1{flex:1 1 0%}.\@2xl\:flex-row{flex-direction:row}.\@2xl\:items-center{align-items:center}}@media (max-width: 959.98px){.small\:fixed{position:fixed}.small\:absolute{position:absolute}.small\:sticky{position:sticky}.small\:inset-x-4{left:1rem;right:1rem}.small\:bottom-0{bottom:0}.small\:bottom-2{bottom:.5rem}.small\:bottom-full{bottom:100%}.small\:left-0{left:0}.small\:right-1{right:.25rem}.small\:right-2{right:.5rem}.small\:right-4{right:1rem}.small\:right-6{right:1.5rem}.small\:right-8{right:2rem}.small\:top-0{top:0}.small\:top-12{top:3rem}.small\:top-\[116px\]{top:116px}.small\:top-\[4\.5rem\]{top:4.5rem}.small\:z-50{z-index:50}.small\:mx-1{margin-left:.25rem;margin-right:.25rem}.small\:mx-auto{margin-left:auto;margin-right:auto}.small\:my-auto{margin-top:auto;margin-bottom:auto}.small\:-mb-1\.5{margin-bottom:-.375rem}.small\:mb-0{margin-bottom:0}.small\:mb-14{margin-bottom:3.5rem}.small\:mb-2{margin-bottom:.5rem}.small\:mb-3{margin-bottom:.75rem}.small\:mb-5{margin-bottom:1.25rem}.small\:mb-6{margin-bottom:1.5rem}.small\:mb-8{margin-bottom:2rem}.small\:ml-\[5\.5rem\]{margin-left:5.5rem}.small\:ml-auto{margin-left:auto}.small\:mr-1{margin-right:.25rem}.small\:mr-3{margin-right:.75rem}.small\:mt-0{margin-top:0}.small\:mt-1{margin-top:.25rem}.small\:mt-3{margin-top:.75rem}.small\:mt-4{margin-top:1rem}.small\:mt-5{margin-top:1.25rem}.small\:mt-6{margin-top:1.5rem}.small\:mt-8{margin-top:2rem}.small\:mt-\[0\.125rem\]{margin-top:.125rem}.small\:block{display:block}.small\:flex{display:flex}.small\:grid{display:grid}.small\:contents{display:contents}.small\:hidden{display:none}.small\:size-60{width:15rem;height:15rem}.small\:h-full{height:100%}.small\:max-h-\[24dvh\]{max-height:24dvh}.small\:min-h-\[4rem\]{min-height:4rem}.small\:min-h-dvh{min-height:100dvh}.small\:w-12{width:3rem}.small\:w-3\/4{width:75%}.small\:w-72{width:18rem}.small\:w-full{width:100%}.small\:w-screen{width:100vw}.small\:max-w-96{max-width:24rem}.small\:max-w-\[100vw\]{max-width:100vw}.small\:max-w-\[calc\(100vw-1\.75rem\)\]{max-width:calc(100vw - 1.75rem)}.small\:max-w-\[calc\(100vw-3rem\)\]{max-width:calc(100vw - 3rem)}.small\:max-w-\[calc\(100vw_-_2\.5rem\)\]{max-width:calc(100vw - 2.5rem)}.small\:max-w-\[calc\(100vw_-_2\.5rem_-_3\.5rem\)\]{max-width:calc(100vw - 6rem)}.small\:flex-1{flex:1 1 0%}.small\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.small\:grid-rows-\[minmax\(200px\,50dvh\)\,1fr\]{grid-template-rows:minmax(200px,50dvh) 1fr}.small\:flex-col{flex-direction:column}.small\:flex-col-reverse{flex-direction:column-reverse}.small\:flex-wrap{flex-wrap:wrap}.small\:content-between{align-content:space-between}.small\:items-center{align-items:center}.small\:justify-end{justify-content:flex-end}.small\:justify-center{justify-content:center}.small\:gap-2{gap:.5rem}.small\:gap-3{gap:.75rem}.small\:gap-4{gap:1rem}.small\:gap-x-4{column-gap:1rem}.small\:gap-y-2{row-gap:.5rem}.small\:justify-self-center{justify-self:center}.small\:overflow-auto{overflow:auto}.small\:overflow-visible{overflow:visible}.small\:overflow-y-scroll{overflow-y:scroll}.small\:hyphens-auto{-webkit-hyphens:auto;hyphens:auto}.small\:rounded-full{border-radius:9999px}.small\:rounded-xl{border-radius:.75rem}.small\:rounded-br-\[3rem\]{border-bottom-right-radius:3rem}.small\:p-3{padding:.75rem}.small\:p-4{padding:1rem}.small\:p-5{padding:1.25rem}.small\:px-4{padding-left:1rem;padding-right:1rem}.small\:px-5{padding-left:1.25rem;padding-right:1.25rem}.small\:px-6{padding-left:1.5rem;padding-right:1.5rem}.small\:py-2{padding-top:.5rem;padding-bottom:.5rem}.small\:py-3{padding-top:.75rem;padding-bottom:.75rem}.small\:py-4{padding-top:1rem;padding-bottom:1rem}.small\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.small\:pb-16{padding-bottom:4rem}.small\:pb-2{padding-bottom:.5rem}.small\:pb-28{padding-bottom:7rem}.small\:pb-4{padding-bottom:1rem}.small\:pb-5{padding-bottom:1.25rem}.small\:pb-8{padding-bottom:2rem}.small\:pl-0{padding-left:0}.small\:pl-10{padding-left:2.5rem}.small\:pl-3{padding-left:.75rem}.small\:pl-4{padding-left:1rem}.small\:pl-5{padding-left:1.25rem}.small\:pl-8{padding-left:2rem}.small\:pr-2{padding-right:.5rem}.small\:pr-4{padding-right:1rem}.small\:pr-6{padding-right:1.5rem}.small\:pr-7{padding-right:1.75rem}.small\:pt-1\.5{padding-top:.375rem}.small\:pt-10{padding-top:2.5rem}.small\:pt-3{padding-top:.75rem}.small\:pt-4{padding-top:1rem}.small\:pt-5{padding-top:1.25rem}.small\:pt-6{padding-top:1.5rem}.small\:pt-\[5\.75rem\]{padding-top:5.75rem}.small\:text-center{text-align:center}.small\:text-2xl{font-size:1.5rem;line-height:2rem}.small\:text-sm{font-size:.875rem;line-height:1.25rem}.small\:text-xl{font-size:1.25rem;line-height:1.75rem}.small\:text-xs{font-size:.75rem;line-height:1rem}.small\:font-medium{font-weight:500}.small\:leading-tight{line-height:1.25}.small\:blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.small\:blur-sm{--tw-blur: blur(4px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.small\:after\:hidden:after{content:var(--tw-content);display:none}}@media (min-width: 960px){.large\:static{position:static}.large\:absolute{position:absolute}.large\:relative{position:relative}.large\:sticky{position:sticky}.large\:-bottom-8{bottom:-2rem}.large\:bottom-28{bottom:7rem}.large\:left-0{left:0}.large\:right-\[5\%\]{right:5%}.large\:right-\[6\%\]{right:6%}.large\:top-0{top:0}.large\:top-6{top:1.5rem}.large\:top-8{top:2rem}.large\:z-20{z-index:20}.large\:mx-auto{margin-left:auto;margin-right:auto}.large\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.large\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.large\:-ml-1{margin-left:-.25rem}.large\:-mr-3{margin-right:-.75rem}.large\:-mt-px{margin-top:-1px}.large\:mb-0{margin-bottom:0}.large\:mb-10{margin-bottom:2.5rem}.large\:mb-20{margin-bottom:5rem}.large\:mb-3{margin-bottom:.75rem}.large\:mb-4{margin-bottom:1rem}.large\:mb-auto{margin-bottom:auto}.large\:ml-10{margin-left:2.5rem}.large\:ml-5{margin-left:1.25rem}.large\:ml-auto{margin-left:auto}.large\:mr-4{margin-right:1rem}.large\:mr-5{margin-right:1.25rem}.large\:mt-0{margin-top:0}.large\:mt-10{margin-top:2.5rem}.large\:mt-14{margin-top:3.5rem}.large\:mt-16{margin-top:4rem}.large\:mt-2{margin-top:.5rem}.large\:mt-20{margin-top:5rem}.large\:mt-24{margin-top:6rem}.large\:mt-28{margin-top:7rem}.large\:mt-3{margin-top:.75rem}.large\:mt-4{margin-top:1rem}.large\:mt-5{margin-top:1.25rem}.large\:mt-6{margin-top:1.5rem}.large\:mt-8{margin-top:2rem}.large\:mt-\[7\.5rem\]{margin-top:7.5rem}.large\:block{display:block}.large\:flex{display:flex}.large\:grid{display:grid}.large\:hidden{display:none}.large\:size-16{width:4rem;height:4rem}.large\:size-28{width:7rem;height:7rem}.large\:size-8{width:2rem;height:2rem}.large\:size-\[7\.5rem\]{width:7.5rem;height:7.5rem}.large\:size-auto{width:auto;height:auto}.large\:h-10{height:2.5rem}.large\:h-36{height:9rem}.large\:h-5{height:1.25rem}.large\:h-7{height:1.75rem}.large\:h-9{height:2.25rem}.large\:h-\[11\.125rem\]{height:11.125rem}.large\:h-\[12rem\]{height:12rem}.large\:h-\[215px\]{height:215px}.large\:h-\[4\.5rem\]{height:4.5rem}.large\:h-\[5rem\]{height:5rem}.large\:h-dvh{height:100dvh}.large\:h-full{height:100%}.large\:min-h-max{min-height:max-content}.large\:w-10{width:2.5rem}.large\:w-28{width:7rem}.large\:w-36{width:9rem}.large\:w-40{width:10rem}.large\:w-52{width:13rem}.large\:w-56{width:14rem}.large\:w-8{width:2rem}.large\:w-\[24rem\]{width:24rem}.large\:w-\[26rem\]{width:26rem}.large\:w-\[35rem\]{width:35rem}.large\:w-\[404px\]{width:404px}.large\:w-\[40rem\]{width:40rem}.large\:w-\[47rem\]{width:47rem}.large\:w-auto{width:auto}.large\:w-full{width:100%}.large\:min-w-0{min-width:0px}.large\:max-w-40{max-width:10rem}.large\:max-w-\[14rem\]{max-width:14rem}.large\:max-w-\[34rem\]{max-width:34rem}.large\:max-w-\[50vw\]{max-width:50vw}.large\:max-w-\[54\.5rem\]{max-width:54.5rem}.large\:max-w-\[64rem\]{max-width:64rem}.large\:max-w-\[70\%\]{max-width:70%}.large\:flex-1{flex:1 1 0%}.large\:flex-shrink-0,.large\:shrink-0{flex-shrink:0}.large\:basis-1\/2{flex-basis:50%}.large\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.large\:grid-cols-\[10rem_1fr\]{grid-template-columns:10rem 1fr}.large\:grid-cols-\[1fr\,1fr\]{grid-template-columns:1fr 1fr}.large\:grid-cols-\[2fr_1fr\]{grid-template-columns:2fr 1fr}.large\:grid-rows-\[100\%\]{grid-template-rows:100%}.large\:flex-row{flex-direction:row}.large\:flex-col{flex-direction:column}.large\:flex-wrap{flex-wrap:wrap}.large\:content-center{align-content:center}.large\:items-center{align-items:center}.large\:justify-end{justify-content:flex-end}.large\:justify-center{justify-content:center}.large\:justify-between{justify-content:space-between}.large\:gap-0{gap:0px}.large\:gap-1{gap:.25rem}.large\:gap-1\.5{gap:.375rem}.large\:gap-10{gap:2.5rem}.large\:gap-12{gap:3rem}.large\:gap-2{gap:.5rem}.large\:gap-3{gap:.75rem}.large\:gap-4{gap:1rem}.large\:gap-6{gap:1.5rem}.large\:gap-x-1{column-gap:.25rem}.large\:overflow-auto{overflow:auto}.large\:overflow-y-auto{overflow-y:auto}.large\:overflow-x-hidden{overflow-x:hidden}.large\:whitespace-nowrap{white-space:nowrap}.large\:rounded-md{border-radius:.375rem}.large\:rounded-xl{border-radius:.75rem}.large\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.large\:rounded-tl-none{border-top-left-radius:0}.large\:bg-transparent{background-color:transparent}.large\:p-1{padding:.25rem}.large\:p-2{padding:.5rem}.large\:p-5{padding:1.25rem}.large\:px-10{padding-left:2.5rem;padding-right:2.5rem}.large\:px-12{padding-left:3rem;padding-right:3rem}.large\:px-2{padding-left:.5rem;padding-right:.5rem}.large\:px-3{padding-left:.75rem;padding-right:.75rem}.large\:px-5{padding-left:1.25rem;padding-right:1.25rem}.large\:px-6{padding-left:1.5rem;padding-right:1.5rem}.large\:px-8{padding-left:2rem;padding-right:2rem}.large\:py-0{padding-top:0;padding-bottom:0}.large\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.large\:py-3{padding-top:.75rem;padding-bottom:.75rem}.large\:py-4{padding-top:1rem;padding-bottom:1rem}.large\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.large\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.large\:py-8{padding-top:2rem;padding-bottom:2rem}.large\:pb-0{padding-bottom:0}.large\:pb-10{padding-bottom:2.5rem}.large\:pb-14{padding-bottom:3.5rem}.large\:pb-2{padding-bottom:.5rem}.large\:pb-3{padding-bottom:.75rem}.large\:pb-4{padding-bottom:1rem}.large\:pb-5{padding-bottom:1.25rem}.large\:pb-6{padding-bottom:1.5rem}.large\:pl-2{padding-left:.5rem}.large\:pl-3{padding-left:.75rem}.large\:pl-4{padding-left:1rem}.large\:pl-6{padding-left:1.5rem}.large\:pl-7{padding-left:1.75rem}.large\:pl-8{padding-left:2rem}.large\:pr-2{padding-right:.5rem}.large\:pr-3{padding-right:.75rem}.large\:pr-4{padding-right:1rem}.large\:pr-6{padding-right:1.5rem}.large\:pr-8{padding-right:2rem}.large\:pt-0{padding-top:0}.large\:pt-10{padding-top:2.5rem}.large\:pt-2{padding-top:.5rem}.large\:pt-20{padding-top:5rem}.large\:pt-8{padding-top:2rem}.large\:pt-9{padding-top:2.25rem}.large\:text-left{text-align:left}.large\:text-2xl{font-size:1.5rem;line-height:2rem}.large\:text-3xl{font-size:1.875rem;line-height:2.25rem}.large\:text-4xl{font-size:2.25rem;line-height:2.5rem}.large\:text-5xl{font-size:3rem;line-height:1}.large\:text-\[2\.625rem\]{font-size:2.625rem}.large\:text-\[2rem\]{font-size:2rem}.large\:text-base{font-size:1rem;line-height:1.5rem}.large\:text-lg{font-size:1.125rem;line-height:1.75rem}.large\:text-sm{font-size:.875rem;line-height:1.25rem}.large\:text-xl{font-size:1.25rem;line-height:1.75rem}.large\:font-semibold{font-weight:600}.large\:leading-6{line-height:1.5rem}}@media (min-width: 475px){.xs\:relative{position:relative}.xs\:inset-x-\[unset\]{left:unset;right:unset}.xs\:mt-0{margin-top:0}.xs\:w-96{width:24rem}.xs\:w-auto{width:auto}.xs\:max-w-md{max-width:28rem}.xs\:gap-4{gap:1rem}.xs\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.xs\:text-base{font-size:1rem;line-height:1.5rem}.xs\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width: 640px){.sm\:absolute{position:absolute}.sm\:relative{position:relative}.sm\:sticky{position:sticky}.sm\:-bottom-20{bottom:-5rem}.sm\:-top-28{top:-7rem}.sm\:left-auto{left:auto}.sm\:right-12{right:3rem}.sm\:top-0{top:0}.sm\:row-start-auto{grid-row-start:auto}.sm\:mx-12{margin-left:3rem;margin-right:3rem}.sm\:my-0{margin-top:0;margin-bottom:0}.sm\:my-16{margin-top:4rem;margin-bottom:4rem}.sm\:-mt-8{margin-top:-2rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-16{margin-bottom:4rem}.sm\:mb-24{margin-bottom:6rem}.sm\:ml-0{margin-left:0}.sm\:ml-auto{margin-left:auto}.sm\:mt-0{margin-top:0}.sm\:mt-1{margin-top:.25rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-20{margin-top:5rem}.sm\:mt-3{margin-top:.75rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-8{margin-top:2rem}.sm\:mt-\[-5rem\]{margin-top:-5rem}.sm\:mt-auto{margin-top:auto}.sm\:block{display:block}.sm\:\!inline-flex{display:inline-flex!important}.sm\:hidden{display:none}.sm\:aspect-square{aspect-ratio:1 / 1}.sm\:size-12{width:3rem;height:3rem}.sm\:size-6{width:1.5rem;height:1.5rem}.sm\:size-\[90px\]{width:90px;height:90px}.sm\:h-12{height:3rem}.sm\:h-14{height:3.5rem}.sm\:h-48{height:12rem}.sm\:h-56{height:14rem}.sm\:h-60{height:15rem}.sm\:h-\[12\.875rem\]{height:12.875rem}.sm\:h-\[2lh\]{height:2lh}.sm\:w-24{width:6rem}.sm\:w-60{width:15rem}.sm\:w-64{width:16rem}.sm\:w-80{width:20rem}.sm\:w-96{width:24rem}.sm\:w-\[19rem\]{width:19rem}.sm\:w-\[20rem\]{width:20rem}.sm\:w-\[7\.5rem\]{width:7.5rem}.sm\:w-auto{width:auto}.sm\:w-min{width:min-content}.sm\:max-w-none{max-width:none}.sm\:max-w-xl{max-width:36rem}.sm\:flex-none{flex:none}.sm\:scale-\[1\.2\]{--tw-scale-x: 1.2;--tw-scale-y: 1.2;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-\[1\.3\]{--tw-scale-x: 1.3;--tw-scale-y: 1.3;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:columns-1{columns:1}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-\[1\.26fr\,1fr\]{grid-template-columns:1.26fr 1fr}.sm\:grid-cols-\[12rem\,_minmax\(0\,_35rem\)\]{grid-template-columns:12rem minmax(0,35rem)}.sm\:grid-cols-\[1fr\,1\.55fr\]{grid-template-columns:1fr 1.55fr}.sm\:grid-cols-\[repeat\(2\,max-content\)\]{grid-template-columns:repeat(2,max-content)}.sm\:grid-cols-\[repeat\(2\,minmax\(0\,16rem\)\)\]{grid-template-columns:repeat(2,minmax(0,16rem))}.sm\:grid-rows-\[repeat\(3\,_4rem\)\]{grid-template-rows:repeat(3,4rem)}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:justify-items-center{justify-items:center}.sm\:gap-10{gap:2.5rem}.sm\:gap-2{gap:.5rem}.sm\:gap-20{gap:5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:self-center{align-self:center}.sm\:justify-self-auto{justify-self:auto}.sm\:justify-self-center{justify-self:center}.sm\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.sm\:rounded-t-\[5rem\]{border-top-left-radius:5rem;border-top-right-radius:5rem}.sm\:rounded-br-none{border-bottom-right-radius:0}.sm\:p-5{padding:1.25rem}.sm\:p-8{padding:2rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-28{padding-left:7rem;padding-right:7rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:pb-10{padding-bottom:2.5rem}.sm\:pb-14{padding-bottom:3.5rem}.sm\:pb-24{padding-bottom:6rem}.sm\:pb-5{padding-bottom:1.25rem}.sm\:pb-9{padding-bottom:2.25rem}.sm\:pl-12{padding-left:3rem}.sm\:pl-4{padding-left:1rem}.sm\:pl-5{padding-left:1.25rem}.sm\:pl-8{padding-left:2rem}.sm\:pr-12{padding-right:3rem}.sm\:pr-40{padding-right:10rem}.sm\:pr-5{padding-right:1.25rem}.sm\:pt-16{padding-top:4rem}.sm\:pt-3{padding-top:.75rem}.sm\:pt-32{padding-top:8rem}.sm\:pt-4{padding-top:1rem}.sm\:pt-6{padding-top:1.5rem}.sm\:pt-7{padding-top:1.75rem}.sm\:pt-9{padding-top:2.25rem}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}.sm\:text-right{text-align:right}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width: 768px){.md\:relative{position:relative}.md\:-left-\[40\%\]{left:-40%}.md\:-top-\[30\%\]{top:-30%}.md\:bottom-4{bottom:1rem}.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-3{order:3}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:col-start-1{grid-column-start:1}.md\:col-start-2{grid-column-start:2}.md\:col-start-3{grid-column-start:3}.md\:col-start-4{grid-column-start:4}.md\:col-end-6{grid-column-end:6}.md\:row-span-2{grid-row:span 2 / span 2}.md\:row-start-1{grid-row-start:1}.md\:row-start-2{grid-row-start:2}.md\:row-start-3{grid-row-start:3}.md\:my-0{margin-top:0;margin-bottom:0}.md\:-mt-10{margin-top:-2.5rem}.md\:-mt-16{margin-top:-4rem}.md\:-mt-24{margin-top:-6rem}.md\:-mt-6{margin-top:-1.5rem}.md\:mb-4{margin-bottom:1rem}.md\:ml-0{margin-left:0}.md\:ml-5{margin-left:1.25rem}.md\:ml-auto{margin-left:auto}.md\:mr-14{margin-right:3.5rem}.md\:mr-24{margin-right:6rem}.md\:mr-28{margin-right:7rem}.md\:mt-0{margin-top:0}.md\:mt-10{margin-top:2.5rem}.md\:mt-11{margin-top:2.75rem}.md\:mt-16{margin-top:4rem}.md\:mt-2{margin-top:.5rem}.md\:mt-20{margin-top:5rem}.md\:mt-24{margin-top:6rem}.md\:mt-4{margin-top:1rem}.md\:mt-6{margin-top:1.5rem}.md\:mt-8{margin-top:2rem}.md\:mt-auto{margin-top:auto}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:size-24{width:6rem;height:6rem}.md\:h-16{height:4rem}.md\:h-52{height:13rem}.md\:h-80{height:20rem}.md\:h-\[170\%\]{height:170%}.md\:h-\[50rem\]{height:50rem}.md\:h-auto{height:auto}.md\:max-h-\[526px\]{max-height:526px}.md\:max-h-\[60vh\]{max-height:60vh}.md\:min-h-0{min-height:0px}.md\:w-20{width:5rem}.md\:w-24{width:6rem}.md\:w-3\/4{width:75%}.md\:w-32{width:8rem}.md\:w-\[18rem\]{width:18rem}.md\:w-\[280\%\]{width:280%}.md\:w-\[740px\]{width:740px}.md\:w-auto{width:auto}.md\:min-w-0{min-width:0px}.md\:min-w-96{min-width:24rem}.md\:max-w-2xl{max-width:42rem}.md\:max-w-3xl{max-width:48rem}.md\:max-w-\[22rem\]{max-width:22rem}.md\:max-w-\[27rem\]{max-width:27rem}.md\:max-w-\[40rem\]{max-width:40rem}.md\:max-w-\[50\%\]{max-width:50%}.md\:max-w-\[740px\]{max-width:740px}.md\:max-w-lg{max-width:32rem}.md\:max-w-md{max-width:28rem}.md\:max-w-none{max-width:none}.md\:flex-1{flex:1 1 0%}.md\:scale-\[1\.15\]{--tw-scale-x: 1.15;--tw-scale-y: 1.15;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:scale-\[1\.2\]{--tw-scale-x: 1.2;--tw-scale-y: 1.2;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:transform-none{transform:none}.md\:columns-2{columns:2}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-\[1\.38fr\,1fr\]{grid-template-columns:1.38fr 1fr}.md\:grid-cols-\[1fr\,1\.4fr\]{grid-template-columns:1fr 1.4fr}.md\:grid-cols-\[1fr\,2\.7fr\,1fr\]{grid-template-columns:1fr 2.7fr 1fr}.md\:grid-cols-\[repeat\(2\,max-content\)_minmax\(0\,max-content\)\]{grid-template-columns:repeat(2,max-content) minmax(0,max-content)}.md\:grid-cols-\[repeat\(2\,minmax\(0\,26rem\)\)\]{grid-template-columns:repeat(2,minmax(0,26rem))}.md\:grid-cols-\[repeat\(2\,minmax\(0\,34rem\)\)\]{grid-template-columns:repeat(2,minmax(0,34rem))}.md\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:items-center{align-items:center}.md\:items-stretch{align-items:stretch}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-0{gap:0px}.md\:gap-10{gap:2.5rem}.md\:gap-3{gap:.75rem}.md\:gap-32{gap:8rem}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-9{gap:2.25rem}.md\:gap-x-12{column-gap:3rem}.md\:gap-x-14{column-gap:3.5rem}.md\:gap-x-20{column-gap:5rem}.md\:gap-x-6{column-gap:1.5rem}.md\:gap-y-1{row-gap:.25rem}.md\:gap-y-12{row-gap:3rem}.md\:gap-y-9{row-gap:2.25rem}.md\:place-self-center{place-self:center}.md\:self-start{align-self:flex-start}.md\:self-center{align-self:center}.md\:rounded-2xl{border-radius:1rem}.md\:rounded-xl{border-radius:.75rem}.md\:rounded-br-\[2rem\]{border-bottom-right-radius:2rem}.md\:rounded-br-none{border-bottom-right-radius:0}.md\:rounded-tl-3xl{border-top-left-radius:1.5rem}.md\:rounded-tl-none{border-top-left-radius:0}.md\:p-8{padding:2rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:px-32{padding-left:8rem;padding-right:8rem}.md\:px-40{padding-left:10rem;padding-right:10rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:pb-0{padding-bottom:0}.md\:pb-16{padding-bottom:4rem}.md\:pl-0{padding-left:0}.md\:pl-6{padding-left:1.5rem}.md\:pr-8{padding-right:2rem}.md\:pt-16{padding-top:4rem}.md\:pt-20{padding-top:5rem}.md\:pt-44{padding-top:11rem}.md\:pt-6{padding-top:1.5rem}.md\:text-left{text-align:left}.md\:text-right{text-align:right}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-\[0\.8125rem\]{font-size:.8125rem}.md\:text-\[9rem\]{font-size:9rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:after\:bottom-0:after{content:var(--tw-content);bottom:0}.md\:after\:left-auto:after{content:var(--tw-content);left:auto}.md\:after\:right-0:after{content:var(--tw-content);right:0}.md\:after\:top-auto:after{content:var(--tw-content);top:auto}.md\:after\:size-20:after{content:var(--tw-content);width:5rem;height:5rem}.md\:after\:translate-x-0:after{content:var(--tw-content);--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media (min-width: 1024px){.lg\:sticky{position:sticky}.lg\:-top-40{top:-10rem}.lg\:top-12{top:3rem}.lg\:top-24{top:6rem}.lg\:z-50{z-index:50}.lg\:col-start-2{grid-column-start:2}.lg\:col-start-auto{grid-column-start:auto}.lg\:row-span-2{grid-row:span 2 / span 2}.lg\:row-start-1{grid-row-start:1}.lg\:row-start-2{grid-row-start:2}.lg\:row-end-3{grid-row-end:3}.lg\:m-0{margin:0}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:-mt-28{margin-top:-7rem}.lg\:-mt-8{margin-top:-2rem}.lg\:mb-20{margin-bottom:5rem}.lg\:mb-24{margin-bottom:6rem}.lg\:mb-28{margin-bottom:7rem}.lg\:ml-0{margin-left:0}.lg\:ml-32{margin-left:8rem}.lg\:ml-6{margin-left:1.5rem}.lg\:mr-0{margin-right:0}.lg\:mr-32{margin-right:8rem}.lg\:mr-40{margin-right:10rem}.lg\:mr-44{margin-right:11rem}.lg\:mt-0{margin-top:0}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-12{margin-top:3rem}.lg\:mt-2{margin-top:.5rem}.lg\:mt-20{margin-top:5rem}.lg\:mt-28{margin-top:7rem}.lg\:mt-32{margin-top:8rem}.lg\:mt-36{margin-top:9rem}.lg\:mt-4{margin-top:1rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mt-\[-7rem\]{margin-top:-7rem}.lg\:\!block{display:block!important}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:aspect-auto{aspect-ratio:auto}.lg\:size-12{width:3rem;height:3rem}.lg\:size-16{width:4rem;height:4rem}.lg\:size-36{width:9rem;height:9rem}.lg\:size-4{width:1rem;height:1rem}.lg\:size-5{width:1.25rem;height:1.25rem}.lg\:h-20{height:5rem}.lg\:h-40{height:10rem}.lg\:h-56{height:14rem}.lg\:h-64{height:16rem}.lg\:h-96{height:24rem}.lg\:h-\[14\.375rem\]{height:14.375rem}.lg\:h-\[37rem\]{height:37rem}.lg\:max-h-11{max-height:2.75rem}.lg\:max-h-\[calc\(100dvh-2\.5rem\)\]{max-height:calc(100dvh - 2.5rem)}.lg\:max-h-\[calc\(100dvh-7\.5rem\)\]{max-height:calc(100dvh - 7.5rem)}.lg\:min-h-\[17\.625rem\]{min-height:17.625rem}.lg\:min-h-\[25rem\]{min-height:25rem}.lg\:w-20{width:5rem}.lg\:w-32{width:8rem}.lg\:w-6{width:1.5rem}.lg\:w-64{width:16rem}.lg\:w-72{width:18rem}.lg\:w-96{width:24rem}.lg\:w-\[1024px\]{width:1024px}.lg\:w-\[22rem\]{width:22rem}.lg\:w-\[23\.125rem\]{width:23.125rem}.lg\:w-\[740px\]{width:740px}.lg\:w-\[820px\]{width:820px}.lg\:w-\[880px\]{width:880px}.lg\:w-\[900px\]{width:900px}.lg\:w-auto{width:auto}.lg\:min-w-32{min-width:8rem}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-60{max-width:15rem}.lg\:max-w-\[17\.625rem\]{max-width:17.625rem}.lg\:max-w-\[30rem\]{max-width:30rem}.lg\:max-w-\[58rem\]{max-width:58rem}.lg\:max-w-\[61rem\]{max-width:61rem}.lg\:max-w-\[64rem\]{max-width:64rem}.lg\:max-w-\[90\%\]{max-width:90%}.lg\:max-w-none{max-width:none}.lg\:flex-1{flex:1 1 0%}.lg\:flex-shrink{flex-shrink:1}.lg\:columns-3{columns:3}.lg\:grid-flow-col{grid-auto-flow:column}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-\[12rem\,minmax\(0\,37rem\)\,12rem\]{grid-template-columns:12rem minmax(0,37rem) 12rem}.lg\:grid-cols-\[1fr\,1\.3fr\]{grid-template-columns:1fr 1.3fr}.lg\:grid-cols-\[26rem\,_minmax\(0\,_35rem\)\]{grid-template-columns:26rem minmax(0,35rem)}.lg\:grid-cols-\[auto\,_1fr\]{grid-template-columns:auto 1fr}.lg\:grid-cols-\[minmax\(0rem\,_36rem\)\,_minmax\(35rem\,_1fr\)\]{grid-template-columns:minmax(0rem,36rem) minmax(35rem,1fr)}.lg\:grid-cols-\[minmax\(0rem\,_43rem\)\,_minmax\(20rem\,_1fr\)\]{grid-template-columns:minmax(0rem,43rem) minmax(20rem,1fr)}.lg\:grid-cols-\[repeat\(4\,max-content\)_minmax\(0\,max-content\)\]{grid-template-columns:repeat(4,max-content) minmax(0,max-content)}.lg\:grid-cols-none{grid-template-columns:none}.lg\:grid-rows-none{grid-template-rows:none}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:gap-0{gap:0px}.lg\:gap-10{gap:2.5rem}.lg\:gap-12{gap:3rem}.lg\:gap-20{gap:5rem}.lg\:gap-24{gap:6rem}.lg\:gap-3{gap:.75rem}.lg\:gap-4{gap:1rem}.lg\:gap-40{gap:10rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-7{gap:1.75rem}.lg\:gap-x-6{column-gap:1.5rem}.lg\:gap-x-80{column-gap:20rem}.lg\:gap-y-4{row-gap:1rem}.lg\:gap-y-9{row-gap:2.25rem}.lg\:self-start{align-self:flex-start}.lg\:overflow-auto{overflow:auto}.lg\:rounded-\[2rem\]{border-radius:2rem}.lg\:rounded-lg{border-radius:.5rem}.lg\:rounded-none{border-radius:0}.lg\:rounded-bl-2xl{border-bottom-left-radius:1rem}.lg\:rounded-tl-2xl{border-top-left-radius:1rem}.lg\:rounded-tr-\[3rem\]{border-top-right-radius:3rem}.lg\:p-10{padding:2.5rem}.lg\:p-20{padding:5rem}.lg\:\!px-24{padding-left:6rem!important;padding-right:6rem!important}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-7{padding-left:1.75rem;padding-right:1.75rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:py-28{padding-top:7rem;padding-bottom:7rem}.lg\:py-3{padding-top:.75rem;padding-bottom:.75rem}.lg\:py-40{padding-top:10rem;padding-bottom:10rem}.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pb-12{padding-bottom:3rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pb-5{padding-bottom:1.25rem}.lg\:pb-7{padding-bottom:1.75rem}.lg\:pl-0{padding-left:0}.lg\:pl-10{padding-left:2.5rem}.lg\:pl-12{padding-left:3rem}.lg\:pl-16{padding-left:4rem}.lg\:pl-20{padding-left:5rem}.lg\:pl-24{padding-left:6rem}.lg\:pr-0{padding-right:0}.lg\:pr-10{padding-right:2.5rem}.lg\:pr-20{padding-right:5rem}.lg\:pr-3{padding-right:.75rem}.lg\:pr-5{padding-right:1.25rem}.lg\:pr-6{padding-right:1.5rem}.lg\:pt-0{padding-top:0}.lg\:pt-12{padding-top:3rem}.lg\:pt-24{padding-top:6rem}.lg\:pt-28{padding-top:7rem}.lg\:pt-3{padding-top:.75rem}.lg\:pt-32{padding-top:8rem}.lg\:pt-40{padding-top:10rem}.lg\:pt-48{padding-top:12rem}.lg\:pt-6{padding-top:1.5rem}.lg\:pt-8{padding-top:2rem}.lg\:pt-9{padding-top:2.25rem}.lg\:text-left{text-align:left}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-\[0\.8125rem\]{font-size:.8125rem}.lg\:text-\[0\.938rem\]{font-size:.938rem}.lg\:text-\[2rem\]{font-size:2rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:leading-tight{line-height:1.25}}@media (min-width: 1280px){.xl\:-mt-16{margin-top:-4rem}.xl\:-mt-36{margin-top:-9rem}.xl\:-mt-5{margin-top:-1.25rem}.xl\:mb-36{margin-bottom:9rem}.xl\:mt-16{margin-top:4rem}.xl\:mt-24{margin-top:6rem}.xl\:mt-40{margin-top:10rem}.xl\:mt-48{margin-top:12rem}.xl\:mt-52{margin-top:13rem}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:w-1\/2{width:50%}.xl\:w-\[28rem\]{width:28rem}.xl\:w-auto{width:auto}.xl\:max-w-\[54rem\]{max-width:54rem}.xl\:max-w-none{max-width:none}.xl\:grid-cols-\[repeat\(2\,23rem\)\]{grid-template-columns:repeat(2,23rem)}.xl\:items-center{align-items:center}.xl\:justify-between{justify-content:space-between}.xl\:gap-14{gap:3.5rem}.xl\:gap-16{gap:4rem}.xl\:gap-x-16{column-gap:4rem}.xl\:gap-x-8{column-gap:2rem}.xl\:gap-y-8{row-gap:2rem}.xl\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.xl\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.xl\:px-0{padding-left:0;padding-right:0}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:px-12{padding-left:3rem;padding-right:3rem}.xl\:px-32{padding-left:8rem;padding-right:8rem}.xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.xl\:py-24{padding-top:6rem;padding-bottom:6rem}.xl\:pb-14{padding-bottom:3.5rem}.xl\:pb-48{padding-bottom:12rem}.xl\:pl-24{padding-left:6rem}.xl\:pl-32{padding-left:8rem}.xl\:pr-0{padding-right:0}.xl\:pr-10{padding-right:2.5rem}.xl\:pr-32{padding-right:8rem}.xl\:pt-10{padding-top:2.5rem}.xl\:pt-12{padding-top:3rem}.xl\:pt-24{padding-top:6rem}.xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xl\:text-5xl{font-size:3rem;line-height:1}.xl\:text-base{font-size:1rem;line-height:1.5rem}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}.xl\:after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}}@media (min-width: 1536px){.\32xl\:bottom-6{bottom:1.5rem}}
