.image-section{height:1360px;position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:70px 0}.image-section:before{content:"";inset:0;position:absolute;z-index:1;background:linear-gradient(1turn,rgba(235,235,240,0) 50%,#EBEBF0),linear-gradient(180deg,rgba(0,0,0,0) 68.06%,#000000 88.82%)}@media(max-width:1024px){.image-section{height:916px}}.image-section .image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center bottom;display:block;z-index:0}.image-section .section-content{padding:0 var(--section-padding-h);position:relative;z-index:2;--main-text:#FFFFFF;--button-bg:#FFFFFF;--button-bg-hover:#FFFFFF;--button-color:#0F0F0F}.image-section .section-content .section-text{color:var(--secondary-text-2);display:flex;flex-direction:column;gap:var(--section-card-gap)}.image-section .section-content .section-text:before{content:"";display:block;width:62px;height:2px;background:var(--primary-color)}@media(max-width:1060px){.image-section .section-content .section-text:before{margin:0 auto}.image-section .section-content .section-text{text-align:center}}.image-section .section-content .section-text h3{font-size:12px;line-height:12px;text-transform:uppercase;font-weight:500;letter-spacing:.28em}.image-section .section-content .section-text h2{font-size:36px;line-height:50px;font-family:var(--font-nekst)}@media(max-width:1024px){.image-section .section-content .section-text h2{font-size:24px;line-height:33px}}.image-section .section-content .section-text h2 span{color:var(--secondary-text-1)}.image-section .section-content .section-text{color:var(--main-text);margin-bottom:var(--section-card-gap);text-align:center}.image-section .section-content .section-text:before{margin:0 auto}.image-section .section-content .start-link{display:flex;align-items:center;justify-content:center;gap:8px;width:-moz-fit-content;width:fit-content;min-width:unset;padding:0 var(--btn-padding-side);height:var(--btn-height);border-radius:var(--btn-radius);font-size:14px;text-transform:unset;letter-spacing:0;font-weight:500;color:inherit;overflow:hidden;font-family:inherit;transition:all .3s}.image-section .section-content .start-link:hover{background:rgba(0,0,0,0)}.image-section .section-content .start-link .MuiCircularProgress-root{color:inherit}.image-section .section-content .start-link{background:var(--button-bg);color:var(--button-color)}.image-section .section-content .start-link:hover{background:var(--button-bg-hover)}.image-section .section-content .start-link{width:100%}