:root{--status-success: rgb(9, 176, 116);--status-warning: rgb(255, 146, 17);--status-error: rgb(221, 0, 0);--status-info: rgb(0, 140, 242)}.container{width:min(81.7708333333vw,95%);margin-inline:auto}.absolute{position:absolute}.relative{position:relative}.grid{display:grid;height:100%;width:100%}.flex{display:flex}.wrap{flex-wrap:wrap}.flex-column{display:flex;flex-direction:column}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.justify-evenly{justify-content:space-evenly}.justify-end{justify-content:flex-end}.align-center{align-items:center}.align-end{align-items:flex-end}.align-start{align-items:flex-start}.align-stretch{align-items:stretch}.text-center{text-align:center}.text-start{text-align:start}.text-end{text-align:end}.absolute-center{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.bckg-standart{background-size:cover;background-position:center;background-repeat:no-repeat}.bckg-contain{background-size:contain;background-position:center;background-repeat:no-repeat}.img-cover{width:100%;height:100%;object-fit:cover;object-position:center}.row-reverse{flex-direction:row-reverse}.general_loader{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:999;visibility:hidden;opacity:0;height:max(40px,2.0833333333vw);aspect-ratio:1.5;background:var(--loader-background);background-size:100% 100%;background-repeat:no-repeat;background-position:0% 0%,100% 0%,0% 100%,100% 100%;mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0),linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-repeat:no-repeat;mask-size:33.4% 50%;mask-position:0% 0%,50% 0%,0% 100%,50% 100%;animation:revealBlocks 2s infinite linear}@keyframes revealBlocks{0%{mask-position:0% 0%,50% 0%,0% 100%,50% 100%}12.5%{mask-position:0% 0%,100% 0%,0% 100%,50% 100%}25%{mask-position:0% 0%,100% 0%,0% 100%,50% 0%}37.5%{mask-position:0% 0%,100% 0%,50% 100%,50% 0%}50%{mask-position:0% 100%,100% 0%,50% 100%,50% 0%}62.5%{mask-position:0% 100%,100% 0%,50% 100%,0% 0%}75%{mask-position:0% 100%,100% 100%,50% 100%,0% 0%}87.5%{mask-position:0% 100%,100% 100%,50% 0%,0% 0%}100%{mask-position:0% 100%,50% 100%,50% 0%,0% 0%}}.general_button{width:fit-content;background:var(--white);border-radius:clamp(8px,.4166666667vw,.4166666667vw);cursor:pointer;padding-block:clamp(12px,.625vw,.625vw);padding-inline:clamp(23px,1.1979166667vw,1.1979166667vw)}.general_button__container{display:flex;align-items:center;justify-content:center;gap:clamp(12px,.625vw,.625vw)}.general_button__text{font-weight:400 !important;font-size:clamp(16px,.8333333333vw,.8333333333vw) !important;line-height:150% !important;letter-spacing:-2% !important;background-color:unset !important;padding:0 !important}.general_button__end_icon,.general_button__start_icon{width:max(20px,1.0416666667vw);height:max(20px,1.0416666667vw)}.general_button__end_icon svg,.general_button__end_icon img,.general_button__start_icon svg,.general_button__start_icon img{width:100%;height:100%;object-fit:contain}.general_button:hover{transition:all .3s ease}fieldset{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:clamp(8px,.4166666667vw,.4166666667vw)}fieldset *{margin:0 !important}fieldset .ff-el-group{text-align:start;display:flex;flex-direction:column;position:relative;min-width:clamp(min(100%,239px),12.4479166667vw,12.4479166667vw)}@media only screen and (max-width: 599px){fieldset .ff-el-group{width:100%}}fieldset .ff-el-group .ff-el-input--label{position:absolute;top:-22px;right:clamp(8px,.4166666667vw,.4166666667vw);margin:0;opacity:0;transition:all ease-in 300ms}@media only screen and (max-width: 720px){fieldset .ff-el-group .ff-el-input--label{top:-24px}}fieldset .ff-el-group .ff-el-input--label label{font-weight:400;font-size:clamp(16px,.8333333333vw,.8333333333vw);line-height:100%;letter-spacing:0%;background:var(--gray-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;color:rgba(0,0,0,0)}fieldset .ff-el-group .ff-el-input--label label::after{content:none !important}fieldset .ff-el-group input,fieldset .ff-el-group textarea{border:1px solid #2b598c !important;border-radius:clamp(30px,1.5625vw,1.5625vw) !important;padding:max(.6770833333vw,13px) max(.8333333333vw,16px) !important;transition:all ease-in 300ms border-width .3s ease-in !important;font-weight:600;font-size:clamp(16px,.8333333333vw,.8333333333vw);line-height:150% !important;letter-spacing:0%;color:#2b598c !important;direction:rtl}fieldset .ff-el-group input::placeholder,fieldset .ff-el-group textarea::placeholder{font-weight:600 !important;font-size:clamp(16px,.8333333333vw,.8333333333vw) !important;line-height:150% !important;letter-spacing:0% !important;color:#2b598c !important;transition:all ease-in 300ms !important}fieldset .ff-el-group input:focus,fieldset .ff-el-group textarea:focus{outline:none}fieldset .ff-el-group textarea{resize:none}fieldset .ff-el-group.focus .ff-el-input--label{opacity:1}fieldset .ff-el-group.focus input::placeholder,fieldset .ff-el-group.focus textarea::placeholder{opacity:0}fieldset .ff-el-group:has(input[required]:not([type=checkbox]):not([type=radio])) .ff-el-input--content,fieldset .ff-el-group:has(textarea[required]) .ff-el-input--content,fieldset .ff-el-group:has([aria-required=true]:not([type=checkbox]):not([type=radio])) .ff-el-input--content{position:relative}fieldset .ff-el-group:has(input[required]:not([type=checkbox]):not([type=radio])) .ff-el-input--content::before,fieldset .ff-el-group:has(textarea[required]) .ff-el-input--content::before,fieldset .ff-el-group:has([aria-required=true]:not([type=checkbox]):not([type=radio])) .ff-el-input--content::before{content:"*";position:absolute;top:50%;inset-inline-start:max(.8333333333vw,16px);transform:translateY(-50%);color:#d00;font-weight:600;font-size:clamp(16px,.8333333333vw,.8333333333vw);line-height:1;pointer-events:none;z-index:1}fieldset .ff-el-group:has(input[required]:not([type=checkbox]):not([type=radio])) .ff-el-input--content:has(.error)::before,fieldset .ff-el-group:has(textarea[required]) .ff-el-input--content:has(.error)::before,fieldset .ff-el-group:has([aria-required=true]:not([type=checkbox]):not([type=radio])) .ff-el-input--content:has(.error)::before{top:33%}fieldset .ff-el-group:has(input[required]:not([type=checkbox]):not([type=radio])) .ff-el-input--content:has(input:not(:placeholder-shown))::before,fieldset .ff-el-group:has(input[required]:not([type=checkbox]):not([type=radio])) .ff-el-input--content:has(textarea:not(:placeholder-shown))::before,fieldset .ff-el-group:has(textarea[required]) .ff-el-input--content:has(input:not(:placeholder-shown))::before,fieldset .ff-el-group:has(textarea[required]) .ff-el-input--content:has(textarea:not(:placeholder-shown))::before,fieldset .ff-el-group:has([aria-required=true]:not([type=checkbox]):not([type=radio])) .ff-el-input--content:has(input:not(:placeholder-shown))::before,fieldset .ff-el-group:has([aria-required=true]:not([type=checkbox]):not([type=radio])) .ff-el-input--content:has(textarea:not(:placeholder-shown))::before{display:none}fieldset .ff-el-group:has(input[required]:not([type=checkbox]):not([type=radio])) input:not([type=checkbox]):not([type=radio]),fieldset .ff-el-group:has(input[required]:not([type=checkbox]):not([type=radio])) textarea,fieldset .ff-el-group:has(textarea[required]) input:not([type=checkbox]):not([type=radio]),fieldset .ff-el-group:has(textarea[required]) textarea,fieldset .ff-el-group:has([aria-required=true]:not([type=checkbox]):not([type=radio])) input:not([type=checkbox]):not([type=radio]),fieldset .ff-el-group:has([aria-required=true]:not([type=checkbox]):not([type=radio])) textarea{padding-inline-start:max(1.4583333333vw,28px) !important}fieldset .ff-el-group:has(input[required]:not([type=checkbox]):not([type=radio])).focus .ff-el-input--content::before,fieldset .ff-el-group:has(textarea[required]).focus .ff-el-input--content::before,fieldset .ff-el-group:has([aria-required=true]:not([type=checkbox]):not([type=radio])).focus .ff-el-input--content::before{display:none}fieldset .ff_submit_btn_wrapper{min-width:clamp(97px,5.0520833333vw,5.0520833333vw)}fieldset .ff_submit_btn_wrapper button{height:clamp(48px,2.5vw,2.5vw)}@media only screen and (max-width: 675px){fieldset .ff_submit_btn_wrapper{width:min(100%,478px)}}fieldset .ff_submit_btn_wrapper button{font-weight:400 !important;font-size:clamp(16px,.8333333333vw,.8333333333vw) !important;line-height:1.2 !important;letter-spacing:0%}fieldset .phone-element{padding:clamp(11px,.5729166667vw,.5729166667vw) clamp(15px,.78125vw,.78125vw) !important}fieldset .phone-element::placeholder{text-align:right}fieldset .iti__flag-container{display:none}fieldset .ff-uploaded-list .ff-upload-preview .ff-upload-details .ff-upload-remove{background:url("../images/arrow_down.svg") no-repeat center center;background-size:contain;width:20px;height:20px;display:inline-block;text-indent:-9999px;overflow:hidden}.custom-container{margin-inline:auto;max-width:min(1280px,95%)}@media only screen and (min-width: 1921px){.custom-container{max-width:66.6666666667vw}}@media only screen and (max-width: 1024px){.custom-container{max-width:calc(100% - 60px) !important}}.custom-container.small-container{max-width:min(900px,95%)}@media only screen and (min-width: 1921px){.custom-container.small-container{max-width:46.875vw}}@media only screen and (max-width: 1024px){.custom-container.small-container{max-width:calc(100% - 60px) !important}}@keyframes primary-button-icon-nudge{0%,100%{transform:translateX(0)}33.333%{transform:translateX(-3px)}66.666%{transform:translateX(3px)}}.primary-button{background-color:#2b598c;width:fit-content;font-size:max(get-vw(16px),16px);padding-block:max(.9375vw,18px);padding-inline:max(.8854166667vw,17px) max(1.1458333333vw,22px);color:#fff;border-radius:99vw;cursor:pointer;transition:filter .2s ease,transform .18s ease}.primary-button:hover{filter:brightness(1.1);transform:scale(1.02)}.primary-button:hover a svg{animation:primary-button-icon-nudge 1s ease-in-out forwards}.primary-button:has(a:active),.primary-button:has(>button[type=button]:active:not(.login-popup__submit)){transform:scale(0.985);filter:brightness(0.96)}.primary-button.secondary{background-color:#c59a52}.primary-button a,.primary-button>button[type=button]:not(.login-popup__submit){border:none;background:rgba(0,0,0,0);color:inherit;font:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:max(.2604166667vw,5px)}.primary-button a svg,.primary-button>button[type=button]:not(.login-popup__submit) svg{width:max(20px,1.0416666667vw);height:max(20px,1.0416666667vw);aspect-ratio:1;flex-shrink:0}.hero-image-wrapper{width:100%}.title{font-weight:700;font-size:max(1.875vw,36px);line-height:max(2.0833333333vw,40px)}@media only screen and (max-width: 1100px){.title{font-size:max(1.1458333333vw,22px);line-height:1.1}}.title.l{font-size:max(2.1875vw,42px);line-height:max(2.7083333333vw,52px)}@media only screen and (max-width: 1100px){.title.l{font-size:max(1.4583333333vw,28px);line-height:1.1}}.title.xl{font-size:max(2.5vw,48px);line-height:max(2.5vw,48px)}@media only screen and (max-width: 1100px){.title.xl{font-size:max(1.6666666667vw,32px);line-height:1.1}}section.hero{overflow:hidden}section.hero .hero-stage{width:100%;aspect-ratio:1920/529;overflow:hidden;display:flex;flex-direction:column}@media only screen and (max-width: 1500px){section.hero .hero-stage{aspect-ratio:2.3}}@media only screen and (max-width: 1024px){section.hero .hero-stage{aspect-ratio:1.5}}section.hero .hero-stage::after{content:"";position:absolute;inset:0;z-index:1;background:rgba(43,89,140,.5);pointer-events:none}section.hero .hero-image-wrapper{inset:0;z-index:0;width:100%;pointer-events:none}section.hero .custom-container{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:3;width:100%}section.hero .custom-container .main-title{gap:max(.7291666667vw,14px);color:#fff}@media only screen and (max-width: 550px){section.hero .custom-container .main-title{padding-top:max(3.6458333333vw,70px)}}section.hero .custom-container .main-title .hero-title{font-size:max(3.75vw,72px);font-weight:800;line-height:max(3.75vw,72px)}@media only screen and (max-width: 1300px){section.hero .custom-container .main-title .hero-title{font-size:max(2.5vw,48px);line-height:1.1}}@media only screen and (max-width: 768px){section.hero .custom-container .main-title .hero-title{font-size:max(1.6666666667vw,32px)}}@media only screen and (max-width: 550px){section.hero .custom-container .main-title .hero-title{font-size:max(1.4583333333vw,28px)}}@media only screen and (max-width: 450px){section.hero .custom-container .main-title .hero-title{font-size:max(1.25vw,24px)}}section.hero .custom-container .main-title .hero-subtitle{font-size:max(1.1458333333vw,22px);font-weight:500;line-height:max(1.6666666667vw,32px)}@media only screen and (max-width: 1300px){section.hero .custom-container .main-title .hero-subtitle{font-size:max(1.0416666667vw,20px);line-height:1.1}}@media only screen and (max-width: 400px){section.hero .custom-container .main-title .hero-subtitle{font-size:max(.9375vw,18px)}}section.hero .hero-bottom-img{inset:auto 0 0 0;z-index:2;width:100%;max-width:100%;max-height:50%;pointer-events:none}section.hero .hero-bottom-img img{width:100%;max-width:100%;max-height:100%;height:auto;object-fit:contain;object-position:bottom center}.bckg__wave{left:0;right:0;width:100%;top:50%;transform:translateY(-50%);z-index:0;pointer-events:none;line-height:0}.bckg__wave img{display:block;width:100%;height:auto}@keyframes faq-explanation-title-in{from{opacity:0}to{opacity:1}}@keyframes faq-explanation-panel-in{from{opacity:0;transform:translateX(36px)}to{opacity:1;transform:translateX(0)}}section.faq-list .bckg__wave{top:3%;opacity:1;z-index:20}section.faq-list .custom-container{padding-block:max(4.6354166667vw,89px) max(.15625vw,3px)}@media only screen and (max-width: 768px){section.faq-list .custom-container{padding-block:max(2.0833333333vw,40px) max(.15625vw,3px)}}section.faq-list .custom-container .title-underline{margin-top:max(.8854166667vw,17px)}section.faq-list .custom-container .explanations{margin-top:max(5.625vw,108px)}@media only screen and (max-width: 768px){section.faq-list .custom-container .explanations{margin-top:max(3.125vw,60px)}}section.faq-list .custom-container .explanations .explanation .explanation-title{margin-bottom:max(1.25vw,24px);color:#c59a52;font-size:max(1.6666666667vw,32px);line-height:max(2.5vw,48px);font-weight:600;gap:max(.8333333333vw,16px);opacity:0}@media only screen and (max-width: 768px){section.faq-list .custom-container .explanations .explanation .explanation-title{font-size:max(1.3541666667vw,26px);line-height:1.1}}section.faq-list .custom-container .explanations .explanation .explanation-title.is-revealed{opacity:1}section.faq-list .custom-container .explanations .explanation .explanation-title .explanation-icon{padding:max(.625vw,12px);box-shadow:0px 1px 2px 0px rgba(0,0,0,.1);box-shadow:0px 1px 3px 0px rgba(0,0,0,.1);background-color:#fff;border-radius:99vw}section.faq-list .custom-container .explanations .explanation.is-in-view .explanation-title:not(.is-revealed){animation:faq-explanation-title-in 1.85s cubic-bezier(0.22, 1, 0.36, 1) forwards}section.faq-list .custom-container .explanations .explanation .faq-block{background-color:#fff;padding-block:max(.3645833333vw,7px);padding-inline:max(4.1666666667vw,80px) max(2.5vw,48px);border-radius:max(.8333333333vw,16px);box-shadow:0px 2px 8px 0px rgba(0,0,0,.06);margin-bottom:max(2.5vw,48px);opacity:0;transform:translateX(36px);transition:transform .35s ease,box-shadow .35s ease,border-color .3s ease}section.faq-list .custom-container .explanations .explanation .faq-block:last-child{margin-bottom:0}section.faq-list .custom-container .explanations .explanation .faq-block.is-revealed{opacity:1;transform:none}section.faq-list .custom-container .explanations .explanation .faq-block.is-revealed:hover{transform:translateY(-8px);box-shadow:0 20px 44px -18px rgba(43,89,140,.2),0 10px 24px -12px rgba(0,0,0,.1)}section.faq-list .custom-container .explanations .explanation .faq-block .block{position:relative;z-index:0;padding-block:max(1.3020833333vw,25px);transition:box-shadow .35s ease}section.faq-list .custom-container .explanations .explanation .faq-block .block .question{font-size:max(1.0416666667vw,20px);line-height:max(1.4583333333vw,28px);font-weight:600;color:#2b598c;margin-bottom:max(.625vw,12px)}section.faq-list .custom-container .explanations .explanation .faq-block .block .answer{gap:max(.4166666667vw,8px)}section.faq-list .custom-container .explanations .explanation .faq-block .block:not(:first-child){border-top:1px solid #f1f3f5}section.faq-list .custom-container .explanations .explanation .faq-block .block:hover{z-index:2;box-shadow:0 12px 18px -14px rgba(197,154,82,.4)}section.faq-list .custom-container .explanations .explanation.is-in-view .faq-block:not(.is-revealed){animation:faq-explanation-panel-in 2.15s cubic-bezier(0.22, 1, 0.36, 1) forwards}section.faq-accordion{background-color:#fdfcf9}section.faq-accordion .custom-container{padding-block:max(3.125vw,60px) max(.8854166667vw,17px)}@media only screen and (max-width: 768px){section.faq-accordion .custom-container{padding-block:max(1.5625vw,30px) max(.8854166667vw,17px)}}section.faq-accordion .custom-container .title{margin-bottom:max(1.1458333333vw,22px)}section.faq-accordion .custom-container .faq-wrapper{width:100%;margin-top:max(.9895833333vw,19px);gap:16px}section.faq-accordion .custom-container .faq-wrapper .faq-card{width:100%;border-radius:max(.625vw,12px);background:#fff;overflow:hidden;border-top:1px solid rgba(36,74,115,.08);transition:all .3s ease;box-shadow:0px 10px 40px -15px rgba(39,83,131,.15)}section.faq-accordion .custom-container .faq-wrapper .faq-card:not(.active):hover{background:rgba(0,0,0,.03);transform:translateY(-2px)}section.faq-accordion .custom-container .faq-wrapper .faq-card.active{box-shadow:0 10px 30px rgba(0,0,0,.08);background-color:#faf8f5}section.faq-accordion .custom-container .faq-wrapper .faq-card.active .question{background-color:#fff}section.faq-accordion .custom-container .faq-wrapper .faq-card.active .arrow{transform:rotate(180deg)}section.faq-accordion .custom-container .faq-wrapper .faq-card.active .answer{max-height:max(26.0416666667vw,500px);padding:max(1.3020833333vw,25px) max(2.34375vw,45px);opacity:1}section.faq-accordion .custom-container .faq-wrapper .faq-card .question{cursor:pointer;padding:max(1.0416666667vw,20px);font-size:max(get-vw(18px),18px);font-weight:700;line-height:max(1.4583333333vw,28px);user-select:none;border-radius:max(.625vw,12px);gap:max(.625vw,12px)}section.faq-accordion .custom-container .faq-wrapper .faq-card .question .arrow{padding:max(.3125vw,6px);width:max(1.4583333333vw,28px);height:max(1.4583333333vw,28px);background-color:#c59a52;border-radius:99vw;transition:transform .3s ease;aspect-ratio:1}section.faq-accordion .custom-container .faq-wrapper .faq-card .answer{max-height:0;overflow:hidden;opacity:0;padding:0 max(1.0416666667vw,20px);transition:all .3s ease;font-size:max(get-vw(18px),18px);line-height:max(1.5625vw,30px);color:rgba(43,89,140,.8)}.recommendations-slider{position:relative;margin-top:max(1.875vw,36px)}@media only screen and (max-width: 768px){.recommendations-slider{margin-top:max(.9375vw,18px)}}.recommendations-slider{width:100%}.recommendations-slider .splide{padding-inline:max(2.6041666667vw,50px)}.recommendations-slider .splide .splide__track{padding-bottom:max(3.5416666667vw,68px)}.recommendations-slider .splide .splide__track ul li .block{aspect-ratio:270/344;width:max(14.0625vw,270px);border-radius:max(.8333333333vw,16px);overflow:hidden;box-shadow:0px 4px 6px -4px rgba(0,0,0,.1);box-shadow:0px 10px 15px -3px rgba(0,0,0,.1);transition:all .3s ease}.recommendations-slider .splide .splide__track ul li .block .content{width:100%;height:100%}.recommendations-slider .splide .splide__track ul li .block .content .block-title{font-size:max(.8333333333vw,16px);line-height:max(1.0416666667vw,20px);font-weight:800;background:linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);width:100%;padding:max(.8333333333vw,16px)}.recommendations-slider .splide .splide__track ul li .block .content .icon{padding:max(.8333333333vw,16px)}.recommendations-slider .splide .splide__track ul li .block .content .icon .icon-wrapper{position:relative;z-index:0;box-sizing:border-box;width:max(2.0833333333vw,40px);height:max(2.0833333333vw,40px);min-width:max(2.0833333333vw,40px);min-height:max(2.0833333333vw,40px);display:flex;align-items:center;justify-content:center;background-color:#faf8f5;border-radius:99vw;border:1px solid #c59a52;overflow:hidden;isolation:isolate;transition:border-color .3s ease,box-shadow .35s ease}.recommendations-slider .splide .splide__track ul li .block .content .icon .icon-wrapper::before{content:"";position:absolute;inset:0;border-radius:inherit;background-color:#c59a52;transform:scaleY(0);transform-origin:center top;transition:transform .5s cubic-bezier(0.33, 1, 0.32, 1);z-index:0;will-change:transform}.recommendations-slider .splide .splide__track ul li .block .content .icon .icon-wrapper svg{position:relative;z-index:1;display:block;flex-shrink:0;width:max(.9375vw,18px)}.recommendations-slider .splide .splide__track ul li .block .content .icon .icon-wrapper svg path{transition:stroke .35s ease .15s}.recommendations-slider .splide .splide__track ul li .block .content .icon .icon-wrapper.is-icon-fill{border-color:#c59a52;box-shadow:0 2px 8px -2px rgba(197,154,82,.45)}.recommendations-slider .splide .splide__track ul li .block .content .icon .icon-wrapper.is-icon-fill::before{transform:scaleY(1)}.recommendations-slider .splide .splide__track ul li .block .content .icon .icon-wrapper.is-icon-fill svg path{stroke:#fff !important}.recommendations-slider .splide .splide__track ul li .block:hover .background-image{scale:1.075}.recommendations-slider .splide .splide__arrows .splide__arrow{top:50%;transform:translateY(-50%);background-color:#fff;width:max(2.5vw,48px);height:max(2.5vw,48px);border:1px solid rgba(43,89,140,.35);box-shadow:0 2px 10px rgba(43,89,140,.14);opacity:1}.recommendations-slider .splide .splide__arrows .splide__arrow svg{fill:none}.recommendations-slider .splide .splide__arrows .splide__arrow svg path{stroke:#2b598c}.recommendations-slider .splide .splide__arrows .splide__arrow:hover:not(:disabled){background-color:#faf8f5;border-color:#2b598c;box-shadow:0 4px 14px rgba(43,89,140,.22)}.recommendations-slider .splide .splide__arrows .splide__arrow:disabled{opacity:.9;pointer-events:none;cursor:default;background-color:#fff;border-color:rgba(43,89,140,.28);box-shadow:0 2px 8px rgba(43,89,140,.1)}.recommendations-slider .splide .splide__arrows .splide__arrow:disabled svg path{stroke:rgba(43,89,140,.65)}.recommendations-slider .splide .splide__arrows .splide__arrow--prev{left:auto;right:auto;inset-inline-start:0}.recommendations-slider .splide .splide__arrows .splide__arrow--next{left:auto;right:auto;inset-inline-end:0}.recommendations-slider .splide .splide__pagination{gap:max(.4166666667vw,8px);bottom:1.5em}.recommendations-slider .splide .splide__pagination li button{background-color:#2b598c}.recommendations-slider .splide .splide__pagination li button.is-active{background-color:#c59a52}.page-template-default .bckg__wave{opacity:.15}.page-template-default section.default-content .custom-container{gap:max(1.6666666667vw,32px);max-width:max(41.6666666667vw,800px)}.page-template-default section.default-content .custom-container h2{font-size:max(2.0833333333vw,40px);line-height:max(2.5vw,48px);font-weight:700;text-align:center}@media only screen and (max-width: 768px){.page-template-default section.default-content .custom-container h2{font-size:max(1.6666666667vw,32px);line-height:1.1}}.page-template-default section.default-content .custom-container h3{font-size:max(1.4583333333vw,28px);line-height:max(1.875vw,36px);font-weight:600}@media only screen and (max-width: 768px){.page-template-default section.default-content .custom-container h3{font-size:max(1.1458333333vw,22px);line-height:1.1}}.error404{background-color:#faf8f5}.error404 .hero{margin-block:max(8.8541666667vw,170px)}.error404 .hero .central-block{gap:max(1.0416666667vw,20px);margin-inline:auto;max-width:min(1280px,95%)}@media only screen and (min-width: 1921px){.error404 .hero .central-block{max-width:66.6666666667vw}}@media only screen and (max-width: 1024px){.error404 .hero .central-block{max-width:calc(100% - 60px) !important}}.error404 .hero .central-block .title{font-size:max(3.2291666667vw,62px)}.error404 .hero .central-block .subtitle{font-size:max(1.4583333333vw,28px);font-weight:500}@media only screen and (max-width: 768px){.error404 .hero .central-block{gap:max(.625vw,12px)}.error404 .hero .central-block .title{font-size:max(2.1875vw,42px)}.error404 .hero .central-block .subtitle{font-size:max(1.0416666667vw,20px)}.error404 .hero .central-block .primary-button{padding:max(.5208333333vw,10px) max(1.0416666667vw,20px)}}.hero-button-wrapper{margin-top:auto;width:100%;z-index:10;transform:translateY(min(-2.7083333333vw, -52px))}.hero-button-wrapper .hero-button-group{gap:max(.625vw,12px);flex-wrap:wrap}.hero-button-wrapper .primary-button{border:max(.1041666667vw,2px) solid #faf8f5;padding-block:max(.625vw,12px);padding-inline:max(1.71875vw,33px)}@media only screen and (max-width: 768px){.hero-button-wrapper .primary-button{padding-block:max(.5208333333vw,10px);padding-inline:max(1.0416666667vw,20px)}}@media only screen and (max-width: 500px){.hero-button-wrapper .primary-button{font-size:14px;padding:5px 10px}}@media only screen and (max-width: 1600px){.hero-button-wrapper{transform:translateY(min(-2.0833333333vw, -40px))}}@media only screen and (max-width: 1400px){.hero-button-wrapper{transform:translateY(min(-1.5625vw, -30px))}}@media only screen and (max-width: 1200px){.hero-button-wrapper{transform:translateY(min(-1.0416666667vw, -20px))}}@media only screen and (max-width: 900px){.hero-button-wrapper{transform:translateY(min(-0.5208333333vw, -10px))}}@media only screen and (max-width: 768px){.hero-button-wrapper{transform:translateY(0)}}*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{font-family:"Heebo";direction:rtl;color:#2b598c;background-color:#faf8f5}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;margin:0}a{text-decoration:none;display:inline-block;color:inherit}html{scroll-behavior:smooth;scroll-padding-top:min(200px,30vw)}html.open-popup{overflow:hidden;height:100%;overscroll-behavior:none}html body{background:var(--body-bg)}html body *{transition:all ease-in 300ms}html body::before{content:"";position:fixed;inset:0;z-index:997;background:rgba(0,0,0,.7);opacity:0;visibility:hidden;pointer-events:none;transition:opacity ease-in 300ms,visibility ease-in 300ms;width:100%;height:100%}html body.open-popup{overflow:hidden}html body.open-popup::before{visibility:visible;opacity:1;pointer-events:auto}html body.loader{overflow:hidden}html body.loader::before{visibility:visible;opacity:1}html body.loader .general_loader{opacity:1 !important;visibility:visible !important}html body img,html body picture,html body video,html body canvas,html body svg{display:block;max-width:100%;width:100%;height:auto;object-fit:cover;object-position:center}html body header ul,html body header ol{list-style:none;padding-inline-start:unset}.header{position:fixed;top:0;z-index:998;width:100%;background-color:rgba(250,248,245,.9)}.header__container{width:max(min(95%,1280px),66.6666666667vw);margin-inline:auto;padding-block:max(6px,.3125vw)}@media only screen and (max-width: 1100px){.header__container{justify-content:space-between}}.header__logo{display:flex;aspect-ratio:119/88;width:max(119px,6.1979166667vw)}@media only screen and (max-width: 1100px){.header__logo{aspect-ratio:157/70;order:3;width:157px}}@media only screen and (max-width: 650px){.header__logo{max-width:100px}}.header__logo a{width:100%;height:100%}.header__logo a *{width:100%;height:100%;object-fit:contain;object-position:center}.header__desktop{margin-inline-start:3.8541666667vw;width:calc(100% - 7.5vw - 2.5vw)}@media only screen and (max-width: 1200px){.header__desktop{margin-inline-start:3.6458333333vw}}@media only screen and (max-width: 1100px){.header__desktop{justify-content:center;display:none}}.header__desktop:has(.header__desktop_search_container.open) .header__menu{width:0;max-height:40px;overflow:hidden}.header__desktop .header__menu .menu>li.current_page_item>a,.header__desktop .header__menu .menu>li.current-menu-item>a,.header__desktop .header__menu .menu>li.current-menu-ancestor>a,.header__desktop .header__menu .menu>li.current-menu-parent>a,.header__desktop .header__menu .menu>li.current_page_parent>a{font-weight:700;color:#c59a52}.header__desktop .header__menu .menu>li .sub-menu li>a{color:#2b598c;font-weight:500}.header__desktop .header__menu .menu>li .sub-menu li.current_page_item>a,.header__desktop .header__menu .menu>li .sub-menu li.current-menu-item>a,.header__desktop .header__menu .menu>li .sub-menu li.current-menu-ancestor>a,.header__desktop .header__menu .menu>li .sub-menu li.current-menu-parent>a,.header__desktop .header__menu .menu>li .sub-menu li.current_page_parent>a{font-weight:700;color:#c59a52}.header__desktop_buttons{margin-left:max(80px,4.1666666667vw);gap:max(11px,.5729166667vw)}@media only screen and (max-width: 1300px){.header__desktop_buttons{margin-left:max(50px,2.6041666667vw)}}@media only screen and (max-width: 1100px){.header__desktop_buttons{margin-left:0}}.header__button{padding:max(10px,.5208333333vw) max(25px,1.3020833333vw)}.header__button.primary-button,.header__button.secondary-button{position:relative;isolation:isolate;transform:scale(1);box-shadow:0 3px 14px -6px rgba(43,89,140,.28);transition:filter .2s ease,transform .32s cubic-bezier(0.22, 1, 0.36, 1),box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1)}.header__button.primary-button::before,.header__button.secondary-button::before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(130% 110% at 12% 0%, rgba(255, 255, 255, 0.33), rgba(255, 255, 255, 0.06) 38%, transparent 58%);opacity:0;transition:opacity .5s cubic-bezier(0.22, 1, 0.36, 1);pointer-events:none;z-index:0}.header__button.primary-button:hover,.header__button.secondary-button:hover{transform:scale(1.02);box-shadow:0 14px 36px -12px rgba(43,89,140,.42),0 0 0 1px rgba(197,154,82,.38)}.header__button.primary-button:hover::before,.header__button.secondary-button:hover::before{opacity:1}.header__button.primary-button:has(a:active),.header__button.primary-button:has(>button:active),.header__button.secondary-button:has(a:active),.header__button.secondary-button:has(>button:active){transform:scale(0.985)}.header__button.primary-button>a,.header__button.primary-button>button,.header__button.secondary-button>a,.header__button.secondary-button>button{position:relative;z-index:1}.header__button.primary-button>button,.header__button.secondary-button>button{border:none;background:rgba(0,0,0,0);color:inherit;font:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;cursor:pointer;padding:0}.header__auth{gap:max(.8333333333vw,16px)}.header__user-meta{gap:max(.4166666667vw,8px);color:#2b598c}.header__user-greeting{font-weight:500;font-size:clamp(14px,.8333333333vw,.8333333333vw);line-height:1.4;white-space:nowrap}.header__user-icon{width:max(32px,1.6666666667vw);height:max(32px,1.6666666667vw);border-radius:99vw;background-color:rgba(43,89,140,.08);color:#2b598c;flex-shrink:0;transition:background-color .2s ease,transform .18s ease}.header__user-icon img{width:max(20px,1.0416666667vw);height:max(20px,1.0416666667vw);object-fit:contain}.header__user-icon:hover{background-color:rgba(43,89,140,.14);transform:scale(1.04)}.header__menu{transition:all ease-in 300ms}.header__menu .menu{display:flex;align-items:center;gap:clamp(35px,1.8229166667vw,1.8229166667vw)}@media only screen and (max-width: 1100px){.header__menu .menu{gap:clamp(18px,.9375vw,.9375vw)}}.header__menu .menu>li>a{position:relative;text-decoration:none}.header__menu .menu>li>a::after{content:"";position:absolute;inset-inline:0;bottom:.08em;height:max(2.5px,.12em);background-color:currentColor;border-radius:2px;transform:scaleX(0);transform-origin:inline-end;transition:transform .38s cubic-bezier(0.22, 1, 0.36, 1);pointer-events:none}.header__menu .menu>li>a:hover::after,.header__menu .menu>li>a:focus-visible::after{transform:scaleX(1)}.header__menu .menu>li>a:hover{text-shadow:.35px 0 0 currentColor,-0.35px 0 0 currentColor}.header__menu .menu li{position:relative}@media only screen and (max-width: 1100px){.header__menu .menu li{position:unset}}.header__menu .menu a{font-weight:500;font-size:clamp(16px,.8333333333vw,.8333333333vw);line-height:150%;letter-spacing:0%;display:flex;align-items:center;text-shadow:none;transition:color .3s ease-in,text-shadow .3s ease-in}.header__menu .menu a .arrow{width:clamp(10px,.5208333333vw,.5208333333vw);height:clamp(8px,.4166666667vw,.4166666667vw);margin-inline-start:clamp(8px,.4166666667vw,.4166666667vw)}.header__menu .menu .item .sub-menu{min-width:7.8125vw;position:absolute;background-color:#fff;border-radius:max(.5208333333vw,10px);overflow:hidden;right:0;display:flex;flex-direction:column;visibility:hidden;opacity:0;transition:all ease-in 300ms;z-index:999;box-shadow:0px 1px 3px 0px rgba(0,0,0,.3),0px 4px 8px 3px rgba(0,0,0,.15)}@media only screen and (max-width: 1100px){.header__menu .menu .item .sub-menu{box-shadow:unset}}.header__menu .menu .item .sub-menu>.item>a{position:relative;text-decoration:none}.header__menu .menu .item .sub-menu>.item>a::after{content:"";position:absolute;inset-inline:0;bottom:.08em;height:max(2.5px,.12em);background-color:currentColor;border-radius:2px;transform:scaleX(0);transform-origin:inline-end;transition:transform .38s cubic-bezier(0.22, 1, 0.36, 1);pointer-events:none}.header__menu .menu .item .sub-menu>.item>a:hover::after,.header__menu .menu .item .sub-menu>.item>a:focus-visible::after{transform:scaleX(1)}.header__menu .menu .item .sub-menu>.item>a:hover,.header__menu .menu .item .sub-menu>.item:hover>a{text-shadow:.35px 0 0 currentColor,-0.35px 0 0 currentColor}.header__menu .menu .item .sub-menu>.item:hover>a::after,.header__menu .menu .item .sub-menu>.item>a:hover::after,.header__menu .menu .item .sub-menu>.item>a:focus-visible::after{transform:scaleX(1)}.header__menu .menu .item .sub-menu>.item:not(:last-of-type){position:relative}.header__menu .menu .item .sub-menu>.item:not(:last-of-type)::after{content:"";position:absolute;left:clamp(19px,.9895833333vw,.9895833333vw);right:clamp(19px,.9895833333vw,.9895833333vw);bottom:0;height:1px;background-color:rgba(43,89,140,.1);pointer-events:none;z-index:1}.header__menu .menu .item .sub-menu>.item a{padding-block:clamp(14px,.7291666667vw,.7291666667vw);padding-inline:clamp(19px,.9895833333vw,.9895833333vw);text-align:start;font-weight:500;font-size:clamp(16px,.8333333333vw,.8333333333vw);line-height:150%;letter-spacing:0%}.header__menu .menu .item .sub-menu>.item:hover{background-color:var(--brand-green-10)}.header__menu .menu .item .sub-menu>.item.menu-item-has-children a{display:flex;justify-content:space-between;align-items:center;width:100%}.header__menu .menu .item .sub-menu>.item.menu-item-has-children .arrow{transform:rotate(90deg)}.header__menu .menu .item .sub-menu>.item.menu-item-has-children .sub-menu{left:-100%;right:unset;top:50%;transform:translate(0, -50%);visibility:hidden;opacity:0;box-shadow:0px 1px 3px 0px rgba(0,0,0,.3),0px 4px 8px 3px rgba(0,0,0,.15)}@media only screen and (max-width: 1100px){.header__menu .menu .item .sub-menu>.item.menu-item-has-children .sub-menu{box-shadow:unset}}@media only screen and (max-width: 1100px){.header__menu .menu .item .sub-menu>.item.menu-item-has-children .sub-menu{left:unset;right:0;transform:unset;top:0;position:absolute;padding-inline:20px}.header__menu .menu .item .sub-menu>.item.menu-item-has-children .sub-menu.open{opacity:1;visibility:visible}}.header__menu .menu .item .sub-menu>.item.menu-item-has-children .sub-menu .return{display:none;position:absolute;top:10px;right:0;cursor:pointer}.header__menu .menu .item .sub-menu>.item.menu-item-has-children .sub-menu .return svg{width:100%;height:100%;object-fit:contain}@media only screen and (max-width: 1100px){.header__menu .menu .item .sub-menu>.item.menu-item-has-children .sub-menu .return{display:block;width:15px;height:20px}}.header__menu .menu .item .sub-menu>.item.menu-item-has-children:hover .sub-menu{visibility:visible;opacity:1}.header__menu .menu .item.menu-item-has-children:hover .sub-menu{visibility:visible;opacity:1}.header__menu .menu .item:hover{background-color:var(--brand-green-20)}.header__mobile{display:none}@media only screen and (max-width: 1100px){.header__mobile{display:flex;order:1;align-items:center;grid-area:max(8px,.4166666667vw)}}.header__mobile #menuToggle{position:relative;z-index:1002;background:hsla(0,0%,100%,.3019607843);padding:5px 10px;width:fit-content;border-radius:8px}.header__mobile #menuToggle #checkbox{display:none}.header__mobile #menuToggle #checkbox:checked+.toggle .bar--top{transform:rotate(-135deg);transition-delay:0s;bottom:calc(50% - 1px);background:#2b598c}.header__mobile #menuToggle #checkbox:checked+.toggle .bar--middle{opacity:0;transform:rotate(-135deg);transition-delay:.105s;background:#2b598c}.header__mobile #menuToggle #checkbox:checked+.toggle .bar--bottom{top:calc(50% - 1px);transform:rotate(-225deg);transition-delay:.21s;background:#2b598c}.header__mobile #menuToggle .toggle{position:relative;width:21.33px;cursor:pointer;margin:auto;display:block;height:28px}.header__mobile #menuToggle .toggle .bar{position:absolute;left:0;right:0;height:2px;border-radius:1px;background:#2b598c;color:inherit;opacity:1;transition:none .35s cubic-bezier(0.5, -0.35, 0.35, 1.5) 0s}.header__mobile #menuToggle .toggle .bar.bar--top{bottom:calc(50% + 6px + 1px);transition-property:bottom,transform,background;transition-delay:.21s}.header__mobile #menuToggle .toggle .bar.bar--middle{top:calc(50% - 1px);transition-property:opacity,transform,background;transition-delay:.105s}.header__mobile #menuToggle .toggle .bar.bar--bottom{top:calc(50% + 6px + 1px);transition-property:top,transform,background;transition-delay:0s}.header__mobile #menuToggle .toggle .bar.bar--top,.header__mobile #menuToggle .toggle .bar.bar--bottom{width:62.4941397093%;margin-inline:auto}.header__mobile_search_icon{width:max(40px,2.0833333333vw);height:max(40px,2.0833333333vw);padding:max(8.5px,.4427083333vw)}.header__mobile_search_icon svg,.header__mobile_search_icon img{width:100%;height:100%;object-fit:contain}.header__mobile_search_icon svg path,.header__mobile_search_icon img path{stroke:#2b598c}.header__mobile_search_container{opacity:0;visibility:hidden;top:0;left:0;width:100dvw;height:100dvh;display:flex;justify-content:center;align-items:center;padding-inline:max(20px,1.0416666667vw)}.header__mobile_search_container.open{opacity:1;visibility:visible}.header__mobile_search_container form{width:100%;padding-block:max(8px,.4166666667vw)}.header__mobile_search_container form input{background-color:rgba(0,0,0,0);border:none;width:100%}.header__mobile_search_container form input:focus-visible{outline:none;box-shadow:none;border:none}.header__mobile_search_container form input{font-weight:400;font-size:max(16px,.8333333333vw);line-height:150%}.header__mobile_search_container form input::placeholder{font-weight:400;font-size:max(16px,.8333333333vw);line-height:150%;opacity:.4;color:var(--primary)}.header__mobile_search_container form button{display:none}.header__mobile_search_close{top:20px;left:20px;width:max(40px,2.0833333333vw);height:max(40px,2.0833333333vw)}.header__mobile_container{z-index:999;left:0;top:-100px;width:100%;background-color:#faf8f5;max-height:0px;transition:max-height ease-in 300ms,top ease-in .3s;overflow:hidden;border-bottom-left-radius:12px;border-bottom-right-radius:12px;padding:52px 0 45px 0}.header__mobile_container.open{max-height:2000px;z-index:1001;top:0}.header__mobile_container .header__menu{margin:0}.header__mobile_container .header__menu .menu-menu-container .menu{gap:0px}.header__mobile_container .header__menu .menu-menu-container .menu .item{padding-block:12px}.header__mobile_container_content{max-height:calc(100dvh - 52px);overflow-y:auto}.header__mobile_bar_buttons{display:none}@media only screen and (max-width: 1100px){.header__mobile_bar_buttons{display:flex;order:2;flex:1;justify-content:center;align-items:center;gap:max(15px,.78125vw);min-width:0;padding-inline:max(15px,.78125vw)}}@media only screen and (max-width: 1100px)and (max-width: 450px){.header__mobile_bar_buttons{gap:max(8px,.4166666667vw) !important;padding-inline:0}}.header__mobile_bar_buttons .header__button{margin-right:0;flex:0 1 auto;min-width:0;max-width:max(180px,9.375vw);padding:max(15px,.78125vw) max(30px,1.5625vw);font-size:max(12px,.625vw);line-height:1.2}.header__mobile_bar_buttons .header__button>a,.header__mobile_bar_buttons .header__button>button{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__mobile_bar_buttons .header__user-greeting{display:none}@media only screen and (max-width: 650px){.header__mobile_bar_buttons{gap:max(15px,.78125vw)}.header__mobile_bar_buttons .header__button{max-width:max(140px,7.2916666667vw);padding:max(10px,.5208333333vw) max(15px,.78125vw);font-size:max(11px,.5729166667vw)}}.header__mobile_buttons{flex-direction:column;align-items:stretch;gap:max(12px,.625vw);width:100%;max-width:max(216px,11.25vw);margin-inline:auto;margin-top:max(24px,1.25vw);padding-inline:max(20px,1.0416666667vw)}.header__mobile_buttons .header__button{margin-right:0;width:100%;text-align:center}.header__mobile_buttons .header__button>a,.header__mobile_buttons .header__button>button{display:flex;align-items:center;justify-content:center;width:100%}.header__mobile_buttons .header__auth{flex-direction:column;align-items:stretch;width:100%;gap:max(12px,.625vw)}.header__mobile_buttons .header__user-meta{justify-content:center;flex-direction:row;flex-wrap:wrap;gap:max(8px,.4166666667vw)}.header__mobile_buttons .header__user-greeting{display:inline;text-align:center;white-space:normal}.header .mobile-menu .menu{flex-direction:column}@media only screen and (max-width: 1100px){.header .mobile-menu .menu{width:80%;margin-inline:auto}}.header .mobile-menu .menu>li.menu-item.current_page_item>a,.header .mobile-menu .menu>li.menu-item.current-menu-item>a,.header .mobile-menu .menu>li.menu-item.current-menu-ancestor>a,.header .mobile-menu .menu>li.menu-item.current-menu-parent>a,.header .mobile-menu .menu>li.menu-item.current_page_parent>a{font-weight:800;color:#c59a52}.header .mobile-menu .menu>li.menu-item .sub-menu li.menu-item>a{color:var(--blue-600);font-weight:600}.header .mobile-menu .menu>li.menu-item .sub-menu li.menu-item.current_page_item>a,.header .mobile-menu .menu>li.menu-item .sub-menu li.menu-item.current-menu-item>a,.header .mobile-menu .menu>li.menu-item .sub-menu li.menu-item.current-menu-ancestor>a,.header .mobile-menu .menu>li.menu-item .sub-menu li.menu-item.current-menu-parent>a,.header .mobile-menu .menu>li.menu-item .sub-menu li.menu-item.current_page_parent>a{font-weight:800;color:#c59a52}.header .mobile-menu .menu-item{padding-block:2.5px;display:flex;align-items:center;justify-content:center;gap:8px}.header .mobile-menu .menu-item svg{width:20px;height:20px}.header .mobile-menu .menu-item *{font-size:clamp(18px,1.25vw,24px);font-weight:600;line-height:clamp(150%,1.475vw,28.32px);color:var(--blue-600)}.header .mobile-menu .menu-item.menu-item-has-children{display:flex;align-items:center;flex-wrap:wrap;align-content:flex-start;gap:0}.header .mobile-menu .menu-item.menu-item-has-children .arrow{box-sizing:content-box;width:max(14px,.7291666667vw);height:max(8px,.4166666667vw);padding:max(12px,.625vw) max(10px,.5208333333vw);margin:max(-12px,-0.625vw) max(-8px,-.4166666667vw);cursor:pointer;flex-shrink:0;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease-in;position:relative;z-index:1}.header .mobile-menu .menu-item.menu-item-has-children .arrow svg{width:100%;height:100%}.header .mobile-menu .menu-item.menu-item-has-children:has(>.sub-menu.open)>a .arrow{transform:rotate(180deg)}.header .mobile-menu .menu-item.menu-item-has-children .sub-menu{position:relative;width:100%;flex:1 1 100%;align-self:stretch;height:var(--open-submenu-max-height, 0px);overflow:hidden;transition:all ease-in 300ms}.header .mobile-menu .menu-item.menu-item-has-children .sub-menu.open{margin-block-start:8px}.header .mobile-menu .menu-item.menu-item-has-children .sub-menu{background:#eaf0f4;opacity:1;visibility:visible}@media only screen and (max-width: 1100px){.header .mobile-menu .menu-item.menu-item-has-children .sub-menu{background-color:var(--white)}}.header .mobile-menu .menu-item.menu-item-has-children .sub-menu li:not(:last-of-type){border-block-end:1px solid var(--vivid-orange-80)}@media only screen and (max-width: 1100px){.header .mobile-menu .menu-item.menu-item-has-children .sub-menu li:not(:last-of-type){border-block-end:none}}@media only screen and (max-width: 1100px){.header .mobile-menu .menu-item.menu-item-has-children .sub-menu li{margin:0;padding:0}}.header .mobile-menu .menu-item.menu-item-has-children .sub-menu li{margin-inline:20px}.header .mobile-menu .menu-item.menu-item-has-children .sub-menu li>div{min-width:150px}:root{--status-success: rgb(9, 176, 116);--status-warning: rgb(255, 146, 17);--status-error: rgb(221, 0, 0);--status-info: rgb(0, 140, 242)}.login-popup{position:fixed;inset:0;z-index:998;padding:max(1.25vw,24px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.login-popup.is-open{opacity:1;visibility:visible;pointer-events:auto}.login-popup__backdrop{inset:0}.login-popup__dialog{z-index:1;width:min(100%,max(27.0833333333vw,520px));background:#fff;border:1px solid rgba(36,74,115,.05);box-shadow:0px 10px 40px -15px rgba(36,74,115,.15);padding-block:max(1.6666666667vw,32px) max(2.3958333333vw,46px);padding-inline:max(2.6041666667vw,50px);border-radius:max(1.0416666667vw,20px)}@media only screen and (max-width: 600px){.login-popup__dialog{padding-inline:max(1.25vw,24px)}}.login-popup__close{top:max(.8333333333vw,16px);left:max(.8333333333vw,16px);display:inline-flex;width:max(1.0416666667vw,20px);height:max(1.0416666667vw,20px);padding:0;border:none;background:rgba(0,0,0,0);color:#2b598c;cursor:pointer;transition:opacity .2s ease}.login-popup__close:hover{opacity:.7}.login-popup__title{font-weight:700;font-size:max(1.6666666667vw,32px);line-height:1.2;color:#2b598c;padding-inline:max(1.6666666667vw,32px);margin-bottom:max(.625vw,12px)}.login-popup__title#cancellation-popup-title{font-size:max(2.1875vw,42px);margin-bottom:max(1.25vw,24px)}.login-popup__subtitle{font-size:max(.9375vw,18px);line-height:1.5;color:rgba(39,83,131,.7);padding-inline:max(1.6666666667vw,32px);margin-bottom:max(2.0833333333vw,40px)}.login-popup__form{gap:max(1.0416666667vw,20px);margin-bottom:max(1.0416666667vw,20px)}.login-popup__fields{gap:max(.625vw,12px);width:100%}.login-popup__field{width:100%}.login-popup__input{width:100%;border:1px solid #2b598c;border-radius:max(1.5625vw,30px);padding:max(.6770833333vw,13px) max(.8333333333vw,16px);font-weight:600;font-size:max(.8333333333vw,16px);line-height:1.5;color:#2b598c;background:#fff;direction:rtl}.login-popup__input::placeholder{color:#2b598c;font-weight:600}.login-popup__input:focus{outline:none}.login-popup__input:invalid:not(:placeholder-shown){border-color:#d00}.login-popup__message{font-size:max(.7291666667vw,14px);line-height:1.5;text-align:center}.login-popup__message.is-error{color:#d00}.login-popup__message.is-success{color:#09b074}.login-popup__message[hidden]{display:none}.login-popup__submit:disabled{opacity:.65;cursor:not-allowed}.login-popup__actions{display:flex;flex-wrap:wrap;width:100%;gap:max(.625vw,12px);margin-bottom:max(1.0416666667vw,20px)}.login-popup__actions .primary-button{margin:0;width:auto;flex:1 1 calc(50% - max(.3125vw,6px));min-width:max(7.8125vw,150px);max-width:100%;display:flex}.login-popup__actions .primary-button>a,.login-popup__actions .primary-button>.login-popup__submit{display:flex;align-items:center;justify-content:center;gap:max(.2604166667vw,5px);width:100%;min-width:0;border:none;background:rgba(0,0,0,0);color:inherit;font:inherit;font-size:max(.8333333333vw,16px);font-weight:inherit;cursor:pointer;padding:0;text-decoration:none}.login-popup__actions .primary-button>a svg,.login-popup__actions .primary-button>.login-popup__submit svg{width:max(20px,1.0416666667vw);height:max(20px,1.0416666667vw);aspect-ratio:1;flex-shrink:0}.login-popup__actions .primary-button:hover>a svg,.login-popup__actions .primary-button:hover>.login-popup__submit svg{animation:primary-button-icon-nudge 1s ease-in-out forwards}.login-popup__actions .primary-button:has(>a:active),.login-popup__actions .primary-button:has(>.login-popup__submit:active){transform:scale(0.985);filter:brightness(0.96)}@media only screen and (max-width: 500px){.login-popup__actions .primary-button{flex:1 1 100%;min-width:0;max-width:100%}}.login-popup__comment{font-size:max(.8333333333vw,16px);line-height:1.5;color:rgba(39,83,131,.6)}html.login-popup-open,body.login-popup-open{overflow:hidden;height:100%;overscroll-behavior:none}body.login-popup-open::before{visibility:visible;opacity:1;pointer-events:auto}.footer .footer_stage{width:100%;margin-top:max(1.8229166667vw,35px)}.footer .footer_stage .wave-footer{inset:0 0 auto 0;z-index:1;width:100%;max-width:100%;max-height:50%;pointer-events:none;transform:translateY(-50%)}.footer .footer_stage .wave-footer img{width:100%;max-width:100%;max-height:100%;height:auto;object-fit:contain;object-position:top center}.footer .footer_stage .footer-content{position:relative;z-index:2;background-color:#0b3664}.footer .footer_stage .footer-content .custom-container{position:relative;z-index:0;padding-block:max(3.28125vw,63px) max(1.4583333333vw,28px)}.footer .footer_stage .footer-content .custom-container *{color:hsla(0,0%,100%,.8);font-size:max(.78125vw,15px)}.footer .footer_stage .footer-content .custom-container .top-content{margin-bottom:max(1.0416666667vw,20px)}@media only screen and (max-width: 1200px){.footer .footer_stage .footer-content .custom-container .top-content{flex-wrap:wrap;justify-content:space-around;row-gap:max(1.6666666667vw,32px)}}@media only screen and (max-width: 838px){.footer .footer_stage .footer-content .custom-container .top-content{flex-direction:row-reverse}}@media only screen and (max-width: 600px){.footer .footer_stage .footer-content .custom-container .top-content{flex-direction:column;align-items:start}}.footer .footer_stage .footer-content .custom-container .top-content .short-brief{padding-left:max(3.8541666667vw,74px)}@media only screen and (max-width: 1200px){.footer .footer_stage .footer-content .custom-container .top-content .short-brief{padding-left:max(1.6666666667vw,32px)}}@media only screen and (max-width: 600px){.footer .footer_stage .footer-content .custom-container .top-content .short-brief{margin-inline:auto;align-items:center;padding-left:0}}.footer .footer_stage .footer-content .custom-container .top-content .short-brief{gap:max(1.6666666667vw,32px)}.footer .footer_stage .footer-content .custom-container .top-content .short-brief .description{max-width:max(15.8854166667vw,305px)}@media only screen and (max-width: 600px){.footer .footer_stage .footer-content .custom-container .top-content .short-brief .description{max-width:80%;text-align:center}}.footer .footer_stage .footer-content .custom-container .top-content .short-brief .description a{position:relative;text-decoration:none}.footer .footer_stage .footer-content .custom-container .top-content .short-brief .description a::after{content:"";position:absolute;inset-inline:0;bottom:.08em;height:max(2.5px,.12em);background-color:currentColor;border-radius:2px;transform:scaleX(0);transform-origin:inline-end;transition:transform .38s cubic-bezier(0.22, 1, 0.36, 1);pointer-events:none}.footer .footer_stage .footer-content .custom-container .top-content .short-brief .description a:hover::after,.footer .footer_stage .footer-content .custom-container .top-content .short-brief .description a:focus-visible::after{transform:scaleX(1)}.footer .footer_stage .footer-content .custom-container .top-content .short-brief .description a{transition:color .25s ease-in,text-shadow .25s ease-in;text-shadow:none}.footer .footer_stage .footer-content .custom-container .top-content .short-brief .description a:hover,.footer .footer_stage .footer-content .custom-container .top-content .short-brief .description a:focus-visible{color:#fff;text-shadow:.35px 0 0 currentColor,-0.35px 0 0 currentColor}.footer .footer_stage .footer-content .custom-container .top-content .short-brief .footer__logo{max-width:max(6.5625vw,126px)}.footer .footer_stage .footer-content .custom-container .top-content .short-brief .footer__logo img{aspect-ratio:126/90;width:100%}.footer .footer_stage .footer-content .custom-container .top-content .footer-title{color:#c59a52;margin-bottom:max(1.25vw,24px)}.footer .footer_stage .footer-content .custom-container .top-content .footer-menu{padding-left:max(5.3645833333vw,103px)}@media only screen and (max-width: 1200px){.footer .footer_stage .footer-content .custom-container .top-content .footer-menu{padding-left:max(1.6666666667vw,32px)}}@media only screen and (max-width: 600px){.footer .footer_stage .footer-content .custom-container .top-content .footer-menu{padding-left:0;align-items:center;width:100%}}.footer .footer_stage .footer-content .custom-container .top-content .footer-menu .menu ul{padding-right:0;display:flex;flex-direction:column;gap:max(.8333333333vw,16px)}@media only screen and (max-width: 600px){.footer .footer_stage .footer-content .custom-container .top-content .footer-menu .menu ul{flex-direction:row;flex-wrap:wrap;justify-content:center}}.footer .footer_stage .footer-content .custom-container .top-content .footer-menu .menu ul li{list-style:none}.footer .footer_stage .footer-content .custom-container .top-content .footer-menu .menu ul li a{position:relative;text-decoration:none}.footer .footer_stage .footer-content .custom-container .top-content .footer-menu .menu ul li a::after{content:"";position:absolute;inset-inline:0;bottom:.08em;height:max(2.5px,.12em);background-color:currentColor;border-radius:2px;transform:scaleX(0);transform-origin:inline-end;transition:transform .38s cubic-bezier(0.22, 1, 0.36, 1);pointer-events:none}.footer .footer_stage .footer-content .custom-container .top-content .footer-menu .menu ul li a:hover::after,.footer .footer_stage .footer-content .custom-container .top-content .footer-menu .menu ul li a:focus-visible::after{transform:scaleX(1)}.footer .footer_stage .footer-content .custom-container .top-content .footer-menu .menu ul li a{line-height:max(1.1458333333vw,22px);font-weight:400;color:hsla(0,0%,100%,.8);transition:color .25s ease-in,text-shadow .25s ease-in;text-shadow:none}.footer .footer_stage .footer-content .custom-container .top-content .footer-menu .menu ul li a:hover,.footer .footer_stage .footer-content .custom-container .top-content .footer-menu .menu ul li a:focus-visible{color:#fff;text-shadow:.35px 0 0 currentColor,-0.35px 0 0 currentColor}.footer .footer_stage .footer-content .custom-container .top-content .contact-us{padding-left:max(1.6666666667vw,32px)}@media only screen and (max-width: 600px){.footer .footer_stage .footer-content .custom-container .top-content .contact-us{padding-left:0;align-items:center;width:100%}}.footer .footer_stage .footer-content .custom-container .top-content .contact-us .locations-block{gap:max(.8333333333vw,16px)}@media only screen and (max-width: 600px){.footer .footer_stage .footer-content .custom-container .top-content .partners-block{text-align:center;align-items:center;width:100%}}.footer .footer_stage .footer-content .custom-container .top-content .partners-block .footer-title,.footer .footer_stage .footer-content .custom-container .top-content .partners-block .description{padding-right:max(2.1875vw,42px)}@media only screen and (max-width: 600px){.footer .footer_stage .footer-content .custom-container .top-content .partners-block .footer-title,.footer .footer_stage .footer-content .custom-container .top-content .partners-block .description{padding-right:0}}.footer .footer_stage .footer-content .custom-container .top-content .partners-block .partners{background-color:hsla(0,0%,100%,.9);border:max(.1041666667vw,2px) solid rgba(197,154,82,.6);border-radius:10px;padding:max(.5208333333vw,10px) max(1.6145833333vw,31px);gap:max(.6770833333vw,13px);max-width:max(18.2291666667vw,350px);margin-bottom:max(1.25vw,24px)}.footer .footer_stage .footer-content .custom-container .top-content .partners-block .description{max-width:max(15.4166666667vw,296px)}.footer .footer_stage .footer-content .custom-container .top-content .partners-block .description a{position:relative;text-decoration:none}.footer .footer_stage .footer-content .custom-container .top-content .partners-block .description a::after{content:"";position:absolute;inset-inline:0;bottom:.08em;height:max(2.5px,.12em);background-color:currentColor;border-radius:2px;transform:scaleX(0);transform-origin:inline-end;transition:transform .38s cubic-bezier(0.22, 1, 0.36, 1);pointer-events:none}.footer .footer_stage .footer-content .custom-container .top-content .partners-block .description a:hover::after,.footer .footer_stage .footer-content .custom-container .top-content .partners-block .description a:focus-visible::after{transform:scaleX(1)}.footer .footer_stage .footer-content .custom-container .top-content .partners-block .description a{transition:color .25s ease-in,text-shadow .25s ease-in;text-shadow:none}.footer .footer_stage .footer-content .custom-container .top-content .partners-block .description a:hover,.footer .footer_stage .footer-content .custom-container .top-content .partners-block .description a:focus-visible{color:#fff;text-shadow:.35px 0 0 currentColor,-0.35px 0 0 currentColor}.footer .footer_stage .footer-content .custom-container .bottom-content{padding-block:max(.8333333333vw,16px);border-top:max(.0520833333vw,1px) solid hsla(0,0%,100%,.2)}@media only screen and (max-width: 850px){.footer .footer_stage .footer-content .custom-container .bottom-content{flex-direction:column;gap:max(.625vw,12px);text-align:center}}.footer .footer_stage .footer-content .custom-container .bottom-content .copyright{color:#fff}.footer .footer_stage .footer-content .custom-container .bottom-content .copyright a{position:relative;text-decoration:none}.footer .footer_stage .footer-content .custom-container .bottom-content .copyright a::after{content:"";position:absolute;inset-inline:0;bottom:.08em;height:max(2.5px,.12em);background-color:currentColor;border-radius:2px;transform:scaleX(0);transform-origin:inline-end;transition:transform .38s cubic-bezier(0.22, 1, 0.36, 1);pointer-events:none}.footer .footer_stage .footer-content .custom-container .bottom-content .copyright a:hover::after,.footer .footer_stage .footer-content .custom-container .bottom-content .copyright a:focus-visible::after{transform:scaleX(1)}.footer .footer_stage .footer-content .custom-container .bottom-content .copyright a{transition:color .25s ease-in,text-shadow .25s ease-in;text-shadow:none}.footer .footer_stage .footer-content .custom-container .bottom-content .copyright a:hover,.footer .footer_stage .footer-content .custom-container .bottom-content .copyright a:focus-visible{color:#fff;text-shadow:.35px 0 0 currentColor,-0.35px 0 0 currentColor}.footer .footer_stage .footer-content .custom-container .bottom-content .useful-links{gap:max(1.25vw,24px)}@media only screen and (max-width: 850px){.footer .footer_stage .footer-content .custom-container .bottom-content .useful-links{justify-content:center;flex-wrap:wrap}}.footer .footer_stage .footer-content .custom-container .bottom-content .useful-links a{position:relative;text-decoration:none}.footer .footer_stage .footer-content .custom-container .bottom-content .useful-links a::after{content:"";position:absolute;inset-inline:0;bottom:.08em;height:max(2.5px,.12em);background-color:currentColor;border-radius:2px;transform:scaleX(0);transform-origin:inline-end;transition:transform .38s cubic-bezier(0.22, 1, 0.36, 1);pointer-events:none}.footer .footer_stage .footer-content .custom-container .bottom-content .useful-links a:hover::after,.footer .footer_stage .footer-content .custom-container .bottom-content .useful-links a:focus-visible::after{transform:scaleX(1)}.footer .footer_stage .footer-content .custom-container .bottom-content .useful-links a{transition:color .25s ease-in,text-shadow .25s ease-in;text-shadow:none}.footer .footer_stage .footer-content .custom-container .bottom-content .useful-links a:hover,.footer .footer_stage .footer-content .custom-container .bottom-content .useful-links a:focus-visible{color:#fff;text-shadow:.35px 0 0 currentColor,-0.35px 0 0 currentColor}.footer .footer_stage .footer-content .custom-container .creators{gap:max(1.25vw,24px)}.footer .footer_stage .footer-content .custom-container .creators a{position:relative;text-decoration:none}.footer .footer_stage .footer-content .custom-container .creators a::after{content:"";position:absolute;inset-inline:0;bottom:.08em;height:max(2.5px,.12em);background-color:currentColor;border-radius:2px;transform:scaleX(0);transform-origin:inline-end;transition:transform .38s cubic-bezier(0.22, 1, 0.36, 1);pointer-events:none}.footer .footer_stage .footer-content .custom-container .creators a:hover::after,.footer .footer_stage .footer-content .custom-container .creators a:focus-visible::after{transform:scaleX(1)}.footer .footer_stage .footer-content .custom-container .creators a{font-size:max(.7291666667vw,14px);color:hsla(0,0%,100%,.8);transition:color .25s ease-in,text-shadow .25s ease-in;text-shadow:none}.footer .footer_stage .footer-content .custom-container .creators a:hover,.footer .footer_stage .footer-content .custom-container .creators a:focus-visible{color:#fff;text-shadow:.35px 0 0 currentColor,-0.35px 0 0 currentColor}/*# sourceMappingURL=theme.min.css.map */