.main{overflow:hidden}.hero{position:relative}.hero-btn{display:flex;justify-content:center;align-items:center;text-decoration:none}.hero>*:not(button){-webkit-user-select:none;user-select:none}.hero .highlight{color:var(--uikit-color-yellow)!important}.hero-content{border-radius:var(--radius-lg);padding:4.5rem 7.4rem;background:linear-gradient(135deg,#2e41fe 0%,var(--uikit-color-dark-blue) 100%);height:660px;display:flex;align-items:center;position:relative}.blog-filters-select::picker-icon{color:#0000}.hero-card{position:relative;width:100%}.hero-text{width:63rem}.hero-title{white-space:nowrap;color:var(--uikit-color-white);margin-bottom:var(--space-med)}.hero-stats{display:flex;flex-direction:column;grid-row-gap:3rem;max-width:unset}.stat-card{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:2.7rem;padding:2rem 5rem;position:relative}.stat-icon{width:63px;height:63px;margin-bottom:20px}.stat-icon img{width:100%;height:100%;object-fit:contain}.stat-row{display:grid;grid-template-columns:1fr 1fr;justify-content:space-between;align-items:center;position:relative}.stat-row:not(:last-child){padding-bottom:10px}.stat-row-content{grid-column:1 / 3;display:flex;grid-gap:4.8rem;align-items:center;margin-bottom:6px}.stat-bar-container{grid-column:1 / 3;width:100%;height:26.76px;position:relative;border:1px dashed var(--uikit-color-white);border-radius:32.11px}.stat-bar{position:absolute;left:1%;right:2%;width:auto;transform-origin:left center;transform:translateY(-50%) scaleX(0);top:50%;height:74%;background-color:var(--uikit-color-yellow);border-radius:32.11px}.stat-bar-1{animation:fillBar1 1.5s ease-out forwards}.stat-bar-2{animation:fillBar2 1.5s ease-out forwards;animation-delay:.5s}.pig-icon{width:63px;height:63px}.chart-icon{width:49px;height:27px}@keyframes fillBar1{0%{transform:translateY(-50%) scaleX(0)}to{transform:translateY(-50%) scaleX(.5)}}@keyframes fillBar2{0%{transform:translateY(-50%) scaleX(0)}to{transform:translateY(-50%) scaleX(.8)}}.stat-label{display:flex;align-items:center;font-size:2.4rem;grid-gap:1.2rem;color:var(--uikit-color-white)}.stat-amount{font-weight:700;font-size:2.4rem;color:#fff}.hero-description-text{font-weight:var(--bold-font-weight)}.hero-description{font-size:2.8rem;color:var(--uikit-color-white)}.hero-image{position:absolute;right:-155px;top:-35px;width:593px;height:auto}.hero-image img{width:100%;height:100%;object-fit:contain;display:block}.scroll-indicator{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);-webkit-user-select:none;user-select:none}.scroll-indicator svg{display:block}.scroll-indicator path{animation:moveDown 2s ease-in-out infinite;transform-origin:center}@keyframes moveDown{0%{transform:translateY(0);opacity:1}50%{transform:translateY(3px);opacity:.7}to{transform:translateY(0);opacity:1}}.steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:30px}.step-card{border-radius:2.7rem;padding:2.7rem 1rem 2.7rem 2.7rem;width:100%;position:relative;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;opacity:0;transform:scale(.8);transition:opacity .6s ease,transform .6s ease,all .3s ease;will-change:opacity,transform}.step-card.step-card-animated{opacity:1;transform:scale(1);will-change:auto}.step-card:not(.gradient-border-primary){background:var(--uikit-color-white);border:1px solid var(--uikit-color-blue)}.step-icon{width:54px;height:54px;margin-bottom:20px;align-self:flex-start}.step-title{font-weight:700;font-size:var(--uikit-text-h3);line-height:var(--line-height-tight);color:var(--uikit-color-dark-blue);text-transform:uppercase;margin-bottom:20px}.step-description{font-size:var(--uikit-text-basic);color:var(--uikit-color-dark-grey);margin-bottom:3rem}.step-percentage{font-weight:var(--bold-font-weight);font-size:5.6rem;color:var(--uikit-color-dark-blue);margin-top:auto}@media (hover: hover) and (pointer: fine){.step-card{cursor:var(--cursor-pointer)}.story-play-button:hover{transform:translate(-50%,-50%) translate(12.4rem,13.2rem) scale(1.1)}.step-card:hover{color:var(--uikit-color-white)}.step-card.gradient-border-primary:hover{--gradient-bg-color: transparent;background:var(--gradient-border) padding-box,var(--gradient-border) border-box!important}.step-card:hover .step-title,.step-card:hover .step-description,.step-card:hover .step-percentage{color:var(--uikit-color-white)}.step-card:hover .step-icon svg path{fill:var(--uikit-color-white)}.step-card:hover .step-icon svg rect{stroke:var(--uikit-color-white)}}.test-section{display:flex;gap:20px;position:relative;align-items:flex-start}.test-card{flex:1;background:linear-gradient(96.25deg,#3ab7ff .73%,#f1faff 90.47%);border-radius:3.2rem;padding:7rem 6.8rem 7.4rem 4.9rem;position:relative;display:flex;flex-direction:column;justify-content:space-between}.test-content{flex:1}.test-title{font-weight:var(--bold-font-weight);font-size:var(--uikit-text-h2);line-height:var(--line-height-tight);color:var(--uikit-color-white);text-transform:uppercase;margin-bottom:5rem;width:60rem}.test-card-bottom{display:flex;width:100%;justify-content:space-between;align-items:end}.test-description{color:var(--uikit-color-white);line-height:1.1;font-size:2.8rem}.btn-primary-inner{position:relative}.test-image{position:absolute;right:65px;top:-135px;width:161px;height:161px;z-index:2}.test-image img{width:100%;height:100%;object-fit:contain;display:block}.test-card .btn-primary{align-self:flex-start}.test-card .btn-primary.btn-test{z-index:1;position:relative;width:30rem;display:block;text-align:center;text-decoration:none}.bird-legs-mask{position:absolute;z-index:2;top:-21px;left:128px}.currency-card{width:281px;border-radius:2.7rem;padding:2.8rem 1.1rem 1.8rem;position:relative}.currency-card,.currency-card *{cursor:var(--cursor-pointer)!important}.currency-title{font-weight:var(--bold-font-weight);font-size:2.8rem;color:var(--uikit-color-dark-blue);margin-bottom:2rem}.currency-list{display:flex;flex-direction:column;gap:11px}.currency-item{padding-bottom:12px;position:relative}.currency-item:last-child{padding-bottom:0}.currency-item:last-child .currency-border{display:none}.currency-border{position:absolute;bottom:0;left:0;right:0;height:13px;overflow:hidden}.currency-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.currency-name,.currency-value{font-weight:var(--bold-font-weight);font-size:2.4rem;color:var(--uikit-color-dark-grey)}.currency-change{font-weight:400;font-size:1.6rem;text-align:right;display:flex;align-items:center;justify-content:flex-end;gap:6px}.currency-arrow{width:13px;height:12px;flex-shrink:0;vertical-align:middle}.currency-change.positive,.currency-change.positive .currency-arrow{color:#40b544bd}.currency-change.negative,.currency-change.negative .currency-arrow{color:#ee827b}.currency-badge{position:absolute;top:25px;right:18px;background:var(--uikit-color-dark-blue);color:#fff;padding:.9rem 1.1rem;border-radius:var(--radius-xs);font-weight:var(--bold-font-weight);font-size:2rem;text-transform:uppercase}.always-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,1fr);grid-gap:20px}.always-cards{display:contents}.always-card{grid-column:1 / 2;height:fit-content;width:88.5rem;background:linear-gradient(136.262deg,#62c4ff 31.805%,#425dde);border:1px solid #495aff;border-radius:9.7rem var(--radius-md) var(--radius-md) 9.7rem;padding:29px 25px;position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr;gap:30px;align-items:center;overflow:visible}.always-card.card-1{grid-row:1}.always-card.card-2{grid-row:2/3;background:linear-gradient(136.262deg,#5093f4 31.805%,#335bd3)}.always-card.card-3{grid-row:3/4;background:linear-gradient(136.262deg,#4972ec 31.805%,#243fbd)}.always-card.card-4{grid-row:4/5;background:linear-gradient(136.262deg,#2e41fe 31.805%,var(--uikit-color-dark-blue) 100%)}.card-icon{width:15.5rem;height:15.5rem;border-radius:50%;border:3px solid var(--uikit-color-dark-blue);display:flex;justify-content:center;align-items:center;background:linear-gradient(233deg,#3f9ffe -6.39%,#1d6bd5 84.35%),linear-gradient(233deg,#396ce8 -6.39%,#203d82 84.35%),#eebc35;position:relative;overflow:visible}.card-icon svg{display:block}.card-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:min-content min-content;gap:3rem;color:#fff;align-content:space-between;height:fit-content}.card-title{white-space:nowrap;font-weight:var(--bold-font-weight);font-size:4.8rem;line-height:var(--line-height-tight);text-transform:uppercase;grid-column:1;grid-row:1;margin:0;align-self:start}.card-description{white-space:nowrap;font-weight:400;font-size:var(--uikit-text-h3);grid-column:1;grid-row:2;margin:0;align-self:end}.card-description span{display:block}.card-link{white-space:nowrap;font-weight:400;font-size:var(--uikit-text-h5);color:#ffffff63;grid-column:2;grid-row:2;align-self:end;justify-self:end}.arrow-angle{width:29px;height:28px;background:url(https://bluebirdfinance.ru/images/site/arrow_ang.svg) no-repeat center center;background-size:contain;grid-column:2;grid-row:1;align-self:start;justify-self:end;transition:transform .3s ease;transform-origin:center center}.card-content:has(.card-link:hover) .arrow-angle{transform:translateY(-3px) rotate(45deg)}.always-sidebar{display:contents}.sidebar-card{grid-column:2 / 3;grid-row:1 / 3;background:var(--uikit-color-white);border-radius:var(--radius-md);padding:1rem 1rem 4.7rem;position:relative;display:flex;flex-direction:column;align-items:center}.featured-article{grid-column:2 / 3;grid-row:3 / 5;position:relative;display:flex;flex-direction:column;border-radius:24px;padding:0 34px 34px;width:100%}.news-header{display:flex;align-items:center;justify-content:space-between;position:relative;top:10px}.featured-article-badge{width:7rem;height:7rem;display:flex;align-items:center;justify-content:center}.featured-article-badge img{width:100%;height:100%;object-fit:contain;display:block}.featured-article-content{display:flex;flex-direction:column;gap:3rem}.btn-featured-article{width:30rem;margin-top:auto!important;display:flex;justify-content:center;text-decoration:none}.sidebar-image{width:191px;height:191px;margin:0 auto;border-radius:var(--radius-xs);overflow:hidden;display:flex;align-items:center;justify-content:center}.sidebar-image img{width:100%;height:100%;object-fit:cover;display:block}.sidebar-title{font-weight:var(--bold-font-weight);font-size:var(--uikit-text-h3);color:var(--uikit-color-dark-blue);text-align:center;text-transform:uppercase;margin-bottom:20px}.sidebar-description{font-weight:400;font-size:var(--uikit-text-basic);color:var(--uikit-color-dark-grey);text-align:center;margin-bottom:30px}.news-title{font-weight:700;font-size:32px;line-height:1;color:var(--uikit-color-dark-blue);text-transform:uppercase;margin:0;font-family:Fregat,sans-serif;letter-spacing:0}.featured-article-text{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0}.news-headline{font-weight:700;font-size:28px;line-height:1;color:var(--uikit-color-dark-grey);margin:0;letter-spacing:0}.news-headline a{color:inherit;text-decoration:none;transition:color .3s ease}.news-description{font-weight:400;font-size:var(--uikit-text-basic);line-height:1.1;color:var(--uikit-color-dark-grey);margin:0;display:block;letter-spacing:0;max-height:calc(var(--uikit-text-basic) * 1.5 * 4);overflow-y:auto;overflow-x:hidden;padding-right:8px;scrollbar-width:none;-ms-overflow-style:none}.news-description::-webkit-scrollbar{display:none}.news-of-day-card{position:relative;background:var(--uikit-color-white);border-radius:24px;padding:50px 34px 34px;min-height:412px;width:100%}.news-of-day-content{display:flex;flex-direction:column;gap:69px;max-width:509px;position:relative;z-index:1}.news-of-day-title{font-weight:700;font-size:32px;line-height:1;color:var(--uikit-color-dark-blue);text-transform:uppercase;margin:0;font-family:Fregat,sans-serif}.news-of-day-text{display:flex;flex-direction:column;gap:12px}.news-of-day-headline{font-weight:700;font-size:28px;line-height:1;color:var(--uikit-color-dark-grey);margin:0}.news-of-day-headline a{color:inherit;text-decoration:none;transition:color .3s ease}.news-of-day-description{font-weight:400;font-size:var(--uikit-text-basic);line-height:1;color:var(--uikit-color-dark-grey);margin:0;font-family:Fregat,sans-serif}.news-of-day-image{position:absolute;right:42px;top:10px;width:117px;height:117px;overflow:hidden;border-radius:8px;z-index:0}.news-of-day-image img{width:100%;height:100%;object-fit:cover}.btn-news-read{position:absolute;bottom:34px;left:50%;transform:translate(-50%);background:#eebc35;color:var(--uikit-color-dark-blue);border:none;border-radius:24px;padding:23px 43px;width:300px;height:68px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:28px;text-transform:uppercase;text-decoration:none;transition:all .3s ease;box-sizing:border-box;font-family:Fregat,sans-serif}.btn-news-read:active{transform:translate(-50%) scale(.98)}.financial-tools{position:relative}.tools-content{position:relative;z-index:1;padding:4.6rem;width:fit-content;margin:0 auto;border-radius:var(--radius-md);overflow:hidden}.calculators-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-bottom:30px}.calculator-card{background:linear-gradient(135deg,#0b8dfe1a,#2198fe1a);border-radius:var(--radius-md);padding:3.2rem 2rem;position:relative;height:100%;display:flex;flex-direction:column;justify-content:space-between;min-height:500px}.tools-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 10% 50%,#0b8dfe66,#2198fe66,#37a3fe66 25%,#63b9fe66,#8ecffe66,#bae5fe66);pointer-events:none}.calculator-card:nth-child(2){background:radial-gradient(98.33% 123.34% at 3.64% 100%,#0bfed5,#bafee6)}.calculator-card:nth-child(3){background:radial-gradient(98.33% 123.34% at 3.64% 100%,#fead0b,#fedaba)}.calculator-card:before{content:"";position:absolute;top:6px;left:6px;right:6px;bottom:6px;background:#fff;border-radius:18px;z-index:1}.calculator-card>*{position:relative;z-index:2}.calculator-header{margin-bottom:32px}.calculator-title{font-weight:var(--bold-font-weight);font-size:var(--uikit-text-h3);color:var(--uikit-color-dark-blue);text-transform:uppercase;margin-bottom:19px}.calculator-description{font-weight:400;font-size:2.4rem;color:var(--uikit-color-dark-grey);line-height:1.4}.calculator-form{flex:1;display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-weight:400;font-size:2rem;color:var(--uikit-color-dark-grey)}.form-input{position:relative}.form-input input{width:100%;height:56px;border:1px dashed #2e41fe;border-radius:var(--radius-md);padding:1.5rem 2rem;font-size:var(--uikit-text-description);background:transparent}.form-input input:focus{outline:none;border-style:solid;border-color:var(--uikit-color-dark-blue)}.form-result{display:flex;justify-content:space-between;align-items:center;padding-top:3.2rem;border-top:2px solid var(--uikit-color-dark-grey);margin-top:3.2rem}.result-label,.result-value{font-weight:var(--bold-font-weight);font-size:var(--uikit-text-h3);color:#396ce8;text-transform:uppercase}.btn-calculator{margin-top:auto;align-self:flex-start;width:100%;display:flex;justify-content:center;align-items:center;text-decoration:none}.calendar-section{background:linear-gradient(120.929deg,#0089ca 31.805%,#49b1e9,#4aadea);border-radius:var(--radius-md);padding:6rem;position:relative;display:flex;align-items:center;gap:4rem;min-height:567px}.calendar-content{flex:1;color:#fff}.calendar-title{font-weight:var(--bold-font-weight);font-size:var(--uikit-text-h2);line-height:var(--line-height-tight);text-transform:uppercase;margin-bottom:40px}.calendar-features{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.feature-item{display:flex;align-items:center;gap:37px}.feature-icon{width:62px;height:62px;flex-shrink:0}.feature-icon img{width:100%;height:100%;object-fit:contain}.feature-text{font-weight:var(--bold-font-weight);font-size:var(--uikit-text-h3);text-transform:uppercase}.btn-calendar{width:fit-content}.calendar-image{position:absolute;right:-73px;top:-61px;height:701px;z-index:2}.calendar-image img{width:100%;height:100%;object-fit:cover;border-radius:1.6rem;box-shadow:16px -7px 38.3px #0be5fe4d}.often-read-section{overflow-x:hidden;display:flex;flex-direction:column;align-items:center}.often-read-accordion{display:flex;align-items:center;gap:clamp(1rem,1.8vw,1.8rem);margin-top:var(--space-med);flex-wrap:nowrap;justify-content:center;width:100%}.often-read-action-top{position:relative}.often-read-action-top>.section-title{margin-bottom:198px}.btn-read-often{position:relative;text-decoration:none;display:flex;align-items:center;justify-content:center}.btn-read-often-image{position:absolute;top:-200px;right:-6px;width:189px;height:268px}.btn-read-often-image img{width:100%;height:100%;object-fit:contain;display:block}.often-read-card{border-radius:clamp(1.6rem,2.4vw,2.4rem);border:clamp(.3rem,.4vw,.4rem) solid rgba(153,153,153,0);background:#94cbff;width:calc((100% - (4*clamp(1rem,1.8vw,1.8rem)))/5);max-width:357px;aspect-ratio:357 / 399;flex-shrink:0;flex-grow:0;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;transition:all .3s ease;position:relative;box-shadow:0 0 clamp(2rem,3.49vw,3.49rem) 0 #3741a838}.often-read-icon{width:clamp(4rem,5.4vw,5.4rem);height:clamp(4rem,5.4vw,5.4rem);position:absolute;top:30px;left:50%;transform:translate(-50%);border-radius:.4rem;pointer-events:none;display:flex;align-items:center;justify-content:center}.often-read-icon img{width:100%;height:100%;object-fit:contain;display:block;background:transparent}.often-read-card.card-1{aspect-ratio:357 / 399;background:#94cbff;max-width:357px;max-height:399px}.often-read-card.card-1 .often-read-icon{width:170px;height:170px;flex-shrink:0;aspect-ratio:1 / 1}.often-read-card.card-2{aspect-ratio:357 / 452;background:#f4fbff;max-width:357px;max-height:452px;overflow:visible}.often-read-card.card-2 .often-read-icon{width:197px;height:197px;flex-shrink:0;aspect-ratio:1 / 1}.often-read-card.card-3{aspect-ratio:357 / 520;background:#fff;max-width:357px;max-height:520px;overflow:visible}.often-read-card.card-3 .often-read-icon{width:227px;height:229px;flex-shrink:0;aspect-ratio:1 / 1}.often-read-card.card-4{aspect-ratio:357 / 452;background:#f4fbff;max-width:357px;max-height:452px;overflow:visible}.often-read-card.card-4 .often-read-icon{width:188px;height:188px;flex-shrink:0;aspect-ratio:1 / 1}.often-read-card.card-5{aspect-ratio:357 / 399;background:#94cbff;max-width:357px;max-height:399px}.often-read-card.card-5 .often-read-icon{width:167px;height:151px;flex-shrink:0;aspect-ratio:169 / 254}.often-read-title{font-size:var(--uikit-text-h5);font-style:normal;font-weight:var(--bold-font-weight);line-height:var(--line-height-normal);color:var(--uikit-color-blue);margin-top:auto;text-align:center;position:relative;z-index:1;margin-bottom:0}.often-read-card .btn-primary{margin-top:2rem;width:100%;align-self:center;display:flex;justify-content:center;text-decoration:none;color:var(--uikit-color-dark-blue);position:relative;z-index:1}.btn-often-read{display:flex;justify-content:center;margin-top:3rem;text-decoration:none}.freedom-bage{position:absolute;right:7.7rem;top:-9.1rem;width:22.1rem;height:22.1rem;background:var(--uikit-color-yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.8rem;font-weight:var(--bold-font-weight);color:var(--uikit-color-black);text-transform:uppercase;text-align:center;padding:var(--radius-xs);outline:4px solid var(--uikit-color-yellow);outline-offset:11px}.freedom-inner{position:relative;margin:0 auto;padding:5rem 0 6.2rem;border-radius:var(--radius-lg);background-image:radial-gradient(circle at 0% 100%,#0b8dfe66,#eff9ff66)}.freedom-rows{display:flex;flex-direction:column;grid-gap:4.4rem;list-style:none;counter-reset:freedom-counter}.freedom-number{font-size:32.4rem;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase}.freedom-number:nth-of-type(2n){margin-right:6.2rem;margin-left:7.7rem}.freedom-number--1{color:#aed3f666;margin-left:9.7rem;margin-right:6.2rem}.freedom-number--2{color:#aed3f666;margin-left:2.3rem;margin-right:7.7rem}.freedom-number--3{color:#edf6ff66;margin-left:7.2rem;margin-right:2.9rem}.row-container{display:flex;align-items:center;width:100%;counter-increment:freedom-counter;position:relative}.row-container:first-of-type{padding-left:9.7rem;grid-gap:6.2rem}.row-container:nth-of-type(2){padding-right:7.7rem;flex-direction:row-reverse;justify-content:flex-start;grid-gap:2.3rem}.row-container:nth-of-type(3){padding-left:9.7rem;grid-gap:2.9rem}.row-container:before{content:counter(freedom-counter);font-size:32.4rem;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase;pointer-events:none}.row-container:nth-child(1):before{color:#aed3f666;left:9.7rem}.row-container:nth-child(2):before{color:#aed3f666;right:9.7rem}.row-container:nth-child(3):before{color:#edf6ff66;left:7.2rem}.row-tile{width:83rem;height:100%;background:var(--uikit-color-white);border-radius:3.2rem;padding:4.5rem;position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:4rem}.circle-container{position:relative}.circle{width:171px;height:171px;background-image:linear-gradient(to right top,#0182f7,#12a7fe);display:flex;justify-content:center;align-items:center;border-radius:50%;box-shadow:inset 5px 13px 19px #ffffff40,0 0 21px 5px #0be5fe;flex-shrink:0;position:relative;z-index:1}.row-container:nth-child(1) .row-tile{border-radius:24px;background:linear-gradient(125.684deg,#1272e0 4.9639%,#6ccbff),linear-gradient(108.647deg,#9990 11.565%,#fff6 111.98%)}.row-container:nth-child(1) .row-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:4px;background:linear-gradient(to right bottom,#f2f2f5,#5384f9 75%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.row-container:nth-child(2) .row-tile{border-radius:24px;background:linear-gradient(124.354deg,#094cd1 5.1296%,#001b92),linear-gradient(108.597deg,#9990 11.565%,#fff6 111.98%)}.row-container:nth-child(2) .row-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:4px;background:linear-gradient(to right bottom,#495aff,#fff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.row-container:nth-child(3) .row-tile{border-radius:24px;background:linear-gradient(107deg,#2743c1 23.93%,#011779)}.row-container:nth-child(3) .row-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:4px;background:linear-gradient(to right bottom,#5d85f799,#1f27ad99);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.row-container:nth-child(3) .circle{background-image:linear-gradient(to right top,#3366e5,#064eb1)}.tile-content{display:flex;flex-direction:column;gap:2.1rem;color:var(--uikit-color-white);flex:1;position:relative;z-index:1}.tile-content h3{font-size:4.8rem;font-weight:var(--bold-font-weight);line-height:1;text-transform:uppercase;margin:0}.tile-content .tile-subtitle{font-size:var(--uikit-text-h3);font-weight:400;line-height:var(--line-height-tight);margin:0}.tile-content .tile-desc{font-size:var(--uikit-text-h3);font-weight:var(--bold-font-weight);line-height:var(--line-height-tight);text-transform:uppercase;color:#ffd154;margin:0;margin-top:5.6rem}.row-container:nth-child(2) .tile-content{text-align:right;align-items:flex-end}.circle-badge{z-index:0;display:flex;width:306px;height:68px;padding:var(--padding-md) var(--padding-lg);align-items:center;gap:9px;flex-shrink:0;color:var(--Dark-Blue, var(--uikit-color-dark-blue));white-space:nowrap;font-size:2.8rem;font-style:normal;font-weight:700;line-height:var(--line-height-normal);text-transform:uppercase;border-radius:var(--radius-md);background:linear-gradient(90deg,#ffc800,#ffebb4);text-decoration:none}.circle-badge--mobile{display:none}.circle-badge--1,.circle-badge--3{position:absolute;left:128px;top:50%;transform:translateY(-50%);justify-content:flex-end}.circle-badge--2{justify-content:flex-start;position:absolute;right:140px;top:50%;transform:translateY(-50%)}.questions-section{position:relative;background:linear-gradient(103deg,#0089ca 31.8%,#49b1e9,#4aadea),radial-gradient(98.33% 123.34% at 3.64% 100%,#0b8dfe,#bae5fe),#fff;border-radius:var(--radius-md);display:flex;flex-direction:column;color:var(--uikit-color-white);width:100%;padding:9.2rem 0 6.1rem 5.9rem}.questions-section-image{position:absolute;right:3.2rem;top:10px;width:auto;height:100%}.questions-section-image img{width:100%;height:100%;object-fit:cover;object-position:center}.questions-content{display:grid;grid-gap:4.9rem}.questions-content p{font-size:var(--uikit-text-h2);font-style:normal;font-weight:var(--bold-font-weight);line-height:100%;text-transform:uppercase;text-align:left;color:inherit;max-width:720px}.success-stories-section{display:flex;flex-direction:column;align-items:center;gap:2.7rem}.btn-all-stories{margin-top:3.5rem}.success-story-card{width:100%;background:#f4fbff;border-radius:var(--radius-md);padding:var(--space-med)}.story-content{display:flex;gap:2.4rem;align-items:flex-start;animation:fadeIn .5s ease}.questions-btn{display:flex;justify-content:center;align-items:center;text-decoration:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.story-text-container{flex:1;display:flex;flex-direction:column;justify-content:space-between;height:37.6rem}.story-quote{font-weight:var(--bold-font-weight);font-size:var(--uikit-text-h3);line-height:var(--line-height-normal);color:var(--uikit-color-dark-grey);margin:0;max-width:70.4rem}.story-author{display:flex;flex-direction:column;gap:2rem;width:100%}.author-divider{width:100%;height:.1rem;background:#4d53e8;opacity:.2;border-radius:.8rem}.author-info{display:flex;flex-direction:column}.author-name,.author-position,.author-location{font-weight:400;font-size:var(--uikit-text-h5);line-height:var(--line-height-normal);color:#737b9e;margin:0}.author-location{margin-top:20px}.story-video{position:relative;width:37.6rem;height:37.6rem;flex-shrink:0}.story-video-thumbnail{width:100%;height:100%;object-fit:cover;border-radius:21.2rem}.story-play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) translate(12.4rem,13.2rem);width:12.8rem;height:12.8rem;border:none;background:transparent;cursor:var(--cursor-pointer);padding:0;transition:transform .3s ease}.play-icon{width:100%;height:100%}.story-navigation{display:flex;justify-content:center;margin:0}.story-dots-container{display:flex;gap:1.6rem;align-items:center}.story-dot{width:1.6rem;height:1.6rem;border-radius:50%;border:.2rem solid var(--uikit-color-dark-blue);background:var(--uikit-color-white);cursor:var(--cursor-pointer);transition:all .3s ease;padding:0}.story-dot.active{background:var(--uikit-color-dark-blue)}@media (hover: hover) and (pointer: fine){.card-link:hover{cursor:var(--cursor-pointer)}}@media all and (max-width: 1440px){.often-read-card.card-1{width:287.407px;height:321.22px}.often-read-card.card-1 .often-read-icon,.often-read-card.card-1 .often-read-icon img,.often-read-card.card-1 .often-read-icon svg{width:136.861px;height:136.861px;aspect-ratio:136.86 / 136.86}.often-read-card.card-2{width:287.407px;height:363.888px}.often-read-card.card-2 .often-read-icon,.often-read-card.card-2 .often-read-icon img,.often-read-card.card-2 .often-read-icon svg{width:158.597px;height:158.597px;aspect-ratio:158.6 / 158.6}.often-read-card.card-3{width:287.407px;height:418.632px}.often-read-card.card-3 .often-read-icon,.often-read-card.card-3 .often-read-icon img,.often-read-card.card-3 .often-read-icon svg{width:192.496px;height:192.496px;aspect-ratio:192.5 / 192.5}.often-read-card.card-4{width:287.407px;height:363.888px}.often-read-card.card-4 .often-read-icon,.often-read-card.card-4 .often-read-icon img,.often-read-card.card-4 .often-read-icon svg{width:151.352px;height:151.352px;aspect-ratio:151.35 / 151.35}.often-read-card.card-5{width:287.407px;height:321.22px}.often-read-card.card-5 .often-read-icon,.often-read-card.card-5 .often-read-icon img,.often-read-card.card-5 .often-read-icon svg{width:126.19px;height:118.284px;aspect-ratio:auto}.always-card{width:69rem;padding:2.3rem 2.2rem 2.9rem}.card-icon{width:12.4rem;height:12.4rem}.card-title{font-size:3.6rem}.card-link{font-size:1.8rem}.card-description{font-size:2.4rem}.often-read-title{font-size:1.8rem}.sidebar-card{padding:0 1rem 2rem}.sidebar-description,.news-description{font-size:1.6rem;max-height:calc(1.6rem * 1.5 * 4)}.featured-article{padding:20px}.sidebar-title,.news-title{font-size:2.4rem}.gradient .sidebar-image{margin:0;width:15.6rem;height:15.6rem}.news-headline{font-size:2rem}.btn-featured-article{margin:0 auto}.steps-grid{grid-template-columns:repeat(5,1fr)}.step-title{text-transform:unset;font-size:2.4rem}.step-percentage{font-size:4rem}.test-card{padding:7rem 10rem 6rem 7.9rem}.test-title{margin-bottom:7rem;font-size:4rem;width:50rem}.test-card .btn-primary.btn-test{margin-top:auto}.test-image{right:65px;top:-135px;width:161px;height:161px}.test-description{width:32.1rem}.row-tile{width:63rem;gap:0rem;padding:2.7rem 3.1rem}.tile-content h3{font-size:3.2rem}.tile-content .tile-desc{text-transform:unset;font-size:2.4rem;white-space:nowrap}.circle{width:15.9rem;height:15.9rem}.circle-badge{font-size:2rem;width:23.2rem;height:5.2rem;border-radius:18.197px}.freedom-bage{width:18.4rem;height:18.4rem;font-size:2.4rem}.freedom-rows{grid-gap:3.2rem}.row-container:before{font-size:26.4rem}.questions-section{height:auto;padding:8rem 0 4.1rem 5.1rem}.questions-section-image{width:auto;height:100%}.questions-content{margin:0}.questions-content{grid-gap:8.4rem}.questions-content p{font-size:3.6rem}.questions-section-image{right:0}.author-name,.author-position,.author-location{font-size:1.8rem;line-height:1}.story-quote{font-size:3.2rem}.story-video{width:30.2rem;height:30.2rem}.story-text-container{height:30.2rem}}@media all and (max-width: 1024px){.tools-content{padding:2.5rem}.often-read-accordion{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;padding:5rem 0;margin:0}.often-read-accordion::-webkit-scrollbar{display:none}.often-read-card{width:280px;height:350px;max-width:280px;max-height:350px;scroll-snap-align:center;flex-shrink:0}.btn-often-read{margin-top:0}.often-read-card.card-1,.often-read-card.card-2,.often-read-card.card-3,.often-read-card.card-4,.often-read-card.card-5{width:280px;height:350px}.often-read-icon,.often-read-card .often-read-icon,.often-read-card .often-read-icon img,.often-read-card .often-read-icon svg{width:130px;height:130px}.often-read-card.card-3 .often-read-icon,.often-read-card.card-3 .often-read-icon img,.often-read-card.card-3 .often-read-icon svg{width:140px;height:140px}.often-read-card.card-5 .often-read-icon,.often-read-card.card-5 .often-read-icon img,.often-read-card.card-5 .often-read-icon svg{width:110px;height:110px}.hero-content{height:fit-content;padding:3.7rem 0 5rem 4rem}.hero-title{margin-bottom:4rem}.hero-stats{width:39.1rem;grid-gap:4rem}.hero-card{width:39rem}.stat-row-content{grid-gap:unset;justify-content:space-between}.hero-image{width:468px;height:auto;right:auto;left:111%;top:26px}.hero-description{font-size:2rem}.stat-label,.stat-amount{font-size:2rem;white-space:nowrap}.stat-card{padding:2rem 2.7rem}.scroll-indicator svg{width:68px;height:68px}.step-title{font-size:2rem}.step-description{font-size:1.6rem}.step-percentage{font-size:3.2rem}.step-card{padding:1.7rem 1.8rem 3.5rem;grid-gap:1.2rem}.test-card{padding:4.6rem 4.5rem 7.3rem}.test-description{width:100%;line-height:1.1;font-size:2rem}.test-description span:first-of-type{line-height:1.2}.test-description span:nth-of-type(2){line-height:1}.test-card .btn-primary.btn-test{width:21rem}.test-image{right:13px;z-index:10}.test-title{margin-bottom:8.6rem;font-size:3.2rem;width:100%;line-height:1.2}.currency-name,.currency-value{font-size:2rem}.always-content{grid-gap:1.8rem}.always-card{width:62.3rem}.sidebar-image{width:10rem;height:10rem;margin-bottom:3.6rem}.btn-featured-article{width:100%}.sidebar-title{margin-bottom:1.4rem}.featured-article-badge{width:5.2rem;height:5.2rem}.card-title{font-size:2.8rem}.card-description{font-size:2rem}.card-content{grid-gap:1.8rem}.calculators-grid{grid-gap:11px}.calculator-title{width:60%;line-height:1.1}.calculator-description{font-size:1.8rem;line-height:1.2}.form-label{font-size:1.6rem}.market-offers-grid{grid-column-gap:17px}.market-nav-item{font-size:1.6rem}.row-tile{width:60.9rem}.row-container:before{font-size:15rem}.circle{width:14.7rem;height:14.7rem}.tile-content{gap:1.5rem}.tile-content .tile-desc{margin-top:2.5rem}.freedom-bage{width:14.8rem;height:14.8rem;font-size:2rem;right:5rem;top:-7.3rem}.row-container:first-of-type{padding-left:2.6rem;grid-gap:3.2rem}.row-container:nth-of-type(2){padding-right:2.5rem;grid-gap:1rem}.row-container:nth-of-type(3){padding-left:1.7rem;grid-gap:2rem}.story-quote{font-size:2.8rem}.story-author{gap:1.6rem}}@media all and (max-width: 1000px){.hero,.millionaire-section,.market-monitoring-section,.always-here,.questions-section-inner,.success-stories-section,.tools-content{padding:0 3rem;width:100%}.hero-image{width:41vw;height:auto;right:auto;left:96%;top:49%}.scroll-indicator{display:none}.hero-btn{margin-top:0;z-index:1}.hero-description{width:289px}.steps-grid{grid-gap:8px 1.6rem}.step-card{min-height:auto}.step-description,.step-icon{margin-bottom:1rem}.steps-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:auto auto;margin-bottom:1.6rem}.step-card:nth-child(1),.step-card:nth-child(2),.step-card:nth-child(3){grid-column:span 2}.step-card:nth-child(4),.step-card:nth-child(5){grid-column:span 3;display:grid;grid-template-columns:auto 1fr;grid-column-gap:2.4rem}.step-card:nth-child(4) .step-description,.step-card:nth-child(5) .step-description{grid-column:2/3}.step-card:nth-child(4) .step-title,.step-card:nth-child(5) .step-title{margin-bottom:10px}.step-card:nth-child(4) .step-icon,.step-card:nth-child(5) .step-icon{margin-bottom:0;grid-row:1/3}.step-card:nth-child(4) .step-percentage,.step-card:nth-child(5) .step-percentage{grid-column:2/3}.test-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.test-card{padding:2.6rem 3.5rem 4.3rem}.test-card-bottom{flex-direction:column;height:24rem;align-items:flex-start}.test-title{margin-bottom:3rem}.btn-primary-inner{margin:0 auto}.test-card,.currency-card{width:100%}.currency-name,.currency-value{font-size:2.4rem;line-height:1}.currency-card{padding:3rem 2rem 2.2rem}.currency-list{gap:17px}.currency-change{margin-bottom:18px}.always-content{grid-template-rows:auto}.always-card{grid-column:1/3;width:100%}.always-sidebar{margin-top:7px;grid-column:1/3;display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem}.sidebar-card,.featured-article{grid-row:1/2}.sidebar-card{grid-column:1/2}.calculators-grid{grid-template-columns:1fr}.calculator-card{padding:2rem;min-height:unset}.calculator-form{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:min-content min-content;grid-gap:15px}.btn-calculator{grid-column:1/3;margin-top:13px}.freedom-rows{grid-gap:2.5rem}.freedom-bage{width:10.1rem;height:10.1rem;font-size:1.3rem;top:-5rem}.row-tile{width:75%}.freedom-rows{grid-gap:3.2rem}.circle{width:11.7rem;height:11.7rem}.tile-content .tile-desc{font-size:2.1rem}.tile-content h3{font-size:2.9rem}.row-container:first-of-type{padding-left:1.5rem;grid-gap:3.2rem}.row-container:nth-child(1):before,.row-container:nth-child(2):before,.row-container:nth-child(3):before{display:none}.circle-badge{font-size:1.8rem;width:199%;left:58%}.circle-badge .circle-badge--2{left:auto;right:64%}.questions-section{padding:5rem 3.5rem}.questions-content{grid-gap:4.4rem}.questions-content p{font-size:2.8rem;width:38rem}.story-video{width:15rem;height:15rem}.story-quote{font-size:2rem}.story-text-container{height:22rem}}@media all and (max-width: 760px){.hero,.millionaire-section,.market-monitoring-section,.always-here,.questions-section-inner,.success-stories-section{padding:0 2rem}.stat-bar-container{height:2rem}.hero-image{position:static;width:calc(100vw - 8rem);max-width:460px;height:auto;aspect-ratio:1 / 1;margin-top:-74%;margin-right:auto;margin-left:auto}.hero-content{position:relative;padding:3rem 2rem;width:calc(100vw - 4rem);display:flex;flex-direction:column;background:transparent;padding:0}.hero-text{padding:3rem 2rem;border-radius:var(--radius-lg);height:auto;aspect-ratio:1/2;background:linear-gradient(135deg,#2e41fe 0%,var(--uikit-color-dark-blue) 100%);width:100%}.hero-card{width:auto}.hero-title{white-space:wrap;text-align:center;margin-bottom:2rem}.stat-label,.stat-amount{font-size:1.6rem}.stat-label{grid-gap:1rem}.hero-stats{grid-gap:2rem;width:100%}.stat-row-content{grid-gap:unset;justify-content:space-between}.hero-description{width:100%;text-align:center}.hero-description p{display:inline;font-size:1.8rem}.hero-description p:not(:last-child):after{content:" "}.hero-btn{margin-top:0;z-index:1;margin-left:auto;margin-right:auto}.pig-icon{width:28.465px;height:25.618px}.chart-icon{width:24px;height:32px}.steps-grid{grid-template-columns:1fr;grid-template-rows:auto;grid-gap:10px}.step-card{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto;grid-column-gap:2rem;align-items:start;padding:1.7rem 1.5rem}.step-card:nth-child(1),.step-card:nth-child(2),.step-card:nth-child(3),.step-card:nth-child(4),.step-card:nth-child(5){grid-column:1}.step-icon{grid-column:1;grid-row:1 / 4;margin-bottom:0}.step-title{grid-column:2;grid-row:1;margin-bottom:1rem}.step-description{grid-column:2;grid-row:2;margin-bottom:2rem}.step-percentage{grid-column:2;grid-row:3;margin-top:0}.always-content{grid-gap:1rem}.always-card{grid-gap:6px}.always-card{width:auto;padding:12px 15px}.always-card .card-content{grid-gap:0;height:6.3rem;grid-template-columns:1fr 7rem}.always-card:first-child .card-content{height:5.3rem!important}.card-icon{width:7rem;height:7rem}.card-icon svg{width:30px}.card-title{font-size:1.8rem}.card-description{font-size:1.6rem;white-space:normal}.card-link{font-size:16px}.arrow-angle{width:20px;height:20px}.sidebar-card,.featured-article{grid-column:1 / 3;grid-row:auto}.sidebar-image{width:12rem;height:12rem;margin-bottom:1.6rem}.featured-article-badge{width:7.2rem;height:7.2rem}.featured-article-content{gap:3rem;margin-bottom:3rem}.form-group{grid-column:1/3}.test-section{grid-template-columns:1fr}.test-card{width:100%;padding:3.2rem 2rem}.test-title{font-size:2.4rem;width:100%}.test-description{font-size:1.6rem}.test-card-bottom{height:auto}.btn-primary-inner{display:grid;grid-template-columns:1fr}.test-image{position:static;width:195px;height:auto;margin:0 auto 30px;grid-row:1 / 4;grid-column:1 / 2}.btn-test{grid-row:3 / 4;grid-column:1 / 2}.test-section{grid-gap:4rem}.currency-card{padding:2.8rem 2rem 1.8rem}.currency-row{margin-bottom:13px}.currency-change{margin-bottom:0;position:absolute;top:12px;left:50%;transform:translate(-50%,-50%)}.tile-content .tile-desc{white-space:wrap;margin-top:0}.tile-content .tile-subtitle{font-size:2.1rem}.freedom-section .section-title{margin-bottom:calc(var(--space-med) + 2rem)}.freedom-inner{padding:7.6rem 0 2rem}.freedom-bage{font-size:1.2rem;outline:3px solid var(--uikit-color-yellow);outline-offset:5px}.circle-badge .circle-badge--2{left:auto;right:64%}.row-tile{width:100%;gap:0rem;padding:9.7rem 2rem 3.2rem}.circle-container{position:absolute;top:-50px}.freedom-rows{grid-gap:8.4rem}.row-container:nth-child(1),.row-container:nth-child(3){padding-right:2rem}.row-container:nth-of-type(2){padding-left:2rem}.row-container:nth-child(2) .tile-content{text-align:left;align-items:flex-start}.btn-read-often{width:28.8rem}.tile-content{gap:2.2rem}.circle-badge{display:none}.circle-badge--mobile{display:flex;justify-content:center;position:static;width:100%;height:auto;transform:none;padding:14px}.questions-btn{width:100%;align-self:flex-end;position:relative;z-index:1}.questions-section{padding:2.9rem 2.5rem}.questions-content{height:37.7rem}.questions-content p{font-size:2.4rem;width:auto;line-height:1.2}.questions-section-image{width:247px;height:247px;top:13rem;left:50%;transform:translate(-50%)}.story-text-container{height:auto;grid-gap:3.5rem;text-align:center}.success-story-card{padding:5.6rem 2rem 2.6rem}.story-content{flex-direction:column-reverse;align-items:center;gap:2rem}.tools-content{padding:2rem}.story-dot{width:1.2rem;height:1.2rem}.story-quote{font-size:1.8rem;line-height:1.2}}@media (aspect-ratio: 3/4) and (max-width: 760px){.hero-text{height:140vw}}
