@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{box-sizing:border-box;margin:0;transition-duration:.25s}:root{--color-black:#000;--color-white:#fff;--color-gray:#282522;--color-yellow:#fdcc03;--color-light-yellow:#fee681;--color-porcelain:#f2e2d0;--color-light-porcelain:#f5e9dc;--color-pink:#eb738e;--color-green:#50b720;--color-red:#ca3730}body{background-color:var(--color-porcelain)}:root{--spacing-xxlarge:84px;--spacing-xlarge:64px;--spacing-large:48px;--spacing-medium:32px;--spacing-small:16px;--spacing-xsmall:8px;--spacing-xxsmall:4px;--gutter-desktop:60px;--gutter-mobile:24px;--margin-desktop:98px;--margin-mobile:16px;--margin:var(--margin-desktop)}header{background-color:var(--color-yellow)}header,section{padding:var(--spacing-medium) 0}.container{--page-margin:max(var(--margin),calc(50% - 720px + var(--margin)));padding-left:var(--page-margin);padding-right:var(--page-margin)}.container.full{--page-margin:max(var(--margin), calc(50% - 720px) )}.only-mobile{display:none!important}@media screen and (max-width:1024px){:root{--margin:var(--margin-mobile)}.no-mobile{display:none!important}.only-mobile{display:initial!important}}.expand{flex:1;width:100%}.column>*,.row>*{margin:0!important}.row{align-items:center;flex-direction:row;flex-wrap:wrap}.column,.row{display:flex;gap:var(--spacing-large)}.column{align-items:left;flex-direction:column}.gap-xxlargs{gap:var(--spacing-xxlarge)}.gap-xlarge{gap:var(--spacing-xlarge)}.gap-large{gap:var(--spacing-large)}.gap-medium{gap:var(--spacing-medium)}.gap-small{gap:var(--spacing-small)}.gap-xsmall{gap:var(--spacing-xsmall)}.gap-xxsmall{gap:var(--spacing-xxsmall)}ul.column,ul.fold,ul.row{padding:0}ul.column li,ul.fold li,ul.row li{list-style:none}dialog{background-color:var(--color-porcelain);border:0;border-radius:10px;margin:auto;min-height:640px;min-width:960px}.ads p{font-size:var(--body-small-size);text-align:center}.frame{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh}iframe{max-width:100%}:root{--heading-large-size:84px;--heading-large-line-height:70px;--heading-medium-size:0px;--heading-medium-line-height:0px;--heading-small-size:42px;--heading-small-line-height:44px;--heading-xsmall-size:0px;--heading-xsmall-line-height:0px;--heading-xxsmall-size:0px;--heading-xxsmall-line-height:0px;--subheading-large-size:0px;--subheading-large-line-height:0px;--subheading-medium-size:0px;--subheading-medium-line-height:0px;--subheading-small-size:0px;--subheading-small-line-height:0px;--subheading-xsmall-size:0px;--subheading-xsmall-line-height:0px;--subheading-xxsmall-size:0px;--subheading-xxsmall-line-height:0px;--body-xxlarge-size:0px;--body-xxlarge-line-height:0px;--body-xlarge-size:17px;--body-xlarge-line-height:24px;--body-large-size:14px;--body-large-line-height:18px;--body-medium-size:0px;--body-medium-line-height:0px;--body-small-size:0px;--body-small-line-height:0px;--body-xsmall-size:0px;--body-xsmall-line-height:0px;--text-heading-large:900 84px/70px "Inter",sans-serif;--text-heading-medium:900 64px/54px "Inter",sans-serif;--text-heading-small:900 42px/44px "Inter",sans-serif;--text-heading-xsmall:900 32px/34px "Inter",sans-serif;--text-heading-xxsmall:900 22px/24px "Inter",sans-serif;--text-subheading-large:700 32px/35px "Inter",sans-serif;--text-subheading-medium:700 26px/29px "Inter",sans-serif;--text-subheading-small:700 22px/26px "Inter",sans-serif;--text-subheading-xsmall:700 16px/18px "Inter",sans-serif;--text-subheading-xxsmall:700 12px/14px "Inter",sans-serif;--text-body-xxlarge:400 22px/28px "Inter",sans-serif;--text-body-xlarge:400 17px/24px "Inter",sans-serif;--text-body-large:400 14px/18px "Inter",sans-serif;--text-body-medium:400 12px/18px "Inter",sans-serif;--text-body-small:400 10px/12px "Inter",sans-serif;--text-body-xsmall:400 8px/12px "Inter",sans-serif;--text-link-xlarge:700 17px/24px "Inter",sans-serif;--text-link-large:700 14px/18px "Inter",sans-serif;--text-link-medium:700 12px/18px "Inter",sans-serif;--text-link-small:700 10px/12px "Inter",sans-serif}*{font-family:Inter,sans-serif;font-optical-sizing:auto}.heading-large{font:var(--text-heading-large)}.heading-medium{font:var(--text-heading-medium)}.heading-small{font:var(--text-heading-small)}.heading-xsmall{font:var(--text-heading-xsmall)}.heading-xxsmall{font:var(--text-heading-xxsmall)}.subheading-large{font:var(--text-subheading-large)}.subheading-medium{font:var(--text-subheading-medium)}.subheading-small{font:var(--text-subheading-small)}.subheading-xsmall{font:var(--text-subheading-xsmall)}.subheading-xxsmall{font:var(--text-subheading-xxsmall)}.body-xxlarge{font:var(--text-body-xxlarge)}.body-xlarge{font:var(--text-body-xlarge)}.body-large{font:var(--text-body-large)}.body-medium{font:var(--text-body-medium)}.body-small{font:var(--text-body-small)}.body-xsmll{font:var(--text-body-xsmall)}pre{background-color:var(--color-light-porcelain);border:1px solid var(--color-pink);border-radius:10px;font-family:monospace;padding:var(--spacing-small);width:-moz-max-content;width:max-content}.column>hr{border:0;border-bottom:1px solid var(--color-gray);margin:2rem 0!important}.hero,h1{font-size:var(--heading-large-size);font-weight:900;line-height:var(--heading-large-line-height)}.hero.medium,h1.medium{font-size:64px;line-height:54px}.hero.small,h1.small{font-size:42px;line-height:44px}.hero.xsmall,h1.xsmall{font-size:32px;font-weight:900;line-height:34px}.hero.xxsmall,h1.xxsmall{font-size:22px;font-weight:900;line-height:24px}.subheading,h2,h3{font-size:32px;font-weight:700;line-height:35px}.subheading.medium,h2.medium,h3.medium{font-size:26px;line-height:29px}.subheading.small,h2.small,h3.small{font-size:22px;line-height:26px}.subheading.xsmall,h2.xsmall,h3.xsmall{font-size:16px;line-height:18px}.subheading.xxsmall,h2.xxsmall,h3.xxsmall{font-size:12px;line-height:14px}a,p{color:inherit;font-size:10px;font-weight:400;line-height:var(--body-line-height);text-decoration:none}a{cursor:pointer}.xxlarge a,a.xxlarge,p.xxlarge{font-size:22px;line-height:28px}.xlarge a,a.xlarge,p.xlarge{font-size:17px;line-height:24px}.medium a,a.medium,p.medium{font-size:12px;line-height:18px}.small a,a.small,p.small{font-size:10px;line-height:12px}.xsmall a,a.xsmall,p.xsmall{font-size:8px;line-height:12px}a{font-weight:700}:root{--button-large-padding:12px 20px;--button-medium-padding:10px 30px;--button-small-padding:6px 14px;--button-large-font:var(--text-link-large);--button-medium-font:var(--text-link-small);--button-small-font:var(--text-body-xsmall)}button{background-color:var(--color-gray);border:1px solid var(--color-gray);border-radius:4px;color:var(--color-white);font:var(--button-large-font);padding:var(--button-large-padding)}button.secondary{background-color:var(--color-white);color:var(--color-gray)}button.secondary:hover,button:hover{background-color:var(--color-yellow);color:var(--color-gray)}button.medium{font:var(--button-medium-font);padding:var(--button-medium-padding)}button.small{font:var(--button-small-font);padding:var(--button-small-padding)}button.full{height:52px;width:100%}button.rounded{border-radius:100px}input[type=text],label>input[type=email],label>input[type=password]{background:#fff;border:1px solid #d4d4d4;border-radius:4px;flex:1;font-size:10px;padding:15px 16px}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus{border:1px solid #000;outline:none}label{background-color:var(--color-white);border-radius:4px;display:grid;font-size:8px;font-weight:400}label>*{grid-column-start:1;grid-row-start:1}label:has(.error)>input[type=email],label:has(.error)>input[type=password],label:has(.error)>input[type=text]{border:2px solid var(--color-red);margin-bottom:-1px;margin-top:-1px}label>span{padding:8px 16px}label>span.error{color:var(--color-red);margin-top:auto}label>input[type=email],label>input[type=password],label>input[type=text]{background-color:transparent;font-size:16px;font-weight:700;height:64px;line-height:18px;padding:0 16px;z-index:1}.ad{align-items:center;color:var(--color-white);display:flex;height:465px;justify-content:center;width:248px}
