.home-page-why-opena-section{margin-bottom:60px;padding:0 var(--mobile-page-margin)}@media(min-width:800px){.home-page-why-opena-section{margin-bottom:50px;margin-top:95px;padding:0 var(--tablet-page-margin)}}@media(min-width:1100px){.home-page-why-opena-section{padding:0 var(--desktop-page-margin)}}.home-page-why-opena-section .home-page-why-opena-heading .home-page-why-opena-heading-separator{height:2px;margin:38px auto 40px;width:30px}@media(min-width:800px){.home-page-why-opena-section .home-page-why-opena-heading .home-page-why-opena-heading-separator{margin:38px auto 40px}}.home-page-why-opena-section .home-page-why-opena-heading h2{color:var(--secondary-app-color);font-family:var(--font-family);font-size:35px;font-weight:700;margin:0;text-align:center;width:100%}.home-page-all-cards-wrapper{grid-gap:40px 0;display:grid;gap:40px 0;grid-template-areas:"card-1" "card-2" "card-3";grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr;justify-content:center}@media(min-width:800px){.home-page-all-cards-wrapper{gap:0 35px;grid-template-areas:"card-1 card-2 card-3";grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr}}.home-page-all-cards-wrapper .home-page-single-card-wrapper-border:first-child{grid-area:card-1}.home-page-all-cards-wrapper .home-page-single-card-wrapper-border:nth-child(2){grid-area:card-2}.home-page-all-cards-wrapper .home-page-single-card-wrapper-border:nth-child(3){grid-area:card-3}.home-page-all-cards-wrapper .home-page-single-card-wrapper-border{align-items:center;background:var(--page-color);background-clip:padding-box;border:2px solid #0000;border-radius:31px;box-sizing:border-box;color:var(--main-aside-text-color);display:grid;grid-auto-columns:1fr;grid-template-columns:1fr;grid-template-rows:repeat(3,-webkit-min-content);grid-template-rows:repeat(3,min-content);justify-content:center;padding:30px 10px 10px;position:relative}@media(min-width:800px){.home-page-all-cards-wrapper .home-page-single-card-wrapper-border{padding:50px 10px 20px}}.home-page-all-cards-wrapper .home-page-single-card-wrapper-border:before{background:var(--main-app-gradient);border-radius:inherit;bottom:0;content:"";left:0;margin:-2px;position:absolute;right:0;top:0;z-index:-1}.home-page-all-cards-wrapper .home-page-single-card-wrapper-border h4{color:var(--main-app-color);font-size:15px;font-weight:900;height:30px;margin-bottom:5px;margin-top:40px;text-align:center;text-transform:uppercase}@media(min-width:800px){.home-page-all-cards-wrapper .home-page-single-card-wrapper-border h4{margin-bottom:0}}.home-page-all-cards-wrapper .home-page-single-card-wrapper-border p{font-size:var(--aside-font-size);margin:0 auto;max-width:300px;min-height:40px;text-align:center}@media(min-width:800px){.home-page-all-cards-wrapper .home-page-single-card-wrapper-border p{min-height:60px}}.home-page-all-cards-wrapper .home-page-single-card-wrapper-border img{height:40px;margin:0 auto;width:40px}.loan-calculator-outer-wrapper{align-items:center;display:flex;height:-webkit-min-content;height:min-content;justify-content:center;margin:0 auto;min-height:-webkit-fit-content;min-height:fit-content;position:absolute;top:109px;width:100%}@media(min-width:800px){.loan-calculator-outer-wrapper{bottom:50%;right:calc(var(--tablet-page-margin) - 2px);top:52%;transform:translateY(-50%);width:430px}}@media(min-width:1100px){.loan-calculator-outer-wrapper{right:calc(var(--desktop-page-margin) - 2px)}}.loan-calculator-heading{color:var(--secondary-app-color);font-family:var(--font-family);font-size:19px!important;font-weight:600!important;letter-spacing:1px;margin:0 0 20px;text-align:center}@media(min-width:800px){.loan-calculator-heading{font-size:26px!important}}.loan-calculator-section-separator{background:#b6671e;height:9px;margin-top:-1px}.loan-summary-wrapper{grid-gap:2px 15px;background-color:var(--main-light-color);border-radius:0 0 20px 20px;display:grid;gap:2px 15px;grid-auto-columns:1fr;grid-template-areas:"requestedAmount interestRate" "instalments rrso" "instalmentsAmount ckdz";grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;height:60px;margin-top:-1px;padding:13px var(--mobile-page-margin);padding-top:0}@media(min-width:450px){.loan-summary-wrapper{gap:0 20px}}@media(min-width:800px){.loan-summary-wrapper{padding:0 35px 13px}}.loan-summary{align-items:center;column-gap:30px;display:flex;justify-content:space-between}.loan-summary p{color:var(--main-aside-text-color);font-size:9px!important;font-weight:400;margin:0}@media(min-width:800px){.loan-summary{column-gap:38px}}.loan-summary-text-no-wrap{color:var(--main-aside-text-color);font-size:10px!important;font-weight:700;white-space:nowrap}.loan-summary-loan-amount{grid-area:requestedAmount}.loan-summary-loan-amount p{white-space:nowrap}.loan-summary-loan-instalments{grid-area:instalments}.loan-summary-loan-instalments p{white-space:nowrap}.loan-summary-instalments-amount{grid-area:instalmentsAmount}.loan-summary-instalments-amount p{white-space:nowrap}.loan-summary-interest-rate{grid-area:interestRate}.loan-summary-interest-rate p{white-space:nowrap}.loan-summary-rrso{grid-area:rrso}.loan-summary-rrso p{white-space:nowrap}.loan-summary-ckdz{grid-area:ckdz}.loan-calculator-period-slider-outer-wrapper{margin-bottom:25px}.loan-calculator-inner-wrapper{background-color:var(--main-light-color);display:flex;flex-direction:column;justify-content:center;min-width:100%}.loan-calculator-inner-wrapper .loan-calculator-sliders-outer-wrapper{background-color:var(--main-app-color);padding:13px var(--mobile-page-margin);padding-bottom:40px}@media(min-width:800px){.loan-calculator-inner-wrapper .loan-calculator-sliders-outer-wrapper{border-radius:20px 20px 0 0;padding:13px 35px 40px}}.loan-calculator-slider-wrapper{grid-gap:0 0;display:grid;gap:0 0;grid-auto-columns:1fr;grid-template-areas:"subtract-button summary add-button" "slider slider slider";grid-template-columns:30px 1fr 30px;grid-template-rows:30px 50px;margin-bottom:30px;width:100%}.loan-calculator-slider-left-half .MuiSlider-thumb{margin-left:11px!important}.loan-calculator-slider-right-half .MuiSlider-thumb{margin-left:-11px!important}.loan-calculator-slider-centered-mark .MuiSlider-thumb{left:100%!important}.loan-calculator-slider-centered-mark .MuiSlider-track{left:0!important;width:100%!important}.loan-calculator-slider-button{align-self:center!important;border:1px solid var(--main-light-color)!important;border-radius:50%!important;height:33px!important;justify-self:center!important;padding:11px!important;width:33px!important}.loan-calculator-slider-button:nth-of-type(odd){margin-left:-6px}.loan-calculator-slider-button:nth-of-type(2n){margin-left:6px}.loan-calculator-slider-button svg{fill:var(--main-light-color)!important}.loan-calculator-slider-heading{align-self:center;color:var(--main-light-color);font-size:24px;font-weight:700;justify-self:center;margin:0;text-align:center}.loan-calculator-button-wrapper{background:var(--main-light-color);border-radius:0 0 20px 20px;width:100%}.loan-calculator-button-wrapper .loan-calculator-slider-submit-button{background:linear-gradient(260deg,var(--secondary-app-color),#0000) var(--secondary-app-color);border:none;border-radius:35px;color:var(--main-light-color);cursor:pointer;display:flex;font-family:var(--font-family);font-family:inherit;font-size:32px;font-weight:700;margin:0 auto;padding:13px 60px;place-content:center;position:relative;text-decoration:none;transform:translateY(-65%);transition:background-color .2s ease-in;white-space:nowrap;width:100%;width:calc(100% - 50px)!important;z-index:100}@media(min-width:800px){.loan-calculator-button-wrapper .loan-calculator-slider-submit-button{width:auto}}@media(min-width:1100px){.loan-calculator-button-wrapper .loan-calculator-slider-submit-button:focus,.loan-calculator-button-wrapper .loan-calculator-slider-submit-button:hover{background-color:var(--main-app-color);color:var(--main-light-color)}}@media(min-width:800px){.loan-calculator-button-wrapper .loan-calculator-slider-submit-button{width:calc(100% - 120px)!important}}.home-page-heading-image{background-image:url(/static/media/home-page-heading-image-mobile.1cf9d26bda7b5bb5287f.jpg);background-position:right 0 bottom 0;background-repeat:no-repeat;background-size:auto 109px;margin-bottom:5px;min-height:109px;position:relative;width:100%}@media(min-width:800px){.home-page-heading-image{background-image:url(/static/media/home-page-heading-image.ea87ba3f1fc5d98482bd.jpg);background-position:50%;background-size:cover;margin-top:50px;min-height:430px}}.home-page-heading-image .home-page-heading-text-wrapper{left:var(--mobile-page-margin);position:absolute;top:50%;transform:translateY(-50%)}@media(min-width:800px){.home-page-heading-image .home-page-heading-text-wrapper{left:var(--tablet-page-margin)}.home-page-heading-image .home-page-heading-text-wrapper br{display:none}.home-page-heading-image .home-page-heading-text-wrapper p br{display:block}}@media(min-width:1100px){.home-page-heading-image .home-page-heading-text-wrapper{left:var(--desktop-page-margin)}}.home-page-heading-image .home-page-heading-text-wrapper .home-page-heading-header-text{color:var(--secondary-app-color);font-family:var(--font-family);font-size:20px;font-weight:700;line-height:22px;margin:0}.home-page-heading-image .home-page-heading-text-wrapper .home-page-heading-header-text span{color:var(--main-app-color)}@media(min-width:800px){.home-page-heading-image .home-page-heading-text-wrapper .home-page-heading-header-text{font-size:22px;line-height:22px}}@media(min-width:1300px){.home-page-heading-image .home-page-heading-text-wrapper .home-page-heading-header-text{font-size:30px}}@media(min-width:1450px){.home-page-heading-image .home-page-heading-text-wrapper .home-page-heading-header-text{font-size:36px}}.home-page-heading-image .home-page-heading-text-wrapper .home-page-heading-separator{display:none}@media(min-width:800px){.home-page-heading-image .home-page-heading-text-wrapper .home-page-heading-separator{border-radius:15px;display:block;height:3px;margin:38px auto 40px 3px;width:30px}}.home-page-heading-image .home-page-heading-text-wrapper .home-page-heading-aside-text{display:none}@media(min-width:800px){.home-page-heading-image .home-page-heading-text-wrapper .home-page-heading-aside-text{color:var(--secondary-app-color);display:block;font-size:13px;font-weight:400;margin:0}.home-page-heading-image .home-page-heading-text-wrapper .home-page-heading-aside-text span{color:var(--main-app-color)}}@media(min-width:1320px){.home-page-heading-image .home-page-heading-text-wrapper .home-page-heading-aside-text{font-size:20px}}.animated-arrow{cursor:pointer;height:18px;margin-top:5px;overflow:hidden;position:relative;transform:rotate(180deg);transition:.2s;width:18px}.animated-arrow:after{border-bottom:2px solid;height:9.1px;top:-1px;transform:translateX(4px);width:15px}.animated-arrow:after,.animated-arrow:before{color:var(--secondary-app-color);content:"";display:block;position:absolute}.animated-arrow:before{border-left:2px solid;border-top:2px solid;height:7px;left:2px;top:50%;transform:rotate(-45deg);transform-origin:0 0;width:7px}@media(min-width:800px){.animated-arrow:hover{border:2px solid var(--secondary-app-color);border-radius:50%}.animated-arrow:hover:before{animation:aniArrow01 .8s cubic-bezier(0,.6,1,.4) .2s infinite}.animated-arrow:hover:after{animation:aniArrow02 .8s cubic-bezier(0,.6,1,.4) .2s infinite}span:hover~.animated-arrow{border:2px solid var(--secondary-app-color);border-radius:50%}span:hover~.animated-arrow:before{animation:aniArrow01 .8s cubic-bezier(0,.6,1,.4) .2s infinite}span:hover~.animated-arrow:after{animation:aniArrow02 .8s cubic-bezier(0,.6,1,.4) .2s infinite}}@keyframes aniArrow01{0%{transform:rotate(-45deg) translateY(30px) translateX(30px)}to{transform:rotate(-45deg) translateY(-35px) translateX(-35px)}}@keyframes aniArrow02{0%{transform:translateX(45px)}to{transform:translateX(-45px)}}@keyframes borderAni{0%{border:2px solid var(--secondary-app-color)}to{border:2px solid var(--secondary-app-color);border-radius:50%}}.home-page-how-it-works-section{background-color:var(--main-app-color);width:100%}@media(min-width:1100px){.home-page-how-it-works-section{background-image:url(/static/media/how-it-works-image.6aee83095cfd2b391511.jpg);background-position:260% 50%;background-repeat:no-repeat;background-size:85%}}@media(min-width:1500px){.home-page-how-it-works-section{background-position:135% 50%;background-size:75%}}@media(min-width:1920px){.home-page-how-it-works-section{background-position:125% 50%;background-size:60%}}@media(min-width:2400px){.home-page-how-it-works-section{background-position:110% 50%;background-size:40%}}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper{margin-left:var(--mobile-page-margin);margin-right:var(--mobile-page-margin);width:calc(100% - var(--mobile-page-margin)*2)}@media(min-width:800px){.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper{margin-left:var(--tablet-page-margin);margin-right:var(--tablet-page-margin);width:calc(100% - var(--tablet-page-margin)*2)}}@media(min-width:1100px){.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper{margin-left:var(--desktop-page-margin);width:600px}}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-section-heading{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:0}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-section-heading h2{color:var(--main-light-color);font-size:34px;font-weight:700;margin:0;padding-top:40px;text-align:center}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-section-heading .home-page-how-it-works-section-separator{height:0;margin:20px auto;width:40px}@media(min-width:800px){.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-section-heading .home-page-how-it-works-section-separator{height:2px;margin:40px auto}}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-section-description-cards-wrapper{align-items:stretch;display:flex;flex-direction:column;justify-content:center;row-gap:40px}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-section-description-cards-wrapper .home-page-how-it-works-section-description-card{align-items:center;background-color:var(--secondary-app-color);border-radius:35px;display:flex;justify-content:flex-start;padding:15px 20px}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-section-description-cards-wrapper .home-page-how-it-works-section-description-card p{color:var(--main-light-color);font-size:12px;font-weight:400;line-height:15px;margin:0}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-section-description-cards-wrapper .home-page-how-it-works-section-description-card p:first-child{font-size:26px;font-weight:700;width:10%}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-section-description-cards-wrapper .home-page-how-it-works-section-description-card p:nth-child(2){text-align:center;width:90%}@media(min-width:800px){.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-section-description-cards-wrapper .home-page-how-it-works-section-description-card{padding:20px 35px}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-section-description-cards-wrapper .home-page-how-it-works-section-description-card p{font-size:15px;line-height:inherit}}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-link{grid-gap:0 10px;align-items:center;color:var(--main-light-color);display:grid;font-size:20px;font-weight:700;gap:0 10px;grid-auto-columns:1fr;grid-template-areas:"link arrow";grid-template-columns:-webkit-min-content 35px;grid-template-columns:min-content 35px;grid-template-rows:1fr;justify-content:center;margin-bottom:40px;margin-top:40px;min-height:35px;text-align:center;text-decoration:underline;text-underline-offset:5px;width:100%}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-link span{grid-area:link;white-space:nowrap}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-link div.animated-arrow{grid-area:arrow}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-link div.animated-arrow:after,.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-link div.animated-arrow:before{color:var(--main-light-color)}@media(min-width:800px){.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-link{font-size:16px}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-link .animated-arrow:after,.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-link .animated-arrow:before{color:var(--main-light-color)}.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-link .animated-arrow:hover,.home-page-how-it-works-section .home-page-how-it-works-section-content-inner-wrapper .home-page-how-it-works-link span:hover~.animated-arrow{border-color:var(--main-light-color)}}.home-page-loan-rules-section-outer-wrapper{align-items:stretch;display:flex;flex-direction:column;justify-content:center;margin-left:var(--mobile-page-margin);margin-right:var(--mobile-page-margin);margin-top:60px;width:calc(100% - var(--mobile-page-margin)*2)}@media(min-width:800px){.home-page-loan-rules-section-outer-wrapper{align-items:flex-start;display:grid;grid-auto-columns:1fr;grid-auto-flow:column;grid-template-areas:"heading-text heading-text heading-text image" "icon-1 subheading-text-1 description-1 image" "icon-2 subheading-text-2 description-2 image" "icon-3 subheading-text-3 description-3 image";grid-template-columns:30px 1fr 1fr auto;grid-template-rows:-webkit-min-content -webkit-min-content -webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content min-content min-content;margin-left:var(--tablet-page-margin);margin-top:50px;width:calc(100% - var(--tablet-page-margin)*2)}}@media(min-width:1100px){.home-page-loan-rules-section-outer-wrapper{margin-left:var(--desktop-page-margin);width:calc(100% - var(--desktop-page-margin)*2)}}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-section-heading{align-self:flex-start;grid-area:heading-text;text-align:center;width:100%}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-section-heading h2{color:var(--secondary-app-color);font-size:26px;font-weight:700;margin:0}@media(min-width:800px){.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-section-heading{align-self:flex-end}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-section-heading h2{font-size:34px}}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-section-separator{height:2px;margin:38px auto 40px;width:30px}@media(min-width:800px){.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-section-separator{margin:38px auto 40px}}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-icon{height:27px;margin:0 auto;width:27px}@media(min-width:800px){.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-icon{margin-bottom:40px}}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-description{color:var(--main-aside-text-color);font-size:var(--aside-font-size);font-weight:400;margin:0 0 40px;text-align:center}@media(min-width:800px){.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-description{margin-bottom:40px;margin-left:20px;text-align:left}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-description:last-of-type{margin-bottom:0}}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-subheading{color:var(--main-app-color);font-size:15px;font-weight:700;margin:15px 0;text-align:center;text-transform:uppercase}@media(min-width:800px){.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-subheading{margin:0 0 40px 20px;text-align:left}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-subheading:last-of-type{margin-bottom:0}}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-image{display:none}@media(min-width:1000px){.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-image{display:block;grid-area:image;margin-left:40px}}@media(min-width:1100px){.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-image{margin-left:70px}}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-age-icon{grid-area:icon-1}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-chat-icon{grid-area:icon-2}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-bank-icon{grid-area:icon-3}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-subheading-1{grid-area:subheading-text-1;white-space:nowrap}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-description-1{grid-area:description-1}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-subheading-2{grid-area:subheading-text-2}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-description-2{grid-area:description-2}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-subheading-3{grid-area:subheading-text-3;white-space:nowrap}.home-page-loan-rules-section-outer-wrapper .home-page-loan-rules-description-3{grid-area:description-3}.get-loan-button-main{background:linear-gradient(260deg,var(--secondary-app-color),#0000) var(--secondary-app-color);border:none;border-radius:35px;color:var(--main-light-color);cursor:pointer;display:flex;font-family:var(--font-family);font-family:inherit;font-size:32px;font-weight:700;margin:0 auto;padding:13px 60px;place-content:center;text-decoration:none;transition:background-color .2s ease-in;white-space:nowrap;width:100%}@media(min-width:800px){.get-loan-button-main{width:auto}}@media(min-width:1100px){.get-loan-button-main:focus,.get-loan-button-main:hover{background-color:var(--main-app-color);color:var(--main-light-color)}}.home-page-zpf-info-section-outer-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:var(--mobile-page-margin);margin-right:var(--mobile-page-margin);margin-top:60px;width:calc(100% - var(--mobile-page-margin)*2)}@media(min-width:800px){.home-page-zpf-info-section-outer-wrapper{grid-gap:0 70px;align-items:flex-end;display:grid;gap:0 70px;grid-auto-columns:1fr;grid-template-areas:"heading heading" "zpf-logo zpf-text" "zpf-link zpf-link" "loan-button loan-button";grid-template-columns:auto auto;grid-template-rows:repeat(4,-webkit-max-content);grid-template-rows:repeat(4,max-content);justify-content:space-between;margin-left:var(--tablet-page-margin);margin-top:50px;width:calc(100% - var(--tablet-page-margin)*2)}}@media(min-width:1100px){.home-page-zpf-info-section-outer-wrapper{margin-left:var(--desktop-page-margin);width:calc(100% - var(--desktop-page-margin)*2)}}.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-heading{align-self:flex-start;grid-area:heading;text-align:center;width:100%}.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-heading h2{color:var(--secondary-app-color);font-size:26px;font-weight:700;margin:0}@media(min-width:800px){.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-heading h2{font-size:34px}}.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-separator{height:2px;margin:38px auto 40px;width:30px}@media(min-width:800px){.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-separator{margin:38px auto 40px}}.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-zpf-logo{grid-area:zpf-logo;margin-bottom:40px}@media(min-width:800px){.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-zpf-logo{margin-bottom:0}}.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-zpf-text{align-self:flex-start;grid-area:zpf-text}.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-zpf-text p{color:var(--main-aside-text-color);font-size:var(--aside-font-size);margin:0}.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-zpf-text h4{color:var(--main-app-color);font-size:24px;font-weight:500;margin:0 0 20px;text-align:center}@media(min-width:800px){.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-zpf-text h4{margin-bottom:20px}}.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-zpf-link{align-items:center;color:var(--secondary-app-color);display:grid;font-size:var(--aside-font-size);font-weight:700;grid-area:zpf-link;grid-auto-columns:1fr;grid-template-areas:"link arrow";grid-template-columns:-webkit-min-content 35px;grid-template-columns:min-content 35px;grid-template-rows:1fr;justify-content:flex-end;margin-top:20px;min-height:20px;text-align:center;text-decoration:underline;text-underline-offset:5px;width:100%}.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-zpf-link span{grid-area:link;justify-self:flex-end}.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-zpf-link div.animated-arrow{grid-area:arrow;justify-self:flex-end}@media(min-width:800px){.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-zpf-link{margin-top:20px}}.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-loan-button{grid-area:loan-button;margin:150px 0 150px auto;width:100%}@media(min-width:800px){.home-page-zpf-info-section-outer-wrapper .home-page-zpf-info-section-loan-button{margin:100px auto}}.home-page-main-content-wrapper{margin-top:550px}@media(min-width:800px){.home-page-main-content-wrapper{margin-top:0}}
/*# sourceMappingURL=391.8fa1e0bc.chunk.css.map*/