*,*:after,*:before{margin:0;padding:0;box-sizing:inherit}body{box-sizing:border-box;font-family:Lexend,sans-serif;position:relative;max-width:1440px;margin:0 auto}body:has(#hamburger:checked){overflow:hidden}.text-heading-xl{font-size:40px;text-transform:capitalize;line-height:50px;font-weight:900}.text-heading-large{font-weight:600;font-size:32px;line-height:40px}.text-heading-medium{font-size:24px;font-weight:500;line-height:30px}.text-heading-small{font-size:20px;font-weight:500;line-height:25px}.text-body-semibold{font-size:16px;font-weight:600}.text-body-medium{font-size:16px;font-weight:500;line-height:20px}.text-body-light{font-weight:300;font-size:16px;line-height:24px}.text-label-small{font-size:12px;font-weight:300}.text-label{font-size:14px;font-weight:400}.text-subtitle{font-size:18px;font-weight:500;line-height:24px}.color-primary{color:#10b981}.color-primary-dark{color:#0b9567}.color-primary-light{color:#d1fae5}.color-secondary{color:#f59e0b}.color-black{color:#1b1c57}.color-danger{color:#ef4444}.color-danger-light{color:#fee2e2}.color-info{color:#1d4ed8}.color-info-light{color:#dbeafe}.color-white{color:#fff}.color-grey-light{color:#e0e3eb}.color-grey{color:#888b97}.color-grey-dark{color:#626687}.burger-menu{position:relative;cursor:pointer;z-index:5;justify-self:end;display:flex;flex-direction:column;align-items:center;justify-content:center;height:50px;width:50px}@media only screen and (min-width: 768px){.burger-menu{background-color:#fff;border-radius:50px}}@media only screen and (min-width: 1024px){.burger-menu{display:none}}.burger-menu__line{width:25px;height:3px;background-color:#1b1c57;position:relative;transition:.05s}.burger-menu__line:before,.burger-menu__line:after{content:"";position:absolute;width:25px;height:3px;transition:.2s;background-color:#1b1c57}.burger-menu__line:before{top:10px}.burger-menu__line:after{top:-10px}.hero-box{display:flex;height:104px;gap:16px;background-color:#fff;border-radius:32px;padding:24px;max-width:max-content;min-width:max-content}.hero-box-container{display:flex;flex-wrap:wrap;gap:16px}.hero-box__photos{display:flex;align-items:center}.hero-box__photos img{height:56px;width:56px;box-shadow:0 9px 32px -15px;border-radius:50px;border:solid 3px white;margin-left:-27px}@media only screen and (max-width: 350px){.hero-box__photos img{box-shadow:0 9px 16px -10px}}.hero-box__photos img:nth-child(1){margin-left:0}.hero-box__text{display:flex;flex-direction:column;justify-content:center}.btn{border-radius:30px;width:140px;width:max-content;height:48px;display:flex;justify-content:center;align-items:center;padding:12px 24px;font-family:Lexend,sans-serif;gap:5px}.btn:hover{cursor:pointer;filter:brightness(90%)}.btn-transparent-white{background-color:#ffffff1a;color:#fff;border:1px solid #ffffff;padding:8px 16px;width:minmax(124px,max-content);height:34px}.btn-transparent-black{background-color:#ffffff1a;color:#1b1c57;border:1px solid #1b1c57;padding:8px 16px;width:minmax(124px,max-content);height:34px}.btn-transparent-primary{background-color:transparent;color:#10b981;border:1px solid #10b981;padding:15px 27px;width:min-content}.btn-transparent-primary--active{background-color:#d1fae5;border:none}.btn-primary-light{background-color:#d1fae5;color:#0b9567;border:1px solid #0b9567}.btn-primary-light-noborder{background-color:#d1fae5;color:#0b9567;border:none}.btn-primary{background-color:#10b981;color:#fff;border:none}.search-bar{display:grid;grid-template-columns:min-content 1fr;align-items:center;gap:10px;width:100%;align-self:center;padding:8px 4px 4px;background-color:#fff;border:1px solid #e0e3eb;border-radius:30px}@media only screen and (min-width: 425px){.search-bar{grid-template-columns:min-content 1fr max-content;align-self:flex-start;width:100%;padding:4px 4px 4px 27px;gap:16px}}.search-bar img{margin-left:10px}@media only screen and (min-width: 425px){.search-bar img{margin-left:auto}}.search-bar input{border:none;width:80%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media only screen and (min-width: 365px){.search-bar input{justify-self:center}}@media only screen and (min-width: 425px){.search-bar input{justify-self:auto;width:100%}}.search-bar input::placeholder{font-family:Lexend,sans-serif}.search-bar input:focus{outline:none}.search-bar button{grid-column:1/3;justify-self:stretch;width:100%;display:grid;grid-template-columns:1fr min-content}.search-bar button:after{content:"";background-image:url(../../img/utilities/arrow-right.svg);width:25px;height:25px}@media only screen and (min-width: 425px){.search-bar button{grid-column:auto;justify-self:end;width:150px}}.cookies-popup{display:grid;grid-template-columns:max-content max-content 1fr;align-items:center;gap:12px;position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:200;background-color:#d1fae5;border-radius:30px;width:minmax(min-content,80vw);padding:8px 20px}.cookies-popup__cross{justify-self:end}.cookies-popup__cross:hover{cursor:pointer}.header{padding:20px;display:grid;grid-template-columns:50% 50%;align-items:center;min-height:90px;margin-bottom:-115px}@media only screen and (min-width: 768px){.header{grid-column:1/3;grid-row:1/2;padding:0 20px}}@media only screen and (min-width: 1024px){.header{height:115px;padding:0}}.header__blur{position:absolute;z-index:-10;overflow:visible;max-width:100%}@media only screen and (min-width: 1024px){.header__logo{padding-left:100px;padding-top:0}}@media only screen and (min-width: 1250px){.header__logo{padding-left:124px}}.header:has(#hamburger:checked){position:fixed;z-index:100;width:100%;background-color:#fff}.header #hamburger{display:none}.header #hamburger:checked+.burger-menu>.burger-menu__line{background-color:transparent}.header #hamburger:checked+.burger-menu>.burger-menu__line:after{transform:rotate(135deg);top:0;background-color:#1b1c57}.header #hamburger:checked+.burger-menu>.burger-menu__line:before{transform:rotate(-135deg);top:0;background-color:#1b1c57}.header #hamburger:checked~nav{display:block}.navigation{display:none;position:fixed;width:100vw;height:calc(100vh - 90px);left:0;top:90px;z-index:100;background-color:#fff}@media only screen and (min-width: 1024px){.navigation{display:block;position:static;width:auto;height:auto;justify-self:center;background-color:transparent}}.navigation__list{list-style:none;display:flex;flex-direction:column;justify-self:center;margin-top:50px;align-items:center;height:100%;gap:32px}@media only screen and (min-width: 1024px){.navigation__list{flex-direction:row;margin-top:auto;gap:16px}}@media only screen and (min-width: 1375px){.navigation__list{gap:32px}}.navigation__list a:visited,.navigation__list a:link{text-decoration:none}@media only screen and (max-width: 1023px){.navigation__list a:visited,.navigation__list a:link{height:48px;width:140px}}@media only screen and (min-width: 1024px){.navigation__list a:visited,.navigation__list a:link{width:100px;padding:8px 10px}}@media only screen and (min-width: 1250px){.navigation__list a:visited,.navigation__list a:link{width:124px;padding:8px 16px}}@media only screen and (min-width: 1024px){.navigation__list .btn-transparent-black{border:1px solid #ffffff;color:#fff}}@media only screen and (max-width: 1023px){.navigation__list .btn-primary-light{margin-top:16px}}.dropdown{position:relative}.dropdown .btn{z-index:50;position:relative;gap:12px}@media only screen and (min-width: 1024px){.dropdown .btn{width:130px!important;padding:8px 10px}}.dropdown .btn:after{content:"";width:16px;height:16px;background-image:url(../../img/utilities/arrow-right.svg);background-position:center;transform:rotate(90deg)}@media only screen and (max-width: 1024px){.dropdown .btn:after{display:none}}.dropdown__content{display:none;z-index:10;position:absolute;top:100%;width:100%;background-color:#ffffff1a;border:1px solid #ffffff;border-top:none;border-bottom-left-radius:20px;border-bottom-right-radius:20px;cursor:pointer}.dropdown__content a{display:block;color:#1b1c57;text-decoration:none;padding:10px 15px;transition:.05s}.dropdown__content a:hover,.dropdown__content a:focus{color:#10b981}.dropdown:hover>.dropdown__content,.dropdown:focus-within>.dropdown__content{display:block;background-color:#ffffff1a;color:#1b1c57}@media only screen and (max-width: 1023px){.dropdown:hover>.dropdown__content,.dropdown:focus-within>.dropdown__content{display:none}}.dropdown:hover>.btn:after,.dropdown:focus-within>.btn:after{transform:rotate(-90deg)}.dropdown:hover>.btn,.dropdown:focus-within>.btn{border-radius:17px 17px 0 0;border-bottom:0}@media only screen and (max-width: 1023px){.dropdown:hover>.btn,.dropdown:focus-within>.btn{border-bottom:1px solid #1b1c57;border-radius:30px}}.slider{display:flex;gap:16px;overflow-x:auto;padding:20px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;scroll-padding-inline-start:20px;cursor:grab}@media only screen and (max-width: 350px){.slider{padding:0;scroll-padding-inline-start:0px;gap:0px}}@media only screen and (min-width: 425px){.slider{padding-right:100px}}@media only screen and (min-width: 768px){.slider{padding:32px 100px 32px 32px;scroll-padding-inline-start:32px}}@media only screen and (min-width: 1024px){.slider{padding:48px 100px 48px 48px;scroll-padding-inline-start:48px}}.slider--no-snap{scroll-snap-type:none}.slider--snap{scroll-snap-type:x mandatory}.slider--dragging{scroll-behavior:auto;cursor:grab}.slider .hero-box{scroll-snap-align:start}@media only screen and (max-width: 350px){.slider .hero-box{border-radius:0}.slider .hero-box:not(:last-child){border-right:solid 1px #e0e3eb}}.slider:active{cursor:grabbing}.slider-wrapper{position:absolute;bottom:0;left:0;max-width:100%}.house-card{display:flex;flex-direction:column;gap:8px}.house-card__img-container{position:relative;margin-bottom:16px}@media only screen and (max-width: 410px){.house-card__img-container{max-height:382px}}.house-card__img-container .house-card__img{max-width:376px;max-height:382px;border-radius:24px;object-fit:cover}@media only screen and (max-width: 768px){.house-card__img-container .house-card__img{width:350px;max-height:355px}}@media only screen and (max-width: 425px){.house-card__img-container .house-card__img{width:calc(100vw - 40px)}}.house-card .house-label{position:absolute;bottom:16px;left:16px}.house-card h4{margin-bottom:16px}.house-card__user-info{display:flex;gap:16px}.house-card__user-info img{width:40px;height:40px;border-radius:50px}.house-card__user-info-text{gap:4px}.house-slider{display:flex;gap:32px;flex-shrink:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:0 20px;scroll-padding-inline-start:20px}@media only screen and (min-width: 1024px){.house-slider{padding:0 100px;scroll-padding-inline-start:100px}}@media only screen and (min-width: 1250px){.house-slider{padding:0 124px;scroll-padding-inline-start:124px}}.house-slider--no-snap{scroll-snap-type:none}.house-slider--snap{scroll-snap-type:x mandatory}.house-slider--dragging{scroll-behavior:auto;cursor:grab}.house-slider-wrapper{overflow:hidden}.house-slider .house-card{scroll-snap-align:start}.house-label{border:none;border-radius:32px;height:34px;width:max-content;padding:8px 16px;display:flex;align-items:center;font-family:Lexend,sans-serif;gap:8px;font-size:14px;line-height:17.5px;font-weight:500}.house-label__img{height:14px;width:12px}.house-label--popular{background-color:#fee2e2;color:#ef4444}.house-label--new-house{background-color:#dbeafe;color:#1d4ed8}.house-label--best-deals{background-color:#d1fae5;color:#10b981}.review-card{display:flex;flex-direction:column;align-items:center;flex-shrink:0;max-width:784px;margin-bottom:35px}@media only screen and (max-width: 825px){.review-card{width:calc(100vw - 40px)}}.review-card__background-image{width:100%}.review-card__content{display:flex;flex-direction:column;gap:16px;width:80%;margin-top:-20%;border-radius:16px;padding:32px;box-shadow:0 8px 32px #0c153717;background-color:#fff}@media only screen and (max-width: 425px){.review-card__content{padding:16px}}.review-card .reviewer{display:flex;justify-content:space-between}@media only screen and (max-width: 450px){.review-card .reviewer{flex-direction:column;align-items:center;gap:20px}}.review-card .reviewer__info{display:flex;gap:16px;align-items:center}.review-card .reviewer__info img{width:40px;height:40px;border-radius:50px}.review-card .reviewer__info-text{gap:4px}.review-card .reviewer__rating{display:flex;align-items:center;gap:16px}.review-slider{display:flex;gap:32px;flex-shrink:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:0 70px}@media only screen and (max-width: 880px){.review-slider{padding:0 20px}}.review-slider--no-snap{scroll-snap-type:none}.review-slider--snap{scroll-snap-type:x mandatory}.review-slider--dragging{scroll-behavior:auto;cursor:grab}.review-slider .review-card{scroll-snap-align:center}.review-slider-dots{display:flex;gap:16px;margin:0 auto}.review-slider-dot{width:8px;height:8px;background-color:#e0e3eb;border-radius:50px;cursor:pointer}.review-slider-dot--active{background-color:#626687}.articles{display:flex;gap:32px}@media only screen and (max-width: 920px){.articles{flex-direction:column}}@media only screen and (max-width: 600px){.articles{gap:16px}}.articles__small{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width: 920px){.articles__big{order:-1}}.articles .article{display:flex;gap:32px;max-width:580px;cursor:pointer}@media only screen and (max-width: 600px){.articles .article{flex-direction:column;gap:12px}}.articles .article__main-photo{max-width:200px;max-height:148px;border-radius:16px;object-fit:cover}@media only screen and (max-width: 600px){.articles .article__main-photo{max-width:580px;max-height:280px;width:100%}}.articles .article__content{display:flex;flex-direction:column;gap:12px;padding:8px 0}.articles .article__content__user-info{display:flex;gap:16px;align-items:center}.articles .article__content__user-info img{width:32px;height:32px;border-radius:50px}.articles .article__content h5{margin-bottom:4px}.articles .article__content h6{display:none}.articles .article__content p{display:flex;gap:12px;align-items:center;color:#888b97}.articles .article__content p img{width:24px;height:24px}.articles .article--big{height:100%;flex-direction:column;gap:25px}@media only screen and (max-width: 600px){.articles .article--big{gap:12px}}.articles .article--big .article__content{gap:12px}.articles .article--big .article__main-photo{max-width:580px;max-height:280px;width:100%;object-fit:cover}.articles .article--big h5{font-size:24px}.articles .article--big h6{color:#626687;display:block}@media only screen and (max-width: 600px){.articles .article--big h6{display:none}}.articles .article--hidden{display:none}.loader{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#fff;transition:opacity .75s,visibility .75s;z-index:999}.loader--hidden{opacity:0;visibility:hidden}.loader:after{content:"";width:75px;height:75px;border:15px solid #dddddd;border-top-color:#10b981;border-radius:50%;animation:loading .75s ease infinite}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.section-hero{display:grid;grid-template-columns:1fr;max-width:100%;margin-bottom:50px}.section-hero:before{content:"";background:radial-gradient(ellipse at top,#82f7ff,#82ffd240 35%,#fff 60%),radial-gradient(ellipse at bottom,#82f7ff,#82ffd240 35%,#fff 60%);max-width:100%;width:900px;height:600px;left:-200px;position:absolute;z-index:-10;overflow-x:hidden}@media only screen and (max-width: 425px){.section-hero:before{left:-100px}}@media only screen and (max-width: 320px){.section-hero:before{left:-80px}}@media only screen and (min-width: 768px){.section-hero{grid-template-columns:50% 50%;grid-template-rows:min-content 1fr}}.section-hero__photo{background-image:linear-gradient(-135deg,#0c153700,#0c15374d),url(../../img/section-hero/hero-with-lines.png);filter:saturate(150%);-webkit-mask-image:url(../../img/section-hero/hero-with-lines.png);mask-image:url(../../img/section-hero/hero-with-lines.png);background-position:center;max-width:100%;height:500px;background-size:cover;position:relative}@media only screen and (min-width: 768px){.section-hero__photo{grid-column:2/3;grid-row:1/3;height:100%;border-bottom-left-radius:80px}}@media only screen and (max-width: 1250px){.section-hero__photo{background-image:linear-gradient(-135deg,#0c153700,#0c15374d),url(../../img/section-hero/hero-with-lines-AI-3.jpg)}}@media only screen and (max-width: 880px){.section-hero__photo{background-image:linear-gradient(-135deg,#0c153700,#0c15374d),url(../../img/section-hero/hero-with-lines-AI-4.jpg)}}@media only screen and (max-width: 767px){.section-hero__photo{background-image:linear-gradient(-135deg,#0c153700,#0c15374d),url(../../img/section-hero/hero-with-lines-AI-3.jpg)}}.section-hero__photo .hero-line{position:absolute;top:17.5%;left:14.5%}.section-hero__blur{display:none;position:absolute;z-index:-10;width:100%;max-height:100%}@media only screen and (min-width: 768px){.section-hero__blur{display:none}}.section-hero__main{position:relative;max-width:100%;margin-bottom:50px;margin-top:115px;padding:20px 36px 0 20px}@media only screen and (min-width: 768px){.section-hero__main{grid-column:1/2;grid-row:2/3;padding:36px 20px 0}}@media only screen and (min-width: 1024px){.section-hero__main{padding:46px 80px 0 100px}}@media only screen and (min-width: 1250px){.section-hero__main{padding:56px 100px 0 124px}}.section-hero__main-content{display:flex;flex-direction:column;gap:16px;height:100%}.section-hero__main-content h1>span{color:#10b981}.section-hero__main-content h1{margin-bottom:8px}.section-hero__main-content .search-bar{margin:10px 0 20px;justify-self:center}@media only screen and (min-width: 768px){.section-hero__main-content .search-bar{margin:13px 0}}@media only screen and (min-width: 1024px){.section-hero__main-content .search-bar{margin:12px 0}}.section-hero__main-content .partnership{max-width:100%;display:flex;flex-direction:column;gap:8px}@media only screen and (max-width: 600px){.section-hero__main-content .partnership h5{align-self:center}}@media only screen and (min-width: 601px){.section-hero__main-content .partnership{gap:16px}}@media only screen and (min-width: 1250px){.section-hero__main-content .partnership{max-width:80%}}.section-hero__main-content .partnership__logos{display:grid;grid-template-columns:1fr 1fr;gap:32px}@media only screen and (max-width: 600px){.section-hero__main-content .partnership__logos{justify-items:center}}@media only screen and (min-width: 601px){.section-hero__main-content .partnership__logos{grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width: 768px){.section-hero__main-content .partnership__logos{grid-template-columns:1fr 1fr}}@media only screen and (min-width: 1250px){.section-hero__main-content .partnership__logos{grid-template-columns:repeat(4,1fr)}}.section-hero__main-content .partnership__logos img{width:83px}.section-recommendations{display:grid;gap:8px;grid-template-columns:max-content 1fr max-content;margin-bottom:120px}@media only screen and (max-width: 880px){.section-recommendations{grid-template-columns:1fr}}.section-recommendations__orange{grid-column:1/2;grid-row:1/2;position:relative;padding-left:20px}@media only screen and (min-width: 1024px){.section-recommendations__orange{padding-left:100px}}@media only screen and (min-width: 1250px){.section-recommendations__orange{padding-left:124px}}.section-recommendations__orange:before{content:"";position:absolute;left:-19px;top:4px;width:32px;height:1px;background-color:#f59e0b}@media only screen and (min-width: 1024px){.section-recommendations__orange:before{left:calc(50% - 117px)}}@media only screen and (min-width: 1250px){.section-recommendations__orange:before{left:calc(50% - 105px)}}.section-recommendations h2{grid-column:1/2;padding-left:20px}@media only screen and (min-width: 1024px){.section-recommendations h2{padding-left:100px}}@media only screen and (min-width: 1250px){.section-recommendations h2{padding-left:124px}}.section-recommendations__type-buttons{display:flex;justify-self:center;justify-content:center;align-items:center;gap:10px;grid-column:2/3;width:100%}@media only screen and (max-width: 880px){.section-recommendations__type-buttons{grid-column:auto;grid-row:3/4;flex-wrap:wrap;padding:0 20px;margin-top:15px;justify-content:space-evenly}}@media only screen and (max-width: 450px){.section-recommendations__type-buttons{flex-direction:column;gap:20px}}.section-recommendations__type-buttons .type-button-hidden{display:none}.section-recommendations__type-buttons .type-button-selected{order:-1}.section-recommendations__type-buttons .arrow{width:16px;height:16px;position:absolute;right:15%;transform:rotate(-90deg);background-image:url(../../img/utilities/arrow-left.svg);background-position:center;background-repeat:no-repeat;background-size:contain}@media only screen and (max-width: 275px){.section-recommendations__type-buttons .arrow{position:static}}.section-recommendations__type-buttons .arrow-up{transform:rotate(90deg)}.section-recommendations__type-buttons button{position:relative;gap:10px}@media only screen and (max-width: 880px){.section-recommendations__type-buttons button{width:30.303030303%}}@media only screen and (max-width: 450px){.section-recommendations__type-buttons button{width:100%}}.section-recommendations__type-buttons button img{height:100%}.section-recommendations .house-slider__buttons{grid-column:3/4;align-self:center;justify-self:center;cursor:pointer;display:flex;gap:8px;margin-right:20px}@media only screen and (max-width: 880px){.section-recommendations .house-slider__buttons{grid-column:auto;grid-row:4/5;gap:16px;margin-top:16px;margin-right:0}}@media only screen and (min-width: 1024px){.section-recommendations .house-slider__buttons{margin-right:80px}}@media only screen and (min-width: 1250px){.section-recommendations .house-slider__buttons{margin-right:124px}}.section-recommendations .house-slider__buttons svg{border:1px solid #10b981;border-radius:50px;height:24px;width:24px;padding:12px;box-sizing:content-box}.section-recommendations .house-slider__buttons svg path{fill:#10b981}.section-recommendations .house-slider__buttons .house-slider__active-button{background-color:#10b981}.section-recommendations .house-slider__buttons .house-slider__active-button path{fill:#fff}.section-recommendations .house-slider-wrapper{margin-top:36px;grid-row:3/4;grid-column:1/-1}@media only screen and (max-width: 880px){.section-recommendations .house-slider-wrapper{grid-column:auto;grid-row:5/6;margin-top:16px}}.section-ready-to-sell{display:grid;grid-template-columns:1fr 1fr;margin-bottom:113px;padding:0 124px;position:relative}@media only screen and (max-width: 1360px){.section-ready-to-sell{padding-right:60px}}@media only screen and (max-width: 1249px){.section-ready-to-sell{padding-left:100px}}@media only screen and (max-width: 1140px){.section-ready-to-sell{padding-right:40px}}@media only screen and (max-width: 1024px){.section-ready-to-sell{padding:0 20px}}@media only screen and (max-width: 880px){.section-ready-to-sell{grid-template-columns:1fr;gap:50px}}.section-ready-to-sell-content{display:flex;flex-direction:column;align-items:start;gap:12px;max-width:524px}@media only screen and (max-width: 1024px){.section-ready-to-sell-content>h2,.section-ready-to-sell-content>h5{text-align:center}}@media only screen and (max-width: 880px){.section-ready-to-sell-content{justify-self:center;max-width:100%}}.section-ready-to-sell-content__orange{position:relative}.section-ready-to-sell-content__orange:before{content:"";position:absolute;left:calc(50% - 86px);top:4px;width:32px;height:1px;background-color:#f59e0b}.section-ready-to-sell-content h2{margin-bottom:4px}.section-ready-to-sell-content .house-detail{display:flex;flex-direction:column;gap:24px;padding-bottom:32px;border-bottom:2px solid #e0e3eb;margin-top:12px;align-self:stretch}@media only screen and (max-width: 1140px){.section-ready-to-sell-content .house-detail{align-items:center}}.section-ready-to-sell-content .house-detail__details{display:grid;grid-template-columns:1fr 1fr;column-gap:53px;row-gap:16px}@media only screen and (max-width: 1140px){.section-ready-to-sell-content .house-detail__details{grid-template-columns:1fr;justify-items:center}}.section-ready-to-sell-content .house-detail__details__item{display:flex;align-items:center;gap:16px}.section-ready-to-sell-content .seller-contact{display:flex;justify-content:space-between;gap:12px;align-self:stretch;margin-top:32px}@media only screen and (max-width: 1140px){.section-ready-to-sell-content .seller-contact{flex-direction:column;align-items:center;gap:20px;margin-top:16px}}.section-ready-to-sell-content .seller-contact__info{display:flex;gap:16px;align-items:center}.section-ready-to-sell-content .seller-contact__info img{width:40px;height:40px;border-radius:50px}.section-ready-to-sell-content .seller-contact__info-text{gap:4px}.section-ready-to-sell-content .seller-contact button{width:max-content;gap:8px}@media only screen and (max-width: 840px){.section-ready-to-sell-content .seller-contact button{padding:8px 12px}}.section-ready-to-sell-video{margin-left:50px;height:459px;width:528px;position:relative;justify-self:flex-end;align-self:center;display:flex}@media only screen and (max-width: 1050px){.section-ready-to-sell-video{margin-left:50px}}@media only screen and (max-width: 880px){.section-ready-to-sell-video{justify-self:center;margin:0;transform:translate(0);width:100%;justify-content:center}}@media only screen and (max-width: 600px){.section-ready-to-sell-video{width:100%;height:auto;transform:translate(0)}}.section-ready-to-sell-video .video-hidden{display:none}.section-ready-to-sell-video .video-close{height:48px;width:48px;display:none;z-index:3;position:absolute;top:0;right:0}@media only screen and (max-width: 880px){.section-ready-to-sell-video .video-close{top:-48px}}.section-ready-to-sell-video__wrapper{width:478px;height:416px;position:absolute;right:0;top:0;display:flex;cursor:pointer;z-index:99}@media only screen and (max-width: 880px){.section-ready-to-sell-video__wrapper{height:auto;position:static}}@media only screen and (max-width: 600px){.section-ready-to-sell-video__wrapper{width:100%;right:0;transform:translate(0);height:auto;display:block}}.section-ready-to-sell-video iframe{display:none;width:100%;z-index:90;align-self:center;aspect-ratio:16/9}@media only screen and (max-width: 880px){.section-ready-to-sell-video iframe{height:auto}}.section-ready-to-sell-video .video-to-hide{position:relative}.section-ready-to-sell-video .video-stretch{width:100%}.section-ready-to-sell-video .video-miniature{width:100%;height:100%}.section-ready-to-sell-video .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.section-ready-to-sell-video__images{position:absolute;bottom:-43px;left:-50px;display:flex;gap:12px;align-items:flex-end;z-index:10}@media only screen and (max-width: 600px){.section-ready-to-sell-video__flower,.section-ready-to-sell-video__armchair,.section-ready-to-sell-video__sofa{display:none}}.section-ready-to-sell-video__sofa{width:296px;height:168px;border-radius:8px}.section-ready-to-sell-video__flower,.section-ready-to-sell-video__armchair{width:96px;height:80px;border-radius:8px}.section-review{display:flex;flex-direction:column;gap:13px;margin-bottom:109px}.section-review__orange{position:relative;text-align:center}.section-review__orange:before{content:"";position:absolute;left:50%;transform:translate(-50%);top:-8px;width:32px;height:1px;background-color:#f59e0b}.section-review h2{text-align:center;margin-bottom:27px}.section-articles{display:flex;flex-direction:column;gap:6px;align-items:center;margin-bottom:120px;padding:0 124px}@media only screen and (max-width: 1250px){.section-articles{padding:0 70px}}@media only screen and (max-width: 1100px){.section-articles{padding:0 40px}}@media only screen and (max-width: 1024px){.section-articles{padding:0 20px}}.section-articles__orange{position:relative;text-align:center}.section-articles__orange:before{content:"";position:absolute;left:50%;transform:translate(-50%);top:-8px;width:32px;height:1px;background-color:#f59e0b}.section-articles h2{text-align:center;margin-bottom:27px}.section-articles .btn{margin-bottom:41px}
