@import"https://fonts.googleapis.com/css?family=Inter:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,900";*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}img{max-width:100%}body{font-family:Inter,sans-serif;color:#000;font-size:13px;font-weight:400;margin:0;padding:0}span,a,button,p,li{font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6,p{margin:0}h1{font-size:70px;color:#fff;font-weight:600;line-height:1.2}h2{font-size:50px;font-weight:500;line-height:1.2}h6{font-size:13px}.btn{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:10px 24px;border:0;background-color:rgba(0,0,0,0);cursor:pointer;font-size:14px;font-weight:bold;color:#fff;text-decoration:none}.btn:hover,.btn:focus,.btn:focus-within,.btn:focus-visible,.btn:active{outline:0;transition:filter 250ms,color 200ms;filter:saturate(1.4) brightness(80%)}.btn-primary{color:#fff;border:1px solid #00ced1;background-color:#00ced1}.btn-secondary{color:#00ced1;background:#fff}.container{max-width:1000px;margin:0 auto;position:relative;padding:0}#header .header-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;position:relative;padding:15px 0}#header .logo img{max-width:250px}#header .sign-up{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}#header .sign-up .login{font-weight:700;color:#6b6b6b;font-size:14px;padding:10px 15px;margin:0 30px 0 0;cursor:pointer}#header .sign-up .register{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:10px 45px;background-color:#00ced1;font-weight:600;color:#fff;border:1px solid #00ced1;font-size:13px;cursor:pointer}footer{background-color:#fff}footer .footer-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:40px 0 60px;gap:30px}footer .footer-wrapper img{max-width:170px}footer .footer-wrapper h6{font-size:14px;color:#8d8d8d;font-weight:400;text-align:center}footer .footer-wrapper a{font-size:14px;color:#00ced1;padding:7px;margin:0 10px;text-decoration:none;font-weight:bold}.modal{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;max-width:500px;width:100%;padding:50px;background-color:#f5f5f5;z-index:50;top:150px;display:none;position:fixed}.modal.show{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal .title{font-size:20px;font-weight:500;text-align:center;margin:0 0 30px}.modal .close{position:absolute;top:30px;right:30px;cursor:pointer}.modal .close i{font-size:26px;color:#7a7a7a}.modal .form{margin:0 auto 20px}.modal .form input,.modal .form select{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #d5d5d5;padding:10px 20px;background-color:#fff;color:#000;width:100%;font-size:18px;margin:0 0 15px}.modal .form input::placeholder,.modal .form select::placeholder{color:#ababab}.modal .form input.error,.modal .form select.error{border-color:red}.modal .form select{appearance:none;margin:0}.modal .form .forgot-password{font-size:16px;color:#000;text-decoration:underline;margin:10px 0 0 10px;cursor:pointer}.modal .error-message{display:none;font-size:13px;color:red;margin:-10px 0 20px 10px}.modal .success-message{display:none;font-size:13px;font-weight:500;color:#00c600;margin:-10px 0 20px 10px}.modal .button-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;margin:30px 0 0}.modal .button-wrapper button{padding:10px 25px;background-color:#00ced1;color:#fff;border:0;font-size:13px;font-weight:600;cursor:pointer}.modal .button-wrapper button.loading{position:relative;color:rgba(0,0,0,0)}.modal .button-wrapper button.loading:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);content:"";width:16px;height:11px;background-repeat:no-repeat;background-image:url("../img/blocks_loader.gif")}.modal .button-wrapper p{display:none;font-size:12px;font-weight:500;color:#00c600;margin:10px}.modal .button-wrapper p.error{color:red}.modal .terms{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:20px 0 0}.modal .terms .term{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;margin:0 0 15px}.modal .terms .term p{font-size:10px;color:#737373;margin:0 0 0 10px}.modal .terms .term p.error{color:red}.modal#register{padding:50px 50px 30px}.select-wrapper{position:relative;margin:0 0 15px}.select-wrapper:after{top:50%;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);content:"";display:block;right:20px;width:8px;height:14px;background-size:100%;background-image:url("../img/select_arrow.png")}.background-overlay{display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:30;background-color:rgba(0,0,0,.5)}@media(max-width: 1440px){.container{max-width:960px}}@media(max-width: 1024px){.container{max-width:90%}.container.full-width-mobile{max-width:100%}h1{font-size:42px}body #header{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding:0}body #header .header-wrapper{padding:15px 0}body #header .logo{width:100%}body #header a{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}body #header a img{max-width:200px}body #header .sign-up{display:none}body footer .footer-wrapper{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:0;padding:30px 0 50px}body footer .footer-wrapper h4{margin:0 0 15px}body footer .footer-wrapper .menu{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:20px 0}body .modal{max-width:90%;width:90%;top:50px;padding:40px 20px}body .modal#register{padding:40px 20px}body .modal .form{margin:0 auto 10px}body .modal .form .select-wrapper{margin:0 0 10px}body .modal .form select,body .modal .form input{font-size:14px}body .modal .form .forgot-password{display:table;margin:0 0 30px}body .modal .button-wrapper{margin:0}}@media(min-width: 992px){.hide-desktop{display:none}}.main{width:100%;height:100%}.main .container{width:100%;height:100%}.main .section-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;width:100%;height:100%;min-height:700px;background-size:cover;background-image:url("../img/index_img.jpg")}.main .text-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;margin:0 0 80px;padding:40px;width:50%;background-color:rgba(255,255,255,.7)}.main .text-wrapper h3{font-size:24px;font-weight:700;text-align:center;margin:0 0 10px}.main .text-wrapper p{font-size:12px;line-height:24px}.main .text-wrapper button{margin:20px 0 0}.site-matches{width:100%;padding:30px 0 40px}.site-matches h2{font-size:24px;font-weight:700;text-align:center}.site-matches .section-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;gap:20px;margin:30px 0 0}.site-matches .match{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:15px;width:100%}.site-matches .match img{width:100%}.site-matches .match p{font-size:10px;line-height:16px;font-weight:400;text-align:center;padding:0 10px;min-height:65px}.why-choose{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;min-height:630px;background:linear-gradient(to right top, #00CED1 0%, rgba(0, 206, 209, 0.3) 100%)}.why-choose .text-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px;width:60%;text-align:center;padding:40px 30px 20px;background-color:#fff}.why-choose h3{font-size:24px;font-weight:bold}.why-choose p{font-size:12px;line-height:24px}.success-stories{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;width:100%;min-height:630px;background-size:cover;background-image:url("../img/BG-IMG-2.jpg")}.success-stories .text-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px;width:55%;text-align:center;padding:30px;background-color:rgba(255,255,255,.7)}.success-stories h3{font-size:24px;font-weight:bold}.success-stories p{font-size:12px;line-height:20px}@media(max-width: 1024px){.main .container{max-width:100%}.main .section-wrapper{min-height:calc(100vh - 78px);background-image:url("../img/index_img_mobile.jpg")}.main .text-wrapper{width:90%;padding:25px 15px}.site-matches .section-wrapper{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.site-matches .match{margin:0 0 20px}.why-choose,.success-stories{padding:20px 0}.why-choose .text-wrapper,.success-stories .text-wrapper{width:90%;padding:30px 20px}}
/*# sourceMappingURL=index.min.css.map */
