@import "https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap";@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";:root{--clr-primary-1:#b30000;--clr-primary-2:#e60000;--clr-primary-3:#ff1a1a;--clr-primary-4:#ff4c4c;--clr-primary-5:#f66;--clr-primary-6:#ff8080;--clr-primary-7:#ffa3a3;--clr-primary-8:#ffb3b3;--clr-primary-9:#ffe6e6;--clr-grey-1:#383838;--clr-grey-2:#575757;--clr-grey-3:#6b6b6b;--clr-grey-4:gray;--clr-grey-5:#949494;--clr-grey-6:#a8a8a8;--clr-grey-7:#bdbdbd;--clr-grey-8:#d1d1d1;--clr-grey-9:#e6e6e6;--clr-grey-10:#fafafa;--Clr-green-1:#090;--Clr-green-2:#00d600;--Clr-green-3:#6f6;--clr-gold-6:#998100;--Clr-black:#000;--clr-white:#fff;--ff-primary:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;--ff-secondary:"Open Sans", sans-serif;--transition:all .5s linear;--fast-transition:all .2s linear;--spacing:.25rem;--radius:.5rem;--light-shadow:0 5px 15px #0000001a;--dark-shadow:0 5px 15px #0003;--max-width:1170px}*{box-sizing:border-box;font-family:var(--ff-primary);margin:0;padding:0}body{font-family:var(--ff-primary);color:var(--clr-grey-1);font-size:.875rem;line-height:1.5}ul{list-style-type:none}a{text-decoration:none}h1,h2,h3,h4{text-transform:capitalize;line-height:1.25;font-family:var(--ff-primary)}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.25rem}h4{font-size:.875rem}p{color:var(--clr-grey-5)}@media screen and (width>=800px){h1{font-size:4rem}h2{font-size:2.5rem}h3{font-size:1.75rem}h4,body{font-size:1rem}h1,h2,h3,h4{line-height:1}}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-thumb{background:#34495e;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#34495e}::-webkit-scrollbar-track{background:0 0}*{scrollbar-width:thin;scrollbar-color:#34495e #f1f1f1}body{background:#f4f6fb;font-family:Arial,Helvetica,sans-serif}.feedback-container{justify-content:center;height:auto;padding:40px;display:flex}.feedback-img{width:550px;height:auto;height:inherit;animation:.6s fadeIn;display:block}.feedbackImage{object-fit:cover;width:550px;height:960px}.card{background:#fff;width:550px;height:960px;padding:30px;animation:.6s fadeIn;box-shadow:0 12px 35px #00000014}.header{justify-content:center;align-items:center;gap:10px;margin-bottom:25px;animation:.6s fadeIn;display:grid}.logo{width:205px;height:85px;display:block}.subtitle{color:#777;font-size:14px}.rating-group{margin-bottom:20px}.label{margin-bottom:1px;font-weight:500}.stars{font-size:30px}.star{cursor:pointer;color:#ddd;margin-right:6px;transition:transform .5s,color .5s}.star:hover{transform:scale(1.25)}.star.active{color:#ffc107;animation:.2s pop}.form-group{margin-bottom:10px}.error{color:var(--clr-primary-3);font-size:13px}input,textarea{border:1px solid #ddd;border-radius:6px;width:100%;margin-top:1px;padding:10px;transition:border .2s}textarea{resize:vertical}input:focus,textarea:focus,select:focus{border-color:var(--clr-primary-3);outline:none}select{cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") right 12px center/16px no-repeat;border:1px solid #ddd;border-radius:6px;width:100%;margin-top:1px;padding:10px;transition:border .2s}.submit-btn{background:var(--clr-primary-3);color:#fff;cursor:pointer;border:none;border-radius:7px;width:100%;padding:12px;font-size:16px;transition:transform .2s,background .2s}.submit-btn:hover{background:var(--clr-primary-1);transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes pop{0%{transform:scale(.9)}to{transform:scale(1.2)}}.rating-header{justify-content:space-between;align-items:center;display:flex}.emoji{font-size:28px;animation:.4s bounce}@keyframes bounce{0%{transform:scale(.7)}50%{transform:scale(1.25)}to{transform:scale(1)}}@media screen and (width<=700px) and (width>=250px){.feedback-container{justify-content:center;height:auto;padding:20px;display:flex}.feedback-img{width:550px;height:auto;height:inherit;animation:.6s fadeIn;display:block}.feedbackImage{object-fit:cover;width:550px;height:960px}.card{background:#fff;border-radius:12px;width:550px;height:960px;padding:10px;animation:.6s fadeIn;box-shadow:0 12px 35px #00000014}.header{justify-content:center;align-items:center;gap:10px;margin-bottom:25px;animation:.6s fadeIn;display:grid}.logo{width:135px;height:65px;margin:0 auto;display:block}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.checkContainer{text-align:center;opacity:0;background-color:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:550px;height:300px;animation:.6s forwards fadeInUp;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-40%)scale(.95);box-shadow:0 10px 30px #00000026}@keyframes fadeInUp{to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.checkSVG{width:80px;margin:0 auto;display:block}.path{stroke-dasharray:1000;stroke-dashoffset:0}.path.circle{animation:.9s ease-in-out dash}.path.line{stroke-dashoffset:1000px;animation:.9s ease-in-out .35s forwards dash}.path.check{stroke-dashoffset:-100px;animation:.9s ease-in-out .35s forwards dash-check}p{text-align:center;margin:20px 0 30px;padding:0 10px;font-size:1em}p.success{color:#73af55}p.error{color:#d06079}@keyframes dash{0%{stroke-dashoffset:1000px}to{stroke-dashoffset:0}}@keyframes dash-check{0%{stroke-dashoffset:-100px}to{stroke-dashoffset:900px}}.loader{box-sizing:border-box;background:#fff;border-radius:50%;width:12px;height:12px;margin:5px auto;animation:.5s linear infinite shadowPulse;display:block;position:relative;box-shadow:-24px 0 #fff,24px 0 #fff}@keyframes shadowPulse{33%{box-shadow:-24px 0 var(--clr-primary-2), 24px 0 #fff;background:#fff}66%{background:var(--clr-primary-2);box-shadow:-24px 0 #fff,24px 0 #fff}to{box-shadow:-24px 0 #fff, 24px 0 var(--clr-primary-2);background:#fff}}.ok-btn{color:#fff;cursor:pointer;background:#bdeba7;border:none;border-radius:7px;width:50%;padding:12px;font-size:16px;transition:transform .2s,background .2s}.ok-btn:hover{background:#73af55;transform:translateY(-2px)}@media screen and (width<=700px) and (width>=250px){.checkContainer{text-align:center;opacity:0;background-color:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:350px;height:230px;animation:.6s forwards fadeInUp;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-40%)scale(.95);box-shadow:0 10px 30px #00000026}@keyframes fadeInUp{to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.checkSVG{width:60px;margin:0 auto;display:block}.path{stroke-dasharray:1000;stroke-dashoffset:0}.path.circle{animation:.9s ease-in-out dash}.path.line{stroke-dashoffset:1000px;animation:.9s ease-in-out .35s forwards dash}.path.check{stroke-dashoffset:-100px;animation:.9s ease-in-out .35s forwards dash-check}p{text-align:center;margin:20px 0 30px;padding:0 10px;font-size:1em}p.success{color:#73af55}p.error{color:#d06079}@keyframes dash{0%{stroke-dashoffset:1000px}to{stroke-dashoffset:0}}@keyframes dash-check{0%{stroke-dashoffset:-100px}to{stroke-dashoffset:900px}}.loader{box-sizing:border-box;background:#fff;border-radius:50%;width:12px;height:12px;margin:5px auto;animation:.5s linear infinite shadowPulse;display:block;position:relative;box-shadow:-24px 0 #fff,24px 0 #fff}@keyframes shadowPulse{33%{box-shadow:-24px 0 var(--clr-primary-2), 24px 0 #fff;background:#fff}66%{background:var(--clr-primary-2);box-shadow:-24px 0 #fff,24px 0 #fff}to{box-shadow:-24px 0 #fff, 24px 0 var(--clr-primary-2);background:#fff}}.ok-btn{color:#fff;cursor:pointer;background:#bdeba7;border:none;border-radius:7px;width:50%;padding:12px;font-size:16px;transition:transform .2s,background .2s}.ok-btn:hover{background:#73af55;transform:translateY(-2px)}}
