@import url(https://fonts.googleapis.com/css2?family=Extenda&family=Poppins:wght@400;500;900&display=swap);:root{--wrapper:90%;--headerHeight:120px;--white:#fff;--accent:#baa384;--blue:#0640ff;--accent-transparent:#baa384;--dark:#263977;--light:#c7d4ff;--footer-bg:#f5dd51;--dark-bg:#2c2c2c;--dark-bg-transparent:#2c2c2c;--gradient-dark-bg:linear-gradient(116.23deg,#1d2337 5.44%,#193696 123.05%);--dark-blue-bg:#1a2859;--anchor:#294086;--radm:8px}@media (max-width:1200px){:root{--wrapper:calc(100vw - 64px)}}@media (max-width:900px){:root{--wrapper:calc(100vw - 32px);--headerHeight:100px}}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{line-height:1.15}b,strong{font-weight:bolder}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[hidden]{display:none}ul{list-style:none}li{display:flex;flex-direction:column}a{color:inherit}b{font-weight:700}img,picture{display:block;object-fit:contain;width:auto;height:100%;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}#info-section{padding-top:0}#switch-section{position:absolute;margin-top:-425px}html{font-family:Poppins,sans-serif;font-weight:400;scroll-behavior:smooth}body,html{height:100%}body{line-height:175%;color:#c7d4ff;color:var(--light);background-color:#fff;background-color:var(--white)}.body.burger-active{overflow-y:hidden}.wrapper{width:100%;max-width:90%;max-width:var(--wrapper);margin:0 auto}h1,h2,h3,h4,h5,h6{font-family:Mute,sans-serif;font-weight:400}h1,h2{font-size:80px;line-height:.95;vertical-align:middle}@media (max-width:1200px){h1,h2{font-size:72px;line-height:.8}}@media (max-width:900px){h1,h2{font-size:48px}}h2.title{margin-top:18px}@media (max-width:900px){h2.title{margin-top:14px}}.text{font-size:20px;line-height:1.6;font-weight:300}@media (max-width:1200px){.text{font-size:16px;line-height:28px}}@media (max-width:900px){.text{text-align:center}}.text--accent{font-weight:600}.text--dark{color:#263977;color:var(--dark)}.text--light{color:#c7d4ff;color:var(--light)}.text--l{font-size:32px;line-height:1.5}@media (max-width:1200px){.text--l{font-size:24px}}@media (max-width:900px){.text--l{font-size:20px;line-height:32px}}.text--content{font-size:16px;line-height:1.75}.text--thin{font-weight:300}.text--color{color:#baa384;color:var(--accent)}.anchor{display:inline-flex;justify-content:center;align-items:center;position:absolute;bottom:50px;width:30px;height:30px;padding:6px;color:#294086;color:var(--anchor);transition:all .25s ease}.anchor:hover{color:#baa384;color:var(--accent)}.anchor__image{height:100%;width:auto;max-width:100%;object-fit:contain}.header{display:flex;position:fixed;top:0;left:0;justify-content:center;align-items:center;width:100%;height:120px;height:var(--headerHeight);background-color:#2c2c2c;background-color:var(--dark-bg);font-size:16px;line-height:1.5;color:#fff;color:var(--white);z-index:100}.hidden-title{font-size:0;position:absolute;line-height:0;visibility:hidden}.header__nav{display:flex;justify-content:space-between;align-items:center;height:100%}@media (max-width:900px){.header__nav{padding:16px 0}}.header__button{display:none;position:absolute;flex-direction:column;justify-content:space-between;align-items:center;align-self:flex-start;right:14px;width:28px;height:22px;padding:4px;z-index:25}@media (max-width:900px){.header__button{display:inline-flex;align-self:center}}.logo{display:inline-flex;height:70%}.logo__image.mute-logo--footer{height:100%;width:auto}.logo__image{display:inline-flex;width:100%;height:auto;transition:all .25s ease}.logo--header{position:absolute;width:500px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;will-change:transform;-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:translate(-5%,calc(50vh - 75%));transform:translate(-5%,calc(50vh - 75%));-webkit-transform:translate(calc(var(--wrapper)/2 - 50%),calc(50vh - 75%));transform:translate(calc(var(--wrapper)/2 - 50%),calc(50vh - 75%));-webkit-filter:drop-shadow(0 36px 44px #0d111d);filter:drop-shadow(0 36px 44px #0d111d);transition:all .25s ease,-webkit-transform .75s ease;transition:all .25s ease,transform .75s ease;transition:all .25s ease,transform .75s ease,-webkit-transform .75s ease}@media (max-width:900px){.logo--header{width:432px;-webkit-transform:translate(-5%,calc(50vh - 100%));transform:translate(-5%,calc(50vh - 100%));-webkit-transform:translate(calc(var(--wrapper)/2 - 50%),calc(50vh - 100%));transform:translate(calc(var(--wrapper)/2 - 50%),calc(50vh - 100%));width:248px}}.logo--header.showed{-webkit-transform:translate(0) scale(.2352);transform:translate(0) scale(.2352);-webkit-filter:drop-shadow(0 0 0 #0d111d);filter:drop-shadow(0 0 0 #0d111d)}@media (max-width:900px){.logo--header.showed .mute-logo__word{fill:#baa384;fill:var(--accent)}}.header__button-line{width:20px;height:2px;border-radius:1px;background-color:#fff;background-color:var(--white);transition:all .25s ease;pointer-events:none}.body.burger-active .menu.header__menu{-webkit-transform:translateX(0);transform:translateX(0);box-shadow:0 -25vw 0 100vw rgba(0,0,0,.5)}.menu.header__menu__right{margin-right:0;margin-left:auto;width:100%;padding-left:0}.header_socials{flex-direction:row}.body.burger-active .header__button-line--top{-webkit-transform:translateY(6px) rotate(45deg);transform:translateY(6px) rotate(45deg)}.body.burger-active .header__button-line--mid{-webkit-transform:translate(-20px);transform:translate(-20px);opacity:0}.body.burger-active .header__button-line--bottom{-webkit-transform:translateY(-6px) rotate(-45deg);transform:translateY(-6px) rotate(-45deg)}@media (max-width:900px){.menu.header__menu{display:grid;position:fixed;grid-auto-flow:row;grid-row-gap:26px;justify-content:center;align-items:flex-start;grid-auto-rows:150px;width:100%;top:0;right:0;left:auto;margin:0;padding:96px 56px 18px 44px;width:62.5%;height:100vh;background-color:#2c2c2c;background-color:var(--dark-bg);-webkit-transform:translateX(100%);transform:translateX(100%);box-shadow:0 -37.5vw 0 100vw rgba(11,17,38,0);transition:all .25s ease}}.menu{display:inline-grid;margin-bottom:0;grid-auto-flow:column;grid-column-gap:20px;width:90%;align-items:center;margin-top:0;height:100%;justify-content:space-around}.menu__link{padding:4px 10px;transition:all .25s ease}.menu__link:hover{color:#baa384;color:var(--accent)}.socials__link:hover{fill:#baa384;fill:var(--accent)}.title{color:#baa384;color:var(--accent)}@media (max-width:900px){.title{text-align:center}}.link{display:inline-grid;grid-auto-flow:column;grid-column-gap:4px;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:600;color:#baa384;color:var(--accent);text-decoration:underline;transition:all .25s ease}.link:hover{color:#fff;color:var(--white)}.link__arrow{width:12px;height:12px}.buttons{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;justify-content:flex-start;align-items:flex-start;flex-direction:row}@media (max-width:1200px){.buttons{flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:900px){.buttons{width:100%}}.buttons__row{display:flex;align-items:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:1200px){.buttons__row{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:900px){.buttons__row{flex-direction:column;width:100%}}.buttons__row+.buttons__row{margin-left:24px}@media (max-width:1200px){.buttons__row+.buttons__row{margin-left:0;margin-top:24px}}@media (max-width:900px){.buttons__row+.buttons__row{margin-top:16px}}.button{display:inline-flex;position:relative;justify-content:center;align-items:center;justify-self:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:180px;height:56px;padding:12px 32px;border-radius:8px;border-radius:var(--radm);font-size:18px;line-height:1.5;white-space:nowrap;color:#263977;color:var(--dark);transition:all .25s ease;z-index:1}.button,.button_app{font-weight:600;text-align:center}.button_app{height:100%;padding-top:6px;padding-bottom:6px;width:100px;min-width:100px;background:#baa384;background:var(--accent-transparent);font-size:14px;color:#baa384;color:var(--accent);border:2px solid #baa384;border:2px solid var(--accent);border-radius:8px;border-radius:var(--radm)}.button_app:hover{color:#fff}@media (max-width:900px){.button_app{width:100%;height:38px}}.button:before{content:"";position:absolute;width:calc(100% + 2px);height:100%;border-radius:8px;border-radius:var(--radm);background:linear-gradient(90deg,#2c2c2c 40%,#baa384,#baa384,#0640ff);background:linear-gradient(90deg,var(--dark-bg) 40%,var(--accent),var(--accent),var(--blue));background-size:300% 100%;background-position:100% 50%;-webkit-mask-size:contain,contain,calc(100% - 14px) 100%;mask-size:contain,contain,calc(100% - 14px) 100%;-webkit-mask-position:left,right,center;mask-position:left,right,center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;transition:all .25s ease,opacity 0s ease;pointer-events:none;z-index:0;opacity:.5}.button:hover{background-color:#2c2c2c;background-color:var(--dark-bg);color:#baa384;color:var(--accent)}.button:hover:before{opacity:1}.button:active,.button:focus{color:#fff;color:var(--white);background-color:#2c2c2c;background-color:var(--dark-bg)}.button:active:before,.button:focus:before{opacity:1}@media (max-width:900px){.button{width:100%}}.button+.button{margin-left:24px}@media (max-width:900px){.button+.button{margin-left:0;margin-top:16px}}.button--accent{background-color:#baa384;background-color:var(--accent);border:2px solid #baa384;border:2px solid var(--accent);color:#fff;color:var(--white)}.button--accent:before{display:none}.button--accent:hover{color:#baa384;color:var(--accent)}.button--accent:active,.button--accent:focus,.button--accent:hover{background-color:#2c2c2c;background-color:var(--dark-bg);border-color:#2c2c2c;border-color:var(--dark-bg)}.button--accent:active,.button--accent:focus,.section--buttons-light .button:not(.button--accent){color:#fff;color:var(--white)}.section--buttons-light .button:not(.button--accent):hover{color:#baa384;color:var(--accent);background-image:linear-gradient(#2c2c2c,#2c2c2c 2px,#fff 0,#fff calc(100% - 2px),#2c2c2c calc(100% - 2px),#2c2c2c);background-image:linear-gradient(var(--dark-bg),var(--dark-bg) 2px,var(--white) 0,var(--white) calc(100% - 2px),var(--dark-bg) calc(100% - 2px),var(--dark-bg))}.section--buttons-light .button:not(.button--accent):hover:before{background-position:80% 50%;opacity:1}.section--buttons-light .button:not(.button--accent):active,.section--buttons-light .button:not(.button--accent):focus{color:#2c2c2c;color:var(--dark-bg);background-color:#fff;background-color:var(--white)}.section--buttons-light .button:not(.button--accent):active:before,.section--buttons-light .button:not(.button--accent):focus:before{background-position:0 50%;opacity:1}.section--buttons-light .button--accent{color:#fff;color:var(--white);background-color:#baa384;background-color:var(--accent)}.section--buttons-light .button--accent:hover{color:#baa384;color:var(--accent);background-color:#fff;background-color:var(--white);border-color:#fff;border-color:var(--white)}.section--buttons-light .button--accent:active,.section--buttons-light .button--accent:focus{color:#2c2c2c;color:var(--dark-bg);background-color:#fff;background-color:var(--white);border-color:#fff;border-color:var(--white)}.main{width:100%;overflow-x:hidden}@media (max-width:1200px){.main{overflow-y:visible}}.section{display:flex;flex-direction:column;align-items:center;position:relative;padding:104px 0}@media (max-width:1200px){.section{padding:78px 0}}@media (max-width:900px){.section{padding:64px 0}}.section--dark{background-color:#2c2c2c;background-color:var(--dark-bg)}.section--light{background-color:#fff;background-color:var(--white);color:#263977;color:var(--dark)}.section__content{display:flex;position:relative;flex-direction:column;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.section--hero{min-height:100vh;justify-content:flex-end;margin-top:120px;margin-top:var(--headerHeight);padding:168px 0 100px;background-size:cover;background-position:top}@-webkit-keyframes growAndShrink{0%{background-position:45% 0}to{background-position:55% 0}}@keyframes growAndShrink{0%{background-position:45% 0}to{background-position:55% 0}}@media (max-width:1200px){.section--hero{min-height:100vh;padding:168px 0 100px}}@media (max-width:900px){.section--hero{min-height:100vh;margin-top:0;padding:168px 0 100px}}.section--hero .content{display:grid;grid-template-columns:1fr 2.3fr;grid-column-gap:62px;margin-top:auto}@media (max-width:1200px){.section--hero .content{grid-template-rows:auto auto;grid-template-columns:1fr;grid-column-gap:0;grid-row-gap:48px;text-align:center}}@media (max-width:900px){.section--hero .content{grid-row-gap:32px}}.section--hero .content.content--hero .content__text{grid-row-gap:0}.section--hero .content.content--hero .content__text .text+.text{margin-top:32px}@media (max-width:900px){.section--hero .content.content--hero .content__text .text+.text{margin-top:22px}}@media (max-width:1200px){.section--hero .content.content--hero .content__text{padding:0 62px}}@media (max-width:900px){.section--hero .content.content--hero .content__text{padding:0}}.section--hero .text{color:#c7d4ff;color:var(--light);font-weight:400}.section--hero .content--side .text{font-size:36px;line-height:48px;font-weight:300;color:#fff;color:var(--white)}@media (max-width:1200px){.section--hero .content--side .text{font-size:32px}}@media (max-width:900px){.section--hero .content--side .text{font-size:20px;line-height:32px}}.section--token{padding-top:128px}@media (max-width:1200px){.section--token{padding-top:86px}}@media (max-width:900px){.section--token{padding-top:64px}}.section--token .section__content{align-items:center}.section--token .content{max-width:800px}@media (max-width:1200px){.section--token .content{max-width:646px}}.section--token .content__text{grid-row-gap:14px}@media (max-width:900px){.section--token .content__text{grid-row-gap:42px}}.section--token .title{margin-top:10px}.section--token .buttons{margin-top:78px}@media (max-width:1200px){.section--token .buttons .buttons__row{justify-content:space-evenly}}@media (max-width:900px){.section--token .buttons{margin-top:34px}}.section--switch{padding:128px 0 220px}@media (max-width:1200px){.section--switch{padding:102px 0 140px}}@media (max-width:900px){.section--switch{padding:64px 0 60px}}.section--switch .content__text{max-width:508px}@media (max-width:1200px){.section--switch .content__text{max-width:368px}}@media (max-width:900px){.section--switch .content__text{grid-row-gap:26px}.section--switch .content__text .text{margin-top:216px}}.section--switch .section__image{position:absolute;justify-self:center;width:100%;max-width:720px;height:auto;top:50%;right:calc(50vh - 45%);right:calc(50vh - var(--wrapper)/2);-webkit-transform:translate(30%,-38%);transform:translate(30%,-38%)}@media (max-width:1200px){.section--switch .section__image{max-width:460px;right:0;-webkit-transform:translate(37%,-23%);transform:translate(37%,-23%)}}@media (max-width:900px){.section--switch .section__image{right:50%;max-width:280px;max-height:164px;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}}.section--voice{background:linear-gradient(116.23deg,#1d2337 5.44%,#193696 123.05%);background:var(--gradient-dark-bg)}.section--voice .content{grid-column-gap:136px}@media (max-width:1200px){.section--voice .content{grid-column-gap:68px}}.section--voice .content__text{max-width:592px}.section--voice .text--l{color:#fff;color:var(--white)}.section--voice .content__image{max-height:252px;margin-top:22px}@media (max-width:1200px){.section--voice .content__image{max-height:198px;margin-top:48px}}@media (max-width:900px){.section--voice .content__image{max-height:130px;margin-top:0;order:-1}}.section--voice .buttons{margin-top:56px;width:100%}@media (max-width:1200px){.section--voice .buttons{width:100%;justify-content:center;align-self:center;align-items:center}}@media (max-width:900px){.section--voice .buttons{margin-top:40px}}.section--voice .button{min-width:266px}@media (max-width:900px){.section--voice .button{min-width:0}}.section--voice .buttons .button:nth-child(2n+3){grid-column:1/span 2;justify-self:center}.section--voice .cards{margin-top:72px;padding-left:0}@media (max-width:1200px){.section--voice .cards{margin-top:54px}}@media (max-width:900px){.section--voice .cards{margin-top:40px;padding-left:0}}.section--posts .buttons{margin-top:112px;align-self:center}@media (max-width:1200px){.section--posts .buttons{margin-top:56px;margin-bottom:10px}}.content{display:grid;grid-auto-flow:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;grid-column-gap:72px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media (max-width:1200px){.content{grid-column-gap:48px}}@media (max-width:900px){.content{display:flex;flex-direction:column;align-items:center;width:100%}}.content__text{display:grid;grid-row-gap:22px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media (max-width:900px){.content__text{grid-row-gap:34px;justify-items:center}}.content--center{align-self:center}.content__image{max-height:200px}@media (max-width:1200px){.content__image{max-height:168px}}@media (max-width:900px){.content__image{max-height:108px;margin-bottom:40px}}.underline{text-decoration:underline}.subinfo{display:inline-flex;justify-content:center;align-items:center;padding:12px 20px;font-size:16px;line-height:18px;font-weight:500;color:#baa384;color:var(--accent);border-radius:8px;border-radius:var(--radm);background-color:#baa384;background-color:var(--accent-transparent)}.cards,.subinfo{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cards{display:inline-grid;grid-auto-flow:column;grid-column-gap:30px;grid-row-gap:32px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:200px;padding-right:32px}@media (max-width:1200px){.cards{grid-auto-flow:row;width:100%}}@media (max-width:900px){.cards{grid-row-gap:24px}}.card{display:inline-grid;justify-items:center;justify-content:center;grid-row-gap:26px;max-width:540px;padding:48px 48px 56px;border-radius:8px;border-radius:var(--radm);border:1px solid #2c2c2c;border:1px solid var(--dark-bg-transparent);color:#fff;color:var(--white);text-align:center;background-color:#2c2c2c;background-color:var(--dark-bg-transparent);transition:all .25s ease}.card:hover{border-color:#baa384;border-color:var(--accent)}@media (max-width:1200px){.card{display:grid;width:100%;max-width:none;padding:48px 130px 56px;grid-row-gap:28px}}@media (max-width:900px){.card{padding:40px 16px;grid-row-gap:36px}}.card__quote{margin-top:8px;max-height:76px}.card__title{font-size:24px;line-height:40px;font-weight:600;font-family:Poppins,sans-serif}@media (max-width:900px){.card__title{font-size:20px;line-height:32px}}.blog{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-row-gap:55px;grid-column-gap:30px;margin-top:80px}@media (max-width:1200px){.blog{grid-template-columns:1fr;grid-template-rows:auto;grid-auto-rows:auto;grid-row-gap:32px;margin-top:48px;padding-left:0}}@media (max-width:900px){.blog{grid-row-gap:48px}}.article{display:inline-grid;position:relative;grid-template-columns:1fr 1fr;grid-template-rows:fit-content(40%) auto auto;grid-template-areas:"image title" "image content" "image link";grid-row-gap:8px;grid-column-gap:24px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:174px;font-family:Poppins,sans-serif}@media (max-width:1200px){.article{grid-template-rows:58px auto 24px;grid-template-columns:1fr 1.6fr;grid-row-gap:8px;max-height:unset}}@media (max-width:900px){.article{grid-template-rows:auto auto auto 20px;grid-template-columns:1fr 1fr;grid-template-areas:"image image" "title title" "content content" "date link";grid-row-gap:12px}}.article__image{grid-area:image;width:100%;max-height:174px;object-fit:cover;border-radius:8px;border-radius:var(--radm);overflow:hidden}@media (max-width:900px){.article__image{max-height:192px}}.article__title{grid-area:title;font-size:20px;line-height:1.6;font-weight:500;color:#fff;color:var(--white);font-family:Poppins,sans-serif;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media (max-width:900px){.article__title{margin-top:12px}}.article__text{grid-area:content;font-size:14px;line-height:24px;font-weight:300;color:#c7d4ff;color:var(--light);text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:48px;overflow:hidden}@media (max-width:1200px){.article__text{-webkit-line-clamp:2;max-height:72px}}@media (max-width:900px){.article__text{font-size:16px;line-height:28px;-webkit-line-clamp:4;max-height:112px}}.article__date{display:none;grid-area:date;font-size:16px;line-height:24px;font-weight:500;color:#c7d4ff;color:var(--light)}@media (max-width:900px){.article__date{display:inline-flex;font-size:14px;line-height:20px}}.article__link{justify-self:end;grid-area:link;font-size:14px;line-height:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media (max-width:1200px){.article__link{font-size:16px}}@media (max-width:900px){.article__link{font-size:14px}}.article:first-child{grid-template-rows:auto auto auto 20px;grid-template-columns:1fr 1fr;grid-template-areas:"image image" "title title" "content content" "date link";grid-area:1/1/4/2;grid-row-gap:12px;max-height:100%}@media (max-width:1200px){.article:first-child{grid-area:unset;margin-bottom:4px}}.article:first-child .article__image{max-height:312px}@media (max-width:1200px){.article:first-child .article__image{max-height:320px}}@media (max-width:900px){.article:first-child .article__image{max-height:192px}}.article:first-child .article__title{font-size:32px;line-height:1.25;margin-top:20px}@media (max-width:900px){.article:first-child .article__title{font-size:20px;line-height:32px;margin-top:12px}}.article:first-child .article__text{margin-top:4px;font-size:16px;line-height:28px;-webkit-line-clamp:4;max-height:112px}@media (max-width:1200px){.article:first-child .article__text{margin-top:0;line-clamp:3;-webkit-line-clamp:3;max-height:84px}}@media (max-width:900px){.article:first-child .article__text{line-clamp:4;-webkit-line-clamp:4;max-height:112px}}.article:first-child .article__date{display:inline-flex}@media (max-width:900px){.article:first-child .article__date{font-size:14px}}.article:first-child .article__link{font-size:16px}@media (max-width:900px){.article:first-child .article__link{font-size:14px}}.footer{background-color:#f5dd51;background-color:var(--footer-bg);height:130px;color:#fff;color:var(--white)}@media (max-width:900px){.footer{height:auto}}.footer__nav{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:32px 22px;grid-row-gap:30px;justify-content:space-between;align-items:center;padding:24px 0 20px}@media (max-width:900px){.footer__nav{grid-template-columns:1fr;grid-template-rows:32px auto;padding:24px 0 16px}}.footer__menu{justify-self:end}@media (max-width:900px){.footer__menu{width:100%;grid-auto-flow:row;grid-column-gap:0;grid-row-gap:8px;justify-items:center;padding-left:0}}.footer .logo{height:20px}@media (max-width:900px){.footer .logo{justify-content:center}}.footer__side-link{opacity:.5;font-size:12px;line-height:24px;letter-spacing:1px}@media (max-width:900px){.footer__side-link{text-align:center}}svg{display:inline-flex;height:100%;width:auto;object-fit:contain}.logo--header .mute-logo__dott,.logo--header .mute-logo__word{transition:all .25s ease}.logo--header:hover .mute-logo__word{fill:#baa384;fill:var(--accent)}.logo--header:hover .mute-logo__dott{fill:#fff;fill:var(--white)}.footer .logo .mute-logo__dott,.footer .logo .mute-logo__word{transition:all .25s ease}.footer .logo:hover .mute-logo__dott,.footer .logo:hover .mute-logo__word{fill:#baa384;fill:var(--accent)}.btn-wrapper{text-align:center;position:absolute;bottom:0;margin:0 auto;width:100%}.svg-mod{width:50%;position:relative}.section--dock{background-color:#080a11}.col{background-color:#0c101c}.partner__group{display:grid;grid-auto-flow:column;grid-row-gap:22px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.partner__image{width:200px;padding:20px}@media (max-width:775px){.partner__group{grid-auto-flow:row}}.partner_title{color:#fff;font-size:35px}.section--partner{padding-top:112px;padding-bottom:0}.menu__item{height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-bottom:0;border-bottom:5px solid transparent}.header__menu__wrapper .w--current,.menu__item:hover{border-bottom:5px solid #baa384;color:#baa384;fill:#baa384}.header__menu__wrapper .w--current .header_image_hover{display:inline}.header__menu__wrapper .w--current .header_image{display:none}.header_image,.header_image_hover{width:60px;height:auto}.header__menu__wrapper{height:100%;flex-direction:row;display:flex}@media (max-width:900px){.header__menu__wrapper{height:auto;flex-direction:column;display:flex}.menu__filler{display:none}}.header_image_hover{display:none}.header__item:hover .header_image_hover{display:inline}.header__item:hover .header_image{display:none}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}td,th{padding:0}body{font-family:"Open Sans",sans-serif;color:#1a1b1f;font-size:16px;line-height:28px}body,h1{font-weight:400}h1{margin-top:20px;margin-bottom:15px;font-size:44px;line-height:62px}h2{font-size:36px;line-height:50px}h2,h3{margin-top:10px;margin-bottom:10px;font-weight:400}h3{font-size:30px;line-height:46px}h4{margin-top:10px;margin-bottom:10px;font-size:24px;line-height:38px;font-weight:400}h5{font-size:20px;line-height:34px}h5,h6{margin-top:10px;margin-bottom:10px;font-weight:500}h6{font-size:16px;line-height:28px}p{margin-bottom:10px;font-family:Merriweather,serif;font-weight:300}a{display:block;transition:opacity .2s ease;color:#7be5c4;text-decoration:underline}a:hover{color:#32343a}a:active{color:#43464d}ul{margin-top:20px;margin-bottom:20px;padding-left:40px;list-style-type:disc}li{margin-bottom:10px}img{display:block}label{margin-bottom:10px;font-size:12px;line-height:20px;font-weight:500;letter-spacing:1px;text-transform:uppercase}blockquote{margin-top:25px;margin-bottom:25px;padding:15px 30px;border-left:5px solid #e2e2e2;font-size:20px;line-height:34px}figure{margin-top:25px;padding-bottom:20px}figcaption{margin-top:5px;opacity:.6;font-size:14px;line-height:26px;text-align:center}.heading-jumbo-small{margin-top:10px;margin-bottom:15px;font-size:36px;line-height:50px;font-weight:400;text-transform:none}.styleguide-block{display:block;margin-top:80px;margin-bottom:80px;flex-direction:column;align-items:center;text-align:left}.heading-jumbo-tiny{margin-top:10px;margin-bottom:10px;font-size:18px;line-height:32px;font-weight:500;text-transform:uppercase}.rich-text{width:70%;margin-right:auto;margin-bottom:100px;margin-left:auto}.rich-text p{margin-top:15px;margin-bottom:25px;opacity:.6}.container{display:flex;width:80%;height:90%;max-height:9%;max-width:80%;margin:80vh auto 0;padding-bottom:0;flex-direction:column;justify-content:space-between;align-items:center}.styleguide-content-wrap{text-align:center}.paragraph-small{font-size:14px;line-height:26px}.styleguide-header-wrap{display:flex;height:460px;padding:30px;flex-direction:column;justify-content:center;align-items:center;background-color:#1a1b1f;color:#fff;text-align:center}.heading-jumbo,.styleguide-button-wrap{margin-top:10px;margin-bottom:10px}.heading-jumbo{display:flex;justify-content:center;font-size:64px;line-height:80px;text-transform:none}.paragraph-tiny{display:flex;height:100%;max-height:100%;padding-right:15px;align-items:center;color:#eb732e!important;font-size:12px;line-height:20px}.paragraph-tiny.cc-paragraph-tiny-light{opacity:.7}.label{margin-bottom:10px;font-size:12px;line-height:20px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.label.cc-styleguide-label{margin-bottom:25px}.label.cc-speaking-label{margin-top:20px;margin-bottom:10px}.label.cc-about-light,.paragraph-light{opacity:.6}.paragraph-light.cc-position-name{margin-bottom:5px}.first-section{display:flex;width:100%;height:auto;max-height:130vh;margin-right:0;margin-left:0;padding-top:0;justify-content:center;align-items:center;text-align:center}.first-section.cc-contact{padding-right:80px;padding-left:80px;background-color:#f4f4f4}.button{padding:12px 25px;border-radius:0;background-color:#1a1b1f;transition:background-color .4s ease,opacity .4s ease,color .4s ease;color:#fff;font-size:12px;line-height:20px;letter-spacing:2px;text-decoration:none;text-transform:uppercase}.button:hover{background-color:#32343a;color:#fff}.button:active{background-color:#43464d}.button.cc-jumbo-button,.button.cc-white-button{padding:16px 35px;font-size:14px;line-height:26px}.button.cc-white-button{background-color:#fff;color:#202020}.button.cc-white-button:hover{background-color:hsla(0,0%,100%,.8)}.button.cc-white-button:active{background-color:hsla(0,0%,100%,.9)}.paragraph-bigger{margin-bottom:10px;opacity:1;font-size:20px;line-height:34px;font-weight:400}.paragraph-bigger.cc-bigger-light{opacity:.6}.divider{height:1px;background-color:#eee}.logo-link{z-index:1}.logo-link:hover{opacity:.8}.logo-link:active{opacity:.7}.logo-link.w--current{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;margin-top:10%;padding-right:0;padding-left:0;justify-content:center;align-items:center}.navigation-item{padding-top:9px;padding-bottom:9px;opacity:.6;font-size:12px;line-height:20px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.navigation-item:hover{opacity:.9}.navigation-item:active{opacity:.8}.navigation-item.w--current{opacity:1;color:#1a1b1f;font-weight:600}.navigation-item.w--current:hover{opacity:.8;color:#32343a}.navigation-item.w--current:active{opacity:.7;color:#32343a}.navigation-items{justify-content:space-between;flex:1 1}.navigation,.navigation-items{display:flex;align-items:center}.navigation{padding:30px 50px;background-color:transparent}.logo-image{display:block}.navigation-wrap{display:flex;margin-right:0;align-items:center}.intro-wrap{margin-top:100px;margin-bottom:140px}.name-text,.position-name-text{font-size:20px;line-height:34px;font-weight:400}.position-name-text{margin-bottom:10px;text-transform:none}.work-description{display:flex;width:100%;margin-bottom:60px;flex-direction:column;justify-content:center;align-items:center}.work-experience-grid{margin-bottom:140px;grid-column-gap:30px;grid-row-gap:30px;grid-template-areas:". . . .";-ms-grid-columns:1fr 30px 1fr 30px 1fr 30px 1fr;grid-template-columns:1fr 1fr 1fr 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.works-grid{margin-bottom:80px;grid-column-gap:30px;grid-row-gap:30px;grid-template-areas:". . ." ". . .";-ms-grid-columns:1.5fr 30px 1fr 30px 1.5fr;grid-template-columns:1.5fr 1fr 1.5fr;-ms-grid-rows:auto 30px auto;grid-template-rows:auto auto}.carrer-headline-wrap{width:70%;margin-bottom:50px}.work-image{display:flex;height:460px;margin-bottom:40px;flex-direction:column;justify-content:center;align-items:stretch;background-color:#f4f4f4;background-position:50% 50%;background-size:cover;text-align:center;text-decoration:none}.work-image:hover{opacity:.8}.work-image:active{opacity:.7}.project-name-link{margin-bottom:5px;font-size:20px;line-height:34px;font-weight:400;text-decoration:none}.project-name-link:hover{opacity:.8}.project-name-link:active{opacity:.7}.text-field{margin-bottom:18px;padding:21px 20px;border:1px solid #e4e4e4;border-radius:0;transition:border-color .4s ease;font-size:14px;line-height:26px}.text-field:hover{border-color:#e3e6eb}.text-field:active,.text-field:focus{border-color:#43464d}.text-field::-webkit-input-placeholder{color:rgba(50,52,58,.4)}.text-field:-ms-input-placeholder{color:rgba(50,52,58,.4)}.text-field::placeholder{color:rgba(50,52,58,.4)}.text-field.cc-textarea{height:200px;padding-top:12px}.status-message{padding:9px 30px;background-color:#202020;color:#fff;font-size:14px;line-height:26px;text-align:center}.status-message.cc-success-message{background-color:#12b878}.status-message.cc-error-message{background-color:#db4b68}.contact{padding-top:80px;padding-bottom:90px}.contact-headline{width:70%;margin-bottom:40px}.contact-form-grid{grid-column-gap:30px;grid-row-gap:10px}.contact-form-wrap{width:70%}.footer-wrap{display:flex;padding:60px;flex-direction:column;justify-content:space-between;align-items:flex-start;background-color:transparent!important}.webflow-link{display:flex;align-items:flex-end;opacity:1;transition:opacity .4s ease;color:#fff;text-decoration:none;text-transform:uppercase}.webflow-link:hover{opacity:1}.webflow-link:active{opacity:.8}.webflow-logo-tiny{margin-top:-2px;margin-right:8px}.footer-links{position:relative;z-index:1;display:flex;margin-right:0;align-items:center}.footer-item{display:block;width:50px;height:50px;max-height:50px;max-width:50px;margin-right:10px;margin-left:10px;flex-direction:row;align-items:flex-start;background-image:url(data:image/png;base64,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)!important;background-position:50% 50%;background-size:45px;background-repeat:no-repeat;opacity:1;font-size:12px;line-height:20px;letter-spacing:1px;text-decoration:none;text-transform:uppercase}.footer-item:active,.footer-item:hover{opacity:.8}.about-intro-grid{margin-top:100px;margin-bottom:140px;align-items:center;grid-column-gap:80px;grid-row-gap:30px;grid-template-areas:". .";-ms-grid-columns:1fr 80px 2fr;grid-template-columns:1fr 2fr;-ms-grid-rows:auto;grid-template-rows:auto}.hi-there-heading{margin-top:10px;margin-bottom:20px}.service-name-text{margin-bottom:10px;opacity:.6;font-size:30px;line-height:46px}.skillset-wrap{padding-right:60px}.reference-link{opacity:.6;font-size:14px;line-height:26px;text-decoration:none}.reference-link:hover{opacity:1}.reference-link:active{opacity:.9}.featured-item-wrap{margin-bottom:25px}.services-items-grid{padding-top:10px;grid-column-gap:30px;-ms-grid-rows:auto;grid-template-rows:auto}.services-items-grid,.skills-grid{grid-row-gap:30px;grid-template-areas:". ."}.skills-grid{margin-bottom:140px;grid-column-gap:80px;-ms-grid-columns:1fr 80px 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.personal-features-grid{margin-bottom:110px;grid-column-gap:80px;grid-row-gap:20px;grid-template-areas:". ." ". .";-ms-grid-rows:auto 20px auto;grid-template-rows:auto auto}.speaking-text{display:inline-block;margin-right:8px}.speaking-text.cc-past-speaking{opacity:.6}.speaking-detail{display:inline-block;opacity:.6}.upcoming-wrap{margin-bottom:40px}.social-media-heading{margin-bottom:60px}.social-media-grid{margin-bottom:30px;grid-column-gap:30px;grid-row-gap:30px;-ms-grid-rows:auto 30px auto;grid-template-areas:". . . ." ". . . .";-ms-grid-columns:1fr 30px 1fr 30px 1fr 30px 1fr;grid-template-columns:1fr 1fr 1fr 1fr}.project-overview-grid{margin-top:120px;margin-bottom:135px;grid-column-gap:50px;grid-row-gap:100px;grid-template-areas:". . . ." ". . . .";-ms-grid-columns:1fr 50px 1fr 50px 1fr 50px 1fr;grid-template-columns:1fr 1fr 1fr 1fr;-ms-grid-rows:auto 100px auto;grid-template-rows:auto auto}.detail-header-image{width:100%}.project-description-grid{margin-top:120px;margin-bottom:120px;grid-column-gap:30px;grid-row-gap:30px;grid-template-areas:". .";-ms-grid-columns:1fr 30px 2.5fr;grid-template-columns:1fr 2.5fr;-ms-grid-rows:auto;grid-template-rows:auto}.detail-image{width:100%;margin-bottom:30px}.email-section{width:70%;margin:140px auto 200px;text-align:center}.email-link{margin-top:15px;margin-bottom:15px;font-size:64px;line-height:88px;font-weight:400;text-decoration:none;text-transform:none}.email-link:hover{opacity:.8}.email-link:active{opacity:.7}.utility-page-wrap{width:100vw;height:100vh;max-height:100%;max-width:100%;color:#fff;text-align:center}._404-wrap,.utility-page-wrap{display:flex;padding:30px;justify-content:center;align-items:center}._404-wrap{width:100%;height:100%;flex-direction:column;background-color:#1a1b1f}._404-content-wrap{margin-bottom:20px}.protected-wrap{display:flex;padding-top:90px;padding-bottom:100px;justify-content:center;text-align:center}.protected-form{display:flex;flex-direction:column}.protected-heading{margin-bottom:30px}.image,.social_header_buttons{max-height:50px;max-width:50px}.social_header_buttons{height:50px;margin-right:0;margin-left:20px}.connect_button{display:flex;height:40px;max-height:40px;margin-right:0;margin-left:0;padding:0;justify-content:center;align-items:center;border-radius:6px;background-color:transparent;border:1px solid #e7dda0;color:#e7dda0;font-size:13px;width:130px;text-align:center}.connect_button:hover{background-color:#e7dda0;color:#f5dd51}.feature-section-roadmap{height:auto;max-height:none;max-width:100%;min-height:0;padding-top:100px;padding-bottom:100px}.flex-container{display:flex;max-width:80%;flex-direction:row;justify-content:space-between;align-items:center;flex:1 1}.feature-image-mask{display:flex;width:50%;height:100%;max-height:100%;max-width:50%;margin-right:0;justify-content:flex-start;text-align:right}.first-section-image{width:85%;max-width:85%;margin-top:0;margin-bottom:0;opacity:1;object-fit:contain;object-position:50% 50%}.div-block{display:flex;height:100%;max-height:100%;max-width:50%;min-height:100%;padding-left:0;flex-direction:column;justify-content:center;align-items:flex-start}.the-story-image-mask{position:static;z-index:1;display:flex;width:100%;max-width:100%;margin-right:-20%;justify-content:space-between;text-align:right}.section-heading{font-family:"Open Sans",sans-serif;color:#fff;font-weight:700}.section-text{display:block;width:100%;height:100%;max-height:100%;max-width:100%;margin-top:0;margin-bottom:auto;justify-content:center;align-items:flex-start;font-family:Merriweather,serif;color:#fff;font-size:18px;font-weight:300;text-align:left}.feature-section-second{overflow:hidden;height:auto;max-height:none;max-width:100%;min-height:0;padding-top:100px;padding-bottom:100px}.slider-section{overflow:hidden;padding-top:20px;padding-bottom:180px}.slider{position:relative;z-index:3;max-width:1200px;margin-right:auto;margin-bottom:-140px;margin-left:auto}.feature-section-rarities{height:auto;max-height:none;max-width:none;min-height:0;padding-top:100px;padding-bottom:100px}.flex-container-rarities{display:flex;max-width:80%;flex-direction:column;justify-content:center;align-items:center;flex:1 1}.section-heading-rarities{color:#fff;font-weight:700}.section-heading-rarities,.section-text-rarities{font-family:"Open Sans",sans-serif;text-align:center}.section-text-rarities{position:static;z-index:10;color:#bafce8;font-size:18px}.rarity-slide{width:33%;max-width:33%;text-align:center}.slide-2{width:30%;max-width:30%}.rarity-image{position:static;display:inline-block;width:50%;max-width:50%;text-decoration:none}.div-block-rarities{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.slide-nav,.slider-2{background-color:transparent}.flex-container-roadmap{display:flex;max-width:80%;margin-bottom:50px;flex-direction:row;justify-content:space-between;align-items:center;flex:1 1}.div-block-roadmap{display:flex;height:100%;max-height:100%;max-width:50%;min-height:100%;min-width:50%;flex-direction:column;justify-content:space-between;align-items:flex-start}.div-block-2{width:20%;height:100%;max-height:100%;max-width:20%}.div-block-3{display:flex;width:12%;max-width:12%;margin-right:30px;margin-bottom:auto;flex-direction:column;justify-content:flex-start;align-items:flex-start}.div-block-4{display:flex;width:15%;max-width:15%;margin-bottom:0;margin-left:0;padding-right:0;padding-left:0}.image-2{margin-right:0;padding-right:0}.image-2,.roadmap-text{width:100%;max-width:100%}.roadmap-text{display:block;height:100%;max-height:100%;margin-top:0;margin-bottom:auto;padding-top:15px;padding-bottom:30px;font-family:Merriweather,serif;color:#fff;font-size:26px;font-weight:700}.feature-section-team{height:auto;max-height:none;max-width:100%;min-height:0;padding-top:100px;padding-bottom:100px}.team-div{display:flex;width:25%;max-width:25%;flex-direction:column;align-items:center}.image-3,.image-4,.image-5{width:150px;max-width:150px}.team-image{width:100%;max-width:100%;margin-bottom:40px;border:1px solid transparent;border-radius:8px}.feature-section-community{max-width:100%;min-height:0;padding-top:6%;padding-bottom:6%;background-color:#7a7a7a;background-position:0 0,0 0;background-size:cover,auto}.section-heading-community{display:block;width:100%;max-width:100%;flex-direction:column;font-family:"Open Sans",sans-serif;color:#000;font-weight:700}.section-text-community{display:block;margin-top:0;margin-bottom:46px;font-family:Merriweather,serif;color:#000}.div-block-commuity,.section-text-community{width:100%;height:100%;max-height:100%;max-width:100%}.div-block-commuity{display:flex;min-height:100%;flex-direction:column;justify-content:flex-end;align-items:flex-start}.the-story-image-mask-community{display:flex;width:100%;max-width:100%;margin-right:0;justify-content:flex-end;text-align:right}.div-block-community{display:flex;height:100%;max-height:100%;max-width:50%;min-height:100%;min-width:50%;flex-direction:column;justify-content:space-between;align-items:flex-start}.image-6{width:25%;max-width:25%}.image-7{position:static;overflow:hidden;max-height:80vh;max-width:0}.div-block-5,.image-7{left:0;top:0;right:0;bottom:0}.div-block-5{position:absolute;height:90vh;max-height:90vh;background-position:50% 50%;background-size:cover}.image-cloud-scroll-left{left:13%;top:61%;max-width:20%}.image-cloud-scroll-left,.image-cloud-scroll-left-three{position:absolute;right:auto;bottom:0;overflow:hidden;width:25%}.image-cloud-scroll-left-three{left:17%;top:13%;max-width:25%;opacity:1}.image-cloud-scroll-right-one{position:absolute;left:auto;top:20%;right:30%;bottom:0;overflow:hidden;width:15%;max-width:15%}.image-cloud-scroll-right-two{position:absolute;left:auto;top:55%;right:22%;bottom:0;overflow:hidden;width:18%;max-width:18%}.image-cloud-scroll-left-two{position:absolute;left:25%;top:40%;right:auto;bottom:0;overflow:hidden;width:30%;max-width:30%}.div-block-6{display:flex;width:50%;height:50vh;max-height:50vh;max-width:50%;flex-direction:row;justify-content:center;align-items:center;background-position:0 0;background-size:cover}.image-8{width:80%}.image-9{position:relative;left:0;top:0;right:0;bottom:0}.image-10{width:100%;max-width:100%}.community-image{width:85%;margin-top:0;margin-bottom:-160px;padding-top:0;opacity:1;object-fit:contain;object-position:50% 50%}.button-2{margin-bottom:20px;padding:15px 40px;border:3px solid #f5dd51;border-radius:8px;background-color:#c3b292;font-family:Merriweather,serif;color:#f5dd51;font-weight:600;cursor:pointer}.button-2:hover{border-color:#fff;color:#fff}.team-images{position:static;z-index:2;display:flex;width:100%;max-width:100%;margin-right:0;justify-content:space-between;text-align:right}.section-text-team-names{position:static;z-index:10;margin-bottom:0;font-family:Merriweather,serif;color:#fff;font-size:20px;font-weight:700;text-align:center}.image-11{width:25px;max-width:25px}.button-3{width:33.75px;height:30px;max-height:30px;max-width:33.75px;margin-top:auto;background-color:transparent;background-position:0 0;background-size:cover;background-attachment:scroll}.story-image-gems{display:block;width:40%;max-width:40%;margin-top:0;padding-top:0}.div-block-7{display:flex;width:100%;max-width:100%;margin-bottom:-90px;justify-content:flex-end}.div-block-rarity{max-width:55%;min-height:100%;flex-direction:column;align-items:center}.div-block-rarity,.feature-image-about{display:flex;height:100%;max-height:100%}.feature-image-about{width:50%;max-width:50%;margin-right:0;justify-content:flex-start;text-align:right}.div-block-about{display:flex;height:100%;max-height:100%;max-width:55%;min-height:100%;padding-left:5%;flex-direction:column;align-items:flex-start}.section-heading-team{padding-bottom:60px;font-family:"Open Sans",sans-serif;color:#fff;font-weight:700;text-align:center}.div-block-team{display:flex;width:50%;height:100%;max-height:100%;max-width:50%;min-height:100%;padding:10px 0;flex-direction:column;align-items:flex-start}.flex-container-team{display:flex;max-width:80%;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 1}.rarity-image-mask{position:static;z-index:1;display:flex;width:100%;max-width:100%;justify-content:space-between;text-align:right}.image-12{width:240px;max-width:240px}.div-block-8{display:flex;width:100%;max-width:100%;margin-top:0;padding-top:60px;justify-content:space-between}.footer-item-discord{width:50px;height:50px;max-height:50px;max-width:50px;margin-right:10px;margin-left:10px;background-image:url(data:image/png;base64,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)!important;background-position:50% 50%;background-size:46px;background-repeat:no-repeat;background-attachment:scroll;opacity:1;color:#fff;font-size:12px;line-height:20px;letter-spacing:1px;text-decoration:none;text-transform:uppercase}.footer-item-discord:active,.footer-item-discord:hover{opacity:.8}.footer-item-insta{width:50px;height:50px;max-height:50px;max-width:50px;margin-right:10px;margin-left:10px;background-image:url(data:image/png;base64,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)!important;background-position:50% 50%;background-size:46px;background-repeat:no-repeat;background-attachment:scroll;opacity:1;color:#fff;font-size:12px;line-height:20px;letter-spacing:1px;text-decoration:none;text-transform:uppercase}.footer-item-insta:active,.footer-item-insta:hover{opacity:.8}.flex-container-roadmap-item-1{display:flex;max-width:80%;margin-top:45px;margin-bottom:0;padding:0 25px;flex-direction:row;justify-content:flex-start;align-items:center;flex:1 1;border-radius:8px}.div-block-roadmap-item{display:flex;max-width:70%;margin-bottom:auto;flex-direction:column;justify-content:flex-start;align-items:flex-start}.image-roadmap-side{overflow:visible;margin-top:60%}.image-roadmap-side,.image-roadmap-side-2{position:relative;width:323px;max-width:323px;margin-right:0;margin-left:50%;padding-right:0;padding-left:0}.image-roadmap-side-2{margin-top:0}.flex-container-roadmap-item-2{display:flex;max-width:80%;margin-top:60px;margin-bottom:0;padding:40px 25px 55px;flex-direction:row;justify-content:flex-start;align-items:center;flex:1 1;border-radius:8px;background-image:linear-gradient(180deg,#f5ecda,#b89d71)}.div-block-image-roadmap{display:flex;margin-bottom:0;margin-left:0;padding-right:0;padding-left:0}.image-roadmap-side-3{position:relative;width:323px;max-width:323px;margin-top:30%;margin-right:0;margin-left:50%;padding-right:0;padding-left:0}.section-text-roadmap{display:block;width:100%;height:100%;max-height:100%;max-width:100%;margin-top:0;margin-bottom:auto;font-family:Merriweather,serif;color:#fff;font-size:18px;text-align:left}.flex-container-roadmap-item-3{display:flex;max-width:80%;margin-top:60px;margin-bottom:0;padding:40px 25px 55px;flex-direction:row;justify-content:flex-start;align-items:center;flex:1 1;border-radius:8px;background-image:linear-gradient(180deg,#f5ecda,#b89d71)}.section-text-team{position:static;z-index:10;padding-right:15%;padding-left:15%;font-family:"Open Sans",sans-serif;color:#bafce8;font-size:18px;text-align:center}.image-13{position:static;z-index:1;width:50%;max-width:50%;margin-top:0;margin-bottom:0}.section-text-team-title{position:static;z-index:10;margin-bottom:0;font-family:Merriweather,serif;color:#88e9cb;font-size:20px;font-weight:700;text-align:left}.div-block-9{display:flex;height:100%;max-height:100%;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left}.section-text-team-desc{position:static;z-index:10;margin-bottom:0;padding-top:15px;padding-bottom:15px;font-family:Merriweather,serif;color:#fff;font-size:16px;font-weight:300;text-align:left}.communty-header{display:block;width:100%;height:100%;max-height:100%;max-width:100%;margin-top:0;margin-bottom:46px;font-family:"Open Sans",sans-serif;color:#000;font-size:36px;font-weight:700}.image-14{width:35%;max-width:35%;font-family:Merriweather,serif}.image-14,.image-15{margin-top:10px;margin-bottom:10px}.image-15{width:50%;max-width:50%}.flex-container-second{display:flex;max-width:80%;flex-direction:row;justify-content:space-between;align-items:center;flex:1 1}.div-block-10,.nav-menu{display:flex}.nav-menu{align-items:center}.nav-link{padding-top:26px;padding-bottom:26px;background-color:#1f1f1f;font-family:Lato,sans-serif;color:#fff;font-weight:700;letter-spacing:.3px;cursor:pointer}.nav-link:hover{background-color:#3a3a3a}.clone{margin-right:0;padding:25px 30px;border-radius:0;background-color:#3545ee;transition:background-color .4s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,background-color .4s ease-in-out;transition:transform .3s ease-in-out,background-color .4s ease-in-out,-webkit-transform .3s ease-in-out;color:#fff;font-size:18px;font-weight:400}.clone:hover{background-color:#4253ff;color:#fff}.section-text-footer{position:static;z-index:10;margin-bottom:0;padding-top:15px;padding-right:15px;padding-bottom:15px;font-family:"Open Sans",sans-serif;color:#2b1615!important;font-size:12px;line-height:20px;font-weight:400;text-align:left;text-transform:uppercase}.div-block-11{display:flex}.image-16{width:30%}.div-block-12{display:flex;width:100%;max-width:100%;margin-top:40px;margin-bottom:40px;justify-content:space-between}.rich-text-block{font-family:Merriweather,serif;font-size:18px}.div-block-about-policy{display:flex;height:100%;max-height:100%;max-width:100%;min-height:100%;padding-left:0;flex-direction:column;align-items:center}.flex-container-policy{display:flex;max-width:80%;flex-direction:column;justify-content:center;align-items:stretch;flex:1 1}.logo-link-privacy{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;display:flex;width:auto;margin-top:20px;margin-right:50%;padding-left:20px;justify-content:flex-start;align-items:center}.logo-link-privacy:hover{opacity:.8}.logo-link-privacy:active{opacity:.7}.logo-link-privacy.w--current{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;margin-top:10%;padding-right:0;padding-left:0;justify-content:center;align-items:center}.image-6-privacy{width:20%;max-width:20%}.feature-section-third{height:auto;max-height:none;max-width:100%;min-height:0;padding-top:50px;padding-bottom:50px;background-position:50% 50%;background-size:auto 100%}.flex-container-third{display:flex;max-width:100%;flex-direction:row;justify-content:space-between;align-items:flex-end;flex:1 1}.quest-mask,.quest-mask-2{position:static;z-index:1;display:flex;margin-right:0;margin-bottom:-121px;align-items:center;text-align:right}.quest-mask,.quest-mask-2,.section-text-first{width:100%;max-width:100%;justify-content:center}.section-text-first{display:block;height:100%;max-height:100%;margin-top:0;margin-bottom:auto;align-items:flex-start;font-family:Merriweather,serif;color:#fff;font-size:18px;font-weight:300;text-align:left}.feature-section-first{margin-top:0;padding-top:150px}.feature-section-first,.feature-section-fourth{height:auto;max-height:none;max-width:100%;min-height:0;padding-bottom:100px}.feature-section-fourth{overflow:hidden;padding-top:140px}.fifth-section-image{width:90%;opacity:1;object-fit:contain;object-position:50% 50%}.rarity-mask{position:static;z-index:1;display:flex;width:100%;max-width:100%;margin-right:auto;justify-content:flex-end;text-align:right}.div-block-rare{display:flex;height:100%;max-height:100%;max-width:50%;min-height:100%;padding-left:0;flex-direction:column;justify-content:center;align-items:flex-start}.image-rarity{width:40%;max-width:40%;margin-top:10px;margin-bottom:10px}.div-block-quest{display:flex;max-width:50%;min-height:100%;padding-top:0;padding-bottom:0;padding-left:0;flex-direction:column;align-items:center}.div-block-quest,.section-text-quest{height:100%;max-height:100%;justify-content:center}.section-text-quest{display:block;width:100%;max-width:100%;margin-top:0;margin-bottom:auto;padding-bottom:5%;align-items:flex-start;font-family:Merriweather,serif;color:#fff;font-size:18px;font-weight:300;text-align:center}.story-image-gems-2{display:block;width:40%;max-width:40%;margin-top:0;padding-top:0}.feature-section-faq{height:auto;max-height:none;max-width:100%;min-height:0;padding-top:40px;padding-bottom:0}.flex-container-faq-item{display:flex;max-width:100%;margin-top:0;margin-bottom:0;padding:0 25px 0 0;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex:1 1;border-radius:8px}.dropdown-toggle{position:relative;display:block;padding-bottom:20px;padding-left:0;justify-content:flex-start;font-family:Merriweather,serif}.dropdown,.dropdown-toggle.w--open{width:100%;max-width:100%}.dropdown{margin-right:0;margin-left:0}.image-faq{width:35%;max-width:35%;margin-top:10px;margin-bottom:10px}.dropdown-link{width:100%;max-width:100%;min-width:100%}.text-block{width:100%;max-width:100%;background-color:transparent;font-family:Merriweather,serif;color:#fff;font-weight:300;line-height:26px}.dropdown-list,.text-block{position:static}.dropdown-list.w--open{background-color:transparent}.text-block-2{overflow:visible;color:#c3b292;font-size:20px;font-weight:700}.link{color:#7be5c4}.link:hover{color:#c3b292}.link-2{color:#829bff}.link-3{color:#8099ff}.bold-text{font-family:Merriweather,serif;font-weight:700}.first-section-image-story{width:100%;max-width:100%;margin-top:0;margin-right:auto;margin-bottom:0;padding-right:0;opacity:1;object-fit:contain;object-position:50% 50%}.link-4{color:#7be5c4}.first-section-image-2{width:100%;max-width:100%;margin-top:0;margin-bottom:0;opacity:1;object-fit:contain;object-position:50% 50%}.div-block-13{display:flex;width:80%;max-width:80%;margin-right:10%;margin-left:10%;justify-content:space-between}.image-17{display:block;width:45%;height:100%;max-height:100%;max-width:45%;margin-right:-10%;align-self:flex-end}.div-block-14{width:50%;max-width:50%}.bold-text-4{max-width:100%}.div-block-15{display:block;width:60%;max-width:60%}.div-block-5-mint{position:static;left:0;top:0;right:0;bottom:0;width:100%;height:auto}.div-block-mint{display:flex;min-height:100%;padding-right:0;padding-left:0;flex-direction:column;align-items:center}.div-block-mint,.section-text-first-copy{width:100%;height:100%;max-height:100%;max-width:100%}.section-text-first-copy{display:block;margin-top:0;margin-bottom:auto;justify-content:center;align-items:flex-start;font-family:Merriweather,serif;color:#fff;font-size:18px;font-weight:300;text-align:left}.button-2-copy{margin-bottom:20px;padding:15px 40px;border:3px solid #f5dd51;border-radius:8px;background-color:#c3b292;font-family:Merriweather,serif;color:#f5dd51;font-weight:600;cursor:pointer}.button-2-copy:hover{border-color:#fff;color:#fff}.section-text-first-mint{display:block;width:100%;height:100%;max-height:100%;max-width:100%;margin-top:0;margin-bottom:auto;padding-bottom:15px;align-items:flex-start;font-size:18px;font-weight:300;text-align:left}.button-mint,.section-text-first-mint{justify-content:center;font-family:Merriweather,serif;color:#f5dd51}.button-mint{display:flex;width:150px;height:50px;max-width:150px;margin-bottom:0;padding:0 40px;align-items:center;border:3px solid #fff;border-radius:8px;background-color:#fff;font-weight:600;text-align:center;cursor:pointer}.button-mint:hover{border-color:#000;color:#000}.feature-section-community-copy{max-width:100%;min-height:0;margin-top:0;padding-top:0;padding-bottom:6%;background-position:50% 50%;background-size:100%;background-repeat:no-repeat;text-align:left}.flex-container-copy,.flex-container-roadmap-mint{display:flex;max-width:80%;flex-direction:row;justify-content:space-between;align-items:center;flex:1 1}.flex-container-roadmap-mint{margin-bottom:50px}.mintfield{width:250px;height:50px;margin-top:0;margin-bottom:0;border:3px solid #727171;border-radius:8px;background-color:#f5dd51;color:#fff}.form{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center}.form-block{margin-top:20px;margin-bottom:20px;text-align:center}.bold-text-6{color:#f5dd51;font-weight:400;text-align:center}.section-text-first-mint-head{display:block;width:100%;height:100%;max-height:100%;max-width:100%;margin-top:0;margin-bottom:auto;padding-bottom:15px;justify-content:center;align-items:flex-start;font-family:Merriweather,serif;color:#fff;font-size:18px;font-weight:300;text-align:center}.bold-text-6-mint{font-size:24px;text-align:center}.image-18{width:25%;text-align:center}.div-block-16{display:flex;height:200%;max-height:200%;padding-top:0;flex-direction:row;justify-content:center;align-items:center;text-align:center}.body-mint{overflow:auto;background-color:#f5dd51}.image-19{width:20%}.navigation-mint{display:flex;padding:30px 50px;align-items:center;background-color:transparent}.navigation-items-mint{display:flex;justify-content:flex-end;align-items:center;flex:1 1}.logo-link-privacy-copy{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;display:flex;margin-top:197px;justify-content:center;align-items:center}.logo-link-privacy-copy:hover{opacity:.8}.logo-link-privacy-copy:active{opacity:.7}.logo-link-privacy-copy.w--current{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;margin-top:10%;padding-right:0;padding-left:0;justify-content:center;align-items:center}.image-19-copy{width:20%}.navigation-wrap-copy{display:flex;margin-right:-20px;align-items:center}.sticky-nav{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:20px;background-color:#f4f4f4}.nav-grid{display:-ms-grid;display:grid;width:100%;margin:0;padding:0;justify-content:flex-start;align-items:center;grid-auto-flow:column;grid-auto-columns:-webkit-max-content;grid-auto-columns:max-content;grid-column-gap:20px;grid-row-gap:20px;-ms-grid-columns:1fr -webkit-max-content -webkit-max-content -webkit-max-content;-ms-grid-columns:1fr max-content max-content max-content;grid-template-columns:1fr -webkit-max-content -webkit-max-content -webkit-max-content;grid-template-columns:1fr max-content max-content max-content;-ms-grid-rows:auto;grid-template-rows:auto}.nav-logo-link{display:block;height:60px;margin-right:0;margin-left:0;padding:0}.nav-logo{width:auto;height:100%;object-fit:contain;object-position:0 50%}.nav-link-2{display:block;margin-right:0;margin-left:0;padding:10px 0;color:#444;text-decoration:none}.nav-link-2:hover{text-decoration:underline}.image-20{width:20%}.minttext{color:#fff;text-align:left}.div-block-17{width:100%;padding-top:20px;padding-bottom:20px}.bold-text-7{color:#fff;font-size:18px}.clocknumber{height:100%;max-height:100%;font-size:64px;line-height:64px;font-weight:800}.clocklabel,.clocknumber{font-family:Lato,sans-serif;color:#fff}.clocklabel{font-size:20px;font-weight:600}.block-div{padding-right:15px;padding-left:15px;flex-direction:column}.block-div,.div-block-16-timer{display:flex;height:200%;max-height:200%;padding-top:0;justify-content:center;align-items:center;text-align:center}.div-block-16-timer{position:static;flex-direction:row}.div-block-16-timer-mainpage{position:relative;display:flex;height:200%;max-height:200%;margin-bottom:0;padding-top:20px;padding-bottom:30px;flex-direction:row;justify-content:center;align-items:center;text-align:center}.clocklabelmain{font-size:20px;font-weight:600}.clocklabelmain,.clocknumbermain{font-family:Lato,sans-serif;color:#fff}.clocknumbermain{height:100%;max-height:100%;font-size:64px;line-height:64px;font-weight:800}.button-to-mint{margin-bottom:0;padding:15px 40px;border:3px solid #f5dd51;border-radius:8px;background-color:#c3b292;font-family:Merriweather,serif;color:#f5dd51;font-weight:600;cursor:pointer}.button-to-mint:hover{border-color:#fff;color:#fff}.html-embed{margin-left:0;padding:8px 12px;color:#fff}.mintbuttonsparent{display:flex;margin-top:20px;margin-bottom:20px;padding:2px 0;align-items:center;background-color:transparent}.mintbutton{width:80px;height:80px;margin-right:20px;margin-left:20px;border-radius:8px;background-color:transparent;background-position:50% 50%;background-size:100% 100%;background-repeat:no-repeat;color:#fff;font-size:64px;line-height:24px;font-weight:600}.mintbutton:hover{background-color:#f5dd51;color:#7be5c4}.mintbutton:active{border-color:#000;background-color:transparent;color:#fff}.radio-button{width:30px;height:30px;margin-top:0;margin-left:0;border:10px solid #000;border-radius:4px;outline-color:#1a1b1f;outline-offset:0;outline-style:none;outline-width:3px}.text-block-3{color:#fff;font-size:142px;line-height:150px;font-weight:700}.text-block-4{color:#fff;font-size:18px}.mintbuttonplus{width:80px;height:80px;margin-right:20px;margin-left:20px;border-radius:8px;background-color:transparent;background-position:50% 50%;background-size:100%;background-repeat:no-repeat;background-attachment:scroll;color:#fff;font-size:64px;line-height:30px;font-weight:600}.mintbuttonplus:hover{background-color:#f5dd51;color:#7be5c4}.mintbuttonplus:active{border-color:#000;background-color:transparent;color:#fff}.div-block-16-copy{display:flex;height:200%;max-height:200%;margin-bottom:60px;padding-top:0;flex-direction:column;justify-content:center;align-items:center;text-align:center}.logo-link-privacy-main{position:static;left:0;top:0;right:0;bottom:0;z-index:0;display:flex;width:20%;margin-top:20px;margin-right:0;padding-left:0;justify-content:flex-start;align-items:center}.logo-link-privacy-main:hover{opacity:.8}.logo-link-privacy-main:active{opacity:.7}.logo-link-privacy-main.w--current{position:static;left:0;top:0;right:0;bottom:0;display:flex;margin-top:0;margin-right:0;margin-left:0;padding-right:0;padding-left:0;justify-content:flex-start;align-items:center}.image-20-main{height:100%}.text-block-5{margin-bottom:30px;color:#fff;font-size:42px;line-height:42px;font-weight:700}.div-block-18{padding-bottom:100px}.text-block-5-copy{margin-bottom:0;color:#fff;font-size:42px;line-height:42px;font-weight:700}.footer-item-os{display:block;width:50px;height:50px;max-height:50px;max-width:50px;margin-right:10px;flex-direction:row;align-items:flex-start;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAACUCAYAAAB1PADUAAAACXBIWXMAAAsSAAALEgHS3X78AAAM80lEQVR4nO2dTWxU1xXH7zB8F2qq0kVZxGQDySoUZ0nEeBM0UiHOLoUFjlSadlWaZhMpEWOlUjZIMcuUShkW0OxwYTEiGxuRZZzaqxRWnizaTRZYEJNAJlP9n891np/fm/d1v+/9SRMm9nxcz/vPOeeee+65jeFwyHxk0GscY4wdYIy16M/n/8/vj+V8LH3G2ArdX6HbQ8bYEu4328OVnOc7iReCGvQaLRIJv72k6K3vksBwW/BBZE4KiqzPFFmfkwYMiQOrtsBvLgrMGUENeo0pEtFUAXdlCsuMsS5jbM4VcVktKLJEFy0TURZOiMs6QQ16DQTO0ySkcQOGJIN/McZmm+3hgm0Dt0ZQg17jMIlo2gFrVBTEXJ1me9i1Y7gWCIqE1GGMnTdgOLrokzuE1Xpo8kCNFVQQUiqrsNImWyzjBEUxElzbJQOGYyp9EtacaeMzSlCDXgPx0axHMVJdkDidNmlWaISgyL11DUtC2sRMsz3smDBe7YIa9BoXKVYKVqkey2StlnQOQpugglWShlZrpUVQtEzSDVZJGtpiq22q33DQayDovhnEJBVY/SWqslCKMgtF6YC54OKU85dmezir6k2VWChaxF0IYtLCR4NeQ1kiVLqFiokpuDi9YBbYkr10I9VCUaIyiMkMUKW6QKGHNKRZKBLTJ1Z95H4g1VJJEVQQk/FgLfCYDFEJd3lBTFYwLsv9CRVUEJNVSImphLk8ms39W8iLBVQiNKYSYqFiqYGAfbxEy2BCqC2oWAY8pAbs5TVRyU8RFmrO4d0nPnGeYuBa1BIULfSG5RR3+ITCl8pUDsqpBOWm71fAQWrlqCpZqFhxXMA9xutc20oWatBreFU58PHNvezW57vZ/77ZxvbtGbLJiafsrdfX2KGDAwNGJ41KZS+lBTXoNTo+bXG68OEYW/zPji0/h7A+/dtDl0W1Sq6vVNVnKZdHrs4bMd26tztVTODxk0ZkuRxmrIrrKxtDeRU33f58V63fO8BJ2pVUmMKCohyFVymCLOvkGZ0y632FBEUvqKwu2RR+ffBH3/7kNMbKXPuiFsrLjZhnTnw38venT3yvbCyaOV804ZkrKArE/2z5B1IJpAZax5+mPhWzPPzeIwpZqSIWyog987qYufAo1fWdO/XE9TxUkpNF9vmNFBRZJ6/7M+3fO2Qvv/Bsy8/PnnqiZTyayTUueRbKaev0aK3B7n+9PfdxaZYIQvOQXCuV+Wn6YJ0erW1jv3t/fUaMmOjo+A/RfW6RJl7capkCkZHJFFXm0gsVXDnv7i5d3V8pQdn5/WN26FcDdujgj77FUmAyq0NxqqAo77TiQ6rgv9802W//+ovarzPxwrNIXB4sGoNrzfYwtRgvS1BIt3+kYmQmkLUAXBXkpzwQ1vNpC8dZQXmp9RvbEZ1Pggt9470DkfVzmFQLtUVQFMV7VSOOIFz0MguqEd6+sj+aSTpKMUFlPdB1zr0qPq/04OvtkTt1VFTjVAa+iTRBbXmQD7Qm0pdY6gJRXb6+z9VPcLSgSHFe7q9DAH3kuR+kvDZiqht39kh5bc3kWigvrRPnjMTqgcs3flYoK28ZY0m3FwQVQ5bb41y66qTrSxcUze683k4OtyezqA7xlIN16JuWYeIWymvrxEmrLBDJ9Tt7XJv1jceL7+KCUt7T2kQmJAsK+SkHA/QN7USCorU7VUfPK+HtKz+PckDYClXGIvCKA5k4aKU2BMWnHbUaJJgGljwWvtwZjQprdJ1/7ItKeXGbnPh+ZC3TUUmpgzjcSjlUQrzF5Tnl7m7f21qOAoFBWCf/9MvIen0xYjFYttsD2NruEONUP7chKKcsVN7Fgrj+8OFYZiyjohoTfRIcy0tFGnJOUPOLO6OLVQQkG9MqAlS4PZZhSS1mk6CcqS5Y+LLcRVpY3LnlZ6rqxedLjtVw1gWl4wgsWWDmVLacN222dUTBTI+R23OoZmojhjqsfyxiuH3PvkD3ft8ZQUVpJ6cEdf0z+xKGDxwKzDHTg6Cknk6kCsyYigbjpo3bISJBOTHDE7mcoWqWxzJiOIs5YN9XOgVclPmU2VpAOceciKHmF3dFyxmiUOmGXGtqts2FHNSNz5xaxrAa610e8jguzZQs57D1grpxx27rhCYdDmG/oG5JSGY+6KuzeCrqr1RitaAwsxMZjHMc3u0rHasFdVtSTZHK9bVDjnUatlZQ8apM8a+t7mNxrUOLtYKSWUt0X2EMJWu3si6sFZTMEloZcVkWR8edslBLVgoK9eCyFoJH1ZqLBikDx1zew210zLpViKx7Su4UVpkyeNnBprD49ISc168SbD86/croYzOKgFLfZGWBynU82buUdWDlmgXchCxXodLlyW7OoYEFuLzU9sA+goSmqiK99a7B7jV1DauqMdAI/62ptSiuQg9yRsV22BiaLDP5+7ur0b+IuZC3gmUrs0gtetcw3t+AnulL+ASWdI4gjTfePyCsggB5nk8/KBYm4mIUvdA8/onHQUi2ol1P3s6bs68+ERI/Rbt87u2Oaum5Zf3nBw+VVpzGwdH826nBvTGU/abnobK0BYLE6VUQJZqLpRXPQeB1rRPWMLH/MCnc6HgRfYnSu/jP9mZ7uDTohcVQkUBYV99djercsTuZg2YdEFzZjaSwfF98tSMSaNaCOGKymQuPdf7ZkWHiX99lU9r5yFgsxQXREVvgCDQcQMSrF0a5OaQr+OMQl+E+rDWWgfIy93Ch75z7VvDoS7NJUEvmCEr8hcdmSl3Bap4LSlqxsuAQozMCcnICiLIFfI5sXGAukrL9DlQBC+SImBjXkJGCEt04FcGriRsqL1+vLiYcUGSQmJYxw2NcUFlnn+lChnvCrMukxhQ4p6/qDBQzRQT3BrFhkOJp4bumjE/G1BcXDydEIU+kU1iYpSHPVuXQR47m2VwaGwYp/hWZw5myJozuyHNyAmjMlj6e2xvd4kfC5pFWcIeGsGXArE1ETgwzOo25pixSBWWM21OxEwTiqrNrV8eOX3wJDGz0uhw/iHHD5SHByRjraxtWDHwDHduvJoRzp56YeBr7JkOUXFqfUzuWbCbdK+2ozelX5B1uVINu/KlJQXVFvIMIWseN/PC0gTSBgeUuffJsG2wSlEluDxYquL2fEFGhKoEtHi2tmiy4PcNAotfQcuHZ5A/SBLXlQbpw6OiKWpw5YaR1Wi50zD49yIgkJ2IGlHz4DNw+qhYMJNXwZBVQGxOcG/phKsPQVMFqVmiUKqhme9g1JThH7HBa4lnAJmOwderyxeAko7Z4GGOlEEvJmvEdqZFElT0L/ePrayZaJzYqzm4Mh+kDpkMZV0w5hxiNxXA8GQclr1Gx/4vPNj709W7Au6K1ulHbofhz47PIqJvL4s5NBf9pwFrCasTX0/BcNO/AwYpZ1ZUQH8pNkJyMPxdlNdH7Jp5bZnOFYq4128PprLfMFBRbF1UHlRam/CUoSFv8ake0QTJvgRQCRLsf3hAfIsJzkhe0zHPPnvpuZHKR70KZx3OpdBfPnTz+NMojjbI2/MuA98Pj8h6vkefTZnecPEEZZaUC2hlpnVheOx8KvIzJSwW008kbQJF917M0TQz4zbVRrq6woMhK5Soz4DQwKBeLPLBQZ4hmezhrYx+pgDBms/JOScq0Gimk0IBzoESlsIcqLCjaGXMl6MU7Rs7qkpRthtQJAbpXXCm7xa6UoMiPllJswFr6VSZjpdu1NdvDueD6vGC6aCAep2r/v06Y9TnNTNXd5COXXkYx6DWO0RaasCzjFneb7WGr6l9UuUMpbWgIqQS3wIRrqs5fVKvlLRXihXjKHVpV4qY4tXsoN9vDiyY12ghU5s3kHrsqiGrKPRWCdKuZIW9Tm8pBeRKqnVpy4ZR1z8itcSqDsGMDyPdOhUy6VQgVExN9Xh754FYQlRUIFxOTcQBjEJUVSBETk3WiZxCV0UgTE5N5RGxMVGH2Zw5SxcREzvKyoNnfgimN9T3mCuUMpSL9cDia/cFSXfP9imrkTRViYiosVBzTNo56wCotpyg72ECpoNi6qKaob0KoUpALlsOm6q7NlUW5oNi6qA5TO5gQV8lhpszGApFoERQnuEDh9KnSUlvPeTUnNmdA36LfhNSCEFBGdEz3uT1aLVScYK0qo90qxTFGUOyn2KprypkzhrNKO3qNahNglKA4g16jRcIKpTDpIKfXKdK8QjVGCooz6DWmaYdNENY6d8m9GSckjtGC4gRhRRapa9pBmWlYISgOJUUvehJj8dbNRrq2LKwSFIeC9w5ViLqWce9Tk7fM1s0mY6Wg4pA7hLBeM2dUpemTNeqqXHeTgfWC4lCZzBTdWhZYLmdEFMcZQSWh1AO/mRBz9akuLLrZFBeVwVlBJaFeDMmbLCu2TO24l/jNVQEl8UZQWZAlYyS0Ayn3s4BQeNC8wm++CCcVxtj/AdQtWxoQ9w4fAAAAAElFTkSuQmCC)!important;background-position:50% 50%;background-size:45px;background-repeat:no-repeat;opacity:1;font-size:12px;line-height:20px;letter-spacing:1px;text-transform:uppercase}.footer-item-os:active,.footer-item-os:hover{opacity:.8}.feature-section-staking{height:auto;max-height:none;max-width:100%;min-height:0;margin-top:0;padding-top:10%;padding-bottom:10%}.flex-container-staking{display:flex;max-width:80%;flex-direction:column;justify-content:space-between;align-items:center;flex:1 1}.feature-container-staking-tab{width:100%;height:100%;max-height:100%;max-width:100%;margin-right:0;border-bottom:3px solid #fff;border-radius:3px;text-align:right}.feature-container-staking-tab,.staked-button{display:flex;justify-content:center;align-items:center}.staked-button{width:30%;margin-left:0;border:2px solid #fff;border-radius:0 8px 8px 0;background-color:transparent;font-family:Merriweather,serif;color:#fff;font-size:22px;font-weight:700}.staked-button:hover{background-color:#fff;color:#3f3d3d}.staked-button.w--current{padding-bottom:9px;background-color:#fff;color:#f5dd51}.div-block-staking-info{display:flex;width:100%;height:100%;max-height:100%;max-width:100%;min-height:100%;padding-bottom:10%;flex-direction:column;align-items:center}.staking-text-image{width:100%;max-width:40%;margin-top:10px;margin-bottom:10px;font-family:Merriweather,serif}.staking-header{position:relative;display:flex;width:100%;max-width:100%;justify-content:center;align-items:center}.staking-text-image-2{position:absolute;left:auto;top:0;right:0;bottom:0;width:20%;max-width:35%;margin-top:0;margin-bottom:0;padding-top:0;font-family:Merriweather,serif}.section-text-staking{display:flex;width:100%;height:100%;max-height:100%;max-width:100%;margin-top:0;margin-bottom:auto;flex-direction:column;justify-content:center;align-items:center;font-family:Merriweather,serif;color:#fff;font-size:18px;font-weight:300;text-align:left}.staking-analytics-balance{flex-direction:row;border:solid #5f5f5f;border-width:2px 2px 1px}.staking-analytics-balance,.staking-analytics-yield{display:flex;width:50%;height:80px;padding-right:20px;padding-left:20px;justify-content:space-between;align-items:center}.staking-analytics-yield{border:2px solid #5f5f5f;border-top:1px solid #5f5f5f}.text-block-6{color:#fff;font-size:24px}.rich-text-block-2{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-size:22px}.yoh-balance{font-family:Merriweather,serif;color:#fff;font-size:18px}.list{display:flex;overflow:scroll;width:100%;height:500px;max-height:500px;flex-direction:row}.headertext{color:#fff;font-size:22px}.firstlistblock{position:relative;overflow:scroll;width:100%;padding-top:0;padding-bottom:0}.firstlistblock,.secondlistblock{height:500px;max-height:500px;margin-top:0;margin-bottom:0}.secondlistblock{width:8%}.thirdlistblock{width:20%;height:500px;max-height:500px;margin-top:0;margin-bottom:0}.text-block-7{margin-bottom:20px;color:#fff;font-size:22px;text-align:center}.selectall{width:10%;margin-bottom:0;color:#7be5c4;font-size:16px;font-style:normal;text-align:left;cursor:pointer}.nftitemimage{position:static;display:flex;width:25%;height:100%;max-width:25%;margin-top:0;padding-top:0;padding-bottom:0;float:none;flex-direction:column;justify-content:center;align-items:center}.image-21{background-position:0 0;background-size:auto}.html-embed-2{position:absolute;width:10%;height:10px}.nftitemimage-2{height:150px;border-radius:0;background-position:50% 35%;background-size:90%;background-repeat:no-repeat;background-attachment:scroll}.nftitemimage-3,.nftitemimage-4{height:150px;border-top:2px solid #5f5f5f;border-bottom:0 solid #5f5f5f;border-radius:0;background-position:50% 35%;background-size:90%;background-repeat:no-repeat;background-attachment:scroll}.text-block-7-copy{margin-bottom:20px;color:#fff;font-size:22px;text-align:left}.headertextdiv{display:flex;width:100%;padding-top:20px;padding-bottom:20px;justify-content:flex-start;border-bottom:3px solid #fff}.bold-text-8{width:20%;max-width:20%;font-family:Merriweather,serif;font-size:18px}.herotextlist{width:25%;text-align:center}.herotextlist,.yieldtextlist{margin-bottom:0;color:#fff;font-size:18px}.yieldtextlist{width:75%;margin-left:0;padding-left:5%;text-align:left}.nftitemyield{position:static;display:flex;width:75%;height:150px;padding-left:5%;float:none;align-items:center;border-radius:0;background-color:transparent}.baseyieldtext{width:100%;margin-left:0;padding-left:0;color:#fff}.nftcontainer{margin-top:0;margin-bottom:0;padding-top:0;background-color:transparent;cursor:pointer}.nftcontainer,.nftcontainer2{display:flex;height:150px;max-height:150px;flex-direction:row;align-items:center;border-bottom:2px solid #5f5f5f}.nftcontainer2{background-color:rgba(248,220,107,.6)}.yieldtextlist-copy{width:80%;margin-bottom:0;margin-left:0;padding-left:5%;color:#fff;font-size:22px;text-align:left}.bold-text-9,.bold-text-10{font-family:Merriweather,serif}.list-2{display:block;max-width:80%;flex-direction:row;justify-content:center;align-items:center}.nftimage{width:auto;height:90%;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;background-position:50% 40%;background-size:80%;background-repeat:no-repeat;background-attachment:scroll}.unstaked-button{display:flex;width:30%;margin-right:0;justify-content:center;align-items:center;border:2px solid #fff;border-radius:8px 0 0 8px;background-color:transparent;color:#fff;font-size:22px}.unstaked-button:hover{background-color:#fff;color:#3f3d3d}.unstaked-button.w--current{margin-right:0;border-bottom-width:2px;border-top-right-radius:0;border-bottom-left-radius:8px;background-color:#fff;font-family:Merriweather,serif;color:#f5dd51;font-weight:700}.baseyieldtextselected{width:100%;margin-left:0;padding-left:0;color:#f5dd51}.nftcontainerselected{max-height:150px;margin-top:0;margin-bottom:0;padding-top:0;flex-direction:row;border-bottom:2px solid #5f5f5f;background-color:#7be5c4;cursor:pointer}.nftcontainerselected,.nftitemselect{display:flex;height:150px;align-items:center}.nftitemselect{position:static;width:10%;padding-left:0;float:none;border-radius:0;background-color:transparent}.selectnft{width:100%;margin-left:0;padding-left:0;color:#fff;text-align:left}.nftitemunselect{position:static;display:flex;width:10%;height:150px;padding-left:0;float:none;align-items:center;border-radius:0;background-color:transparent}.unselectnft{width:100%;margin-left:0;padding-left:0;color:#f5dd51;text-align:left}.div-block-19{width:100%;margin-top:80px}.div-block-19,.stakebutton{display:flex;justify-content:center;align-items:center}.stakebutton{width:250px;height:50px;border-radius:4px;background-color:#7be5c4;color:#f5dd51}.stakebutton:hover{border:2px solid #fff;color:#fff}.tabs{width:100%}.tabs-menu{display:flex;margin-bottom:20px;justify-content:center;align-items:center;border-bottom:3px #fff;color:#fff}.text-block-8{color:#f5dd51}.herotextliststaked{text-align:center}.herotextliststaked,.yieldtextliststaked{width:25%;margin-bottom:0;color:#fff;font-size:22px}.yieldtextliststaked{margin-left:0;padding-left:0;text-align:left}.selectallstaked{width:20%;margin-bottom:0;font-family:Merriweather,serif;color:#7be5c4;font-size:16px;font-style:normal;text-align:right;cursor:pointer}.daysstaked{width:25%;margin-bottom:0;color:#fff;font-size:22px;text-align:left}.bold-text-11,.bold-text-12{font-family:Merriweather,serif;font-size:18px}.yieldtextliststakedmulti{width:25%;margin-bottom:0;margin-left:0;padding-left:0;color:#fff;font-size:22px;text-align:left}.nftcontainerstaked{height:150px;max-height:150px;margin-bottom:0;flex-direction:row;border-bottom:2px solid #5f5f5f;background-color:transparent;opacity:1;cursor:pointer}.nftcontainerstaked,.nftitemimagestaked{display:flex;margin-top:0;padding-top:0;align-items:center}.nftitemimagestaked{position:static;width:25%;height:100%;max-width:30%;padding-bottom:0;float:none;flex-direction:column;justify-content:center}.nftitemyieldstaked{width:25%}.nftitemselectstaked,.nftitemyieldstaked{position:static;display:flex;height:150px;padding-left:0;float:none;align-items:center;border-radius:0;background-color:transparent}.nftitemselectstaked{width:10%}.nftimagestaked{width:auto;height:90%;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;background-position:50% 40%;background-size:80%;background-repeat:no-repeat;background-attachment:scroll}.baseyieldtextstaked{width:100%;margin-left:0;padding-left:0;font-family:Merriweather,serif;color:#fff}.nftitemdaysstaked,.nftitemmultiplierstaked{position:static;display:flex;width:25%;height:150px;padding-left:0;float:none;align-items:center;border-radius:0;background-color:transparent}.unstakebutton{display:flex;width:250px;height:50px;justify-content:center;align-items:center;border:2px solid #f5dd51;border-radius:4px;background-color:#7be5c4;color:#f5dd51}.unstakebutton:hover{border-color:#fff;color:#fff}.bold-text-13{font-family:Merriweather,serif;font-size:18px}.nftcontainerstakedselected{display:flex;height:150px;max-height:150px;margin-top:0;margin-bottom:0;padding-top:0;flex-direction:row;align-items:center;border-bottom:2px solid #5f5f5f;background-color:#7be5c4;cursor:pointer}.basedaystextstaked,.basemultipliertextstaked{width:100%;margin-left:0;padding-left:0;font-family:Merriweather,serif;color:#fff}.basedaystextstakedselected,.basemultipliertextstakedselected,.baseyieldtextstakedselected{width:100%;margin-left:0;padding-left:0;font-family:Merriweather,serif;color:#000}.nftloading{display:flex;height:150px;max-height:150px;margin-top:0;margin-bottom:0;padding-top:0;flex-direction:row;justify-content:center;align-items:center;border-bottom:2px solid #5f5f5f;background-color:transparent;color:#fff;font-size:24px;font-weight:700;cursor:pointer}.loadingball{width:10px;height:10px;border:1px solid #fff;border-radius:20px;background-color:#fff}.text-block-9{padding-right:30px;font-family:Merriweather,serif}.image-22{width:30px;height:30px}.claimbutton{display:flex;width:auto;height:30px;margin-right:10px;margin-left:0;justify-content:center;align-items:center;border-radius:4px;background-color:#7be5c4;color:#f5dd51;font-size:14px}.claimbutton:hover{border:2px solid #fff;color:#fff}.div-block-20{display:flex;height:100%;flex-direction:row;align-items:center}.bold-text-14{font-family:Merriweather,serif}.image-23{width:auto;height:100%}.selectalldiv{display:flex;width:100%;padding-top:0;padding-bottom:0;justify-content:flex-end}.nftconnectwallet{display:flex;height:150px;max-height:150px;margin-top:0;margin-bottom:0;padding-top:0;flex-direction:row;justify-content:center;align-items:center;border-bottom:2px solid #5f5f5f;background-color:transparent;color:#fff;font-size:24px;font-weight:700;cursor:pointer}.text-block-11{font-family:Merriweather,serif}.nftnobalance{display:flex;height:150px;max-height:150px;margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-left:10%;flex-direction:column;justify-content:center;align-items:flex-start;border-bottom:2px solid #5f5f5f;background-color:transparent;color:#fff;font-size:24px;font-weight:700;cursor:pointer}.text-block-12{font-family:Merriweather,serif;font-size:16px;font-weight:400}.link-5,.link-5-buy,.text-block-13{font-size:16px}.link-5-buy:hover{color:#fff}.connect_button_main{display:flex;width:150px;height:50px;max-height:50px;margin-right:0;margin-left:0;padding:0 20px;justify-content:center;align-items:center;border-radius:6px;background-color:#fff;color:#000;text-align:center}.connect_button_main:hover{background-color:#fff;color:#7be5c4}@media screen and (max-width:700px){.div-block-8{flex-direction:column}}@media screen and (max-width:991px){.styleguide-block{text-align:center}.container{width:80%;height:90%;max-height:90%;margin-top:65vh}.heading-jumbo{font-size:56px;line-height:70px}.first-section.cc-contact{padding-right:0;padding-left:0}.button{justify-content:center}.logo-link.w--current{margin-top:15%;flex:1 1}.menu-icon{display:block}.navigation-item{padding:15px 30px;transition:background-color .4s ease,opacity .4s ease,color .4s ease;text-align:center}.navigation-item:hover{background-color:#f7f8f9}.navigation-item:active{background-color:#eef0f3}.navigation-items{background-color:transparent}.navigation{padding:40px 30px}.menu-button{padding:0}.menu-button.w--open{z-index:11;background-color:transparent}.navigation-wrap{margin-right:0}.work-experience-grid{grid-template-areas:". ." ". .";-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:auto auto;grid-template-rows:auto auto}.works-grid{display:flex;flex-direction:column;align-items:stretch}.carrer-headline-wrap{width:auto}.work-image{margin-bottom:30px}.contact{width:auto;padding:30px 50px 40px}.contact-form-wrap,.contact-headline{width:100%}.webflow-link{padding-top:15px;padding-bottom:15px}.footer-links{position:relative;padding-top:20px;padding-bottom:20px;flex-direction:column}.about-intro-grid{grid-row-gap:50px;grid-template-areas:"." ".";-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto 50px auto;grid-template-rows:auto auto;text-align:center}.about-head-text-wrap{width:80%;margin-right:auto;margin-left:auto}.service-name-text{font-size:24px;line-height:42px}.skillset-wrap{padding-right:0}.services-items-grid{padding-top:0;grid-row-gap:0;grid-template-areas:"." ".";-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto 0 auto;grid-template-rows:auto auto}.skills-grid{grid-row-gap:50px;grid-template-areas:"." ".";-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto 50px auto;grid-template-rows:auto auto}.personal-features-grid,.skills-grid{width:80%;margin-right:auto;margin-left:auto;text-align:center}.personal-features-grid{grid-template-areas:"." "." "." ".";-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto auto auto auto;grid-template-rows:auto auto auto auto}.social-media-heading{width:80%;margin-right:auto;margin-left:auto;text-align:center}.social-media-grid{grid-template-areas:". ." ". ." ". ." ". .";-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:auto auto auto auto;grid-template-rows:auto auto auto auto}.project-overview-grid{width:70%;grid-row-gap:50px;grid-template-areas:"." "." ".";-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto 50px auto 50px auto;grid-template-rows:auto auto auto}.project-description-grid,.project-overview-grid{margin-right:auto;margin-left:auto;text-align:center}.project-description-grid{width:80%;grid-row-gap:50px;grid-template-areas:"." ".";-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto 50px auto;grid-template-rows:auto auto}.email-section{margin-bottom:160px}.email-link{font-size:36px;line-height:54px}.div-block-3{width:15%}.image-6{width:35%;max-width:35%}.image-cloud-scroll-left{max-width:25%}.image-cloud-scroll-left-three{left:12%}.image-cloud-scroll-right-one{right:13%;width:17%;max-width:17%}.image-cloud-scroll-right-two{width:20%;max-width:20%}.image-cloud-scroll-left-two{width:35%;max-width:35%}.image-13{width:80%;max-width:80%}.image-14{width:40%;max-width:40%}.image-15{width:80%;max-width:80%}.nav-menu{left:0;top:0;right:0;bottom:auto;z-index:10;padding-top:10vh;padding-bottom:10vh;flex-direction:row;background-color:#f5dd51}.nav-link,.nav-menu{display:flex;justify-content:center;align-items:center}.nav-link{width:100%;margin-right:auto;margin-left:auto}.clone{display:block;font-size:14px}.div-block-11{flex-direction:column}.image-16{width:75%}.div-block-12{flex-direction:column;align-items:center}.logo-link-privacy.w--current{margin-top:20%;flex:1 1}.image-6-privacy{width:35%;max-width:35%}.image-faq,.image-rarity{width:80%;max-width:80%}.div-block-13{flex-direction:column}.image-17{width:75%;max-width:75%;margin-right:auto;margin-left:auto}.button-mint{display:flex;width:150px;height:50px;max-height:50px;margin-bottom:30px;padding-top:0;padding-bottom:0;justify-content:center;align-items:center}.image-18{width:40%}.navigation-mint{padding:40px 30px}.navigation-items-mint{background-color:transparent}.logo-link-privacy-copy.w--current{margin-top:15%;flex:1 1}.navigation-wrap-copy{margin-right:0}.image-20{width:30%}.div-block-17{padding-top:10px;padding-bottom:10px}.logo-link-privacy-main{padding-left:0}.logo-link-privacy-main.w--current{display:block;height:50%;margin-top:0;flex-direction:row}.image-20-main{width:100%}.text-block-5,.text-block-5-copy{font-size:35px}.staking-text-image{width:40%;max-width:40%}.staking-text-image-2{width:25%;max-width:25%}.staking-analytics-balance,.staking-analytics-yield{width:80%}.thirdlistblock{margin-top:20px;margin-bottom:20px}.selectall{width:20%;color:#7be5c4;font-size:16px;text-align:right}.nftitemimage{width:30%;height:130px;max-width:50%}.nftitemimage-2,.nftitemimage-3,.nftitemimage-4{height:120px}.herotextlist{width:30%}.yieldtextlist{width:50%}.nftitemyield{width:50%;height:130px}.nftimage{width:auto;height:90%}.nftitemselect{width:20%;height:130px;text-align:left}.selectnft{text-align:right}.nftitemunselect{width:40%;height:130px}.unselectnft{text-align:right}.herotextliststaked,.yieldtextliststaked{width:25%}.selectallstaked{width:20%;color:#7be5c4;font-size:16px;text-align:right}.daysstaked,.yieldtextliststakedmulti{width:25%}.nftitemimagestaked,.nftitemyieldstaked{width:25%;height:130px}.nftitemselectstaked{width:40%;height:130px}.nftimagestaked{width:auto}.nftitemdaysstaked,.nftitemmultiplierstaked{width:25%;height:130px}}@media screen and (max-width:767px){.heading-jumbo-small{font-size:30px;line-height:52px}.rich-text{width:90%;max-width:470px;text-align:left}.container{height:85%;max-height:85%;margin-top:75vh;text-align:center}.heading-jumbo{font-size:50px;line-height:64px}.first-section{margin-right:0;margin-left:0}.first-section.cc-contact{padding:15px}.paragraph-bigger{font-size:16px;line-height:28px}.logo-link{padding-left:0}.navigation{margin-left:0;padding:40px 30px}.menu-button.w--open{z-index:11}.work-experience-grid{display:flex;flex-direction:column;align-items:center}.work-position-wrap{margin-bottom:40px}.project-name-link{font-size:16px;line-height:28px}.text-field.cc-textarea{text-align:left}.contact{padding-right:30px;padding-left:30px}.contact-form-grid{grid-column-gap:30px;grid-template-areas:"." "." ".";-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto auto auto;grid-template-rows:auto auto auto}.contact-form{display:flex;flex-direction:column}.contact-form-wrap{text-align:left}.footer-wrap{flex-direction:column;text-align:center}.webflow-link{margin-bottom:15px}.footer-links{padding-top:20px;padding-bottom:20px;justify-content:center;flex-direction:row}.footer-item{margin:10px}.about-head-text-wrap,.skills-grid{width:70%;max-width:470px}.skills-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.personal-features-grid,.social-media-heading{width:70%;max-width:470px}.social-media-grid{grid-column-gap:15px;grid-row-gap:15px;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.project-overview-grid{width:80%;max-width:470px;margin-top:90px;margin-bottom:95px}.project-description-grid{width:70%;max-width:470px;margin-top:90px;margin-bottom:85px}.detail-image{margin-bottom:15px}.email-section{width:80%;max-width:470px;margin-top:120px;margin-bottom:120px}.email-link{font-size:36px;line-height:54px}.utility-page-wrap{padding:15px}._404-wrap{padding:30px}.connect_button{margin-right:0;margin-left:0}.feature-section-roadmap{padding:40px 20px}.flex-container{flex-direction:column}.feature-image-mask{width:100%;max-width:100%;margin-right:0}.first-section-image{width:75%;max-width:75%;margin-right:auto;margin-left:auto}.div-block{max-width:100%}.the-story-image-mask{width:100%;max-width:100%;margin-right:0}.feature-section-rarities,.feature-section-second{padding:40px 20px}.flex-container-rarities{flex-direction:column}.flex-container-roadmap{flex-direction:column;align-items:flex-start}.div-block-roadmap{max-width:100%}.div-block-3{width:50%;max-width:50%;margin-right:0;align-items:center}.div-block-4{width:100%;max-width:100%;justify-content:center;align-items:center}.image-2{margin-right:0}.roadmap-text{text-align:center}.feature-section-team{padding:40px 20px}.team-div{width:100%;max-width:100%;margin-bottom:30px}.team-image{width:60%;max-width:60%}.feature-section-community{padding:40px 20px}.div-block-commuity{max-width:100%}.the-story-image-mask-community{width:100%;max-width:100%;margin-right:0}.div-block-community{max-width:100%}.image-6{width:40%;max-width:40%}.community-image{margin:40px auto 0}.team-images{width:100%;max-width:100%;margin-right:0;flex-direction:column}.story-image-gems{width:30%;max-width:30%}.div-block-7{margin-bottom:0;justify-content:center}.div-block-rarity{max-width:100%}.feature-image-about{width:100%;max-width:100%;margin-right:0}.div-block-about{max-width:100%}.div-block-team{width:100%;max-width:100%}.flex-container-team{flex-direction:column}.rarity-image-mask{width:100%;max-width:100%;margin-right:0}.footer-item-discord{margin:10px}.flex-container-roadmap-item-1{flex-direction:column}.div-block-roadmap-item{max-width:80%}.image-roadmap-side,.image-roadmap-side-2{margin-top:10%;margin-left:0}.flex-container-roadmap-item-2{flex-direction:column}.image-roadmap-side-3{margin-top:10%;margin-left:0}.section-text-roadmap{text-align:center}.flex-container-roadmap-item-3{flex-direction:column}.image-15{width:75%;max-width:80%}.flex-container-second{flex-direction:column-reverse}.div-block-10{justify-content:center;align-items:flex-end}.nav-menu{left:0;top:0;right:0;bottom:auto;z-index:10;padding-top:10vh;padding-bottom:10vh;background-color:#f5dd51}.nav-link{width:100%}.div-block-about-policy{max-width:100%}.flex-container-policy{flex-direction:column}.logo-link-privacy{padding-left:0}.logo-link-privacy.w--current{margin-top:25%}.image-6-privacy{width:40%;max-width:40%}.feature-section-third{padding:40px 20px}.flex-container-third{flex-direction:column-reverse}.quest-mask,.quest-mask-2{width:100%;max-width:100%;margin-right:0;margin-bottom:0}.feature-section-first{padding:80px 20px 40px}.feature-section-fourth{padding:40px 20px}.fifth-section-image{margin-right:auto;margin-left:auto}.rarity-mask{width:100%;margin-right:0}.div-block-rare,.rarity-mask{max-width:100%}.image-rarity{width:45%;max-width:50%}.div-block-quest{max-width:100%}.story-image-gems-2{width:40%;max-width:40%}.feature-section-faq{padding:40px 20px 0}.flex-container-faq-item{padding-right:0;flex-direction:column}.dropdown-toggle{width:100%;max-width:100%;white-space:pre-wrap}.image-faq{width:65%;max-width:80%}.bold-text{display:inline;max-width:100%}.bold-text-2{display:block;width:40%;max-width:none}.bold-text-3{background-clip:content-box;-webkit-text-fill-color:inherit}.first-section-image-story{width:100%;max-width:100%;margin-right:auto;margin-left:auto}.first-section-image-2{width:75%;max-width:75%;margin-right:auto;margin-left:auto}.div-block-15{width:100%}.div-block-15,.div-block-mint{max-width:100%}.button-mint{display:flex;width:150px;height:50px;max-height:50px;padding:0 15px;justify-content:center;align-items:center}.feature-section-community-copy{padding:40px 20px}.flex-container-copy{flex-direction:column}.flex-container-roadmap-mint{flex-direction:column;align-items:flex-start}.image-18{width:55%}.navigation-mint{padding:40px 30px}.logo-link-privacy-copy{padding-left:0}.sticky-nav{position:relative}.nav-grid{text-align:center}.image-20{width:40%}.logo-link-privacy-main{padding-left:0}.logo-link-privacy-main.w--current{margin-top:0}.image-20-main{width:100%}.text-block-5,.text-block-5-copy{font-size:32px}.footer-item-os{margin:10px}.feature-section-staking{padding:80px 20px 40px}.flex-container-staking{flex-direction:column}.feature-container-staking-tab{width:100%;max-width:100%;margin-right:0}.staked-button{width:40%}.div-block-staking-info{max-width:100%}.staking-analytics-balance,.staking-analytics-yield{width:100%}.yoh-balance{font-size:18px}.selectall{width:25%}.nftitemimage{width:40%;height:100%;max-height:100%}.herotextlist{width:40%}.nftitemyield,.yieldtextlist{width:60%}.bold-text-9,.bold-text-10{font-size:18px}.nftimage{width:auto;max-height:100%}.unstaked-button{width:40%}.nftitemselect{width:20%}.nftitemunselect{width:32%}.herotextliststaked{width:25%}.yieldtextliststaked{width:25%;text-align:left}.selectallstaked{width:30%;text-align:right}.daysstaked{width:25%}.bold-text-12{text-align:left}.yieldtextliststakedmulti{width:25%;text-align:center}.nftitemimagestaked{width:25%;height:100%;max-height:100%}.nftitemyieldstaked{width:25%}.nftitemselectstaked{width:32%}.nftimagestaked{width:auto;height:80%;max-height:80%}.nftitemdaysstaked{width:25%}.nftitemmultiplierstaked{width:25%;text-align:center}.bold-text-14{font-size:18px}.connect_button_main{margin-right:0;margin-left:0}}@media screen and (max-width:479px){.rich-text{width:100%;max-width:none}.container{width:100%;height:auto;max-height:95%;max-width:100%;margin-top:40vh;margin-right:0;margin-left:0}.heading-jumbo{font-size:36px;line-height:48px}.first-section{height:100vh;max-height:100vh;margin-right:0;margin-left:0}.logo-link.w--current{height:100%;max-height:100%;margin-top:40%}.menu-icon{position:relative;z-index:2;color:#fff}.navigation-items{height:100px;justify-content:space-between}.navigation{margin-left:0;padding-right:20px;padding-left:20px}.menu-button,.menu-button.w--open{flex:0 0 auto}.contact{padding-right:15px;padding-left:15px}.contact-form,.contact-form-wrap,.footer-wrap{flex-direction:column}.footer-links{position:static;left:0;top:0;right:0;bottom:0;z-index:1;margin-top:auto;padding-top:20px;justify-content:flex-start;align-items:center}.about-head-text-wrap,.skills-grid{width:100%;max-width:none}.skills-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.email-section,.personal-features-grid,.project-description-grid,.project-overview-grid,.social-media-heading{width:100%;max-width:none}.email-section{display:flex;flex-direction:column;align-items:center}.email-link{font-size:30px;line-height:46px}.first-section-image{width:100%}.image-2{max-width:100%}.roadmap-text{font-size:22px}.team-div{width:100%;max-width:100%;margin-bottom:40px}.image-6{width:75%;max-width:75%}.div-block-5{height:80vh;max-height:80vh;margin-top:0;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;background-attachment:scroll}.image-cloud-scroll-left{top:68%;width:45%;max-width:45%}.image-cloud-scroll-left-three{top:3%;width:40%;max-width:40%}.image-cloud-scroll-right-one{top:31%;width:25%;max-width:25%}.image-cloud-scroll-right-two{width:40%;max-width:40%}.image-cloud-scroll-left-two{width:70%;max-width:70%}.button-2{overflow:visible;font-size:14px;object-fit:fill}.team-images{flex-direction:column}.div-block-roadmap-item,.flex-container-roadmap-item-1{max-width:90%}.image-roadmap-side,.image-roadmap-side-2{width:100%;max-width:100%}.flex-container-roadmap-item-2{max-width:90%}.image-roadmap-side-3{width:100%;max-width:100%}.flex-container-roadmap-item-3{max-width:90%}.div-block-10,.image-13{width:100%;max-width:100%}.div-block-10{justify-content:center;align-items:center}.nav-menu{position:absolute;left:0;top:0;right:0;bottom:auto;z-index:1;padding-top:10vh;padding-bottom:10vh;flex-direction:row;justify-content:center;align-items:flex-start}.image-16,.nav-link{width:100%}.logo-link-privacy{margin-top:0;margin-right:60%}.logo-link-privacy.w--current{height:100%;max-height:100%;margin-top:26%}.image-6-privacy{width:75%;max-width:75%}.fifth-section-image{width:100%}.feature-section-faq{overflow:hidden}.flex-container-faq-item{max-width:90%}.dropdown-toggle{overflow:visible;width:100%;max-width:100%;padding-right:0}.text-block-2{display:block;justify-content:space-between;align-items:stretch}.bold-text,.text-block-2{width:100%;max-width:100%}.bold-text{font-size:18px;object-fit:fill}.first-section-image-story{width:100%;max-width:100%}.first-section-image-2,.image-17{width:100%}.image-17{max-width:100%}.div-block-5-mint{height:auto;max-height:100%;margin-top:0;background-image:none}.section-text-first-mint{font-size:16px}.button-mint{display:flex;width:150px;height:50px;max-height:50px;padding-top:0;padding-bottom:0;justify-content:center;align-items:center}.bold-text-6{color:#f5dd51}.image-18{width:75%}.navigation-mint{padding-right:20px;padding-left:20px}.logo-link-privacy-copy.w--current{height:100%;max-height:100%;margin-top:26%}.sticky-nav{padding:0}.nav-grid{grid-auto-flow:row;grid-column-gap:0;grid-row-gap:0;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:100px;grid-template-rows:100px}.nav-link-2,.nav-logo-link{border-top:1px solid #c4c4c4}.nav-link-2{padding-top:10px;padding-bottom:10px}.image-20{width:90%}.clocknumber{font-size:32px}.clocklabel{font-size:16px}.clocklabelmain{font-size:18px}.clocknumbermain{font-size:42px}.button-to-mint{overflow:visible;font-size:14px;object-fit:fill}.mintbutton{width:60px;height:60px}.text-block-3{font-size:92px}.mintbuttonplus{width:60px;height:60px}.logo-link-privacy-main{position:static;width:40%;height:100%;padding-left:0}.logo-link-privacy-main.w--current{height:auto;margin-top:0}.image-20-main{width:100%;height:auto}.text-block-5,.text-block-5-copy{font-size:22px}.feature-section-staking{padding-right:0;padding-left:0}.flex-container-staking{max-width:100%}.feature-container-staking-tab{flex-direction:column}.staked-button{width:50%;border-top-left-radius:0}.staked-button,.staked-button.w--current{border-top-right-radius:8px}.div-block-staking-info{max-width:90%}.staking-text-image{width:90%;max-width:90%}.staking-text-image-2{width:50%;max-width:50%;margin-top:-35%;margin-left:0;padding-left:0}.text-block-6{font-size:20px}.yoh-balance{font-size:14px}.firstlistblock{text-align:left}.selectall{width:20%;text-align:center}.nftitemimage{width:30%;height:100%;max-height:100%;max-width:30%}.bold-text-8{font-family:Merriweather,serif;font-size:14px}.herotextlist{width:30%}.nftitemyield,.yieldtextlist{width:60%;padding-left:0;text-align:center}.baseyieldtext,.nftitemyield{font-size:14px}.bold-text-9,.bold-text-10{font-size:16px}.nftimage{height:auto;max-height:100%;max-width:100%}.unstaked-button,.unstaked-button.w--current{width:50%}.nftitemselect{width:20%;font-size:14px}.selectnft,.unselectnft{font-size:14px}.tabs{display:flex;width:95%;flex-direction:column;align-items:center}.tabs-menu{max-width:90%}.herotextliststaked{font-family:Merriweather,serif}.herotextliststaked,.yieldtextliststaked{width:25%;font-size:14px}.selectallstaked{width:30%;font-size:14px}.daysstaked{width:25%;font-size:14px;text-align:left}.bold-text-11,.bold-text-12{font-family:Merriweather,serif;font-size:14px}.yieldtextliststakedmulti{width:25%;font-size:14px}.nftcontainerstaked{width:100%;padding-right:0;padding-left:0}.nftitemimagestaked{height:100%;max-height:1000%}.nftimagestaked{width:auto;height:auto;max-height:100%;max-width:100%}.baseyieldtextstaked{font-family:Merriweather,serif;font-size:14px}.bold-text-13{font-size:14px}.basedaystextstaked,.basedaystextstakedselected,.basemultipliertextstaked,.basemultipliertextstakedselected,.baseyieldtextstakedselected{font-family:Merriweather,serif;font-size:14px}.claimbutton{width:auto;margin-right:0}.div-block-20{flex-direction:column;justify-content:space-around;align-items:center}.bold-text-14{font-size:16px}.text-block-10{font-size:18px}.tabs-content{width:100%}.nftconnectwallet{padding-right:10%;padding-left:10%}.nftnobalance{padding-right:10%}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{border:none;background:none}a{text-decoration:none}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}*,html{font-family:"Poppins",sans-serif}html{overflow-x:hidden}html,p{line-height:26px}body{position:relative;min-height:100vh;background:#ffe133;overflow-x:hidden}body:before{content:"";position:absolute;top:0;left:0;width:100%;min-height:100vh;z-index:-1;opacity:.3}button{padding:0;cursor:pointer}button,input,textarea{font-family:"Poppins",sans-serif}.track-vertical{right:2px;height:100%;background:#101833}.thumb-vertical,.track-vertical{display:block!important;border-radius:8px}.thumb-vertical{right:0;background:#00c0ff}
/*# sourceMappingURL=main.402319f3.chunk.css.map */