.discover-section .wrapper{display:flex;flex-direction:column;justify-content:center;max-width:143rem;margin:0 auto}.discover-section .section-title{text-align:center}.discover-section .discovers-wrapper{display:grid;grid-template-columns:repeat(3, 1fr);gap:8.6rem;padding-top:8.5rem;list-style:none}.discover-section .discover{max-width:42rem;padding:3.6rem 5.7rem 4.7rem 3.6rem;border-radius:2.4rem;box-shadow:.9rem 1.1rem 4rem var(--box-shadow)}.discover-section .header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.6rem}.discover-section .title{font-family:var(--headings-font);font-weight:500;font-size:3.2rem;line-height:125%}.discover-section .description{font-family:var(--text-font);color:var(--secondary-sub-text);font-weight:500;line-height:148%;font-size:1.8rem}.discover-section .section-cta{margin-top:7.4rem}@media only screen and (max-width: 1366px){.discover-section .wrapper{padding:0 4.5rem}.discover-section .discovers-wrapper{gap:2rem}.discover-section .discover{padding:3rem}.discover-section .icon{width:5rem;height:5rem}}@media only screen and (max-width: 1024px){.discover-section .wrapper{padding:0}.discover-section .discovers-wrapper{padding-top:4rem;gap:1rem}.discover-section .discover{border-radius:1.5rem;max-width:100%;padding:2rem}.discover-section .header{padding-bottom:.2rem}.discover-section .title{font-size:2.2rem}.discover-section .description{font-size:1.6rem}.discover-section .icon{width:4rem;height:4rem}}@media only screen and (max-width: 640px){.discover-section .wrapper{padding:0}.discover-section .discovers-wrapper{padding-top:4rem;grid-template-columns:repeat(1, 1fr);gap:2rem}}.account-types{padding-bottom:7.2rem}.account-types .content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:133rem;margin:0 auto}.account-types .section-title{text-align:center}.account-types p{max-width:75ch}.account-types .account-type-items{display:flex;flex-direction:column;padding-top:11rem}.account-types .item{position:relative;padding:0 8rem;overflow:hidden;cursor:pointer;filter:drop-shadow(9px 11px 36px rgba(75, 109, 120, 0.14))}.account-types .item:first-child{border-radius:2rem 2rem 0 0}.account-types .item:last-child{border-radius:0 0 2rem 2rem}.account-types .item::after{content:"";position:absolute;width:300%;height:200%;transform:skew(-45deg);background:var(--background);top:0;left:-100%;z-index:1;transition:left ease-in-out 500ms}.account-types .item .account-type-content{display:flex;padding:4.7rem 0;height:fit-content;transition:all ease-in-out 300ms;position:relative;z-index:10;gap:6rem}.account-types .item .title{width:35rem;flex-shrink:0;padding-top:.4rem}.account-types .item .title h2{line-height:150%;font-family:var(--headings-font);text-transform:uppercase;font-weight:700;font-size:4.6rem}.account-types .item .sub-title{flex-grow:1}.account-types .item .sub-title h2{padding-top:1.4rem;text-transform:uppercase;font-family:var(--headings-font);font-weight:500;font-size:3.2rem;line-height:120%;color:var(--secondary-sub-text)}.account-types .item .sub-title ul{overflow:hidden;height:0;transition:height ease-in-out 500ms;font-family:var(--text-font);font-weight:500;font-size:2.4rem;line-height:150%}.account-types .item .sub-title ul li{list-style:inside}.account-types .item .action-btn{width:23rem;flex-shrink:0}.account-types .item .btn{width:100%;font-size:2.6rem}.account-types .item .note{display:none;font-size:1.4rem;line-height:130%;text-align:center}.account-types .item .account-type-bg{position:absolute;top:0;left:0;height:100%}.account-types .item .account-type-bg::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background-color:var(--blur-background-secondary)}.account-types .item .account-type-bg img{position:relative;height:100%}.account-types .item.active::after{left:150%}.account-types .item.active .account-type-content{min-height:49rem;color:var(--background)}.account-types .item.active .sub-title h2{color:var(--background)}.account-types .item.active .sub-title ul{height:100%;opacity:1}.account-types .item.active .note{display:block;padding-top:2rem}@media only screen and (max-width: 1366px){.account-types .item .title{width:20rem;padding-top:1.4rem}.account-types .item .title h2{line-height:1;font-size:3rem;line-height:120%}.account-types .item .sub-title h2{line-height:1;font-size:3rem;line-height:120%}.account-types .item .sub-title ul{font-size:2.4rem;line-height:150%}.account-types .item .action-btn{width:18rem}.account-types .item .btn{width:100%;font-family:var(--headings-font);font-size:2.6rem}.account-types .item .note{display:none;font-size:1.3rem}}@media only screen and (max-width: 1024px){.account-types .item .account-type-content{flex-direction:column;gap:1rem}.account-types .item .title{max-width:16rem}.account-types .item .title h2{line-height:1.5;font-size:3rem}.account-types .item .sub-title h2{line-height:1.5;font-size:3rem}.account-types .item .sub-title ul{font-size:1.8rem;line-height:150%}.account-types .item .action-btn{width:15rem}.account-types .item .note{font-size:1rem}}@media only screen and (max-width: 640px){.account-types .content{max-width:100%}.account-types .account-type-items{padding-top:5rem}.account-types .item{padding:0 3rem}.account-types .item .sub-title h2{padding-top:0;line-height:1.3}.account-types .item .action-btn{width:15rem}.account-types .item .btn{padding:1.4rem 0}.account-types .item .note{padding-top:1rem}}@media only screen and (max-width: 375px){.account-types .content{padding:4rem 0 4rem 0}.account-types .item{padding:0 3rem}.account-types .item::after{left:-120%}.account-types .item .account-type-content{padding-top:2.4rem;min-height:28rem;gap:1rem}.account-types .item .title h2{font-size:2.5rem}.account-types .item .sub-title h2{font-size:2.5rem}.account-types .item .sub-title ul{font-size:1.6rem;font-weight:400}.account-types .item .action-btn{width:15rem}.account-types .item .btn{font-size:2rem;padding:1.3rem 0}}.vip-section{position:relative;max-width:100%}.vip-section .wrapper{position:relative;z-index:2;max-width:126rem;margin:0 auto;padding-bottom:47rem;display:flex;flex-direction:column;justify-content:center}.vip-section p{max-width:75ch}.vip-section .section-title{text-align:center}.vip-section mark::after{display:none}.vip-section .section-description{text-align:center;color:var(--text)}.vip-section .vips-wrapper{display:grid;grid-template-columns:repeat(3, 1fr);margin:0 auto;gap:8.6rem;margin-top:11rem}.vip-section .vip{display:flex;flex-direction:column;position:relative;max-width:100%;padding:3.2rem;background:var(--background);border-radius:2.4rem;box-shadow:0 .4rem .4rem var(--box-shadow);cursor:pointer}.vip-section .vip:hover{background:var(--main)}.vip-section .vip:hover .title,.vip-section .vip:hover .description{color:var(--secondary-text)}.vip-section .title{font-family:var(--headings-font);font-weight:700;font-size:3.2rem;line-height:125%}.vip-section .description{font-family:var(--text-font);color:var(--sub-text);font-weight:500;font-size:1.8rem;line-height:150%}.vip-section .vip-background{position:absolute;inset:0;z-index:1}.vip-section .vip-background::before{position:absolute;z-index:1;content:"";width:100%;height:100%;z-index:2;background:linear-gradient(180deg, var(--background) 1.3%, rgba(95, 95, 95, 0.16) 55.45%, var(--background) 100%)}.vip-section img{width:100%;height:100%;object-fit:cover}@media only screen and (max-width: 1366px){.vip-section .wrapper{padding-bottom:20rem}.vip-section .vips-wrapper{gap:2rem}.vip-section .vip{padding:3rem}}@media only screen and (max-width: 1024px){.vip-section .wrapper{max-width:100%;padding-bottom:5rem}.vip-section .vips-wrapper{margin-top:5rem;gap:1rem}.vip-section .vip{max-width:100%;border-radius:1.5rem;padding:2rem}.vip-section .title{font-size:2.2rem}.vip-section .description{font-size:1.6rem}}@media only screen and (max-width: 640px){.vip-section .wrapper{max-width:100%;padding-bottom:5rem}.vip-section .vips-wrapper{margin-top:5rem;grid-template-columns:repeat(1, 1fr);gap:2rem}}.advantage-section{margin-bottom:6rem;margin-top:-12.8rem;padding-top:12.8rem}.advantage-section .section-wrapper{padding-top:0}.advantage-section .content{max-width:122rem;margin:0 auto}.advantage-section .section-title,.advantage-section .section-description{text-align:center}@media only screen and (max-width: 1024px){.advantage-section{margin-top:-5rem}.content{max-width:100%}}
/*# sourceMappingURL=account-types.css.map */
