@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap";:root{--font-family-base: "Inter", sans-serif;--font-family-primary: "Lora", serif;--primary-color: #FF50A5;--primary-hover: #C9176D;--secondary-color: #832854;--tetriary-color: #FFF4FA;--border-color: #FFBDDD;--body-color: #fff;--text-color: #212121}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}*,*:before,*:after{box-sizing:border-box}body{overflow-x:hidden;margin:0;padding:0;background-color:var(--body-color);color:var(--text-color);font-family:var(--font-family-base);font-size:1rem;line-height:1.5;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-kerning:normal;transition:background-color .3s,color .3s}.h1{margin:0;font-family:var(--font-family-primary);font-weight:600;font-size:56px;line-height:1.2}@media (max-width: 991.98px){.h1{font-size:48px}}@media (max-width: 767.98px){.h1{font-size:36px}}.btn{position:relative;display:inline-block;padding:8px 32px;height:48px;margin:0;border:none;border-radius:40px;background-color:var(--primary-color);color:var(--body-color);font-size:18px;line-height:32px;font-weight:600;font-style:normal;font-optical-sizing:auto;font-kerning:normal;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s}.btn:not(.loading):hover{background-color:var(--primary-hover)}.btn.loading{position:relative;overflow:hidden;cursor:wait}.btn.loading .spinner{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--primary-color);text-align:center;display:flex;align-items:center;justify-content:center;white-space:nowrap;line-height:0;opacity:.9}.btn.loading .spinner div{display:inline-block;height:100%;background-color:var(--body-color);height:20px;width:2px;margin:0 2px;animation:spin 1.2s infinite ease-in-out}.btn.loading .spinner div:nth-child(2){animation-delay:-1.1s}.btn.loading .spinner div:nth-child(3){animation-delay:-1s}.btn.loading .spinner div:nth-child(4){animation-delay:-.9s}.btn.loading .spinner div:nth-child(5){animation-delay:-.8s}@keyframes spin{0%,40%,to{transform:scaleY(.4)}20%{transform:scaleY(1)}}.input{display:block;width:100%;height:56px;padding:12px 14px;font-size:16px;line-height:24px;color:var(--text-color);background-color:var(--body-color);border:1px solid #D0D5DD;border-radius:8px;transition:all .2s;outline:none;box-shadow:0 1px 2px #1018280d}.input::placeholder{color:#667085}.input:focus{border-color:var(--primary-color);animation:blink 1.2s infinite ease-in-out}@keyframes blink{0%,to{box-shadow:0 0 0 4px #ffbddd80}50%{box-shadow:0 0 0 4px #ffbddd1a}}.container{max-width:1232px;padding:0 16px;margin:0 auto}.header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:16px 0}@media (max-width: 767.98px){.header{padding:8px 0}}.header .toggler{flex:0 0 auto;display:block;width:48px;height:48px;border:1px solid var(--text-color);border-radius:12px;background:transparent url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23212121'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 8.5C2 7.94772 2.44772 7.5 3 7.5H21C21.5523 7.5 22 7.94772 22 8.5C22 9.05228 21.5523 9.5 21 9.5H3C2.44772 9.5 2 9.05228 2 8.5ZM2 15.5C2 14.9477 2.44772 14.5 3 14.5H21C21.5523 14.5 22 14.9477 22 15.5C22 16.0523 21.5523 16.5 21 16.5H3C2.44772 16.5 2 16.0523 2 15.5Z'/%3e%3c/svg%3e") no-repeat center/24px 24px}@media (min-width: 768px){.header .toggler{display:none}}.header .logo{flex:0 0 auto}.header nav{flex:0 0 auto;display:flex;column-gap:32px}@media (max-width: 991.98px){.header nav{column-gap:16px}}@media (max-width: 767.98px){.header nav{display:none;flex:0 0 100%;flex-direction:column;align-items:flex-end;padding-top:12px}.header nav.open{display:flex}}.header nav a{display:block;flex:0 0 auto;padding:8px 12px;font-size:14px;line-height:22px;color:var(--text-color);text-decoration:none;transition:color .2s}@media (max-width: 767.98px){.header nav a{padding:8px 0;font-size:18px}}.header nav a:hover{color:var(--primary-color)}.intro{padding:100px 0;text-align:center}@media (max-width: 767.98px){.intro{padding:32px 0}}.intro .text{max-width:680px;margin:16px auto 32px;font-size:18px;line-height:32px}.offer{display:flex;padding:46px;background-color:var(--tetriary-color);border-radius:24px}@media (max-width: 991.98px){.offer{padding:32px;margin:0 -16px;border-radius:0}}@media (max-width: 767.98px){.offer{padding:46px 16px;flex-wrap:wrap}}.offer .left{flex:44.5%;max-width:44.5%;position:relative;display:flex;justify-content:flex-end;padding:24px;column-gap:10px}@media (max-width: 767.98px){.offer .left{flex:0 0 100%;max-width:100%;justify-content:center;min-height:300px;margin-bottom:24px}}.offer .left .img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;object-fit:cover;z-index:0}.offer .left .icon{position:relative;z-index:1;width:72px;height:72px;display:flex;align-items:center;justify-content:center;background-color:var(--body-color);border-radius:12px}.offer .left .icon img{width:auto;height:auto;max-width:48px;max-height:48px}.offer .right{flex:1;margin-left:32px}@media (max-width: 767.98px){.offer .right{margin-left:0}}.offer .right .img{display:block;max-width:100%;border-radius:20px;margin-bottom:28px}.offer .right .title{font-family:var(--font-family-primary);font-size:28px;font-weight:500;line-height:36px;margin-bottom:16px;max-width:450px;color:var(--primary-color)}.offer .right .text{font-size:18px;line-height:28px;color:var(--secondary-color);max-width:440px}.why{display:flex;position:relative;padding:72px 0}@media (max-width: 991.98px){.why{padding:56px 0;flex-wrap:wrap}}.why .left{flex:0 0 33.333%;max-width:33.333%;position:sticky;top:32px;align-self:flex-start}@media (max-width: 991.98px){.why .left{flex:0 0 100%;max-width:100%;position:static;top:auto;text-align:center}}.why .left .h1{margin-bottom:16px}@media (max-width: 767.98px){.why .left .h1{margin-bottom:8px}}.why .left .subtitle{font-size:24px;line-height:1.2;font-weight:400;margin-bottom:32px}@media (max-width: 767.98px){.why .left .subtitle{font-size:18px;margin-bottom:24px}}.why .right{flex:1;margin-left:32px;display:flex;flex-wrap:wrap;gap:16px}@media (max-width: 991.98px){.why .right{margin-left:0;margin-top:40px}}.why .right .block{flex:0 0 100%;max-width:100%;display:flex;border:1px solid var(--border-color);border-radius:24px;padding:12px}@media (max-width: 767.98px){.why .right .block{display:block;padding:12px 12px 38px}}.why .right .block .icon{order:1;flex:0 0 280px;border-radius:20px;width:280px;background-color:var(--tetriary-color);min-height:225px;display:flex;align-items:center;justify-content:center}@media (max-width: 767.98px){.why .right .block .icon{flex:0 0 100%;width:100%;min-height:200px;margin-bottom:16px}}.why .right .block .content{order:2;flex:1;margin-left:32px;padding-top:24px}@media (max-width: 767.98px){.why .right .block .content{padding:0 12px;margin-left:0}}.why .right .block .content .title{font-weight:600;font-size:28px;line-height:44px}@media (max-width: 767.98px){.why .right .block .content .title{font-size:24px;line-height:36px}}.why .right .block .content .text{font-size:24px;font-weight:400;line-height:36px;color:var(--secondary-color)}@media (max-width: 767.98px){.why .right .block .content .text{font-size:20px;line-height:32px}.why .right .block .content .text br{display:none}}.why .right .block.half{flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px);padding:38px 32px}@media (max-width: 767.98px){.why .right .block.half{padding:38px 12px;flex:0 0 100%;max-width:100%}}.why .right .block.half .icon{display:none}.why .right .block.half .content{padding-top:0;margin-left:0}.why .right .block.half .content .title,.why .right .block.half .content .text{font-size:24px;line-height:32px}.why .right .block.half .content .title{margin-bottom:4px}.why .right .block:nth-child(2n) .icon{order:2}.why .right .block:nth-child(2n) .content{order:1}.how{padding:24px 0 88px}@media (max-width: 767.98px){.how{padding:0 0 40px}}.how .h1{text-align:center;margin-bottom:56px}@media (max-width: 767.98px){.how .h1{margin-bottom:40px}}.how .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;counter-reset:step 0;margin-bottom:56px}@media (max-width: 991.98px){.how .steps{gap:16px}}@media (max-width: 767.98px){.how .steps{grid-template-columns:1fr}}.how .steps .item{border:1px solid var(--border-color);border-radius:24px;padding:40px 32px}@media (max-width: 991.98px){.how .steps .item{padding:24px}}@media (max-width: 767.98px){.how .steps .item{padding:32px 24px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto;column-gap:16px}}.how .steps .item:before{content:counter(step);counter-increment:step;display:block;width:72px;height:72px;background-color:var(--tetriary-color);color:var(--text-color);font-size:40px;font-weight:700;font-family:var(--font-family-primary);line-height:72px;text-align:center;border-radius:24px;margin-bottom:16px}@media (max-width: 991.98px){.how .steps .item:before{width:64px;height:64px;line-height:64px;font-size:32px}}@media (max-width: 767.98px){.how .steps .item:before{grid-row:1/3;margin:auto 0}}.how .steps .item .title{font-size:24px;line-height:32px;font-weight:600}@media (max-width: 991.98px){.how .steps .item .title{font-size:20px;line-height:28px;margin-top:auto}}.how .steps .item .text{font-size:20px;line-height:30px}@media (max-width: 991.98px){.how .steps .item .text{font-size:18px;line-height:28px;margin-bottom:auto}}.how .steps .item .btn{margin-top:20px}@media (max-width: 767.98px){.how .steps .item .btn{grid-column:1/3;display:block}}.how .steps .item:nth-child(3){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--body-color)}.how .process{display:grid;gap:24px;grid-template-columns:repeat(2,1fr);font-size:24px;line-height:32px}@media (max-width: 991.98px){.how .process{font-size:20px;line-height:28px}}@media (max-width: 767.98px){.how .process{display:block;gap:0}}.how .process .title{font-weight:600;margin-bottom:20px}@media (max-width: 767.98px){.how .process .title{margin-bottom:8px}}.how .process .share{padding:56px 40px 360px;border-radius:24px;background-color:var(--tetriary-color);background-image:url(/assets/how-share.png);background-repeat:no-repeat;background-position:left bottom;background-size:auto 320px}@media (max-width: 991.98px){.how .process .share{background-position:bottom left -80px}}@media (max-width: 767.98px){.how .process .share{background-position:top 16px left -80px;padding:376px 24px 36px}}.how .process .display{padding:360px 40px 56px;border-radius:24px;background-color:var(--tetriary-color);background-image:url(/assets/how-display.png);background-repeat:no-repeat;background-position:center top;background-size:auto 350px}@media (max-width: 767.98px){.how .process .display{margin-top:24px;padding:360px 24px 36px}}.access{padding:24px 0 72px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}@media (max-width: 991.98px){.access{max-width:576px;margin:0 auto;padding:0 0 56px;display:block;gap:0}}@media (max-width: 991.98px){.access .left{margin-bottom:40px}}@media (max-width: 767.98px){.access .left{margin-bottom:24px}}.access .left .text{margin-top:16px;font-size:24px;line-height:36px;font-weight:400}@media (max-width: 767.98px){.access .left .text{font-size:18px;line-height:32px}}.access .form{padding:32px 40px 40px;border-radius:24px;border:1px solid var(--border-color);display:flex;flex-direction:column;justify-content:flex-start}@media (max-width: 767.98px){.access .form{padding:32px 24px}}.access .form .title{order:1;flex:0 0 auto;margin-bottom:36px;font-size:24px;line-height:32px;font-weight:500;color:var(--primary-color)}@media (max-width: 767.98px){.access .form .title{font-size:20px;line-height:28px;margin-bottom:20px}.access .form .title br{display:none}}.access .form .input{order:2;flex:0 0 auto}.access .form .btn{order:4;flex:0 0 auto;margin-top:36px;margin-left:auto;display:block;width:auto}@media (max-width: 767.98px){.access .form .btn{margin-top:20px;width:100%;text-align:center}}.access .form .error{order:3;flex:0 0 auto;color:red;font-size:12px;margin-top:4px}.access .form.success{display:block;background-color:var(--primary-color);border-color:var(--primary-color);background-image:url(/assets/success.png);background-repeat:no-repeat;background-position:bottom right;background-size:262px 191px}.access .form.success .title{color:var(--body-color);margin-bottom:0}.access .form.success .text{color:var(--body-color)}.faq{padding:24px 0 120px}@media (max-width: 767.98px){.faq{padding:0 0 56px}}.faq .h1{text-align:center;margin-bottom:56px}@media (max-width: 767.98px){.faq .h1{margin-bottom:36px}}.faq .question{display:grid;grid-template-columns:1fr 40px;grid-template-rows:auto auto;column-gap:20px;max-width:800px;margin:0 auto;padding:30px 36px;border:1px solid var(--border-color);border-radius:24px}@media (max-width: 767.98px){.faq .question{padding:32px 20px;column-gap:16px}}.faq .question+.question{margin-top:8px}.faq .question .title{grid-column-start:1;grid-row-start:1;font-weight:500;font-size:24px;line-height:32px}@media (max-width: 767.98px){.faq .question .title{font-size:20px;line-height:28px}}.faq .question .text{grid-column-start:1;grid-row-start:2;font-size:18px;line-height:24px;transition:all .3s,max-height .5s;max-height:0;overflow:hidden}@media (max-width: 767.98px){.faq .question .text{font-size:16px;line-height:22px}}.faq .question .toggler{grid-column-start:2;grid-row:1/3;margin:auto 0;width:32px;height:32px;border-radius:100%;border:1px solid var(--primary-color);background:var(--primary-color);background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3e%3cpath d='M8.00065 2.33325C8.55294 2.33325 9.00065 2.78097 9.00065 3.33325V6.99992H12.6673C13.2196 6.99992 13.6673 7.44763 13.6673 7.99992C13.6673 8.5522 13.2196 8.99992 12.6673 8.99992H9.00065V12.6666C9.00065 13.2189 8.55294 13.6666 8.00065 13.6666C7.44837 13.6666 7.00065 13.2189 7.00065 12.6666V8.99992H3.33398C2.7817 8.99992 2.33398 8.5522 2.33398 7.99992C2.33398 7.44763 2.7817 6.99992 3.33398 6.99992H7.00065V3.33325C7.00065 2.78097 7.44837 2.33325 8.00065 2.33325Z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:16px 16px;transition:all .2s;cursor:pointer}.faq .question .toggler:hover{background-color:#c9176d;border-color:#c9176d}.faq .question:not(.open){cursor:pointer}.faq .question:not(.open):hover .toggler{background-color:#c9176d;border-color:#c9176d}.faq .question.open .text{margin-top:4px;max-height:var(--text-height)}.faq .question.open .toggler{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23FF50A5'%3e%3cpath d='M2.16602 7.99992C2.16602 7.35559 2.68835 6.83325 3.33268 6.83325H12.666C13.3103 6.83325 13.8327 7.35559 13.8327 7.99992C13.8327 8.64425 13.3103 9.16659 12.666 9.16659H3.33268C2.68835 9.16659 2.16602 8.64425 2.16602 7.99992Z'/%3e%3c/svg%3e");background-color:var(--body-color)}.faq .question.open .toggler:hover{border-color:#c9176d;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23C9176D'%3e%3cpath d='M2.16602 7.99992C2.16602 7.35559 2.68835 6.83325 3.33268 6.83325H12.666C13.3103 6.83325 13.8327 7.35559 13.8327 7.99992C13.8327 8.64425 13.3103 9.16659 12.666 9.16659H3.33268C2.68835 9.16659 2.16602 8.64425 2.16602 7.99992Z'/%3e%3c/svg%3e");background-color:var(--tetriary-color)}.footer{display:flex;justify-content:space-between;align-items:center;padding:16px 0;margin-bottom:40px}@media (max-width: 991.98px){.footer{padding:0 0 24px;margin-bottom:0;flex-direction:column}}.footer .logo{flex:0 0 auto}.footer nav{flex:0 0 auto;display:flex;column-gap:32px}@media (max-width: 991.98px){.footer nav{flex-wrap:wrap;justify-content:center;column-gap:16px;margin-top:24px}}.footer nav a{display:block;flex:0 0 auto;padding:8px 12px;font-size:14px;line-height:22px;color:var(--text-color);text-decoration:none;transition:color .2s}.footer nav a:hover{color:var(--primary-color)}.page-text{max-width:840px;margin:0 auto 64px;line-height:1.75;color:#475467}@media (min-width: 992px){.page-text{font-size:18px}}.page-text h1{margin:64px 0 32px;color:var(--text-color)}.page-text h2{font-size:20px;color:var(--text-color)}.page-text a{color:var(--primary-color)}.page-text a:hover{text-decoration:none}.page-text .list-unstyled{list-style:none;padding:0;margin-left:0;margin-right:0}
