:root{--color-white: hsla(0, 0%, 100%, 1);--color-black: hsla(210, 21%, 9%, 1)}[data-theme=light]{--app-color: hsla(240, 7%, 97%, 1);--base-color-100: hsla(0, 0%, 100%, 1);--contras-color-100: hsla(210, 21%, 9%, 1);--contras-color-200: hsla(210, 21%, 9%, .8)}[data-theme=dark]{--app-color: hsla(210, 6%, 7%, 1);--base-color-100: hsla(210, 7%, 12%, 1);--contras-color-100: hsla(0, 0%, 100%, 1);--contras-color-200: hsla(0, 0%, 100%, .8)}html *,*:before,*:after{box-sizing:border-box;margin:0;padding:0;border:none;outline:none;background:none;text-decoration:none;list-style:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;color:inherit;-webkit-tap-highlight-color:transparent;text-wrap:balance;font-weight:500}html{position:relative;writing-mode:horizontal-tb;text-rendering:optimizeSpeed;line-height:1.2;scroll-behavior:smooth;overflow-anchor:auto;-webkit-text-size-adjust:100%;font-size:16px}body{position:relative;min-block-size:100svh;block-size:100%;inline-size:100%;display:flex;flex-direction:column;justify-content:space-between;isolation:isolate;font-family:SF Pro Display,sans-serif;color:var(--contras-color-100);background-color:var(--app-color);accent-color:var(--middle_accent-green);transition:.3s cubic-bezier(.39,.575,.565,1);transition-property:background-color}main{position:relative;display:flex;flex-direction:column;gap:clamp(48px,13vw,128px);padding-bottom:clamp(48px,13vw,128px)}p,h1,h2,h3,h4,h5,h6,span{white-space:pre-line;transition:.3s cubic-bezier(.39,.575,.565,1);transition-property:color,background-color}a,button,input,textarea,select{color:initial;line-height:initial;text-decoration-skip-ink:auto;transition:.3s cubic-bezier(.39,.575,.565,1);transition-property:color,background-color,border-color,border-radius,box-shadow}h1{font:700 clamp(2rem,5vw,4rem) "Inter",sans-serif}h2{font:700 clamp(1.75rem,5vw,3rem) "Inter",sans-serif}h3{font:600 clamp(1.25rem,4vw,1.5rem) "Inter",sans-serif}h4{font:600 clamp(1.125rem,3vw,1.25rem) "Inter",sans-serif}.size-12{font-size:.75rem}.size-14{font-size:.875rem}.size-16{font-size:1rem}.size-18{font-size:1.125rem}.size-20{font-size:1.25rem}.size-22{font-size:1.375rem}.size-24{font-size:1.5rem}.weight-400{font-weight:400}.weight-500{font-weight:500}.weight-600{font-weight:600}.container{width:100%;max-width:1160px;padding-inline:16px;margin-inline:auto}.button{display:flex;align-items:center;justify-content:center;gap:8px;background-color:#07b04b;border-radius:16px;color:var(--color-white);padding:16px 32px;width:fit-content;transition:.3s cubic-bezier(.39,.575,.565,1);transition-property:background-color}@media (width < 460px){.button{width:100%}}.button:hover{background-color:color-mix(in hsl,var(--middle_accent-green) 90%,transparent)}.header{position:fixed;z-index:5;left:50%;transform:translate(-50%,16px)}.header__content{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;background-color:var(--base-color-100);padding:16px clamp(20px,3vw,32px);border-radius:24px;box-shadow:0 2px 0 -1px #707c891f;transition:.3s cubic-bezier(.39,.575,.565,1);transition-property:background-color}.header__menu{display:flex;align-items:stretch;gap:12px}.header__menu .language{display:flex;align-items:center;background-color:#74808b1f;padding:6px 12px;border-radius:16px;color:var(--contras-color-200)}.header__menu .theme{background-color:#74808b1f;border-radius:32px;padding:2px;cursor:pointer;display:flex}.header__menu .theme__toggle{position:relative;background-color:#74808b1f;display:flex;align-items:center;gap:4px;padding:2px;border-radius:30px}.header__menu .theme__toggle svg{z-index:1}.header__menu .theme__toggle svg path{transition:.3s cubic-bezier(.39,.575,.565,1);transition-property:fill}.header__menu .theme__toggle svg:first-child path{fill:var(--color-white)}.header__menu .theme__toggle svg:last-child path{fill:#74808b}.header__menu .theme__toggle:before{position:absolute;left:0;transform:translate(calc(0% - 1px));content:"";height:100%;aspect-ratio:1;background-color:var(--middle_accent-green);border-radius:50%;transition:.3s cubic-bezier(.39,.575,.565,1);transition-property:background-color,transform}.header__menu .theme:has(input:checked) .theme__toggle:before{transform:translate(calc(100% - 4px))}.header__menu .theme:has(input:checked) svg:first-child path{fill:#74808b}.header__menu .theme:has(input:checked) svg:last-child path{fill:var(--color-white)}.banner{background-image:url(/build/assets/banner-1d00c785.png),linear-gradient(180deg,#CDE8EA 0%,#D6ECC3 100%);background-size:contain;background-position:right bottom;background-repeat:no-repeat;max-width:2000px;margin:0 auto;width:100%;border-radius:0 0 clamp(24px,6vw,64px) clamp(24px,6vw,64px)}@media (width < 460px){.banner{background-size:110%;text-align:center}}.banner__content{padding-block:clamp(112px,12vw,144px) clamp(40px,6vw,64px);min-height:clamp(640px,74vw,740px);display:flex;justify-content:space-between}.banner__info{display:flex;flex-direction:column;justify-content:space-between;gap:48px;color:var(--color-black);width:100%}@media (width < 460px){.banner__info{justify-content:unset}}.banner__info__text{display:flex;flex-direction:column;gap:48px}.banner__info__text .heading{display:flex;flex-direction:column;gap:24px}.banner__info__text .heading p{color:color-mix(in hsla,var(--color-black) 80%,transparent)}@media (width < 460px){.banner__info__text .button{display:none}}.banner__info__baiterek{display:flex;align-items:flex-start;gap:8px}@media (width < 460px){.banner__info__baiterek{flex-direction:column}}@media (width > 460px){.banner__info .mobile{display:none}}.benefits{display:flex;flex-direction:column;align-items:center;gap:clamp(24px,5vw,48px)}.benefits__content{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:clamp(16px,3vw,32px);align-items:stretch;width:100%}.benefits__content .item{display:flex;flex-direction:column;border-radius:24px;overflow:hidden;background-color:var(--base-color-100);box-shadow:0 12px 48px #74808b1f;transition:.3s cubic-bezier(.39,.575,.565,1);transition-property:background-color}.benefits__content .item__text{display:flex;flex-direction:column;gap:clamp(8px,1vw,12px);padding:clamp(20px,3vw,32px)}.benefits__content .item__text p{color:var(--contras-color-200)}.terms{display:flex;flex-direction:column;align-items:center;gap:clamp(24px,5vw,48px)}.terms__content{container-type:inline-size;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:clamp(16px,3vw,32px);align-items:stretch;width:100%}.terms__content .item{display:flex;flex-wrap:wrap;gap:clamp(24px,3vw,32px);border-radius:24px;background-color:var(--base-color-100);box-shadow:0 12px 48px #74808b1f;padding:clamp(20px,3vw,32px);transition:.3s cubic-bezier(.39,.575,.565,1);transition-property:background-color}.terms__content .item p{color:var(--contras-color-200)}.terms__content .item.large{position:relative;flex-direction:row;grid-column:1/-1;overflow:hidden}.terms__content .item.large svg{position:absolute;right:0;bottom:0;height:100%}.terms__content .item.large img{max-width:260px;margin-left:auto}@container (width > 420px){.terms__content .item.large{grid-column:span 2}}.terms__content .item__text{display:flex;flex-direction:column;gap:clamp(8px,1vw,12px);flex:1 360px}.requirements{display:flex;flex-direction:column;align-items:center;gap:clamp(24px,5vw,48px)}.requirements__content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:clamp(16px,3vw,32px)}.requirements__content .item{flex:1 300px;border-radius:24px;overflow:hidden;background-color:var(--base-color-100);box-shadow:0 12px 48px #74808b1f;transition:.3s cubic-bezier(.39,.575,.565,1);transition-property:background-color}.requirements__content .item img{width:100%}.requirements__content .list{display:flex;flex-direction:column;gap:clamp(20px,3vw,32px);padding:clamp(20px,3vw,32px)}.requirements__content .list__item{display:flex;flex-direction:column;gap:12px}.requirements__content .list__item h3{display:flex;align-items:center;gap:12px}.requirements__content .list__item p{color:var(--contras-color-200)}.requirements__content .list__item:not(:last-child){padding-bottom:clamp(20px,3vw,32px);border-bottom:1px solid hsla(0,0%,100%,.08)}.faq{display:flex;flex-direction:column;align-items:center;gap:clamp(24px,5vw,48px)}.faq__content{display:flex;flex-direction:column}.faq__content .item{position:relative;display:flex;flex-direction:column;cursor:pointer;padding:clamp(20px,3vw,32px);transition:.3s cubic-bezier(.39,.575,.565,1);transition-property:background-color,border-radius}.faq__content .item__heading summary{display:flex;align-items:center;justify-content:space-between;border-radius:24px}.faq__content .item__heading summary svg{transition:.3s cubic-bezier(.39,.575,.565,1);transition-property:transform}.faq__content .item__body{display:grid;grid-template-rows:0fr;margin-block-start:0;opacity:0;color:var(--contras-color-200);transition:.3s cubic-bezier(.39,.575,.565,1);transition-property:color,grid-template-rows,margin-block-start,opacity}.faq__content .item__body__content{overflow:hidden}.faq__content .item:not(:last-child){border-bottom:1px solid hsla(210,9%,50%,.12)}.faq__content .item:has(details[open]){background-color:var(--base-color-100);border-radius:24px;border-color:transparent}.faq__content .item:has(details[open]) .item__heading svg{transform:rotate(45deg)}.faq__content .item:has(details[open]) .item__body{grid-template-rows:1fr;margin-block-start:1rem;opacity:1}
